/* ***** Tabs *************************************************************** */

div.TabView
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:   9px;
font-weight:normal;
}

div.TabView div.Tabs
{
  height: 22px;
  background: url(images/button2.jpg) repeat-x 0px -72px;
}

div.TabView div.Tabs a
{
  display: block;
  float:    left;
  margin-right: 1px;
  width: 92px;
  text-align: center;
  height:      22px;
  line-height: 21px;
  vertical-align: middle;
  background: url(images/button2.jpg) no-repeat 0px   0px;
  text-decoration: none;
  color:   #ffffff;
  cursor:  pointer;
}

div.TabView div.Tabs a:hover
{
  background: url(images/tab-view.jpg) no-repeat 0px -35px;
}

div.TabView div.Tabs a.Current,

div.TabView div.Tabs a.Current:hover
{
  margin-top: 0px;
  height:     21px;
  background: url(images/button1.jpg) no-repeat 0px   0px;
  cursor:  default;
}
div.TabView div.Pages
{
  clear: both;

  border: 1px solid #404040;
  border-top: none;

  background: #FCFCFC;
}

div.TabView div.Pages                  { overflow: hidden; }
div.TabView div.Pages div.Page         { overflow:   auto; }
div.TabView div.Pages div.Page div.Pad { padding: 7px 7px; }

/* *****End of  Tabs *************************************************************** */


