/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
	width: 432px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
	font-family:Verdana, Tahoma;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}

.shadetabs li{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.shadetabs li a{
	color: #ffffff;
	text-decoration: none;
	background:url(../images/tabbedpanelstab-bg.gif) repeat-x top left #95B8D6;
	float: left;
	border-top: solid 1px #6089BD;
	border-right: solid 1px #375F9D;
	border-left: none;
	border-bottom: solid 1px #618ABE;
	width: 96px;
	padding: 6px 5px 8px 6px;
	display: block;
	outline: none;
}
.shadetabs li a:hover{
	text-decoration: none;
}
.shadetabs li a.selected{ /*selected main tab style */
	color: #0C2E82;
	text-decoration: none;
	border-left: none;
	border-top: 1px solid #6089BD;
	border-right: 1px solid #608ABE;
	border-bottom: none;
	background: none;
	padding: 6px 5px 8px 6px;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	color: #0C2E82;
	text-decoration: none;
}
.shadetabs li.oneline a { /*apply this class on <li> which has one line text */
	height: 20px;
	padding-top : 12px;
}
.tabpanel_main {
	float: left;
	width: 432px;
	background: url(../images/tab-bg.gif) top left #FEFEFF;
}
.tabpanel_down {
	float: left;
	width: 430px;
	border-top: none;
}
.tabcontent {
	clear: both;
	border: solid 1px #608abe;
	border-top: none;
	background-color: #e7eefc;
	width: 414px;
	background: url(../images/tabbedpanelscontent-bg.gif) repeat-x top left #fefeff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
	line-height: 18px;
	letter-spacing: normal;
	padding-top: 18px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 7px;
	/*Comment this line below for editing split tabs and after editing remove Comment*/
	/*display: none; */
}

.smallerbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #608abe;
	border-collapse: collapse;
	padding: 1px;
}
.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #608abe;
	text-align: center;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #608abe;
}
.tablefill {
	background-color: #FFFF99;
}


.tabcontent strong{
	font-size: 13px;
}
.bullets {
	font-size: 11px;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: disc;
}

.tabcontent img{
	float: left;
	border: 1px solid #FFFFFF;
	margin: 0 8px 4px 0;
}
