/* ######### CSS for Shade Tabs. Remove if not using ######### */
.taboxCT {
	height:250px;
	margin-bottom: 1em;
	padding: 5px;
	width: 690px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6EAF0;
}



.shadetabsCT{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the CTnu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}

.shadetabsCT li{
	display: inline;
	margin: 0;
}

.shadetabsCT li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #4887ba;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: right center;
	top: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6EAF0;
}
.requeztCT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #B5CCF0;
}

.shadetabsCT li a:visited{
}

.shadetabsCT li a:hover{
text-decoration: none;
color: #000000;
}

.shadetabsCT li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6EAF0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #EEF4FB;
}


.shadetabsCT li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

