﻿.TopGroup
{
  z-index:99;
  position:relative;
  float:left;
}
.DefaultTab 
{
  color:white; 
  background-image: url(/images/tab/tab_bg.gif);
  font-family:Verdana; 
  font-size:12px; 
  font-weight: bold;
  cursor:pointer;
  

}

.DefaultTabHover 
{
  color:#f8ffd3; 
  background-image: url(/images/tab/hover_tab_bg.gif);
  font-family:Verdana; 
  font-size:12px; 
  font-weight: bold;
  text-decoration:none;
  cursor:pointer;
}

.SelectedTab 
{
  color:#e84191; 
  background: url(/images/tab/selected_tab_bg.gif);
  font-family:Verdana; 
  font-size:12px; 
  font-weight: bold;
  cursor:default;
  bottom:0px;
  position:relative;
  
}

.DisabledTab 
{
  color:#AAAAAA; 
  background-image: url(/images/tab/tab_bg.gif);
  font-family:Verdana; 
  font-size:12px; 
  font-weight: bold;
  cursor:default;
}

.ContentBox
{
  background: #FFFFFF url(/images/bbj.gif) no-repeat 0px 0px; 
  border: 1px solid #d1d1d1; 
  border-top:0px;
  padding: 8px; 
  width: 97%;
  height: auto;
  top:-1px;
  z-index:98;
  float:left;
  position:relative;

}

.content-tab .ContentBox
{
  background: #FFFFFF url(/images/bbj.gif) no-repeat 0px 0px; 
  border: 1px solid #d1d1d1; 
  border-top:0px;
  padding: 8px; 
  width: 97%;
  height: auto;
  top:-1px;
  z-index:98;
  float:left;
  position:relative;

}

.ContentBox .c-fram .list-left .loading img{background-image:none; width:16px;height:16px; }
.content-tab .ContentBox .c-fram .list-left .loading img{background-image:none; width:16px;height:16px; }
