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

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-size:0.91em;
}

.shadetabs li{
display: inline;
margin: 0;
text-transform: uppercase;
padding:0;
}

.shadetabs li a{
text-decoration: none;
padding:0;
position: relative;
z-index: 200;
color: #ffffff;
background: url(tab_left.gif) no-repeat 0% 0%;
padding-left:5px;
height:20px !important;;
padding-top:4px;
padding-bottom:3px;
top:1px;
}

.shadetabs li a span{
background: url(bg_tab.gif) repeat-x 0% 0%;
height:19px !important;
padding-top:4px;
padding-bottom:3px;
margin-top:-4px;
}

.shadetabs li a span span{
background: url(tab_right.gif) no-repeat 100% 0%;
padding-right:10px; 
line-height:19px !important;
height:19px !important;
padding-bottom:5px;
margin-top:-4px;
}

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

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(tab_selected_left.gif) no-repeat 0% 1px;
padding:0; 
margin:0;
z-index: 400;
padding-left:6px;
color:#000000;
padding-bottom:4px;
padding-top:3px;
height:20px !important;
}

.shadetabs li a.selected span{ /*selected main tab style */
background: url(bg_tab_selected.gif) repeat-x 0% 0%;
height:19px !important;
padding-top:3px;
padding-bottom:4px;
margin-top:-3px;
}

.shadetabs li a.selected span span{ /*selected main tab style */
background: url(tab_selected_right.gif) no-repeat 100% 0%;
padding-right:5px;
padding-top:3px;
padding-bottom:4px;
height:19px !important;
margin-top:-3px;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #000000;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
