.shadetabs{

padding: 2px 0;
margin-left: 0;
margin-top:4px;
margin-bottom: 4px;
font-weight:normal;
list-style-type: none;
text-align: left;
 /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding:5px 10px;
margin-right: 0px;
/*border-bottom: 2px solid #B7D3EC;
color: #ffffff;*/
background:#F4F4F7;
font-weight:bold;
font-size:16px;
border:1px solid #cccccc;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
background: #BBBABA;
text-decoration: none;
color: #ffffff;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #BBBABA;
color: #ffffff;
font-weight:bold;
font-size:16px;
/*border-bottom: 2px solid #B7D3EC;
background-image: url(../images/shadeactive.gif);*/

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
/*border-top: 1px solid #FFFFFF;*/
width: 200px;
margin-top:-2px;
margin-bottom: 5px;
padding: 8px 0px 0px 2px;
}
.tabcontentstyle1{ /*style of tab content oontainer*/
/*border-top: 1px solid #FFFFFF;*/
margin-top:-2px;
margin-bottom: 5px;
padding: 8px 0px 0px 2px;
}
.tabcontentstyle2{ /*style of tab content oontainer*/
/*border-top: 1px solid #FFFFFF;*/
width: 530;
margin-top:-2px;
margin-bottom: 5px;
padding: 8px 0px 0 2px;
}
.tabcontentstyle3{ /*style of tab content oontainer*/
/*border-top: 1px solid #FFFFFF;*/
width: 100%;
}

.tabcontent{
display:none;
}
iframe.pr124{ padding:0px;
margin-bottom:-3px;
margin-left:-10px;}
iframe.setindex{ padding:0px;
margin-bottom:11px;
}

@media print {
.tabcontent {
display:block!important;
}
}