	.dhtmlgoodies_tabPane{
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:0px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:top left;
		cursor:pointer;
		position:relative;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		margin-left:0px;
		margin-right:0px;
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		border-bottom:2px solid #232214;
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		border-bottom:2px solid #232214;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:14px;
		padding-left:0px;
		padding-right:0px;		
		line-height:21px;
		padding-top:0px;
		font-weight:bold;
		color:#666666;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
	
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:0px 0px 0px 0px;
		background:#FFFFFF;
		min-height:500px;
		margin-top:-1px;
	}	
