/* .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						{height:41px; margin-top:10px; border-bottom:4px solid #0B6FA7;}

.visoft__tab_xpie7 .ajax__tab_inner						{background:url(//icdn.bfrl.us/tabs/tab-left.gif);}
.visoft__tab_xpie7 .ajax__tab_tab						{background:url(//icdn.bfrl.us/tabs/tab-right.gif) right; cursor:pointer; font:13px Verdana; color:#7D93AA;}
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_inner		{background:url(//icdn.bfrl.us/tabs/tab-left.gif);}

.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_tab		{background:url(//icdn.bfrl.us/tabs/tab-right.gif) right; cursor:pointer; font:13px Verdana; color:#7D93AA;}
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_inner	{background:url(//icdn.bfrl.us/tabs/tab-left-on.gif);}
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_tab		{background:url(//icdn.bfrl.us/tabs/tab-right-on.gif) right; cursor:pointer; font:bold 13px Verdana; color:#FFFFFF;}

/* XP IE7 theme - Other Styles */
.visoft__tab_xpie7 .ajax__tab_header 					{font-family:verdana,tahoma,helvetica;font-size:11px;}
.visoft__tab_xpie7 .ajax__tab_outer						{height:37px;}
.visoft__tab_xpie7 .ajax__tab_inner						{padding-left:6px;}
.visoft__tab_xpie7 .ajax__tab_tab						{height:28px; padding: 9px 13px 0 10px;}
.visoft__tab_xpie7 .ajax__tab_body						{font-family:Verdana; font-size:12px; border:1px solid #D1D4D8; border-top:0px; padding:8px 4px; background-color:#FFFFFF;}



/* XP IE7 theme - Backgrounds */
.visoft__tab_xpie8 .ajax__tab_header						{margin-top:10px; border-bottom:4px solid #0B6EA7;}

.visoft__tab_xpie8 .ajax__tab_inner						{background:url(//icdn.bfrl.us/tabs/off-left2.gif);}
.visoft__tab_xpie8 .ajax__tab_tab						{background:url(//icdn.bfrl.us/tabs/off-right2.gif) right;}
.visoft__tab_xpie8 .ajax__tab_hover .ajax__tab_inner		{background:url(//icdn.bfrl.us/tabs/on-left2.gif);}

.visoft__tab_xpie8 .ajax__tab_hover .ajax__tab_tab		{background:url(//icdn.bfrl.us/tabs/on-right2.gif) right; color:#FFFFFF;}
.visoft__tab_xpie8 .ajax__tab_active .ajax__tab_inner	{background:url(//icdn.bfrl.us/tabs/on-left2.gif);}
.visoft__tab_xpie8 .ajax__tab_active .ajax__tab_tab		{background:url(//icdn.bfrl.us/tabs/on-right2.gif) right; cursor:pointer; font:bold 11px Verdana; color:#FFFFFF; padding-right:6px;}

/* XP IE8 theme - Other Styles */
.visoft__tab_xpie8 .ajax__tab_header 					{font-family:verdana,tahoma,helvetica;font-size:11px;}
.visoft__tab_xpie8 .ajax__tab_outer						{height:23px; padding-right:3px;}
.visoft__tab_xpie8 .ajax__tab_inner						{padding-left:6px;}
.visoft__tab_xpie8 .ajax__tab_tab						{height:19px; cursor:pointer; font:11px Verdana; color:#7D93AA; padding:4px 6px 0 0;}
.visoft__tab_xpie8 .ajax__tab_body						{font-family:Verdana; font-size:12px; border:1px solid #D1D4D8; border-top:0px; padding:8px 4px; background-color:#FFFFFF;}