.TopGroup
{
  z-index:99;
  position:relative;
  direction:rtl;
   margin-right:15px;
  

}

.DefaultTab 
{
  color:black; 
  background-image: url(tabimages/tab_bg.gif);
  font-family:tahoma; 
  font-size:10px; 
  font-weight: bold;
  cursor:pointer;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(tabimages/hover_tab_bg.gif);
  font-family:tahoma; 
  font-size:10px; 
  font-weight: bold;
  text-decoration: underline;
  cursor:pointer;
}

.SelectedTab 
{
  color:black; 
  background-image: url(tabimages/selected_tab_bg.gif);
  font-family:tahoma; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
  
}

.DisabledTab 
{
  color:#AAAAAA; 
  background-image: url(tabimages/tab_bg.gif);
  font-family:tahoma; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.MultiPage
{
  width:530px;
  height:175px;
  background-color:white;
  position:relative;
  top:-1px;
  z-index:98;
  background-image:url('CenterBox-bg.gif')
}
.MultiPageNews
{
  width:530px;
  height:225px;
  background-color:white;
  position:relative;
  top:-1px;
  z-index:98;
  background-image:url('CenterBoxNews-bg.gif')
}

.MultiPageTahlil
{
  width:530px;
  height:175px;
  background-color:white;
  position:relative;
  top:-1px;
  z-index:98;
  background-image:url('CenterBox-bg.gif')
}
.MultiPageReport 
{
	  width:530px;
  height:175px;
  background-color:white;
  position:relative;
  top:-1px;
  z-index:98;
overflow:hidden;
  background-image:url('CenterBox-bg.gif') }
/* tab Style 3 */

.TopGroup2
{
  z-index:99;
  position:relative;
  direction:rtl;
  top:3px;
   text-align:center;
}

.DefaultTab2 
{
  color:#fff; 
  background-image:url(imagetab2/tab-bg2.gif);
  text-align:center;
  font-family:tahoma; 
  font-size: 11px; 
  height:19px;
  cursor:pointer;
}

.DefaultTabHover2 
{
  color:#d7dede;
  background-image: url(imagetab2/tab-bg2.gif);
  font-family:tahoma; 
  font-size: 11px; 
   height:19px;
  cursor:pointer;
}

.SelectedTab2
{
  color:#555; 
  background-image: url(imagetab2/selected-tab-bg2.png);
  border-bottom-color: #FFFFFF;
  font-family:tahoma;
  font-size: 11px; 
  cursor:pointer;
}

.MultiPage2
{
  background-color:White;
  width:200px;
  position:relative;
  top:0px;
  left:1px;
  z-index:98;
}
