	.dhtmlgoodies_tabPane{
		/* height:21px;	Height of tabs */
		/* border-bottom:1px solid #919b9c; */
		background:transparent url(../images/tabTop.gif) no-repeat scroll left bottom;
		height:39px;
		/* margin:0pt 0pt 0pt -3px !important; */
	}
	.dhtmlgoodies_aTab{
		/* border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c; */
		background:transparent url(../images/purple_optBg.gif) no-repeat scroll left bottom;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:10px 20px 20px 18px;
		clear:both;	
		
	}
	
	
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:30px;	/* Height of tabs */
		width:90px;
		line-height:25px;
		padding-top:8px;
		padding-left:3px;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span { text-align:center; display:block; width:85%; }
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/purple_middleTab.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabActive span{color:#9e81d6;}
	
	.dhtmlgoodies_tabPane #tabTabdhtmlgoodies_tabView1_0{background-image:url(../images/purple_firstTab.gif);}
	
	.dhtmlgoodies_tabPane .tabInactive{
		background:url(../images/purple_middleTab.gif) 0 0 no-repeat;
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background:url(../images/purple_middleTab.gif) 0 -38px no-repeat;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .inactiveTabOver span{ color:#9e81d6;}
	.dhtmlgoodies_tabPane span{
		font-size:12px;
		color:#fff;
		padding-left:3px;
		padding-right:3px;	
		padding-top:2px;	
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:21px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
	
	
	
	


