/* Entire pane */
	
	#dhtmlgoodies_xpPane{
		background-color:#001686;
		float:left;
		height:100%;
		width:170px;
	}

	#dhtmlgoodies_xpPane a{
		color:#000;
		font-weight: normal;
		text-decoration:none;
	}

	#dhtmlgoodies_xpPane a:hover, #dhtmlgoodies_xpPane a:focus{
		color:#3A55AE;
		font-weight: normal;
		text-decoration:underline;
	}

	#dhtmlgoodies_xpPane .dhtmlgoodies_panel{
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;	
	}

	#dhtmlgoodies_xpPane .panelContent{
		font-size:9pt;
		background-image:url('images/bg_pane_right.gif');
		background-position:top right;
		background-repeat:repeat-y;
		border-left:1px solid #FFF;
		border-bottom:1px solid #FFF;	
		padding-left:2px;
		padding-right:2px;	
		overflow:hidden;
		position:relative;
		clear:both;
	}

	#dhtmlgoodies_xpPane .panelContent div{
		position:relative;
	}

	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar{
		background-image:url('images/bg_panel_top_right.gif');
		background-repeat:no-repeat;
		background-position:top right;
		height:25px;
		padding-right:5px;
		cursor:pointer;
		overflow:hidden;		

	}

	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar span{
		line-height:25px;
		vertical-align:middle;
		font-family:arial;
		font-size:10pt;
		color:#3A55AE;
		font-weight:bold;
		float:left;
		padding-left:5px;
	}

	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar img{
		float:right;
		cursor:pointer;
	}

	#dhtmlgoodies_xpPane .dhtmlgoodies_link{
		background-image:url('images/bg_panel_top_right.gif');
		background-repeat:no-repeat;
		background-position:top right;
		height:25px;
		line-height:25px;
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;	
		padding-left:5px;
		padding-right:5px;
		cursor:pointer;
		overflow:hidden;
		vertical-align:middle;
	}

	#dhtmlgoodies_xpPane .dhtmlgoodies_link td a:active{
		color:#3A55AE;
		font-size: 10pt;
		font-weight:bold;
		text-decoration: none;
	}

	#dhtmlgoodies_xpPane .dhtmlgoodies_link td a:link{
		color:#3A55AE;
		font-size: 10pt;
		font-weight:bold;
		text-decoration: none;
	}

	#dhtmlgoodies_xpPane .dhtmlgoodies_link td a:visited{
		color:#3A55AE;
		font-size: 10pt;
		font-weight:bold;
		text-decoration: none;
	}

	#dhtmlgoodies_xpPane .dhtmlgoodies_link td a:hover{
		color:#7188D1;
		font-size: 10pt;
		font-weight:bold;
		text-decoration: none;
	}