/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 4px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 14px tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 7px;
margin-right: 0px;
border: 1px solid #efefef;
color: #000000;
background-color:#efefef;
/*background: ../images/menubg1.jpg white url(shade.gif) top left repeat-x;*/
font: bold 10px Tahoma;
}

.shadetabs li a:visited{
color: #000000;
font: bold 10px Tahoma;
}

.shadetabs li a:hover{
text-decoration: none;
font: bold 10px Tahoma;
color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
font: bold 10px Tahoma;
top: 1px;
color:#ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */

background: white url(../images/menubg1.jpg) top left repeat-x;
/*background-color:#aa0000;*/
border-bottom-color: #c0c0c0;
border-top-color: #c0c0c0;
border-left-color: #c0c0c0;
color:#ffffff;
font: bold 10px Tahoma;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
font: bold 10px Tahoma;
color:#ffffff;
}

.shadetabs li a.selected:active{ /*selected main tab style */
text-decoration: none;
font: bold 10px Tahoma;
color:#ffffff;
}

.shadetabs li a.selected:visited{ /*selected main tab style */
text-decoration: none;
font: bold 10px Tahoma;
color:#ffffff;
}

.shadetabs li a.selected:link{ /*selected main tab style */
text-decoration: none;
font: bold 10px Tahoma;
color:#ffffff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

