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

.shadetabs{
padding: 0px 0 3px 0;
margin-left: 0;
margin-top: 15px;
margin-bottom: 3px;
margin-right: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;
padding:0 2px 0 0;
font-size:12px;
font-family:arial;
font-weight:bold;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 9px 32px 6px 32px;
color: #5F5F5F;
background: #d3d3d3 url(../images/tabs/tab_bg.gif) repeat-x top left;
border:1px solid #797979;
}


.shadetabs li a:visited{
color: #5F5F5F;
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
background: #f8f8f8;
border-bottom:0;
padding-bottom:7px;
color:#000000;
}

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

.tabcontent{
display:none;
}

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

	