.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
 	font-family: Arial, Helvetica, Verdana, "Gill Sans MT", Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../images/tab_back.jpg);
	background-repeat: repeat-x;
	height: 35px;
	display: block;
	cursor: pointer;
	cursor: hand;

	
}
.DefaultTab a:link {
	color: #666666;
	text-decoration: none;
	height: 35px;
	display: block;
	cursor:hand;
}
.DefaultTab a:visited {
	color: #666666;
	text-decoration: none;
	height: 35px;
	display: block;
	cursor: pointer;
	cursor: hand;

}
.DefaultTab a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, "Gill Sans MT", Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/tab_back_active.jpg);
	background-repeat: repeat-x;
	height: 35px;
	display: block;
	cursor: pointer;
	cursor: hand;

}
.DefaultTab_hover {
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, "Gill Sans MT", Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #DD251D;
	background-image: url(../images/tab_back_active.jpg);
	background-repeat: repeat-x;
	height: 35px;
	display: block;
	cursor: pointer;
	cursor: hand;

}
.SelectedTab 
{
   font-family: Arial, Helvetica, Verdana, "Gill Sans MT", Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #DD251D;
	background-image: url(../images/tab_back_active.jpg);
	background-repeat: repeat-x;
	height: 35px;
	display: block;
	cursor: pointer;
	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; 
}


