.TopGroup
{
	font-size: 14pt;
	z-index: 99;
	position: relative;
}

.DefaultTab 
{
	font-size: 14pt;
  color:black; 
  background-image: url(images/tab_bg.gif);
  font-family:Tahoma; 
   
  cursor:default;
}

.DefaultTabHover 
{font-size: 14pt;
  color:black; 
  background-image: url(images/hover_tab_bg.gif);
  font-family:Tahoma; 
 
  cursor:default;
}

.SelectedTab
{font-size: 14pt;
	font-weight: bolder;
	
	background-image: url(images/selected_tab_bg.gif);
	cursor: default;
	color: black;
	font-family: Tahoma;
}
.ScrollItem 
{
  color:black; 
  background-image: url(images/scroll_item_bg.gif);
  border: 1px solid #919B9C; 
  border-left-color: #91A7B4; 
  border-top-color: #91A7B4; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  height: 20px;
  cursor:default;
}

.ScrollItemHover 
{
  color:black; 
  background-image: url(images/hover_scroll_item_bg.gif);
  border: 1px solid #919B9C; 
  border-left-color: #91A7B4; 
  border-top-color: #91A7B4; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  height: 20px;
  cursor:default;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:600px;
  height:350px;
  position:relative;
  padding:10px;
  top:-3px;
  left:1px;
  z-index:98;
}

.MultiPageGame
{
  background-color:White;
  border: 1px solid #919B9C;
  width:200px;
  height:200px;
  position:relative;
  padding:1px;
  top:-3px;
  left:1px;
  z-index:98;
}

.PageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
}
