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

.shadetabs li
{
	display: inline;
	margin: 0;
	text-decoration: none;
}

.shadetabs li a
{
	text-decoration: none;
	padding: 1px 2px;
	margin-right: 3px;
	margin-top: 13px;
	border: 1px solid #778;
	border-bottom:1px solid #778;
	color: #2d2b2b;
	background: white url(../images/shade.gif) top left repeat-x;
	line-height:18px;
}

.shadetabs li a:visited
{
	color: #2d2b2b;
	text-decoration: none;
}

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

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

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

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

.tabcontentstyle
{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 585px;
	margin-bottom: 1em;
	font-size:15px;
	padding: 5px;
}

.tabcontent
{
	display:none;
	color :#5A4D4A;
	font-size : 11px;
	font-family : Verdana;
	line-height:16px;
}

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