	.dhtmlgoodies_tabPane{
		height:4px;	/* Height of tabs */
		border-bottom:1px solid #CCCCCC;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:0px;		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		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{
		font-size: 10px;
		position: relative;
		top: 1px;
		left: 0px;
		color: #000000;
		background-color: orange;
		margin: 0px;
		padding: 0px;
		line-height: 0px;
		border: 1px solid #cccccc;
		padding: 1px 1px 1px 1px;
		text-decoration: none;
	}
	.dhtmlgoodies_tabPane .tabInactive{
	float: left;
	color: #bbbbbb;
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 1px 1px 1px 1px;
	margin: 0px;
	background-color: #fbfbfb;
	position: relative;
	top: 2px;
	left: 0px;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
	float: left;
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 1px 1px 1px 1px;
	margin: 0px;
	background-color: #fbfbfb;
	position: relative;
	top: 2px;
	left: 0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
