/* .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 */
.visoft__tab_xpie7 .ajax__tab_header					{ background:#E9E9E9; border-top:solid 1px #A8A8A8; }
.visoft__tab_xpie7 .ajax__tab_outer						{ background:#E9E9E9;}
.visoft__tab_xpie7 .ajax__tab_inner						{ background:#E9E9E9;border-left: 1px solid #DDD5BE;border-right: 1px solid #DDD5BE }
.visoft__tab_xpie7 .ajax__tab_tab						{ background:#E9E9E9;text-align:center; color:#4A4A4A; font-size:11px; font-weight:bolder }

/*.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_outer	{ background:#847A5F; color:#FFFFFF; text-transform:uppercase; font-weight:bold; font-size:11px; }
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_inner	{ background:#847A5F; color:#FFFFFF; text-transform:uppercase; font-weight:bold; font-size:11px; }
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_tab		{ background:#847A5F; color:#FFFFFF; text-transform:uppercase; font-weight:bold; font-size:11px; }
*/
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_header	{ background:url(../images/bgr_title_tab1.jpg); border-top:solid 1px #A8A8A8;}
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_outer	{ background:url(../images/bgr_title_tab1.jpg);}
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_inner	{ background:url(../images/bgr_title_tab1.jpg);}
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_tab		{ background:url(../images/bgr_title_tab1.jpg); color:#FFFFFF;font-size:11px; font-weight:bolder; text-align:center }

.visoft__tab_xpie7 .ajax__tab_outer						{ height:21px; }
.visoft__tab_xpie7 .ajax__tab_inner						{ height:21px; }
.visoft__tab_xpie7 .ajax__tab_tab						{ padding:3px 0px 3px 0px;margin:0;height:15px; text-align:center }
.visoft__tab_xpie7 .ajax__tab_body						{ font-family: Arial, Helvetica, sans-serif;font-size:11pt; text-align:center; background-color:#F3F1E9; padding-bottom:16px; border-bottom:solid 2px #8B846A }


/* XP IE7 theme - Other Styles */
.hidentab .ajax__tab_header 					{ }
.hidentab .ajax__tab_outer						{ height:0px; }
.hidentab .ajax__tab_inner						{ height:0px; }
.hidentab .ajax__tab_tab						{ height:0px; }
.hidentab .ajax__tab_body						{ font-family: Arial, Helvetica, sans-serif;font-size:11pt;padding-top:4px;padding-bottom:4px; }

