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

.shadetabs.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;

font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{	
	padding:4px;
	/*margin:0;*/
	color:#000000;
margin-top: 3px;
	text-decoration: none;
	display: block;
	background:#F7F7F7;
	border-left:1px #DFDFDF solid;
	border-bottom:1px #DFDFDF solid;
	border-top:1px #DFDFDF solid;
	
}

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

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

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

.shadetabs li a.selected{ /*selected main tab style */
background:#fff;
border-bottom-color: #DFDFDF;
margin-top: 3px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.shadetabs li.last a
{
	border-right:1px #DFDFDF solid;
}

.tabcontent{
display:none;
width: 622px;
border-top:1px #DFDFDF solid;
}
.tabcontent .h3{
	font-size:14pt;
	margin:0 0 5px 0;
	border-bottom:1px #DFDFDF solid;
	padding:0 0 5px 0px;
	font-weight:bold;
}
@media print {
.tabcontent {
display:block !important;
}
}