/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
padding:0;
margin:0;
text-transform:uppercase;
font: bold 10px Tahoma;
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{
float:left;
background:url(../../imagesNew/tableftJ.gif) no-repeat 0% -84px;
padding:8px 0 6px 5px;
color:#333333;
text-decoration:none;
}
.shadetabs li a span {
 background: url(../../imagesNew/tabrightJ.gif) no-repeat 100% -84px;
 padding:8px 15px 6px 15px;
 }

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
color:#ff4e00;
}

.shadetabs li a:hover span {

 }

.shadetabs li a.selected{ /*selected main tab style */
background-position:0% -42px;
color:#FFFFFF;
}
.shadetabs li a.selected span{ /*selected main tab style */
background-position:100% -42px;
color:#FFFFFF;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
