	.dhtmlgoodies_tabPane{
		height:22px;	/* Height of tabs */
		/*border-bottom:1px solid #919b9c;*/
		
	}
	.dhtmlgoodies_aTab{
		/*border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;*/
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		
		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:22px;	/* Height of tabs */
		padding-left:1px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		/*background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	*/
		
		color:#CCCCCC;
		background-color:#333333;
		/*padding-bottom: 5px;*/
		padding-right: 0px;
		/*padding-top: 5px;*/
		vertical-align: middle;

	}
	.dhtmlgoodies_tabPane .tabInactive{
		/*background-image:url('../images/tab_left_inactive.gif');*/
		margin-left:0px;
		margin-right:0px;
		z-index:1;
		
		position:relative;
	 	background-color:#CCCCCC;
 		display:block;
		color:#3B3B3B;
		/*padding-bottom: 5px;*/
		padding-right: 0px;
		/*padding-top: 5px;*/
		text-decoration:none;
		vertical-align: middle;
		
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		/*background-image:url('../images/tab_left_over.gif');*/
		
		color:#4F4F4F;
		background-color:#E1E1E1;

	}
	.dhtmlgoodies_tabPane span{
		font-family:tahoma;
		vertical-align:top;
		font-size:0.8em;
		font-weight:normal;
		padding-left:1px;
		padding-right:1px;		
		line-height:22px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		/*padding-bottom:1px;
		line-height:20px;*/
		
		font-family:tahoma;
		vertical-align:top;
		font-size:0.8em;
		font-weight:bold;
		padding-left:1px;
		padding-right:1px;		
		line-height:22px;
		float:left;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}