.shadetabs{
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	font: normal 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #5BA2CD;
}

.shadetabs li{
	display: inline;
	margin: 0;
	color: #5BA2CD;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 6px;
	margin-right: 0px;
	/*border: 1px solid black;*/
	color: #5BA2CD;
	background-color: #008000;
	font-weight: bold;
}

.shadetabs li a:visited{
color: #5BA2CD;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #5BA2CD;
	background-color: #FFFF99;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	color: #5BA2CD;
}

.shadetabs li.selected a{ /*selected main tab style */
	font-weight: bold;
	text-decoration: none;
	color:#5BA2CD;
	background-color: #FFFe99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #008000;
	border-right-color: #008000;
	border-left-color: #008000;
	border-bottom-width: 1px;
	border-bottom-color: #FFFe99;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #5BA2CD;
	background-color: #008000;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 330px;
	margin-bottom: 1em;
	padding: 3px;
	height:130px;
	background-color: #FFFF99;
	border: 1px solid #008000;
	/*border: 1px solid #000000;*/
}

.tabcontent{
display:none;
}/

@media print {
.tabcontent {
display:block!important;
}
}
.formstyle {
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5BA2CD;
	font-weight: bold;
}
.formstyle2 {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

