.TopGroup
{
  background-image: url(images/Cen.gif);
  border-right: 1px solid white;
  border-left: 1px solid white;
}

.TopGroupLogout
{
  background-image: url(images/CenD.gif);
  border-right: 1px solid white;
  border-left: 1px solid white;
}

.DefaultTab
{
  background-color:#2f609b;
  font-size:9px;
  font-family: verdana; 
  font-weight:bold;
  cursor:pointer;
  color: White;
  text-decoration: underline;
}

.DefaultTab:Hover
{
  background-color:#2f609b;
  font-size:9px;
  font-family: verdana; 
  font-weight:bold;
  cursor:pointer;
  color: White;
  text-decoration: underline;
}

.SelectedTab
{
  background-color:#2f609b;
  font-size:9px;
  font-family: verdana; 
  font-weight:bold;
  cursor:default;
  color: white;
}


.Level2Group
{
  background-color:#2f609b;
}

.TopBackground
{
  background-color:#2f609b;
}

.transparent
{
  background:transparent;
}

.MultiPageOutterFrame
{
  background-color: lightskyblue;
  border: 1px solid dodgerblue;
  width: 100%;
  height:95%;
  position:relative;
  top:-2px;
  z-index:98;
  padding: 5px;
}

.MultiPage
{
  border: 1px solid dodgerblue;
  border-bottom-color: cyan;
  border-right-color: cyan;
  width: 100%;
  height: 100%; 
}


.menuDefaultTab 
{
  color: white; 
  background-image:url(images/Cen.gif);
  font-family: tahoma; 
  font-weight:bold;
  font-size:10px; 
  cursor:pointer;
}

.menuDefaultTabHover 
{
  color: white; 
  background-image:url(images/Cen.gif);
  font-family: tahoma; 
  font-weight:bold;
  font-size:10px; 
  text-decoration:underline;
  cursor:pointer;
}

.menuSelectedTab 
{
  color: white; 
  background-image:url(images/CenS.gif);
  font-family: tahoma; 
  font-size:10px; 
  font-weight:bold;
  cursor:default;
}

.menuDisabledTab 
{
  color: white; 
  background-image:url(images/CenD.gif);
  font-family: tahoma; 
  font-size:10px; 
  font-weight:bold;
  cursor:default;
}

.menuSpacer
{
  background-color: #4544AF;
}

