.TopGroup
{
  z-index:99;
  position:relative;
  margin-left:15px;
  display:block;
}

.DefaultTab
{
	color: #3f3f3f;


	font-family: Tahoma;
	font-size: 12px;
	cursor: pointer;
}

.DefaultTabHover 
{
  color:#888888; 
 
  border: 0px solid #ADADAD;
  font-family: Tahoma; 
  font-size: 12px; 
  cursor:pointer;
}

.SelectedTabItem
{
	color: #0e0e0e;

	
	border: 0px solid #ADADAD;
	border-bottom-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	cursor: pointer;
}

.MultiPage
{
  background-color:White;
  	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
  width:910px;
  position:relative;
  padding:10px;
  top:0px;
  margin-left:15px;
  left:0px;
  z-index:98;
}

.MultiPage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.MultiPage {display: inline-block;}
/*IE-mac de bu bolumu sakla \ */
* html .MultiPage {height: 1%;}
.MultiPage {display: block;}
/* IE-mac bu bolumu saklam artik */


