/* ----------------  ICE CD Styles ----------------  */
Div.Tabs
{
  width:100%;
  margin-top:15px;
  margin-bottom:20px;
  border-bottom: solid 4px #ffee99;
}

/* All Tabs */
Div.SelectedTab, Div.OtherTab
{
  width: 115px;
  text-align:center;
  font-family: Verdana;
  font-size: 75%;
  float:left;
  padding-top:2px;
}

/* Selected Tab */
Div.SelectedTab
{
  height: 22px;
  color: navy;
  font-weight: bold;
  background-color: #ffee99;
  border-top: solid 1px #999933;
  border-right: solid 1px #999933;
}

/* Unselected Tabs */
Div.OtherTab
{
  height: 20px;
  margin-top:2px;
  background-color: #ffffdd;
  border-top: solid 1px #cccc66;
  border-right: solid 1px #cccc66;
}

/* Tab Buttons */
Input.OtherTab
{
/*  height: 15px;
  width: 110;
  border:solid 1px gray;*/
}

/* Separator Tab */
Div.SeparatorTab
{
  float:left;
  border-left: solid 1px #ffffff;
}


/* Hyperlinks on unselected tabs */
A.Tab:link, A.Tab:visited, A.Tab:active, A.Tab:hover
{
  color:navy;
  text-decoration:none;
}

/* All other links */
A.Tab:hover
{
  color:red;
}

/* ----------------  ICE CD Styles ----------------  */

