.CSSTabDiv{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.shadetabs {
font: bold 13px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0px;
padding-left:10px;
padding-right:10px;
list-style: none;
}

.shadetabs li{
display: inline;
margin: 0 0px 0 0px;
padding: 0 0px 0 0px;
text-transform:uppercase;
height:26px;
}




.shadetabs a{
float: left;
display: block;
color: white;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 0px;
text-decoration: none;
letter-spacing: 1px;
background-color: #D3E9BB; /*Default menu color*/
border-bottom: 0px solid white;
background: url(images/bg_tab.jpg);
width:109px;
height:26px;
text-align:center;
padding-top:5px;
}

html>body .shadetabs a{
float: left;
display: block;
color: white;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 0px;
text-decoration: none;
letter-spacing: 1px;
background-color: #D3E9BB; /*Default menu color*/
border-bottom: 0px solid white;
background: url(images/bg_tab.jpg);
width:109px;
height:21px;
text-align:center;
padding-top:5px;
}




.shadetabs a:hover{
background-color: #899098; /*Menu hover bgcolor*/
color:white;
text-decoration:none;
letter-spacing: 1px;
display: block;
background: url(images/bg_tab_h.jpg);
width:109px;
height:26px;
text-align:center;
padding-top:5px;
}

html>body .shadetabs a:hover{
background-color: #899098; /*Menu hover bgcolor*/
color:white;
text-decoration:none;
letter-spacing: 1px;
display: block;
background: url(images/bg_tab_h.jpg);
width:109px;
height:21px;
text-align:center;
padding-top:5px;
}




.shadetabs li.selected a{ /*currently selected tab*/
background-color: #899098;  
color:white;
text-decoration:none;
letter-spacing: 1px;
display: block;
background: url(images/bg_tab_h.jpg);
width:109px;
height:26px;
text-align:center;
padding-top:5px;
}

html>body .shadetabs li.selected a{ /*currently selected tab*/
background-color: #899098;  
color:white;
text-decoration:none;
letter-spacing: 1px;
display: block;
background: url(images/bg_tab_h.jpg);
width:109px;
height:21px;
text-align:center;
padding-top:5px;
}




.tabcontentstyle{
clear: both;
font-family:Arial, Helvetica, sans-serif;
width:auto;
height:auto;
padding:0px;
overflow:auto;
min-height:50px;
background:#ffffff;  
border:none;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
