/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
margin: 0;padding: 0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
color: #2d2b2b;
text-indent: 10px;
}

.shadetabs li a div{
width:136px;
height: 33px;
background-image: url(images/tabcontent_button.jpg);background-repeat: no-repeat;
margin: 0px;
padding: 0px;
line-height: 32px;
cursor:pointer;

 }


.shadetabs li a:hover div{
width:136px;
height: 33px;
background-image: url(images/tabcontent_button_hover.jpg);background-repeat: no-repeat;
}

.shadetabs li a.selected div{ /*selected main tab style */
width:136px;
height: 32px;
background-image: url(images/tabcontent_button_hover.jpg);background-repeat: no-repeat;
border-right:0px solid #fff;
margin-left: 0px;
}

.shadetabs li a.selected:hoverdiv{ /*selected main tab style */
text-decoration: none;
}
.box_A{
   width: 844px;height: 290px;margin-top: 0px;border-left: 0px;background-image: url(images/box.gif);background-repeat: no-repeat;
  margin-left: -14px;
   }

.tabcontent{
display:none;margin-left: 15px;padding-top: 10px;
}

@media print {
.tabcontent {
display:block !important;
}
}





