	.dhtmlgoodies_tabPane{
		height:30px;	/* Height of tabs */
		border-bottom:1px solid #9db1ba;
		color:#0094d3; font-weight:bold;
	}
	.dhtmlgoodies_aTab{
	/*font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;*/
	
	padding:5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9db1ba;
	border-bottom-color: #9db1ba;
	border-left-color: #9db1ba;
	height:1000px;
		
	}
	.dhtmlgoodies_tabPane DIV{
	float:left;	/* Height of tabs */
	padding-left:3px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;ix32199$
	
	position:relative;
	bottom:-1px;
	margin-left:0px;
	margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:2px;
		margin-right:2px;	
		z-index:10; 
		color:#4f2787;
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;color:#333333;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:12px;
		margin-left:10px;
		margin-right:10px;
		/*padding-left:3px;
		padding-right:3px;	*/	
		line-height:31px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:28px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
	/*swetha css*/
.dhtmlgoodies_aTab_temparary {
	border-left:1px solid #9db1ba;
	border-right:1px solid #9db1ba;
	border-bottom:1px solid #9db1ba;
	/*font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;*/
	
		padding:5px;
}

