.TabLabelDefaultStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #ffffff;
	cursor:pointer;
	text-align: center;
}


.TabLabelSelectedStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: black;
	cursor:pointer;
	color:#333333;
	text-align: center;
}

.TabLabelSelectedInnerStyle { 
	padding-top:4px;
}
.TabLabelDefaultInnerStyle {
	padding-top:4px;
}
.line {
	background-image:url(../Img/lineBg.gif);
	background-repeat:repeat-x;
	text-align:center;
}

/******************
.TabLabelDefaultStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: black;
      cursor: pointer;
      background-color: #E4F1F8;
      border-left: 1px solid #E4F1F8;
      border-top: 3px solid white;
      border-right: 1px solid white;
      height: 26px;
}

.TabLabelHoverStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: #333333;
      cursor: pointer;
      background-color: #BEDA5B;
      border-left: 1px solid white;
      border-top: 3px solid white;
      border-right: 1px solid white;
      text-decoration: underline;
      height: 26px;
}

.TabLabelDisabledStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: #BBBBBB;
      cursor: wait;
      cursor: no-drop;
      background-color: white;
      border-left: 1px solid white;
      border-top: 3px solid white;
      border-right: 1px solid white;
      height: 26px;
}

.TabLabelSelectedStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: white;
      cursor: pointer;
      background-color: #128CDD;
      border-left: 1px solid #128CDD;
      border-top: 3px solid #128CDD;
      border-right: 1px solid white;
      height: 26px;
}

.TabLabelText
{
	text-align: center;
}

.TabRadTabstrip
{
	border-bottom: 4px solid #128CDD;
	padding: 0px 30px;
}
*/