.TabLabelDefaultStyle
{
	font-family:  Arial, Verdana, "MS Sans Serif", sans-serif;
	font-size: 11px;
	cursor: pointer;
	color:white;
	text-align: center;
}

.TabLabelDisabledStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #000;
	cursor:no-drop;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Alpha( style=1,opacity=40,finishOpacity=100,startX=100,finishX=100,startY=100,finishY=100);
	-moz-opacity: .40;
}

.TabLabelSelectedInnerStyle
{
	padding-top:3px;
}

.TabLabelDefaultInnerStyle
{
	padding-top:1px;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

.TabLabelSelectedStyle
{
	font-family:  Arial, Verdana, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color:white;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
}

.SubTabLabelDefaultStyle
{
	font-family:  Arial, Verdana, "MS Sans Serif", sans-serif;
	font-size: 10px;
	cursor: pointer;
	color:#333333;
	height:28px;
	text-align: center;
}
.SubTabLabelSelectedStyle
{
	font-family:  Arial, Verdana, "MS Sans Serif", sans-serif;
	font-size: 10px;
	color:#333333;
	cursor: pointer;
	height:28px;
	text-align: center;
}
.TabStripLabelsStyle {
	overflow:auto;
}
.SubTabStripLabelsStyle {
	height: 28px;
}
.bg {
	background-position:0px 32px;
	background-repeat:repeat-x;
	width:100%;
	text-align:center;
}		