/* Section specific text styles: Support */
/* ******************** FEATUREAREAS ****************************** */
div#featureArea {
	width: 960px;
	height: 100px;
	padding: 50px 20px 20px 200px;
}
div.index {
	background: #fff url(../images/feature/support_index_feature.jpg) no-repeat;
	width: 960px;
}
div#smallfeatureArea {
	width: 466px;
	height: 30px;
	padding: 50px 20px 20px 200px;
}
div .phone {
	background: #fff url(../images/feature/support_phone_feature.jpg) no-repeat;
}
div .resources {
	background: #fff url(../images/feature/support_resources_feature.jpg) no-repeat;
}
div .premium {
	background: #fff url(../images/feature/support_priority_feature.jpg) no-repeat;
}
div .options {
	background: #fff url(../images/feature/support_options_feature.jpg) no-repeat;
}
/* ******************** FEATURENAV Adjustments ****************************** */
#featureNav {
	background: #4BB46A url(../images/nav/featureNav_bkgd_support.png) no-repeat;
}
#featureNav ul li {
	background: url(../images/nav/featureNav_gutter_support.png) no-repeat;
	background-position: top right;
}
#featureNav #selected {
	background: url(../images/nav/featureNav_selected_support.png) no-repeat;
	background-position: top right;
}
#featureNav ul li.first#selected {	
	background: url(../images/nav/featureNav_selected_support.png) no-repeat;
	background-position: top left;
}
/* ******************** QUOTE, ATTRIBUTION Adjustments ********************** */
/* ******************** SIDEBAR Adjustments********************************* */
div#searchsupport {
	width: 189px;
	height: 70px;
	margin: 0;
	padding: 30px 0 0 11px;
	background: url(../images/megapromo/searchsupport.png) no-repeat;
}
#searchsupport a {
	color: #fff;
}
div#midCol ul {
	display: block;
}
div#midCol ul li,
div#midCol div.intro ul li {
	padding-bottom: 5px;
	color: #666;
	padding-top: 0;
	margin-top: 0;
}
#sidebar {
   	background: #DFF5CA;
}
#sidebartop {   
	/* top div inside the sidebar- these are the default-reset in specific css */
	background: #DFF5CA url(../images/sidebar/bkgd/sidebar_top_grn.png) no-repeat top;
	padding-top: 12px;
}
#sidebarbottom {   
	/* bottom div inside the sidebar */
	background: #DFF5CA url(../images/sidebar/bkgd/sidebar_bottom_grn.png) no-repeat bottom;
	padding-bottom: 12px;
}
#sidebartop ul li#phone {
	background:  url(../images/sidebar/sidebar_icon_phone.gif) no-repeat;
	background-position: .0em .2em;
}
#sidebartop ul li#premium {
	background:  url(../images/sidebar/sidebar_icon_premium.gif) no-repeat;
	background-position: .0em .2em;
}
#sidebartop ul li#online {
	background:  url(../images/sidebar/sidebar_icon_online.gif) no-repeat;
	background-position: .0em .2em;
}
/* ******************** REFRESH TEMP STYLES - Some to move to global?********************************* */
/* List classes - these still need some work but we should probably have some specific list styles that are global */
div#sidebar #sidebartop ul {
	list-style: none outside;
	margin: 0;
	padding: 10px 0 0 0;
}
div#sidebar #sidebartop ul li {
	padding-left: 20px;
	padding-bottom: .3em;
}
div#sidebar ul.nobullet {
	list-style: none outside;
	margin: 0;
	padding: 0 0 1em 0;
}
div#lowerArea ul.nobullet {
	list-style: none outside;
	margin: 0;
	padding: 0 0 1em 0;
}
div#lowerArea ul.nobullet li {
	padding-bottom: .3em;
}
/* Table classes - again, we may want to determine which table styles will be global vs page specific */
table.bumblebee {
	border-collapse:collapse;
	width: 100%;
}
table.bumblebee td {
	background-color: #fff;
	padding: 4px 4px 4px 6px;
}
table.bumblebee tr.shade td {
	background-color: #E9F4DE;
}
table.open {
	border-spacing: 0px;
	width: 100%;
}
table.open td {
	vertical-align: top;
	padding: 8px 8px 8px 10px;
	border-top: 1px solid #ccc;
}
table.open th {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 8px 8px 8px 10px;
	border-bottom: 1px solid #ccc;
}
/* 3 Column classes - */
/* Background color to override the gray */
div#col1 {
	background: #fff;
}
div#col2 {
	background: #fff;
}
div#col3 {
	background: #fff;
}
/* Not sure how you want to handle this, see support/options.shtml as a example */
div#col4 {
	width: 220px;
	float: left;
	margin-right: 13px;
}
div#col5 {
	width: 220px;
	float: left;
	margin-right: 13px;
}
div#col6 {
	float: right;
	width: 220px;
}
/* Used for support/index.html - Had to adjust the size because "currently using filemaker" line wraps to two lines. Not sure what to do in this case. */
div.midLeft {
	width:  200px; 
	padding:  0; 
	margin: 0 20px 0 0; 
	float: left;
}
div.midRight {
	width: 250px; 
	padding: 0; 
	margin: 0; 
	float: right;
}
/* Green box classes - used for three column Options page layout */
div.greenBox {
	width: 200px;
	height: 180px;
	background: #E9F4DE url(../images/sidebar/bkgd/greenBox_top.png) top no-repeat;
	padding: 0 10px 10px 10px;
	margin: 0 0 -5px 0; /* Fixes strange IE behavior */
}
div.greenBoxbottom {
	width: 200px;
	background: #E9F4DE url(../images/sidebar/bkgd/greenBox_bottom.png) bottom no-repeat;
	padding: 0 10px 5px 10px;
	margin: 0 0 1em 0;
}
/* Used for support phone numbers */
.phonenumber {
	font-size: 1.3em;
	color: #5CAF29;
	font-weight: bold;
}
/* Perhaps this should be a global element */
div.clearall {
	clear:both;
}
/* footnote class for premium page */
.footnote {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666;
	padding: 10px 0 5px 0;
	margin:0;
}
.underline{text-decoration: underline;color:blue;font-weight:bold}

/* FileMaker Technologies Section */

body.technologies div#main	{
	padding-top: 10px;
}
body.technologies div#featureArea h2 {
	margin-left: 300px;
	padding-top: 25px;
	font: normal 190% Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #fff;
}
body.technologies td.check {
	text-indent: -1000px;
	background: url(/images/bullets/bullet_fba07_check.png) no-repeat 50% 50%;
}
body.technologies #midCol h2 {
	letter-spacing: normal;
	color: #609E31;
}

/* Technologies Nav */
.technologies #featureArea h2           { font-size: 150% !important; margin-left: 0 !important; padding: 7px 0 0 10px !important;}
.technologies #featureArea              { padding: 0 !important; background: transparent url(/images/bg/gray_border_1000px.png) repeat-y scroll center top;	margin: 0 auto;	width: 999px; height: 35px;}
.technologies .feature-wrapper          { margin: 0 4px !important; background: url(/images/feature/feature_support_home.jpg) no-repeat 0 0; height: 31px;}
.technologies #related-nav              { height: 31px; }
.technologies #related-nav h2, #related-nav a { color: #fff; }
.technologies #related-nav a            { font-size: 90% !important; text-decoration: none; }
.technologies #related-nav h2           { float: left;  margin: 0 0 0 10px; font-size: 150%; letter-spacing: normal; }
.technologies .product-pages            { margin-top: 8px; padding: 0; float: right; display: none; }
.technologies .product-pages li         { list-style: none; float: left; margin: 0 10px; font-size: 125%; }

/*
body.technologies div#prodnav { 
	width: 670px; 
	height: 19px;
	padding: 3px 8px 0 8px;
	background: #67B838 url(/images/bkgd/subnav_bkgd_corners.png) no-repeat top; 
}
	body.technologies div#prodnav a { color: #fff; font-weight: bold; }
	
	body.technologies div#prodnav h1 {
		font-size: 125%;
		font-weight: bold;
		float: left;
	}
	body.technologies div#prodnav ul {
		margin: 1px 0 0 0;
		padding: 0;
	}
	body.technologies div#prodnav ul li {
		float: left;
		list-style: none;
		padding: 0 6px;
		border-right: 1px solid #fff;
	}
	body.technologies div#prodnav ul li.first { padding-left: none; }
	
	body.technologies div#prodnav ul li.last { 
		padding-right: none; 
		border: none; 
	}
	body.technologies div#prodnav ul li a.selected { 
		color: #000; 
		text-decoration: none; 
	}
	body.technologies div#prodnav ul.product-pages { float: right; }
	
	body.technologies div#prodnav ul {
		display: none;
	}
*/
	
body.technologies ul.checklist {
	list-style: none;
}
body.technologies ul.checklist li {
	padding-left: 15px;
	background: url(/images/bullets/bullet_fba07_check.png) no-repeat 0 3px;
}