.TabLabelDefaultStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #ffffff;
	cursor:pointer;
	text-align: center;
	vertical-align: middle;
}

.TabLabelDisabledStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 11px;
	cursor: default;
	color:#b0ada9;
	text-align: center;
	vertical-align: bottom;
}

.TabLabelSelectedStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 11px;
	cursor:default;
	color:#333333;
	text-align: center;
	vertical-align: middle;
}

.TabLabelHoverStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 11px;
	cursor:pointer;
	color: Maroon;
}

.TabLabelSelectedTextStyle { 
	padding-top:5px;
}

.TabLabelDefaultTextStyle {
	padding-top:5px;
}

.TabLabelDisabledTextStyle { 
	padding-top:5px;
}

.TabLabelHoverTextStyle {
	padding-top:5px;
}

.line {
	background-image:url(../Img/lineBg.gif);
	background-repeat:repeat-x;
	text-align:center;
}
