.shadetabs
{	padding: 1px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: normal 12px Arial;
	color:#333333;
	list-style-type: none;
	text-align: left;
	
}

.shadetabs li
{	display: inline;
	margin: 0;
}

.shadetabs li a span
{	padding: 3 13 3 3px;
	font: normal 12px Arial;
	background:url(../Picture/LeftTab/tabbackgroundright.gif) no-repeat right top;
} 

.shadetabs li a
{	text-decoration: none;
	color: #333333;
	float:left;
	padding: 3 0 3 3px;
	background:url(../Picture/LeftTab/tabbackgroundleft.gif) no-repeat left top;
}

.shadetabs li a:hover
{	text-decoration: underline;
	color: #333333;
}

.shadetabs li.selected
{	position: relative;
	top: 1px;
}

.shadetabs li.selected a
{ /*selected main tab style */
	text-decoration:none;
	border-bottom-color: white;
	color:red;
	padding: 3 0 3 3px;
	background:url(../Picture/LeftTab/tabselectedleft.gif) no-repeat left top;
}

.shadetabs li.selected a span
{	padding: 3 13 3 3px;
	background:url(../Picture/LeftTab/tabselectedright.gif) no-repeat right top;
}

.shadetabs li.selected a:hover
{ /*selected main tab style */
	text-decoration: underline;
}

.TabContentStyle
{ /*style of tab content oontainer*/
	width: 190px;
	margin-bottom: 1em;
	padding: 5px;
}

.TabContent
{	display:none;	}

.TabTD
{	padding-left:10px;
	padding-top:7px;
	text-align:left;
	vertical-align:top;
	width:250px;
	height:135px;
}

.TextStyle
{	font-family:Arial;
	font-size:12px;
	color:#333333;
}

.BoldText
{	font-family:Arial;
	font-size:14px;
	color:black;
	font-weight:bold
}

.TabTable
{	border:0px;
	width:533px;
	background:url(../Picture/LeftTab/boxbackground.jpg)
} 

.TabBackground
{	background-image:url(../Picture/LeftTab/tabbackground.jpg)	}

@media print 
{	.tabcontent 
	{	display:block!important;	}
}
