/* ######### CSS for Shade Tabs. Remove if not using ######### */
body {
	background: #FFFFFF;
	margin: 0px;
}
.tabtitle
{
height: 20px;
font: 12px tahoma;
font-weight: bold;
text-align: left;
color: #F98A00;
text-decoration: underline;

}

.shadetabs{
padding: 0px;
margin: 0px;
font: 12px tahoma;
font-weight: bold;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
font: 7px tahoma;

}

.shadetabs li a{
font: 12px tahoma;
font-weight: bold;
text-decoration: none;
position: relative;
padding: 6px 0px;
width: 198px;
margin-right: 0px;
color: #2d2b2b;
background: #d9d9d9;
border-right: 1px solid #7e7e7e;
border-left: 1px solid #7e7e7e;
border-top: 1px solid #7e7e7e;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#a8a8a8', EndColorStr='#dddddd')
}

.shadetabs li a:visited{
color: #2d2b2b;

font: 12px tahoma;
font-weight: bold;
}

.shadetabs li a:hover{
text-decoration: none;

font: 12px tahoma;
font-weight: bold;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
font: 12px tahoma;
font-weight: bold;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #919191;
font: 12px tahoma;
font-weight: bold;
border-right: 1px solid #7e7e7e;
border-left: 1px solid #7e7e7e;
border-top: 1px solid #7e7e7e;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#919191', EndColorStr='#bebebe')
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
font: 12px tahoma;
font-weight: bold;
}

.tabcontent{
display:none;
font: 12px tahoma;
}


@media print {
.tabcontent {
display:block !important;
}
}
