/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
width:300px;

padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px arial;
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: 6px 7px;
margin-right: 0px;01;
color: #fff;
background-color:#aeaeae;

outline-style:none;


}

.shadetabs li a:visited{
color: #fff;
background-color:#b41616;
font-family:arial;
font-size:12px;
outline-style:none;
}

.shadetabs li a:hover{
text-decoration:none;
color: #fff;
background-color:#b41616;
outline-style:none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: -1px;
text-decoration:none;
color: #fff;
background-color:#121212;
border-top:1px solid #cc0000;
outline-style:none;
border-bottom:1px solid #121212;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
outline-style:none;
}

.tabcontent{
display:none;
padding:10px;
background-image:url(../image/newsletter-box-bg.gif);
background-position:top;
background-repeat:repeat-x;
background-color:#232323;


font-family:arial;
font-size:11px;
color:#575656;
text-align:left;
line-height:14px;

}

@media print {
.tabcontent {
display:block !important;



}
}

