.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:hand;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(../images/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:hand;
}

.SelectedTab 
{
  color:black; 
  background-image: url(../images/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:hand;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:487px;
  height:150px;
  position:relative;
  padding:10px;
  top:-3px;
  left:1px;
  z-index:98;
}

.PageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
}

.TableBorder_Header
{
	/* background: #f0f2f5; */
	border-bottom: solid 1px #f6c78b;
	border-left: solid 1px #f0f2f5;
	border-right: solid 1px #f0f2f5;
	border-top: solid 1px #f0f2f5;
	font-size: 10px;
	color: #7C7C7C;
	height: 20px;
}

.TableBorder TD
{
	/* background: #f0f2f5; */
	border-bottom: solid 1px #E8E8E8;
	border-left: solid 1px #E8E8E8;
	border-right: solid 1px #E8E8E8;
	border-top: solid 1px #E8E8E8;
	font-size: 10px;
	color: #7C7C7C;
	height: 20px;
	padding: 2px;
	/* font-weight: bold; */
}

.DescriptionText 
{
	/* !Note: there are descriptions right and bottom of the input */
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #777777;
	padding: 2px;
	padding-left: 10px;
	vertical-align:middle;
	display:block;
}
