
.shadetabs{
	padding: 5px 0;
	padding-left: 10px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: -1;
	list-style-type: none;
	width: 621px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;			
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs UL{

}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 4px 7px;
	margin-right: 2px;
	border-left: 1px solid #000000;		
	border-right: 1px solid #000000;		
	border-top: 1px solid #000000;			
	background: #a9e6ef;
	color: #000000;
}

.shadetabs li a:visited{
	color: #000000;
}

.shadetabs li a:hover{
	text-decoration: underline;
	/*color: #000000;*/
}

.shadetabs li.selected{
	/*position: relative;*/
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #02adc6;
	color: #FFFFFF!important;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	/*border: 1px solid gray;*/
	width: 611px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block!important;
	}
}
