/* Section specific text styles: Support */

/* ******************** FEATUREAREAS ****************************** */

div#featureArea {
	width: 466px;
	height: 100px;
	padding: 50px 20px 20px 200px;
}

div.index {
	background: #fff url(/images/feature/product_upgrade_feature.jpg) no-repeat;
}

div.upgrade6 {
	background: #fff url(/images/feature/product_upgrade6_feature.jpg) no-repeat;
}

div#smallfeatureArea {
	width: 466px;
	height: 30px;
	padding: 50px 20px 20px 200px;
}

div .migrate {
	background: #fff url(/images/feature/product_migrate_feature.png) no-repeat;
}

div .techbriefs {
	background: #fff url(/images/feature/product_techbriefs_feature.png) no-repeat;
}

/* Specific styles for spacing of text on the features */


div#featureArea p.footnote {
	padding-top: 5px;
	font-weight: normal;
	font-size: 10px;
}

div.upgrade6 p {
	padding-left: 45px;
}

.upgradefeaturebutton {
	padding-left: 45px;
}

/* ******************** FEATURENAV Adjustments ****************************** */

/* ******************** QUOTE, ATTRIBUTION Adjustments ********************** */

/* ******************** SIDEBAR Adjustments********************************* */

/* ******************** SIDEBAR item specific to sub-section or specific product sheet:Currently set to FMP should be changed to FMS ********************** */
#sidebartop ul li#upgrade {
	background:  url(/images/sidebar/sidebar_icon_news_blue.png) no-repeat;
	background-position: .0em .2em;
}

#sidebartop ul li#trial {
	background:  url(/images/sidebar/sidebar_icon_trial_blue.png) no-repeat;
	background-position: .0em .2em;
}

#sidebartop ul li#new {
	background:  url(/images/sidebar/sidebar_icon_news_blue.png) no-repeat;
	background-position: .0em .3em;
}

#sidebartop ul li#demo {
	background: url(/images/sidebar/sidebar_icon_contact_blue.png) no-repeat;
	background-position: .0em .2em;
}

/*SIDEBAR by default set to FMP Style*/
#sidebar {
   	background: #e9f2f6;
}
#sidebartop {   
	/* top div inside the sidebar- these are the default-reset in specific css */
	background: #e9f2f6 url(/images/sidebar/bkgd/sidebar_top_blue.png) no-repeat top;
	padding-top: 12px;
}

#sidebarbottom {   
	/* bottom div inside the sidebar */
	background: #e9f2f6 url(/images/sidebar/bkgd/sidebar_bottom_blue.png) no-repeat bottom;
	padding-bottom: 12px;
}

/* ******************** 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 */

ul {
	margin: 0;
}

li {
	padding: .5em 0;
	color: #666;
}

ul.nobullet {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}

ul.nobullet li {
	margin: 0 0 0 -1.1em;
}

/* The was some spacing issues for the top quote when it went to more than one line */

.topquote {
	line-height: 1.1em;
}

/* Table classes - again, we may want to determine which table styles will be global vs page specific */

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;
}

div.steps {
	padding-top: 12px;
}

div.step1top {
	padding: 5px 10px 0 52px;
	background: url(/images/bkgd/step1_top.png) no-repeat;
}

div.step2top {
	padding: 5px 10px 0 52px;
	background: url(/images/bkgd/step2_top.png) repeat-y;
}

div.step3top {
	padding: 5px 10px 0 52px;
	background: url(/images/bkgd/step3_top.png) repeat-y;
}

div.step4top {
	padding: 5px 10px 0 52px;
	background: url(/images/bkgd/step4_top.png) repeat-y;
}

div.stepbottom {
	height: 7px;
	padding: 0 0 8px 0;
	background: url("/images/bkgd/step_bottom.png") no-repeat top;
}

/* Perhaps these should be a global element */

.fl {
	float: left;
}
.fr {
	float: right;
}

div.clearall {
	clear:both;
}


