.tabcontentstyle { /*style of tab content oontainer*/
border: 1px solid #B0BEC7;
width: 185px;
margin-bottom: 1em;
padding: 10px 5px;
}

.shadetabs {
padding: 3px 0;
margin: 0;
font: normal 12px 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;
margin: 0;
}

.shadetabs li a {
text-decoration: none;
padding: 3px;
margin-right: 0;
border-top: 1px solid #C9C8C5;
border-left: 1px solid #C9C8C5;
border-right: 1px solid #C9C8C5;
color: #FFF;
background:#496ea0;

}

.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: solid;
border-color:#B0BEC7;
border-width:1px;
border-bottom:solid 1px white;
color: #000;
}

.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;
}
}

#tabcontent
{
	margin: 0 0 0 10px;
}