.ui_list_head {
	background-color: #dddddd;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	padding-left:4px;
	margin-right:8px;
	cursor:pointer;

}
.ui_list_head_order { 
	background-color: #cccccc; 
	font-size: 11px; 
	font-weight: bold; 
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	padding-left:4px;
	margin-right:8px;
	cursor:pointer; 
}
.ui_list_row {
	font-size: 11px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px dotted #dddddd;
	padding-left:4px;
	margin-right:8px;
	cursor:pointer;
}

.ui_list_row_order { 
	font-size: 11px; 
	border-right: 1px solid #cccccc;
	border-bottom: 1px dotted #aaaaaa; 
	font-weight: bold; 
	padding-left:4px;
	margin-right:8px;
	background-color: #dddddd;
	cursor:pointer; 
}
