/*------------------------------------------------------------------------------
|
|                           net4visions.com source code
|
|-------------------------------------------------------------------------------
|
| file:             _tStyle.css - tab panes
| category:         stylesheet
|
| last modified:    05/02/2006
|
| description:
| this css file handles the layout of the tab panes (blue theme)
|
------------------------------------------------------------------------------*/

/* TOP TABS - blue */
/* tabs */
div.tabContainer.blue  ul {		
	background-image: url("tabs_bg.gif");		
}
div.tabContainer.blue  li {	
	background: url("tab_bg.gif") no-repeat left top;	
}
div.tabContainer.blue  li.current {
	background: url("tab_sel_bg.gif") no-repeat left top;	
}
div.tabContainer.blue  li span {	
	background: url("tab_end.gif") no-repeat right top;	
}
div.tabContainer.blue  li.current span {
	background: url("tab_sel_end.gif") no-repeat right top;
}
/* BOTTOM TABS */
/* tabs */
.bottom div.tabContainer.blue ul {		
	background: url("bottom_tabs_bg.gif");	
}
.bottom div.tabContainer.blue li {	
	background: url("bottom_tab_bg.gif") no-repeat left bottom;		
}
.bottom div.tabContainer.blue li.current {
	background: url("bottom_tab_sel_bg.gif") no-repeat left bottom;	
}
.bottom div.tabContainer.blue li span {	
	background: url("bottom_tab_end.gif") no-repeat right bottom;	
}
.bottom div.tabContainer.blue li.current span {
	background: url("bottom_tab_sel_end.gif") no-repeat right bottom;	
}
/*----------------------------------------------------------------------------*/
