/************************************************************************************************************
*	Tab view class	(CSS for the DHTMLSuite_tabView class)
*
*	Created:			August, 21st, 2006
*	Purpose of class:	Tab view class - transfors plain HTML into tabable layers.
*
*
* 	Update log:
*
************************************************************************************************************/
/* The tab widget */
.DHTMLSuite_tabWidget{
	margin-bottom: 1em;	/* A little space below the tab pane */
}

.DHTMLSuite_tabContainer{
	height: 21px;	/* Height of tabs */
	margin: 0 0 0 473px;
}
.DHTMLSuite_aTab{
	margin: 1em auto;
	width: 720px
}
.DHTMLSuite_tabContainer DIV{
	float:left;
	height:100%;	/* Height of tabs */
	padding-left:3px;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	width: 143px;
	text-align: center;
	background-repeat:no-repeat;
	background-position:bottom left;
}







.DHTMLSuite_tabContainer .tabActive{
	font-weight: bold;
	z-index:10;	
}
.DHTMLSuite_tabContainer .tabInactive{
	z-index:1;
}

.DHTMLSuite_tabContainer .inactiveTabOver{
}
.DHTMLSuite_tabContainer span{
	vertical-align:top;
	line-height: 21px;
	/*float:left;*/
}
.DHTMLSuite_tabContainer .tabActive span{
	padding-bottom: 1px;
	line-height:20px;
}
