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

.shadetabs{
	font: bold 12px Verdana;
	list-style-type: none;
	display: inline;



}

.shadetabs li{
	display: inline;

}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #2d2b2b;
	background: white left top;
	display: inline;

}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

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

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

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

.tabcontent{
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;

}

.tabcontent{
display:none;
}


.b {
	border: 1px solid #000000;
}
.b1 {
}
.b2 {
	border-left: 1px solid #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.b3 {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;


}
tableborder {
	border: 2px solid #336699;
}
