.Tabber
{
}

.Tabber .Head
{
  width: 330px;
  height: 19px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: -1px;
}

.Tabber .Head a, .Tabber .Head a:visited
{
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.Tabber .Head a:hover
{
  text-decoration: none;
}

.Tabber .Head .SpaceEdge
{
  width: 1px;
  height: 17px;
  float: left;       
  margin-top: 1px;
  background-color: #BED4D9;
  border-bottom: 1px solid White;
}


.Tabber .Head .Space
{
  width: 14px;
  height: 16px;
  float: left;
  border-top: 1px solid #BED4D9;
  margin-bottom: 1px;
  background-color: #F5F9FA;
  background-image: url(/images/tabber_all_bk.gif);
  background-repeat: repeat-x;
  border-bottom: 1px solid White;
}

.Tabber .Head .Divider
{
  width: 1px;
  height: 16px;
  float: left;
  border-top: 1px solid #BED4D9;
  margin-bottom: 1px;
  background-color: #E6EFF0;
  background-image: url(/images/tabber_all_div.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  border-bottom: 1px solid White;
}

.Tabber .Head .MainDivider
{
  width: 1px;
  height: 16px;
  float: left;
  border-top: 1px solid #BED4D9;
  margin-bottom: 1px;
  background-color: #D2DEE1;
  background-image: url(/images/tabber_main_div.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  border-bottom: 1px solid White;
}

.Tabber .Head .Item
{
  display: block;
  height: 16px;
  line-height: 16px;
  float: left;
  border-top: 1px solid #BED4D9;
  margin-bottom: 1px;
  background-color: #F5F9FA;
  background-image: url(/images/tabber_all_bk.gif);
  background-repeat: repeat-x;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid White;
}

.Tabber .Head .ItemEdge
{
  width: 1px;
  height: 16px;
  float: left;
  border-top: 1px solid #BED4D9;
  margin-bottom: 1px;
  background-color: #F5F9FA;
  background-image: url(/images/tabber_all_bk.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  border-bottom: 1px solid White;
}

.Tabber .Head .MainItem
{
  display: block;
  position: relative;
  z-index: 1001;
  height: 19px;
  line-height: 16px;
  float: left;
  margin-top: -2px;
  padding-top: 1px;
  background-color: White;
  border-top: 1px solid #C2D6DB;
  text-align: center;
  cursor: pointer;
}

.Tabber .Head .MainItemEdge
{
  position: relative;
  z-index: 1001;
  width: 1px;
  height: 20px;
  float: left;
  margin-top: -1px;
  background-color: #C7DBE0;
  background-image: url(/images/tabber_main_edge.gif);
  background-repeat: no-repeat;
  cursor: pointer;
}

.Tabber .Content
{
  position: relative;
  z-index: 1000;
  background-color: White;
  border: 1px solid #BED4D9;
}

.Tabber .Content .Page
{
  display: none;
  padding: 6px;
  background-color: White;
}

