/*######### CSS for Shade Tabs. Remove if not using #########*/
.shadetabs
{
	float: left;
	/*[disabled]list-style-type:none;*/
	/*[disabled]text-align:left;*/
/*set to left, center, or right to align the menu as desired*/
	/*[disabled]font-family:Arial, Helvetica, sans-serif;*/
	/*[disabled]font-weight:bold;*/
	/*[disabled]z-index:50;*/
}
.shadetabs TD
{
	/*[disabled]display:inline;*/
	/*[disabled]margin:0;*/
	/*[disabled]text-align:center;*/
	/*[disabled]border:0px none transparent;*/
}
.shadetabs TD A
{
	/*[disabled]text-decoration:none;*/
	/*[disabled]position:relative;*/
	/*[disabled]z-index:1;*/
	/*[disabled]padding:3px 7px;*/
	/*[disabled]margin-right:3px;*/
	/*[disabled]color:#2D2B2B;*/
	/*[disabled]text-align:center;*/
	/*[disabled]border:0px none transparent;*/
}
.shadetabs TD A:visited
{
	color: #2D2B2B;
}
.shadetabs TD A:hover
{
	text-decoration: underline;
	color: #2D2B2B;
}
.shadetabs TD A.selected
{
/*selected main tab style*/
	/*[disabled]position:relative;*/
	/*[disabled]top:1px;*/
	/*[disabled]left:10px;*/
	/*[disabled]border:0px none transparent;*/
	/*[disabled]color:#030AF2;*/
}
.shadetabs TD A.selected:hover
{
/*selected main tab style*/
	/*[disabled]text-decoration:none;*/
}
.shadetabs TD A.selected IMG
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EFF4F5;
}
.tabcontent
{
	float: right;
	overflow: auto;
	z-index: 1;
	width: 620px;
	height: 400px;
	clear: right;
	display: none;
	font-size: 100%;
	text-align: left;
	display: none;
	/*[ph]0*/
}
@media print
{
	.tabcontent
	{
		/*[id]0*/display: block !important;
	}
}
/*######### CSS for Inverted Modern Bricks II Tabs. Remove if not using #########*/
H4
{
	text-align: center;
}
