/* RESULTS DISPLAY */
	#results{
		empty-cells: show;
	}
	
	#results th{
		empty-cells: show;
		font-weight:bold;
		border-top:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		background-color:#FAFAFA;
		text-align:left;
		padding:3px;
		font-size:12px;
	}
		
	#results td{
		font-size:11px;
		empty-cells: show;
		padding:3px;
	}
	#results tr.title td{
		empty-cells: show;
		font-weight:bold;
		border-bottom:1px solid #CCCCCC;
		background-color:#FAFAFA;
		font-size:11px;
	}
	#results tr.no-hover{
		empty-cells: show;
		background-color:transparent;
	}
	#results tr.no-hover td{
		empty-cells: show;
		border-bottom:1px solid #CCCCCC;	
	}
	#results tr.hover{
		empty-cells: show;
		background-color:#EEEEEE;
	}
	#results tr.hover td{
		empty-cells: show;
		border-bottom:1px solid #CCCCCC;
	}
