﻿.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:black; 

  background-image: url(images/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(images/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.SelectedTab 
{
  color:black; 
  background-image: url(images/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:487px;
  height:250px;
  position:relative;
  top:-2px;
  z-index:98;
}

.DisabledTab 
{
  color:#AAAAAA; 
  background-image: url(images/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.TopHomeGroup
{
 margin:0;
 padding:0;
 border:0;
}

.TabLook_Home
{
  position:relative;
  cursor:hand;
}

.TabLook_Home_Hover 
{
  position:relative;
  cursor:hand;
}

.SelectedTab_Home 
{
  position:relative;
  cursor:hand;
}

.SelectedTab_Home_Hover 
{
  position:relative;
  cursor:hand;
}

.TabLook_AllPrograms
{
  position:relative;
  cursor:hand;
}

.TabLook_AllPrograms_Hover 
{
  position:relative;
  cursor:hand;
}

.SelectedTab_AllPrograms 
{
  position:relative;
  cursor:hand;
}

.SelectedTab_AllPrograms_Hover 
{
  position:relative;
  cursor:hand;
}

.TabLook_Coaches
{
  position:relative;
  cursor:hand;
}

.TabLook_Coaches_Hover 
{
  position:relative;
  cursor:hand;
}

.SelectedTab_Coaches 
{
  position:relative;
  cursor:hand;
}

.SelectedTab_Coaches_Hover 
{
  position:relative;
  cursor:hand;
}