.TabLabelDefaultStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: black;
      cursor: pointer;
      background-color: #E4F1F8;
      line-height: 22px;
      border-left: 1px solid #E4F1F8;
      border-top: 3px #ffffcc;
      border-right: 1px #ffffcc;
}

.TabLabelHoverStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: #333333;
      cursor: pointer;
      background-color: #008000;
      line-height: 22px;
      border-left: 1px #ffffcc;
      border-top: 3px #ffffcc;
      border-right: 1px #ffffcc;
      text-decoration: underline;
}

.TabLabelDisabledStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: #BBBBBB;
      cursor: wait;
      cursor: no-drop;
      background-color: #ffffcc;
      line-height: 22px;
      border-left: 1px #ffffcc;
      border-top: 3px #ffffcc;
      border-right: 1px #ffffcc;
}

.TabLabelSelectedStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: maroon;
      cursor: pointer;
      background-color: #72083b;
      line-height: 22px;
      border-left: 1px solid #72083b;
      border-top: 3px solid #72083b;
      border-right: 1px #ffffcc;
}

.TabLabelText
{
	text-align: center;
}

.TabRadTabstrip
{
	border-bottom: 4px solid #72083b;
	padding: 0px 30px;
}
