/* .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 */
.exTab .ajax__tab_header					{ background:url(../../images/blue/tab-line-new.gif) repeat-x bottom;}
.exTab .ajax__tab_outer						{ background:url(../../images/blue/tab-right.gif) no-repeat right; }
.exTab .ajax__tab_inner						{ background:url(../../images/blue/tab-left.gif) no-repeat; color: #999; }
.exTab .ajax__tab_tab						{ background:url(../../images/blue/tab.gif) repeat-x; }

.exTab .ajax__tab_hover .ajax__tab_outer	{ background:url(../../images/blue/tab-hover-right.gif) no-repeat right; }
.exTab .ajax__tab_hover .ajax__tab_inner	{ background:url(../../images/blue/tab-hover-left.gif) no-repeat; }
.exTab .ajax__tab_hover .ajax__tab_tab		{ background:url(../../images/blue/tab-hover.gif) repeat-x; }

.exTab .ajax__tab_active .ajax__tab_outer	{ background:url(../../images/blue/tab-active-right.gif) no-repeat right; }
.exTab .ajax__tab_active .ajax__tab_inner	{ background:url(../../images/blue/tab-active-left.gif) no-repeat; color: #333;}
.exTab .ajax__tab_active .ajax__tab_tab		{ background:url(../../images/blue/tab-active.gif) repeat-x;  border-bottom: 1px solid #fff;}

.exTab .ajax__tab_disabled .ajax__tab_outer	{ background:url(../../images/blue/tab-right.gif) no-repeat right; }
.exTab .ajax__tab_disabled .ajax__tab_inner	{ background:url(../../images/blue/tab-left.gif) no-repeat; color: #ccc; }
.exTab .ajax__tab_disabled .ajax__tab_tab	{ background:url(../../images/blue/tab.gif) repeat-x; }


/* XP IE7 theme - Other Styles */
.exTab .ajax__tab_header 					{ font-family:verdana,tahoma,helvetica;font-size:11px; }
.exTab .ajax__tab_outer						{ height:29px; margin-left: 10px; margin-top:-1px; }
.exTab .ajax__tab_inner						{ padding-left:3px; text-align: left; }
.exTab .ajax__tab_tab						{ padding:8px 40px;margin:0 0 20px 0; }
.exTab .ajax__tab_body						{ font-family:verdana,tahoma,helvetica;font-size:10pt;border: none; padding:8px;background-color:#ffffff; }


#__tab_ctl00_ContentPlaceHolder1_tbcClass_TabPanel5 
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;  
    color: #999999 !important;
    background:url(../../images/blue/tab.gif) repeat-x left -2px !important;
    height: 27px !important;
    padding:8px 40px;
    margin:-85px 0 0 10px !important; 
    border-left: 1px solid #dddddd; border-right: 1px solid #dddddd;
}