/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
padding:0;
margin-left: 0;
margin-top: 0;
font: bold 11pt arial;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}


 .shadetabs  a{
text-decoration: none;
height:30px; 



color: #000;

float:right;
}

.shadetabs  a:visited{
color: #000;
}

.shadetabs a:hover{
text-decoration: none;color:#ff6600;

}

.shadetabs  a.selected /*selected main tab style */
{
background-image:url('../images/BackNewstitles.jpg'); background-repeat:no-repeat; 
}


  .shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-image:url('../images/BackNewstitles.jpg'); background-repeat:no-repeat;
}

.tabcontent{
display:none;
vertical-align:top;
width:156px;
}
.tabcontent img{
border:3px solid #cccccc; margin-top:3px;
}

@media print {
.tabcontent {
display:block !important;
width:156px
}
}


