
	.datarow:hover {
		background-color: #eee;
	}
	.datarow {
		background-color: #fff;
	}
	
	.banner {
		display: none !important;
	}
	
	.item-row {
		border-bottom:#eee 1px solid; padding-bottom: 2px;
	}
	
	.span-total {
		font-weight: bold;
		font-size: 11pt;
	}
	   
	.wait { 
		background: #EEEEDD url('/icons/ui-anim_basic_16x16.gif') right center no-repeat;
	} 
	
	.fnc-choose-option {  
	   width: 600px;
		padding: 6px;
		border-radius: 5px;
		cursor: pointer;
	}

	li.fnc-choose-option:hover {
		background-color: #999;
		color: white;
		
	}

   .popup-entry-field {
		color: #333;
	}


