/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 20px;
margin-bottom: 0;
font: bold 12px Arial, Helvetica, sans-serif;
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: 5px 7px;
margin-right: 0px;
border: 1px solid #CCCCCC;
border-bottom:0;
color: #2d2b2b;
background-color:#E6E3D3;
}

.shadetabs li a:visited{
color: #2d2b2b;
background-color:#E6E3D3;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
background-color:#333333;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background-color:#FFFFFF
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #FFFFFF;
background-color:#333333;
}

.tabcontentwrapper {
border-top:1px solid #CCCCCC; 
border-left:1px solid #CCCCCC; 
border-bottom:2px solid #999999; 
border-right:2px solid #999999; 
width:640px; 
margin-bottom: 10px; 
padding: 10px; 
background: url(../images/backgrounds/bg_leadarticle.jpg) repeat-x #E6E3D3;
}

.posttabcontentwrapper {
border-top:1px solid #CCCCCC; 
border-left:1px solid #CCCCCC; 
border-bottom:2px solid #999999; 
border-right:2px solid #999999; 
width:480px; 
margin-bottom: 10px; 
padding: 0px; 
background: url(../images/backgrounds/bg_leadarticle.jpg) repeat-x #E6E3D3;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
