.tabcontentstyle { /*style of tab content oontainer*/
border: 1px solid #B0BEC7;
margin-bottom: 1em;
width: 480px;
padding: 10px;
}

.shadetabs {
padding: 3px 0;
margin: 0;
font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
display: inline;
line-height: 16px;
background: none;
}

.shadetabs li a {
text-decoration: none;
padding: 3px 10px;
margin-right: 0;
border-top: 1px solid #C9C8C5;
border-left: 1px solid #C9C8C5;
border-right: 1px solid #C9C8C5;
color: #000;
background: #f3f3f3;

}

.shadetabs li a:visited {
color: #000;
}

.shadetabs li a:hover {
text-decoration: underline;
color: #000;
}

.shadetabs li.selected {
position:relative;
font-weight: bold;
color: #000;
}



.shadetabs li.selected a { /*selected main tab style */
/*background-image: url(../images/shadeactive.gif);*/
background-color:White;
border-style: dashed;
border-color:#B0BEC7;
border-width:2px;

border-bottom:solid 1px white;
}

.shadetabs li.selected a:hover { /*selected main tab style */
text-decoration: none;
}



.tabcontentstyle a { /*style of tab content container*/
color: #00578E;
text-decoration: none;
font-weight: bold;
}


.tabcontent {
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
