.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 5px;
margin-bottom: 0;
font: 12px 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;
margin-right: 1px;
color: #2d2b2b;
}

.shadebattom{
text-decoration: none;
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:9pt;
font-weight: bold;
color: #000080;
}

.shadebattomcal{
width: 20px;
height: 20px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 585px;
height: 300px;
}

.tabcontentstyleinto{ /*style of tab content oontainer*/
width: 595px;
height: 150px;
}

.tabcontentstyle2{ /*style of tab content oontainer */
width: 185px;
height: 200px;
margin-top: 3px;
background: white;
text-align: center;
}

.tabcontent {
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}