/*------- Body Content ------- */
.tab_content {
	margin: 2px;
	padding: 0px;
	line-height: 1.6em;
	text-align: left;
	color: #5D5D5D;
	}

.tab_content p {
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}

.shadetabs{
padding: 3px 0;
margin-left: 26px;
margin-top: 1px;
margin-bottom: 0;
font: normal 11px 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 6px;
margin-right: 3px;
border: 1px solid #cccccc;
color: #2d2b2b;
background-color:#fff;

}

.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 */
background-image: url(../images/shadeactive1.gif);
background-color:#0099CC;
border-bottom-color: #0099CC;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
background:#0099CC;
border: 1px solid #0066CC;
width: 502px;
margin-bottom: 0.8em;
margin-left:5px;
padding: 5px;
}

.tabcontent{
display:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

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