
.shadetabs{
	padding: 3px 0 3px 0px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left;
	text-transform: capitalize;
}

.shadetabs li{
display: inline;
margin: 0px;
padding: 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
margin-left: 0px;
border: 1px solid #99cc00;
color: #2d2b2b;
background: white url(shade.gif) 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(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float: left;
width: 685px;
margin-left: 0px;
padding-left: 5px;
padding-top: 10px;
border-top: 2px solid #99cc00;
border-left: 1px solid #dddddd;
height: 800px;
}
.tabcontentstyle h1{
font-family: Arial;
	font-size: 13px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #000000;
	display: block;
	border-bottom: 2px solid #99cc00;
	text-transform: uppercase;

}
.tabcontentstyle h3 {
	color: #999999;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana;
	display: block;
	width: 50px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.tabcontentstyle h2 {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	font-family: verdana;
	display: block;
	width: 60px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.tabcontentstyle small {
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana;
	background-color: #666666;
	text-align: center;
	display: block;
	width: 40px;
	height: 13px;
	padding: 0px;
	margin-right: 0px;
	float: left;
}
	.tabcontentstyle ul{
	margin: 1px;
	padding: 1px;
	width: 680px;
	}
	.tabcontentstyle li {
	font-family: Arial;
	font-size: 10px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: -3px;
	height: 15px;


			}
.tabcontentstyle li a{
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	display: block;
	width: 380px;
	float:left;
	border-bottom: 1px solid #dddddd;
	height: 15px;
	}
.tabcontentstyle li a:hover{
	background-color: #CCCCCC;
	font-weight: normal;
	color: #000000;
}	
.tabcontent{
display:none;
margin-left: 0px;
float: left;
	}
@media print {
.tabcontent {
display:block!important;
}
}