.shadetabs{
padding:0px 0;

margin-right:-1px;
margin-top:1px;
margin-bottom: 0;
font: bold 15px Times New Roman;
list-style-type: none;
text-align:center; /*set to left, center, or right to align the menu as desired*/
align:center;
}

.shadetabs li{
display: inline;


margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding:1px 2px;
margin-right:1px;
border: 1px solid #2F6182;
color: #2d2b2b;
width:71px;
background: #EFF6FC;

}

.shadetabs li a:visited{
color: #2d2b2b;
width:71px;
}

.shadetabs li a:hover{

width:71px;
text-decoration: underline;
color: #2d2b2b;

}

.shadetabs li.selected{
position: relative;
width:71px;

margin-bottom: 0;
}

.shadetabs li.selected a{ /*selected main tab style */

background:  #2F6182;
margin-bottom:0px;

width:71px;
color:#ffffff

}

.shadetabs li.selected a:hover{ /*selected main tab style */
background: #2F6182;
width:71px;
color:#ffffff

text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/

width:71px;
height: 100px;
border:1px solid #2F6182;

text-align:center;
padding: 0px;

}

.tabcontent{
display:none;
width:280px;
height: 100px;
align:right;
text-align:center;
}

@media print {
.tabcontent {
display:block!important;
}
}
