#RadTabStrip3 .TabLabelDefaultStyle
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  z-index:2;
  text-align: center;
}

#RadTabStrip3 .TabHoverStyle
{
  cursor: pointer;
  z-index:2;
  text-align: center;
  text-decoration: underline;
  padding-bottom:3px;
}

#RadTabStrip3 .TabLabelSelectedStyle
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  position:relative;
  z-index:3;
  text-align: center;
}

#RadTabStrip3 .TabLabelSelectedInnerStyle { 
  padding-bottom:3px;
}
#RadTabStrip3 .TabLabelDefaultInnerStyle {
  padding-bottom:3px;
}
#RadTabStrip3 .line {
  background-image:url(../Img/lineBg.gif);
  background-repeat:repeat-x;
  text-align:center;
}


a.tabnormal:link, a.tabnormal:visited, a.tabhighlighted:link, a.tabhighlighted:visited {
  color: #ffffff; 
  text-decoration: none
}

a.tabnormal:hover, a.tabhighlighted:hover {
  color: #ffffff; 
  text-decoration: underline
}
