.shadetabs{
padding: 0px 0px 0 0px;
margin: 0;
font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:16px;
color: #05255c;
text-align: left;
 /*set to left, center, or right to align the menu as desired*/
}



.shadetabs li{
padding: 0px 0px 0 0;
display: inline;
margin: 0;
width:132px;
height:31px;
text-align: center;
}

.shadetabs li a{
text-decoration: none;
padding: 0px 0px 0 0;
margin: 0px;
/*border: 1px solid #d4dce3;*/
color: #05255c;
background: white url(../tb_linkUnslected128.gif);
background-repeat:no-repeat;
width:132px;
height:31px;

}

.shadetabs li a:visited{

color: #05255c;

}

.shadetabs li a:hover{
text-decoration: none;
color: black;

}

.shadetabs li.selected{
padding: 0px 0px 0 0;
position: relative;
top: 0px;
color: #000000;

}

.shadetabs li.selected a{ /*selected main tab style */

background-image: url(../tb_linkslected128.gif);
border-bottom-color: white;
color: #05255c;

}

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

}

.tabcontentstyle{ /*style of tab content oontainer*/
/*border: 1px solid #d4dce3;*/
width: 95%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

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