.shadetabs{
padding: 2px 0;
margin-left: 0;
margin-top:0px;
margin-bottom: 0;
font-weight:normal;

list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{

font-size:10px;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
display: inline;
margin: 0;
float:right;
text-align:center;
}

.shadetabs li a{
/*border-top:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-bottom: 1px solid #FFFFFF;float:right;*/
text-decoration: none;
padding: 2px 5px ;
margin-right: 0px;

color: #2d2b2b;
background:#FFFFFF;
font-size:12px;
display:block;

}


.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #3c93ac;
}

.shadetabs li.selected{
position: relative;
top: 0px;
font-weight:bold;
} 

.shadetabs li.selected a{ /*selected main tab style */
/*background: #ffffff;*/
background: url(/images/bg_tap.gif)  no-repeat center bottom ;
border-bottom-color: white;
display:block;
/*float:right;*/
height:30px;
width:200px;
font-weight:bold;
text-align:center;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}



.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 1px solid #CCCCCC;
width: 100%;

margin:-12px 0 0 0;
padding: 8px 0px 0 2px;
}

.tabcontent{
display:none;
}
iframe.TTA{ padding:0px;
margin-bottom:-3px;
margin-left:-10px;}
iframe.setindex{ padding:0px;
margin-bottom:11px;
}




#content2 .shadetabs{

padding: 2px 0;
margin-left: 0;
margin-top:-1px;
margin-bottom: 0;

font-weight:normal;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#content2 .shadetabs li{
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display: inline;
margin: 0;
}

#content2 .shadetabs li a{
border-top:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
text-decoration: none;
padding: 2px 5px 2px 5px;
margin-right:2px;
border-bottom: 1px solid  #999999;
color: #2d2b2b;
background-color:#99CC00;

background:#C7E3ED;
}

#content2 .shadetabs li a:visited{
color: #2d2b2b;
}

#content2 .shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

/*#content2 .shadetabs li.selected{
position: relative;
top: 0px;
}*/

#content2 .shadetabs li.selected a{ /*selected main tab style */
background: #77afc3;
border-bottom-color: #E6F7FD;
}

#content2 .shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

#content2 .tabcontentstyle{ /*style of tab content oontainer*/
border-top: 1px solid #CCCCCC;
width: 100%;
margin-bottom: 20px;
padding: 20px 0px 10px 2px;


}

#content2 .tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
