/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
ul.shadetabs{
margin: 0px;
padding:0px;
}
.shadetabs li{
display: inline;
margin: 0px;
padding:0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
line-height: 23px;
/*padding: 4px 6px;*/
padding-left:25px;
padding-right:25px;
padding-bottom:10px;
margin-right: 0px;
color: #2d2b2b;
text-align:center;
width:50px;
cursor:pointer;
}
.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;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image:url(../images/tab_bg.gif);
background-repeat:no-repeat;
background-position: center;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
padding-top:0px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}

@media print {
.tabcontent {
display:block !important;
}