
	/* Entire pane */
	
	#dhtmlgoodies_xpPane{
		/*background-color:#FFF;*/
		float:left;
		padding: 0px;
		/*width:200px;*/
		width: 100%;
		
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel{
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
		margin-bottom:10px;	
		
	}
	#dhtmlgoodies_xpPane .panelContent{
		font-size:9px;
		/*background-image:url('../gfx/xp_info_pane_images/bg_pane_right.gif');*/
		background-position:top right;
		background-repeat:repeat-y;
		border-left:0px solid #FFF;
		border-bottom:0px solid #FFF;	
		padding-left:2px;
		padding-right:2px;	
		overflow:hidden;
		position:relative;
		clear:both;
	}
	#dhtmlgoodies_xpPane .panelContent div{
		position:relative;
	}
	
	#dhtmlgoodies_panel_background1{
		background-image:url(../gfx/bg_list_2.gif);
		background-repeat:no-repeat;
		color: #666;
		font-size:9px;
		min-height:150px;
	}
	
	#dhtmlgoodies_panel_background2{
		background-image:url(../gfx/bg_list_1.gif);
		background-repeat:no-repeat;
		color: #666;
		font-size:9px;
		min-height:100px;
	}
	
	#dhtmlgoodies_panel_background3{
		background-image:url(../gfx/bg_list_3.gif);
		background-repeat:no-repeat;
		color: #666;
		font-size:9px;
		min-height:120px;
	}
	#dhtmlgoodies_panel_background4{
		background-image:url(../gfx/bg_list_4.gif);
		background-repeat:no-repeat;
		color: #666;
		font-size:9px;
		min-height:100px;
	}
	
	#dhtmlgoodies_panel_background5{
		/*background-image:url(../gfx/bg_list_2.gif);
		background-repeat:no-repeat;*/
		color: #666;
		font-size:9px;
	}
	#dhtmlgoodies_panel_background6{
		margin:5px;
	  	padding: 4px;
		color: #666;
		font-size:9px;
		min-height:100px;
	}
	

	
	
	#dhtmlgoodies_panel_background6 .pollerTitle
	{
		margin-top: 10px;
		color: #6184AF;
		font-weight: bold;
		font-size:10px;
  }
	
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar{
		height:25px;
		padding-right:5px;
		cursor:pointer;
		overflow:hidden;
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar span{
		line-height:25px;
		vertical-align:middle;
		font-family:Verdana;
		font-size:11px;
		color:#1177AA;
		font-weight:bold;
		float:left;
		padding-left:5px;
	}
  #dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar span:hover {
    color:#3399CC;
  }
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar img{
		float:left;
		cursor:pointer;
	}
	#otherContent{	/* Normal text content */
		
		float:left;	/* Firefox - to avoid blank white space above panel */
		padding-left:6px;	/* A little space at the left */
		
	}	


table.list_right td{
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.list_right td img{
	margin-right: 3px;
	margin-top: 1px;
}

table.list_right td a:link, table.list_right td a:active, table.list_right td a:visited{
	font-weight: normal;
}
