.shadetabs{
width:150px;
margin:0px;
margin-left:30px;
margin-right:5px;
padding:0px;
background-color:#5973a6;
color:#fff;
float:left;
}
.shadetabs ul {list-style-type:none;margin:0px;padding:0px;float:left;}

.shadetabs li{display:block; margin:0px; padding:0px;
}


.shadetabs li a{
text-align:left;
display:block;
text-decoration: none;
color: #eee;
background-color: #213250;
font-size:12px;
font-weight:bold;
marker-offset:0px;
width:134px;
margin:1px;
border: 1px solid #fff;
padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px
}





.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li.selected{

}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color:#eef4ff ;
color:#666;
background-color: #b2c3e4;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle h1 {font-family:Georgia, Serif; font-size:22px;text-align:right; border-bottom: 1px solid #061737; color:#061737; text-transform: lowercase;}

.tabcontentstyle{ /*style of tab content oontainer*/
width:481px;
height:250px;
overflow: auto;
border: 1px dashed #213250;
background-color:#e6ebf4;
color:#061737;
font-size:12px;
margin:0px;
padding: 30px;
float:left;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
