/*tab css start*/
.tab_content {
color:#575555;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
padding-bottom:10px;
padding-top:10px;
width:100%;
}
.toparea{
background:#fff;
width:1000px;
height:171px;
overflow:hidden;
clear:both;
}
.tab_block{
 border:1px solid #c1bfbf; width:690px; .width:690px; height:170px;
 background-color:#fff; padding:0px 10px; margin-top:7px; .margin-top:4px;
}
.shadetabs{
padding:3px 0;
margin-left:0px;
margin-bottom: 0;
_margin-top:3px;
font: bold 12px verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
_padding: 0px 0 3px 0px;
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 0px 3px 13px;
.padding: 0px 0px 3px 13px;
_padding: 0px 0px 3px 13px;
margin-right: 3px;
color:#869e62;
}
.shadetabs li a {
background:url(../images/left_round_inactive.gif) no-repeat top left;
border-bottom-color: white;
color:#fff;
width:17px;
padding-bottom:15px;
}
.shadetabs li a span{
background: url(../images/right_round_inactive.gif) no-repeat right top;
border-bottom-color: white;
color:#fff;
padding:7px 15px 10px 0px;
.padding:10px 15px 10px 0px;
_padding:10px 15px 10px 0px;
}
.shadetabs li a:visited{
color:#ac251b;
color:#869e62;
}
.shadetabs li a:hover{
color:#6a6a6a;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#ac251b;
top: 1px;
}
.shadetabs li a.selected{ /*selected main tab style */
background:url(../images/left_round.gif) no-repeat top left;
border-bottom-color: white;
color:#6a6a6a;
width:17px;
padding-bottom:15px;

}
.shadetabs li a.selected span{ /*selected main tab style */
background: url(../images/right_round.gif) no-repeat right top;
border-bottom-color: white;
color:#6a6a6a;
padding:7px 15px 15px 0px;
.padding:10px 15px 15px 0px;
_padding:10px 15px 15px 0px;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color:#6a6a6a;
}
.tabcontent{
display:none;
font-family:Tahoma;
font-size:10px; 
color:#5c5c5c;
text-align:justify;
}
@media print {
.tabcontent {
display:block !important;
}
}
