/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{

}

.shadetabs td{
	text-align:center;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.shadetabs a{
	display:block;
	width:100%;
	text-decoration: none;
	background: white url(shade.gif) bottom left repeat-x;
	border:1px solid #9CB8C6;
	border-top:none;
	height:20px;
	color:#18397C;
	font-family:arial,helvetica,clean,sans-serif;
	font-size: 12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.shadetabs a:visited{
	color: #2d2b2b;
}

.shadetabs a:hover{
text-decoration: underline;
	color:#18397C;
}

.shadetabs a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
color:#D4500F;
}

.shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
padding:10px
}

.tabcontent ul{
	padding:0;
	margin:0;
}
.tabcontent li{
	background-image: url(circle.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height:10px;
	color:#CC0066;
	padding:0;
	margin:0;
	list-style-type:none;
	text-indent:15px;
	line-height:20px;
}
.tabcontent li a{
	font-family:arial,helvetica,clean,sans-serif;
	font-size: 13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}