
#tabs_c{height:25px; }
#tabs_c_l{float:left;}
#tabs_c_r{float:right;}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 15px arial;
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;
position: relative;
z-index: 1;
padding: 6px 5px 4px;
margin-right: 1px;
color: #ffffff;
background: white top left repeat-x;
text-decoration:none;
background-color:#003365;
bottom:1px;
}



.shadetabs li a:hover{
text-decoration: underline;
color: #fbfbfb;
text-decoration:none;
background-color:#0b4682;


}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
/**top: -2px;**/

color:#232323;


background-color:white;
border-top: 1px solid #e8e8e8;
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
bottom:-1px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontent1{
display:none;
}
.tabcontent2{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

