	#dhtmlgoodies_tabView1{ width:auto; height:232px; width:560px!important; }
	
	.dhtmlgoodies_tabPane{
		height:44px;	/* Height of tabs */
		/*border-bottom:1px solid #919b9c;*/
		padding-left:16px;
		
	}
	.dhtmlgoodies_aTab{
		border:1px solid #426c8c;
		padding:15px 15px 28px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		-khtml-border-radius:8px;
		-o-border-radius:8px;
		border-radius:8px;
		-ms-border-radius:8px;
		background-color:#fff;
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		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{
	background-image:url(../images/tab_right_active.png);
	margin-left:0px;
	margin:0px 3px;
	z-index:10;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:6px;
	
	}
	.dhtmlgoodies_tabPane .tabActive span{
	background-image:url(../images/tab_left_active.png);
	height:32px;
	padding:7px 8px 5px 18px!important;
	color:#005381;
	line-height:13px;
	text-transform:uppercase;
	text-align:center;
	width:65px;
	}
	.dhtmlgoodies_tabPane .tabInactive, .dhtmlgoodies_tabPane .inactiveTabOver{
	background-image: url(../images/tab_right_inactive.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:10px;
	margin-right:0px;
	z-index:1;
	height:41px;
	}
	.dhtmlgoodies_tabPane .tabInactive span, .dhtmlgoodies_tabPane .inactiveTabOver span{
	background-image:url(../images/tab_left_inactive.png);
	margin-left:0px;
	background-position: left top;
	height:29px;
	color:#fff;
	display:block;
	padding:7px 8px 5px 18px!important;
	line-height:13px;
	text-transform:uppercase;
	text-align:center;
	
}
	/*.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url(../images/tab_left_over.gif);
		margin-left:0px;
		margin-right:0px;
	}*/
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
		width:65px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
		display:none;
	}
.tab_content{ }
.tab_content h1{ color:#666666; font-size:18px; padding:0px; margin:0px 0px 10px 0px;  }
.tab_content p{ line-height:17px; margin-bottom:10px; }
.tabs{ border:1px solid #d8d8d8;background:#f8f8f8; padding:6px; border-left:1px solid #d8d8d8; margin-top:1px; border-radius:6px;
}