.TopGroup
{
  z-index:99;
}

.DefaultTab
{
	color: black;
	background-image: url(Images/TabStrip/tab_bg.gif);
	font-family: zawgyi-one, tahoma, arial, verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.DefaultTabHover 
{
  color: black; 
  background-image: url(Images/TabStrip/hover_tab_bg.gif);
  font-family: zawgyi-one, tahoma, arial, verdana;
  font-size: 10px; 
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.SelectedTab 
{
  color:black; 
  background-image: url(Images/TabStrip/selected_tab_bg.gif);
  font-family: zawgyi-one, tahoma, arial, verdana;
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.DisabledTab 
{
  color:#AAAAAA; 
  background-image: url(Images/TabStrip/tab_bg.gif);
  font-family: zawgyi-one, tahoma, arial, verdana;
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #efefef;
  width:487px;
  height:250px;
  
  top:-1px;
  z-index:98;
}

.ScrollItem 
{
  color:black; 
  background-image: url(Images/TabStrip/scroll_item_bg.gif);
  border: 1px solid #919B9C; 
  border-left-color: #91A7B4; 
  border-top-color: #91A7B4; 
  font-family: zawgyi-one, tahoma, arial, verdana;
  font-size:10px; 
  height: 20px;
  cursor:default;
}

.ScrollItemHover 
{
  color:black; 
  background-image: url(Images/TabStrip/hover_scroll_item_bg.gif);
  border: 1px solid #919B9C; 
  border-left-color: #91A7B4; 
  border-top-color: #91A7B4; 
  font-family: zawgyi-one, tahoma, arial, verdana; 
  font-size:10px; 
  height: 20px;
  cursor:default;
}