/* Section specific text styles:  Developers Resources */

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

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

#featureNav {
	background: #666699 url(/images/nav/featureNav_bkgd_res.png) no-repeat;
}

#featureNav ul li {
	background: url(/images/nav/featureNav_gutter_res.png) no-repeat;
	background-position: top right;
}

#featureNav #selected {
	background: url(/images/nav/featureNav_selected_res.png) no-repeat;
	background-position: top right;
}

#featureNav ul li.first#selected {	
	background: url(/images/nav/featureNav_selected_res.png) no-repeat;
	background-position: top left;
}

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

/* ******************** SIDEBAR Adjustments********************************* */
#sidebar {
   	background: #eee;
}
#sidebartop {   
	/* top div inside the sidebar- these are the default-reset in specific css */
	background: #eee url(/images/sidebar/bkgd/sidebar_top_grey.png) no-repeat top;
	padding-top: 12px;
}

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

div#rightCol #sidebartop ul li {
	line-height: 18px;
	padding: 0 0 0px 0px;
	margin: 0 0 0px 0;
}


/* ******************** REFRESH TEMP STYLES ********************************* */


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

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



/* List classes */

div#sidebar #sidebartop ul {
	list-style: none outside;
	margin: 0;
	padding: 10px 0 0 0;
}

div#sidebar #sidebartop ul li {
	/* padding-left: 20px; */
	line-height: 14px;
	padding-bottom: .3em;
}

div#sidebar ul.nobullet {
	list-style: none outside;
	margin: 0;
	padding: 0 0 1em 0;
}

/* Adjusted margin-top */

div#lowerArea ul.nobullet {
	list-style: none outside;
	margin: .6em 0 0 0;
	padding: 0 0 1em 0;
}

div#lowerArea ul.nobullet li {
	padding-left: 1em;
	padding-bottom: .3em;
}

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

div.clearall {
	clear:both;
}

img.fl {
	padding: 10px 15px 10px 0;
}

img.fr {
	padding: 10px 0 10px 15px;
}


/* Table classes */

h3 + table {
	margin-top: 1em;
}

table.bumblebee {
	border-collapse: collapse;
	width: 100%;
}

table.bumblebee td {
	vertical-align: top;
	background-color: #fff;
	padding: 4px 4px 4px 6px;
	border-right: 1px solid #E9F2F6;
}

table.bumblebee th {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	padding: 4px 4px 4px 6px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table.bumblebee th.title {
	color: #075AB9;
}

table.bumblebee tr.shade td {
	vertical-align: top;
	background-color: #E9F2F6;
	border-right: 1px solid #fff;
}

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