/* .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 */
.tab_style .ajax__tab_header					{ background:url(tabimages/tab-line.gif) repeat-x bottom; }
.tab_style .ajax__tab_outer						{ background:url(tabimages/tab-right.gif) no-repeat right; }
.tab_style .ajax__tab_inner						{ background:url(tabimages/tab-left.gif) no-repeat; }
.tab_style .ajax__tab_tab						{ background:url(tabimages/tab.gif) repeat-x; }
.tab_style .ajax__tab_hover .ajax__tab_outer	{ background:url(tabimages/tab-hover-right.gif) no-repeat right;}
.tab_style .ajax__tab_hover .ajax__tab_inner	{ background:url(tabimages/tab-hover-left.gif) no-repeat; }
.tab_style .ajax__tab_hover .ajax__tab_tab		{ background:url(tabimages/tab-hover.gif) repeat-x; }
.tab_style .ajax__tab_active .ajax__tab_outer	{ background:url(tabimages/tab-active-right.gif) no-repeat right; }
.tab_style .ajax__tab_active .ajax__tab_inner	{ background:url(tabimages/tab-active-left.gif) no-repeat; }
.tab_style .ajax__tab_active .ajax__tab_tab		{ background:url(tabimages/tab-active.gif) repeat-x; }

/* XP IE7 theme - Other Styles */
.tab_style .ajax__tab_header 					{ font-family:verdana,tahoma,helvetica;font-size:11px; }
.tab_style .ajax__tab_outer						{ height:29px; padding-right:2px; }
.tab_style .ajax__tab_inner						{ padding-left:3px; }
.tab_style .ajax__tab_tab
{
	padding: 8px 20px 8px 20px;
	margin: 0;
	width:129px;
}
.tab_style .ajax__tab_body						{ font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff; }


/* XP IE7 theme - Backgrounds for registration cancellation*/
.tab_styleReg .ajax__tab_header					{ background:url(tabimages/tab-line.gif) repeat-x bottom; }
.tab_styleReg .ajax__tab_outer						{ background:url(tabimages/tab-right.gif) no-repeat right; }
.tab_styleReg .ajax__tab_inner						{ background:url(tabimages/tab-left.gif) no-repeat;  }
.tab_styleReg .ajax__tab_tab						{ background:url(tabimages/tab.gif) repeat-x;}
.tab_styleReg .ajax__tab_hover .ajax__tab_outer	{ background:url(tabimages/tab-hover-right.gif) no-repeat right; }
.tab_styleReg .ajax__tab_hover .ajax__tab_inner	{ background:url(tabimages/tab-hover-left.gif) no-repeat; }
.tab_styleReg .ajax__tab_hover .ajax__tab_tab		{ background:url(tabimages/tab-hover.gif) repeat-x; }
.tab_styleReg .ajax__tab_active .ajax__tab_outer	{ background:url(tabimages/tab-active-right.gif) no-repeat right; }
.tab_styleReg .ajax__tab_active .ajax__tab_inner	{ background:url(tabimages/tab-active-left.gif) no-repeat; }
.tab_styleReg .ajax__tab_active .ajax__tab_tab		{ background:url(tabimages/tab-active.gif) repeat-x; }

/* XP IE7 theme - Other Styles */
.tab_styleReg .ajax__tab_header 					{ font-family:verdana,tahoma,helvetica;font-size:11px; }
.tab_styleReg .ajax__tab_outer						{ height:29px; padding-right:4px;}
.tab_styleReg .ajax__tab_inner						{ padding-left:3px; }
.tab_styleReg .ajax__tab_tab
{
	padding: 8px 20px 8px 20px;
	margin: 0;
	width:252px;
}

.tab_styleReg .ajax__tab_body						{ font-family:verd:ana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff; }

/* XP IE7 theme - Backgrounds for registration */
.tab_styleRegNew.ajax__tab_header					{ background:url(tabimages/tab-line.gif) repeat-x bottom; }
.tab_styleRegNew .ajax__tab_outer						{ background:url(tabimages/tab-right.gif) no-repeat right; }
.tab_styleRegNew .ajax__tab_inner						{ background:url(tabimages/tab-left.gif) no-repeat;  }
.tab_styleRegNew .ajax__tab_tab						{ background:url(tabimages/tab.gif) repeat-x;}
.tab_styleRegNew .ajax__tab_hover .ajax__tab_outer	{ background:url(tabimages/tab-hover-right.gif) no-repeat right; }
.tab_styleRegNew .ajax__tab_hover .ajax__tab_inner	{ background:url(tabimages/tab-hover-left.gif) no-repeat; }
.tab_styleRegNew .ajax__tab_hover .ajax__tab_tab		{ background:url(tabimages/tab-hover.gif) repeat-x; }
.tab_styleRegNew .ajax__tab_active .ajax__tab_outer	{ background:url(tabimages/tab-active-right.gif) no-repeat right; }
.tab_styleRegNew .ajax__tab_active .ajax__tab_inner	{ background:url(tabimages/tab-active-left.gif) no-repeat; }
.tab_styleRegNew .ajax__tab_active .ajax__tab_tab		{ background:url(tabimages/tab-active.gif) repeat-x; }

/* XP IE7 theme - Other Styles */
.tab_styleRegNew .ajax__tab_header 					{ font-family:verdana,tahoma,helvetica;font-size:11px; }
.tab_styleRegNew .ajax__tab_outer						{ height:29px; padding-right:4px;}
.tab_styleRegNew .ajax__tab_inner						{ padding-left:3px; }
.tab_styleRegNew .ajax__tab_tab
{
	padding: 8px 20px 8px 20px;
	margin: 0;
	width:353px;
}

.tab_styleRegNew .ajax__tab_body						{ font-family:verd:ana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff; }



/* XP IE7 theme - Backgrounds for registration */
.tab_styleOPP.ajax__tab_header					{ background:url(tabimages/tab-line.gif) repeat-x bottom; }
.tab_styleOPP .ajax__tab_outer						{ background:url(tabimages/tab-right.gif) no-repeat right; }
.tab_styleOPP .ajax__tab_inner						{ background:url(tabimages/tab-left.gif) no-repeat;  }
.tab_styleOPP .ajax__tab_tab						{ background:url(tabimages/tab.gif) repeat-x;}
.tab_styleOPP .ajax__tab_hover .ajax__tab_outer	{ background:url(tabimages/tab-hover-right.gif) no-repeat right; }
.tab_styleOPP .ajax__tab_hover .ajax__tab_inner	{ background:url(tabimages/tab-hover-left.gif) no-repeat; }
.tab_styleOPP .ajax__tab_hover .ajax__tab_tab		{ background:url(tabimages/tab-hover.gif) repeat-x; }
.tab_styleOPP .ajax__tab_active .ajax__tab_outer	{ background:url(tabimages/tab-active-right.gif) no-repeat right; }
.tab_styleOPP .ajax__tab_active .ajax__tab_inner	{ background:url(tabimages/tab-active-left.gif) no-repeat; }
.tab_styleOPP .ajax__tab_active .ajax__tab_tab		{ background:url(tabimages/tab-active.gif) repeat-x; }

/* XP IE7 theme - Other Styles */
.tab_styleOPP .ajax__tab_header 					{ font-family:verdana,tahoma,helvetica;font-size:11px; }
.tab_styleOPP .ajax__tab_outer						{ height:29px; padding-right:4px;}
.tab_styleOPP .ajax__tab_inner						{ padding-left:3px; }
.tab_styleOPP .ajax__tab_tab
{
	padding: 8px 20px 8px 20px;
	margin: 0;
	width:226px;
}

.tab_styleOPP .ajax__tab_body						{ font-family:verd:ana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff; }
/* XP IE7 theme - Backgrounds for Photoalbum */
.tab_stylePhoto.ajax__tab_header					{ background:url(tabimages/tab-line.gif) repeat-x bottom; }
.tab_stylePhoto .ajax__tab_outer						{ background:url(tabimages/tab-right.gif) no-repeat right; }
.tab_stylePhoto .ajax__tab_inner						{ background:url(tabimages/tab-left.gif) no-repeat;  }
.tab_stylePhoto .ajax__tab_tab						{ background:url(tabimages/tab.gif) repeat-x;}
.tab_stylePhoto .ajax__tab_hover .ajax__tab_outer	{ background:url(tabimages/tab-hover-right.gif) no-repeat right; }
.tab_stylePhoto .ajax__tab_hover .ajax__tab_inner	{ background:url(tabimages/tab-hover-left.gif) no-repeat; }
.tab_stylePhoto .ajax__tab_hover .ajax__tab_tab		{ background:url(tabimages/tab-hover.gif) repeat-x; }
.tab_stylePhoto .ajax__tab_active .ajax__tab_outer	{ background:url(tabimages/tab-active-right.gif) no-repeat right; }
.tab_stylePhoto .ajax__tab_active .ajax__tab_inner	{ background:url(tabimages/tab-active-left.gif) no-repeat; }
.tab_stylePhoto .ajax__tab_active .ajax__tab_tab		{ background:url(tabimages/tab-active.gif) repeat-x; }

/* XP IE7 theme - Other Styles */
.tab_stylePhoto .ajax__tab_header 					{ font-family:verdana,tahoma,helvetica;font-size:11px; }
.tab_stylePhoto .ajax__tab_outer						{ height:29px; padding-right:4px;}
.tab_stylePhoto .ajax__tab_inner						{ padding-left:3px; }
.tab_stylePhoto .ajax__tab_tab
{
	padding: 8px 20px 8px 20px;
	margin: 0;
	width:247px;
}

.tab_stylePhoto .ajax__tab_body						{ font-family:verd:ana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff; }

