﻿.CompletionList {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: Solid 1px #808080;
	background-color: White;
	z-index: 100002 !important; /*Required for suggestion list to appear in front of modal in Chrome*/
}
 
.CompletionListItem {
	border-bottom: dashed 1px Silver; 
	cursor: pointer;
	left: auto;
	margin: 0px; padding: 2px;
}
.CompletionListItem:last-child {border-bottom: none;}
 
.CompletionListHighlightedItem {
	background-color: #FFFACD;
	border-bottom: dashed 1px Silver; 
	cursor: pointer; 
	margin: 0px; padding: 2px;
}
.CompletionListHighlightedItem:last-child {border-bottom: none;}

/* Fix clipping on calendar control */
div.ajax__calendar_days table tr td {padding: 0;}