.shadetabs
{
	padding-right: 0px;
	margin-top: 1px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font: bold 8pt Tahoma;
	margin-left: 0px;
	padding-top: 1px;
	list-style-type: none;
	text-align: center;
}

.shadetabs li
{
	
	display: inline;
	margin: 0px;
	border-left: black 1px solid;
	text-align: center;
}

.shadetabs li a
{
	border-right: #778 1px solid;
	padding-right: 5px;
	border-top: #778 1px solid;
	padding-left: 2px;
	background: url(shade.gif) gainsboro repeat-x left top;
	padding-bottom: 2px;
	border-left: #778 1px solid;
	width: 83px;
	color: #2d2b2b;
	margin-right: 0px;
	padding-top: 2px;
	border-bottom: #778 1px solid;
	text-decoration: none;
}

.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
{
	background-image: url(shadeactive.gif);
	border-bottom: white thin solid;
}

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

.tabcontentstyle
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: gray 1px solid;
	width: 100%;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	background-color: #ffffff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

/* Vertical Tab Style */

.shadetabsV
{
	padding-right: 0px;
	margin-top: 1px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font: 8pt Tahoma;
	margin-left: 0px;
	padding-top: 3px;
	list-style-type: none;
	text-align: right;
}

.shadetabsV li
{
	margin: 0px;
	text-align: center;
}

.sh_links
{
	border-right: #778 1px solid;
	padding-right: 5px;
	border-top: #778 1px solid;
	padding-left: 0px;
	font-size: 8pt;
	background: url(shadeV.gif) gainsboro repeat-y right top;
	padding-bottom: 2px;
	border-left: #778 1px solid;
	width: 95px;
	color: #2d2b2b;
	margin-right: 0px;
	padding-top: 2px;
	border-bottom: #778 1px solid;
	font-family: Tahoma;
	text-decoration: none;
}


:hover.sh_links
{
	font-size: 8pt;
	color: #2d2b2b;
	font-family: Tahoma;
	text-decoration: underline;
}