/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 4px 0;
margin-left: 0;
margin-top:15px;
margin-bottom: 0;
font: 11px Tahoma, 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{
font-size:10px;
text-decoration: none;
padding:4px 3px;
border: 1px solid #bdbec0;
color: #898989;
background: white url(../images/newgradient.gif) top left repeat-x;
}

/*
.shadetabs li a:visited{
color: #2d2b2b;
}


.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}
*/

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/new.gif);
color:#7b5c98;
border-bottom-color: #bdbec0;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border:none;
width: 373px;
margin-bottom:5px ;
/*padding: 10px;*/
padding-top:10px;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

