﻿

/* .ajax__tab_header - A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_outer - An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
/* .ajax__tab_inner	 - An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
/* .ajax__tab_tab - An element of the tab that contains the text content. Child CSS classes:none. */
/* .ajax__tab_body - A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
/* .ajax__tab_hover - This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_active - This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */   





.CustomTabStyle2 .ajax__tab_header { 

font-family:verdana, tahoma, helvetica; 

font-size:11px; 

border-bottom:solid 1px #999999 

} 

  

.CustomTabStyle2 .ajax__tab_outer { 

padding-right:4px; 

height:21px; 

background-color:#C0C0C0; 

margin-right:2px; 

border-right:solid 1px #666666; 

border-top:solid 1px #aaaaaa 

} 

  

.CustomTabStyle2 .ajax__tab_inner { 

padding-left:3px; 

background-color:#C0C0C0; 
} 

  

.CustomTabStyle2 .ajax__tab_tab { 

height:13px; 

padding:4px; 

margin:0; 
} 

  

.CustomTabStyle2 .ajax__tab_hover .ajax__tab_outer { 

background-color:#cccccc 

} 

  

.CustomTabStyle2 .ajax__tab_hover .ajax__tab_inner { 

background-color:#cccccc 

} 

  

.CustomTabStyle2 .ajax__tab_hover .ajax__tab_tab {} 

  

.CustomTabStyle2 .ajax__tab_active .ajax__tab_outer { 

background-color:#fff; 

border-left:solid 1px #999999; 
} 



  

.CustomTabStyle2 .ajax__tab_active .ajax__tab_inner { 

background-color:#fff; 
} 

  

.CustomTabStyle2 .ajax__tab_active .ajax__tab_tab {} 

  

.CustomTabStyle2 .ajax__tab_body { 

font-family:verdana, tahoma, helvetica; 
font-size:8pt; 
border:1px solid #999999; 
border-top:0; 

padding:8px; 

background-color:#ffffff; 
} 




/* XP IE7 theme - Backgrounds */
.CustomTabStyle3 .ajax__tab_header
{ background:url(/ImagesV2/TabImages/tab-line.gif) repeat-x bottom; }

.CustomTabStyle3 .ajax__tab_outer						
{ background:url(/ImagesV2/TabImages/tab-right.gif) no-repeat right; }

.CustomTabStyle3 .ajax__tab_inner						
{ background:url(/ImagesV2/TabImages/tab-left.gif) no-repeat; }

.CustomTabStyle3 .ajax__tab_tab						
{ background:url(/ImagesV2/TabImages/tab.gif) repeat-x; }

.CustomTabStyle3 .ajax__tab_hover .ajax__tab_outer	
{ background:url(/ImagesV2/TabImages/tab-hover-right.gif) no-repeat right; }

.CustomTabStyle3 .ajax__tab_hover .ajax__tab_inner	
{ background:url(/ImagesV2/TabImages/tab-hover-left.gif) no-repeat; }

.CustomTabStyle3 .ajax__tab_hover .ajax__tab_tab		
{ background:url(/ImagesV2/TabImages/tab-hover.gif) repeat-x; }

.CustomTabStyle3 .ajax__tab_active .ajax__tab_outer	
{ background:url(/ImagesV2/TabImages/tab-active-right.gif) no-repeat right; }

.CustomTabStyle3 .ajax__tab_active .ajax__tab_inner	
{ background:url(/ImagesV2/TabImages/tab-active-left.gif) no-repeat; }

.CustomTabStyle3 .ajax__tab_active .ajax__tab_tab		
{ background:url(/ImagesV2/TabImages/tab-active.gif) repeat-x; }

/* XP IE7 theme - Other Styles */

.CustomTabStyle3 .ajax__tab_header {
	font-family:verdana,tahoma,helvetica;
  font-size:11px; 
  }	
  
.CustomTabStyle3 .ajax__tab_outer 
{
	height:29px; 
}
.CustomTabStyle3 .ajax__tab_inner 
{
	padding-left:3px; 
}
.CustomTabStyle3 .ajax__tab_tab 
{
	padding:10px 10px;
	margin:0;
}
.CustomTabStyle3 .ajax__tab_body 
{
	font-family:verdana,tahoma,helvetica;
	font-size:10pt;
	border:1px solid #999999;
	border-top:0;
	padding:8px;
	background-color:#ffffff; 
	}

.ajax__tab_panel
{
	font-size:8.4pt;
}