﻿/* jquery.suggest, ch.jquery.ui.suggestlist */
.suggest-list-drop, .suggest  {
	background: white;
	color: black;
	border-style: solid;
	border-color: #A6A6A6;
	border-width: 0px 1px 1px 1px;
	box-shadow: 2px 2px 5px #888888;
	-moz-box-shadow: 2px 2px 5px #888888;
	-webkit-box-shadow: 2px 2px 5px #888888;
	max-height: 20em;
	overflow: auto;
}

.suggest-processing {

}

.suggest-error {
	color: red;
	padding: 5px 0;
	text-indent: 5px;
}

.suggest-empty {
	color: gray;
	font-style: italic;
	padding: 5px 0;
	text-indent: 5px;
}

.suggest table {
	border-spacing: 0;
	border-collapse: collapse;
}

.suggest th {
	padding: 2px 4px;
	text-align: left;
	color: #0F6D96;
}

.suggest td {
	padding: 6px 4px;
	border-bottom: 1px solid #EEE;
}
		
.suggest-list-drop ul, .suggest-list-drop li {
	margin: 0;
	padding: 0;
	list-style: none;	
}
		
.suggest-list-drop li {
	font-size: 1.2em;
	padding: 3px 5px;
	cursor: default;
}
		
.suggest-list-selected, .suggest-item-selected {
	background: #3399FF;
	color: White !important;
}

.suggest-item-selected td {
	border-bottom: 1px solid #2b88e5;
}
		
.suggest-list-processing, .suggest-processing {
	width: 26px;
	height: 20px;
	background: url(../images/ajax_loader.gif) no-repeat center center;
}

.suggest-selected {
	width: 23px;
	height: 14px;
	background: url(../images/tick.png) no-repeat center center;
}

li.suggest-list-more {
	text-align: right;
	cursor: pointer;
	font-size: .9em;
}

.suggest-list-more.suggest-list-selected {
	background: #394D55;
}

.suggest-list-search-highlight {
	font-weight: bold;	
}

/* jquery.timeSuggest, jquery.dateSuggest */
label.invalidDate, label.invalidTime {
	color: Red;
	font-weight: bold;
}

.timeSuggest td {
	padding-right: 0px;	
}

.timeSuggest-day, .timeSuggest-night  { 
	width: 14px; 
	height: 17px; 
}
.timeSuggest-day {
	background-image: url(../images/time_icons/day.gif);
}
.timeSuggest-night {
	background-image: url(../images/time_icons/night.gif);
}
tr.suggest-selected .timeSuggest-day {
	background-image: url(../images/time_icons/day_selected.gif);
}
tr.suggest-selected .timeSuggest-night {
	background-image: url(../images/time_icons/night_selected.gif);
}