.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
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: 3px 7px;
margin-right: 3px;
color: white;
background-color: #2056C3;
/*
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
*/
border: 1px solid #C8E7FB;
}

.shadetabs li a:visited{
color: white;
}

.shadetabs li a:hover{
position: relative;
top: 1px;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
color: white;
background-color: #2056C3;
border: 1px solid #C8E7FB;
}

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

}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 735px;
margin-bottom: 1em;
padding: 10px;
margin-top: 5px;
/*
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
*/
border: 1px solid #2056C3;
}

.tabcontent{
display:none;
}


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