/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:Verdana;
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{
text-decoration: none;
position: relative;
z-index: 1;
padding: 1px 7px;
margin-right: 2px;
border: 1px solid #cecece;
color: #2d2b2b;
background: white url(images/shade.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
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/shadeactive.jpg);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{ background: url(images/suply-panel-bg.jpg); background-repeat:repeat-x; background-position:top left;   font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#413e3e;  line-height:19px;}

.tabcontent span{ color:#ef2f72;}

.tabcontent ul{padding:5px;
margin:0px;}

.tabcontent li{ background:url(images/blt.jpg); background-repeat:no-repeat; background-position: top- left; list-style:none; line-height:19px; padding-left:10px;}



@media print {
.tabcontent {
display:block !important;
}
}

