
	
	
	#dhtmlgoodies_leftPanel{	/* Styling the help panel */
		
		background-color:#ffffff;	
		color:#000000;	
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Which font to use */
		border: 0px;
		
		/* You shouldn't change these 5 options unless you need to */		
		height:100%;		
		left:0px;
		z-index:10;
		position:absolute;
		display:none;
	}
	
	#dhtmlgoodies_leftPanel #leftPanelContent{
		padding:4px;
		
	}
	#dhtmlgoodies_leftPanel .closeLink{ /* Layout of close link */
		padding-left:2px;
		padding-right:2px;
		background-color:#E5CACA;
		position:absolute;
		top:5px;
		right:6px;
		border:0px;
		color:#000;
						
	}
	#dhtmlgoodies_leftPanel .closeLink:hover{	/* Close link text  - mouseover effect*/
		color:#FFF;
		background-color:#4D3332;
	}	

