
.shadetabs {
border-bottom: 1px solid #DDD;
margin: 0px;
padding: 0px 0px 1px 0px;
height: 29px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.shadetabs li {
font: normal 12px Arial, Helvetica, sans-serif;
width: 125px;
margin: 0px;
padding: 0px;
float: left;
list-style-type: none;
}

.shadetabs li a  {
background: url(images/bg_btn_tabs.gif) no-repeat;
padding: 12px 0px 2px 10px;
height: 15px;
color: #CC0000;
text-decoration: none;
display: block;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover {
background: #CC0000 url(images/bg_btn_tabsover.gif) no-repeat;
padding: 12px 0px 2px 10px;
height: 15px;
color: #FFF;
text-decoration: none;
display: block;
}

.shadetabs li.selected {
position: relative;
}

.shadetabs li.selected a { /*selected main tab style */
background: #CC0000 url(images/bg_btn_tabsover.gif) no-repeat;
padding: 12px 0px 2px 10px;
height: 15px;
color: #FFF;
text-decoration: none;
display: block;
}

.shadetabs li.selected a:hover { /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float:left;
width: 100%;
height: 100%;
overflow:auto;
-moz-box-sizing:border-box;box-sizing:border-box;
background: url(images/bg_center.png) no-repeat;
padding: 5px 10px;
font: normal 11px/18px Georgia, "Times New Roman", Times, serif;
color: #000;
}

.tabcontentstyle p { /*style of tab content oontainer*/
font: normal 11px/18px Georgia, "Times New Roman", Times, serif;
color: #000;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
