/* .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. */   

 
/*Header*/
.tab .ajax__tab_header
{
    font-size: 13px;
    background-color: #ffffff;
    margin-left: 0px;
    cursor:pointer;
    margin-left:20px;
    
}
/*Body*/
.tab .ajax__tab_body
{
    background-color:#ffffff; 
    border-top:1px solid #252525;
    border-bottom:1px solid #252525;
    padding-top:2px;
    padding-bottom:2px;
}
/* XP IE7 theme - Backgrounds */

.tab .ajax__tab_outer						{ background:url( tab-right.gif) no-repeat right;   padding-right:5px;}
.tab .ajax__tab_inner						{ background:url( tab-left.gif) no-repeat; }
.tab .ajax__tab_tab						{ background:url( tab.gif) repeat-x; color:#000000; }
.tab .ajax__tab_hover .ajax__tab_outer	{ background:url( tab-hover-right.gif) no-repeat right;  padding-right:4px;}
.tab .ajax__tab_hover .ajax__tab_inner	{ background:url( tab-hover-left.gif) no-repeat; }
.tab .ajax__tab_hover .ajax__tab_tab		{ background:url( tab-hover.gif) repeat-x; color:#000000; }
.tab .ajax__tab_active .ajax__tab_outer	{ background:url( tab-active-right.gif) no-repeat right; padding-right:4px;}
.tab .ajax__tab_active .ajax__tab_inner	{ background:url( tab-active-left.gif) no-repeat; }
.tab .ajax__tab_active .ajax__tab_tab		{ background:url( tab-active.gif) repeat-x;  color:#FFFFFF;}

/* XP IE7 theme - Other Styles */ 
.tab .ajax__tab_outer						{ height:29px; }
.tab .ajax__tab_inner						{ padding-left:3px; }
.tab .ajax__tab_tab						{ padding:8px 20px;margin-bottom:-2px;} 

