﻿/* .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. */   

/* XP IE7 theme - Backgrounds */
.DistrictTabs .ajax__tab_header				
	{/* background:url(images/tab-line.gif) repeat-x bottom;*/ }
.DistrictTabs .ajax__tab_outer						
{ 
	/*background:url(images/tab-right.gif) no-repeat right;*/
  
   border-right:solid 2px #F7F3E7;    
   border-bottom: solid 0px #5E6255;
   background:#F7F3E7 no-repeat right;
    /*border:solid 1px #5E6255;  
            background-color:#555F62;*/ 
           
   }
.DistrictTabs .ajax__tab_inner					
	{
		/* background:url(images/tab-left.gif) no-repeat;*/
		 border-left:solid 2px #5E6255; 
   background:#555F62 no-repeat;
		     
		  }
	
	
.DistrictTabs .ajax__tab_tab					
	{ 
		/*background:url(images/tab.gif) repeat-x;*/
		background:#555F62 repeat-x;
		color:#ffffff;
		  font-family: Verdana, Arial,Helvetica, sans-serif ;       
            font-size:11px !important;
	   }

.DistrictTabs .ajax__tab_hover .ajax__tab_outer	{/* background:url(images/tab-hover-right.gif) no-repeat right; */}
.DistrictTabs .ajax__tab_hover .ajax__tab_inner	{ /*background:url(images/tab-hover-left.gif) no-repeat;*/ }
.DistrictTabs .ajax__tab_hover .ajax__tab_tab		{/* background:url(images/tab-hover.gif) repeat-x; */}

.DistrictTabs .ajax__tab_active .ajax__tab_outer	
{
	/* background:url(images/tab-active-right.gif) no-repeat right; */
	
   border-right:solid 2px #F7F3E7;
   border-bottom:     solid 0px #ffffff;
   background:#F7F3E7 no-repeat right;
    	
}
.DistrictTabs .ajax__tab_active .ajax__tab_inner	
{
	/* background:url(images/tab-active-left.gif) no-repeat; */
			
		 border-left:solid 1px #5E6255; 
		 border-top:solid 1px #5E6255; 
		 border-bottom:solid 0px #ffffff;
		 border-right:solid 1px #5E6255;
		 
   background:#DBDFD8 no-repeat; /*ffffff*/
	
}
.DistrictTabs .ajax__tab_active .ajax__tab_tab	
{ 
	/*background:url(images/tab-active.gif) repeat-x;*/ 
	background:#DBDFD8 repeat-x; /*ffffff*/
	color:#4f2412;
	  font-family: Verdana, Arial,Helvetica, sans-serif ;       
            font-size:11px !important;
	
	}

/* XP IE7 theme - Other Styles */
.DistrictTabs .ajax__tab_header 					
{ font-family:verdana,tahoma,helvetica;font-size:11px; }
.DistrictTabs .ajax__tab_outer			
			{ 
				padding:0px;
				padding-right:0px;
				/*height:26px; */
			  
			  }
.DistrictTabs .ajax__tab_inner	
					{  padding:0px;
						padding-left:0px; 
					  
					  }
.DistrictTabs .ajax__tab_tab						
{ padding:4px 15px;margin:0; }

.DistrictTabs .ajax__tab_body						
{ font-family:verdana,tahoma,helvetica;font-size:10pt;
   border:1px solid #8A9599;border-top:0; padding-top:18px; padding-left:8px; padding-bottom:15px;
   background-color:#DBDFD8;
 /*border:1px solid #8A9599;border-top:0;padding:6px;D1D1D1

*/
  }



