	.dhtmlgoodies_tabPane
	{
		/*height:21px;*/	/* Height of tabs */
		/*border-bottom:1px solid #919b9c;*/
	}
	.dhtmlgoodies_aTab
	{
		/* Marina - removed borders for the sake of height - if content is longer than div height*/
		/*border-left:1px solid #919b9c;*/
		/*border-top:1px solid #919b9c;*/
		/*border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;*/
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		padding-left:0px;
		padding-right:0px;
		margin-bottom:15px;
		width:100%;
		float:left;

		/* Sept. 25/07, Marina: Added the next 2 lines, to fully display long page content in IE7 on Win XP - gets cut off otherwise */
		position:relative;
		height:auto;
	}

	.dhtmlgoodies_tabPane DIV{
		float:left;
		/*overflow: auto;*/
		/*height:auto;*/	/* Height of tabs */
		padding-left:3px;
		vertical-align:top;
		background-repeat:no-repeat;
		background-position:bottom left;
		/*cursor:pointer;*/
		position:relative;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		background-repeat: repeat-x;
		vertical-align:top;
		margin-left:0px;
		margin-right:0px;
		z-index:10;
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		background-repeat: repeat-x;
		vertical-align:top;
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		vertical-align:top;
		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;
		padding-top:3px;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		/*line-height:20px;*/
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}

