.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #aacbee;
	color: #06439D;
	background: white url(shade.gif) 
	top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	
	background-image: url(shadeactive.gif); 
	
	border-bottom-color: white;
	font-weight: bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #aacbee;
	width: 555px;
	margin-bottom: 10px;
	padding: 10px;
	padding-right:0px;
}
.tabcontentstyle_01{ /*style of tab content oontainer*/
	border: 1px solid #aacbee;
	width: 545px;
	margin-bottom: 10px;
	padding: 10px;	
}
.tabcontentstyle_02{ /*style of tab content oontainer*/
	border: 1px solid #aacbee;
	width: 564px;
	margin-bottom: 10px;
	padding-top:10px;
	padding-bottom:10px;		
	padding: 10px;
	padding-right:0px;
	padding-left:0px;
	
}
.tabcontent{
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;	
}

@media print {
.tabcontent {
display:block!important;
}
}
