/* ######### CSS for Shade Tabs. Remove if not using ######### */
.tab {
width: 770px;
}


.shadetabs{
width: 768px;
height: 25px;
background-color: #ff0000;
padding: 3px 0;
margin: 0;
font: bold 12px Verdana;
list-style-type: none;
border: 1px solid #778;
border-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 7px 23px 7px 23px;
margin: 0px 20px 0px 19px;
top: 8px;
color: #ffffff;
position: relative;
}

.shadetabs li a:hover{
background-color: #fff;
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color: #fff;
position: relative;
color: #2d2b2b;
border-bottom-color: white;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
font: normal 12px arial;
color: #000;
display:yes;
}

@media print {
.tabcontent {
display:block !important;
}
}


