.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px 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 7px;
	margin-right: 3px;
	border: 1px solid #C9C9C9;
	color: #2d2b2b;
	background: white url(shade3.jpg) top left repeat-x;
}

.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(shadeactive3.jpg);
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ 
	border: 1px solid #C9C9C9;
	width: 615px;
	height: 227px;
	margin-bottom: 12px;
	padding: 40px;
	background-color:#d3d0b1;
	
	/*style of tab content oontainer*/
}

.tabcontent{
display:none;
}
table#maintable {
	width: 615px;
	height: 350px;
}
table {
	FONT-SIZE: 100%;
}

@media print {
.tabcontent {
display:block!important;
}
}

.tabcontentstyleblue{ 
	border: 1px solid #C9C9C9;
	width: 615px;
	height: 225px;
	margin-bottom: 12px;
	padding: 40px;
	background-color:#004174;
	
	/*style of tab content oontainer*/
}

