/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0px;
margin-top: 1px;
margin-bottom: 0px;
font-size: 13px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin-right: 5px;
padding-bottom:-1px;
width:125px;
}
* + html .shadetabs li{
display: inline;
margin-right: -10px;
padding-bottom:-1px;
width:120px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding-top: 5px;
padding-bottom: 5px;
margin-right: -15px;
margin-bottom:-1px;
width:125px;
background: url('/images/unselected_tab.png') no-repeat center;
color: #4d4d4d;
}

* + html .shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding-top: 5px;
padding-bottom: 5px;
padding-right:0px;
margin-right: -0px;
margin-bottom:-1px;
width:120px;
background: url('/images/unselected_tab.png') no-repeat center;
color: #4d4d4d;
}

.shadetabs li a:visited{
color: #4d4d4d;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
width:125px;
height:25px;
color: #fff;
background: url('/images/selected_tab.png') no-repeat center;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
/*background:url('/images/tabcontent_bg.jpg') repeat-x; */
padding-top:10px;
display:none;
height:360px;
font-size:12px;
}
.tabcontent_sm{
/*background:url('/images/tabcontent_bg.jpg') repeat-x; */
padding-top:10px;
display:none;
height:200px;
font-size:12px;
}
@media print {
.tabcontent {
display:block !important;
}
}

