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

.shadetabs{
border-top:1px dotted #d4d4d4;
padding-top:15px;
padding-left:0px;
margin-left: 0;
margin-top: 5px;
margin-bottom: 13px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:407px;
}

.shadetabs li{
display: inline;
margin: 0;
font: 11px Arial, Sans-Serif;
}

.shadetabs li a{
text-decoration: none;
font: 11px Arial, Sans-Serif;
position: relative;
z-index: 1;
cursor:pointer;
margin-right: 42px;
border: 0px solid #fff;
color: #888;
text-transform:uppercase;
background: # url() top left repeat-x;

}

.shadetabs li a:visited{
color: #888;
}

.shadetabs li a:hover{
background: # url() top left repeat-x;
font-weight:none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color:#000;
}

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

}

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

}

.tabcontent{
display:none;
/* padding-top:17px; */
width:393px;
font-size:11px;
font-family:arial, helvetica;
border:0px solid #fff;
}

#tabcontent {
font-size:11px;
}

tabcontent {
font-size:11px;
}
@media print {
.tabcontent {
display:block !important;
}

