	.dhtmlgoodies_tabPane{
		height:25px;	/* Height of tabs */
		border-bottom:2px solid #919b9c;
		padding: 0 47 0 10;
		
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: tahoma;
		padding:0px;		
		background-color:#FFFFFF;
		text-align: right;
		
		
		padding-right: 1px;
		position: relative;
	}
	.dhtmlgoodies_tabPane DIV{
	float: right;
	height: 100%; /* Height of tabs */
	padding-left: 3px;
	vertical-align: middle;
	background-position: bottom left;
	cursor: pointer;
	position: relative;
	bottom: -1px;
	margin-left: 0px;
	margin-right: 0px;
	
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/sel_bg2.jpg');
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 10;
	padding-top: 1px;
	width: 107px
	
}
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/sel_bg.jpg');
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 10;
	padding-top: 1px;
	width: 107px;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/sel_bg.jpg');
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	width: 107px;
	padding-top: 1px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:tahoma;
		vertical-align:middle;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		color: White;
		text-align: center;
		
	}
	.dhtmlgoodies_tabPane .tabActive span{
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	color: Black;
	
	}
	
	.dhtmlgoodies_tabPane img{
		
	}
