	.dhtmlgoodies_tabPane{

		height:44px;	/* Height of tabs */



	}

	

	

	.dhtmlgoodies_aTab{



	font-family: Arial, Helvetica, sans-serif;

	padding:0px;

	font-size: 12px;
	
			margin-left:2px;

	}

	



	

	

	

	.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:0px;

	margin-left:0px;

	margin-right:0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	}

	

	

	.dhtmlgoodies_tabPane .tabActive{

		background-image:url('../../images/tabs/tab_left_active.gif');

		margin-left:2px;

		margin-right:2px;	

		z-index:10;	

		color: #FFFFFF;
		
		border-bottom:1px solid #0065B7;	

	}

	.dhtmlgoodies_tabPane .tabInactive{

		background-image:url('../../images/tabs/tab_left_inactive.gif');

		margin-left:0px;

		margin-right:0px;

		z-index:1;
		
		border-bottom:1px solid #D1D1D1;

	}



	.dhtmlgoodies_tabPane .inactiveTabOver{

		background-image:url('../../images/tabs/tab_left_over.gif');

		margin-left:0px;

		margin-right:0px;
		
		border-bottom:1px solid #A5BCCF;

	}

	.dhtmlgoodies_tabPane span{

		font-family: Arial, Helvetica, sans-serif;

		vertical-align:top;

		font-size:11px;

		padding-left:3px;

		padding-right:3px;		

		line-height:15px;

		float:left;

			padding-top: 7px;

		

	}

	.dhtmlgoodies_tabPane .tabActive span{

	padding-bottom:1px;

	line-height:15px;

	padding-top: 7px;		

	}

	

	.dhtmlgoodies_tabPane img{

	float:left;

	height:44px;



	}

	

	.pagetitle {

	background-color: #0065B7;

	height: 20px;

	vertical-align: middle;

	border-top-width: 1px;

	border-top-style: solid;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-color: #0065B7;

	background-image: url(../../images/tabs/bar.gif);

	background-repeat: repeat-x;

	font-size: 12px;

	width: 727px;

	color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	padding-top: 5px;
	
	padding-left: 5px;

	margin-top: 0px;

}



.tabcontent {
	padding: 10px;
	border-left:1px solid #919b9c;
	border-right:1px solid #919b9c;
	border-bottom:1px solid #919b9c;
	width: 710px;
	background-color: #FFFFFF;
	float: left;
}


