/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 2px 0px 0px 1px;
margin: 0;
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: 8;
padding: 6px 11px 3px 11px;
color: #000;
/*background-color:#d80001;*/
background:#d80001 url(images/tabcontent1.gif) no-repeat;
/*background-color:#ffffff;*/
font-weight:bold;
}

.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;
z-index:10;
}*/

.shadetabs li a.selected{ /*selected main tab style */
color:#fff;
background:#d80001 url(images/tabcontent2.gif) no-repeat;
padding: 6px 13px 3px 13px;
font-weight:bold;
top: 1px;
z-index: 10;
border-bottom:solid 0px #d80001;
position: relative;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
color:white;
background-color:#D80001;
padding:0px;
margin:0px;
height:100%;
min-height:100%;
position:relative;
}

@media print {
.tabcontent {
display:block !important;
}
}


