.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	letter-spacing: 1px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px 4px;
	margin-right: 15px;
	color: #CC0000;
	background: white url(shade.gif) top left repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #CC3333;
	border-right: 1px solid #CC3333;
	border-bottom: 1px solid #CC3333;
	border-left: 1px solid #CC3333;
	letter-spacing: 1px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	color: #3D8FCC;
	text-decoration: none;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a { /*selected main tab style */
	border-bottom-color: white;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	background-image: url(shadeactive.gif);
}

.shadetabs li.selected a:hover { /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle { /*style of tab content container*/
	border: 1px solid #CC3333;
	width: 500px;
	padding: 10px;
	margin: 0px;
	}

.tabcontentstyle a:link {
	margin: 0px;
	font-size: 10pt;
	color: #0094DE;
	}
.tabcontentstyle a:visited {
	margin: 0px;
	font-size: 10pt;
	color: #99CCCC;
}
.tabcontentstyle a:hover {
	margin: 0px;
	font-size: 10pt;
	color: #99CCCC;
	}
.tabcontentstyle{
	margin: 0px;
}
.content_lid {
	padding: 15px;
	font-size: 11pt;
}

.tabcontent {
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px dashed #FF9900;
	font-size: 10pt;
	line-height: 17pt;
	display: none;
}
.tabcontent p{
	font-size: 10pt;
	line-height: 17pt;
}
@media print {
.tabcontent {
	display:block!important;
}
}
