/* BEGIN Main Tab styles */

ul.shadetabs
{
  list-style-type: none;
  display: block;
  margin: 0px;
  padding: 4px 0px 0px 0px;
  width: 100%;
  background-color: #2695C3;
}

ul.shadetabs li
{
  display: block;
  float: left;
  height: 26px;
  margin: 0px 0px 0px 5px;
  background: url('/images/tab_inactive_left.gif') left top no-repeat;
}

ul.shadetabs li a
{
  display: block;
  float: left;
  margin-left: 10px !important;
  margin-left: 5px;
  padding: 7px 10px 5px 0px !important;
  padding: 7px 10px 4px 0px;
  color: #FFFFFF;
  text-decoration: none;
  background: url('/images/tab_inactive_right.gif') right top no-repeat;
}

ul.shadetabs li a:hover
{
  color: #FFFF99;
}

ul.shadetabs li.selected
{
  background: url('/images/tab_active_left.gif') left top no-repeat;
}

ul.shadetabs li.selected a
{
  color: #2695C3;
  background: url('/images/tab_active_right.gif') right top no-repeat;
}

ul.shadetabs li.selected a:hover
{
  color: #2695C3;
}

ul.shadetabs li.datestamp
{
  width: 75px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background: none;
}

ul.shadetabs li.datestamp span
{
  display: block;
  margin-top: 5px;
}

/* END Main Tab styles */

/* BEGIN Sub Tab styles */

ul.subshadetabs
{
  list-style-type: none;
  display: block;
  margin: 0px;
  padding: 4px 0px 0px 0px;
  width: 100%;
  background-color: #FFFFFF;
}

ul.subshadetabs li
{
  display: block;
  float: left;
  height: 26px;
  margin: 0px 0px 0px 5px;
  background: url('/images/subtab_inactive_left.gif') left top no-repeat;
}

ul.subshadetabs li a
{
  display: block;
  float: left;
  margin-left: 10px !important;
  margin-left: 5px;
  padding: 7px 10px 5px 0px !important;
  padding: 7px 10px 4px 0px;
  color: #FFFFFF;
  text-decoration: none;
  background: url('/images/subtab_inactive_right.gif') right top no-repeat;
}

ul.subshadetabs li a:hover
{
  color: #FFFF99;
}

ul.subshadetabs li.selected
{
  background: url('/images/subtab_active_left.gif') left top no-repeat;
}

ul.subshadetabs li.selected a
{
  color: #2695C3;
  background: url('/images/subtab_active_right.gif') right top no-repeat;
}

ul.subshadetabs li.selected a:hover
{
  color: #2695C3;
}

ul.subshadetabs li.datestamp
{
  width: 75px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background: none;
}

ul.subshadetabs li.datestamp span
{
  display: block;
  margin-top: 5px;
}

/* END Sub Tab styles */

div.tabcontent
{
  display: none;
  margin: 5px 0px 0px 0px;
}

#schedulemain div.tabcontent
{
  margin: 0px;
}