/*
** Autocomplete styles
*/
/* Suggestion list */
td.allbreakerstop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: left;
}

.autoSearch {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	top: 0px;
	left: 5px;
}

.searchResultsDiv {
	position: relative;	
	z-index: 999;
	text-align: left;
}

.searchResults {
	position: absolute;
	border: 0px none;
	z-index: 999;
	left: 0px;
	top: 0px;
	width: 228px;
	cursor: pointer;
}

.searchResultsEmpty {
	position: relative;
	border: 0px none;	
	z-index: 999;
	left: 0px;
	top: 0px;
	width: 228px;
	cursor: pointer;
	display: none;
}


.unhighlight {
	position: relative;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
}

.unhighlight .l {
	position: absolute;
	background-color: #FFFFFF;
	width: 179px;
	top: 0px;
	left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #333333;	
}

.unhighlight .r {
	position: absolute;
	top: 0px;
	left: 179px;
	background-color: #FFFFFF;
	width: 50px;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #333333;
}

.unhighlight .lb {
	position: absolute;
	background-color: #FFFFFF;
	width: 179px;
	top: 0px;
	left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #333333;
	border-bottom-color: #333333;	
}

.unhighlight .rb {
	position: absolute;
	top: 0px;
	left: 179px;
	background-color: #FFFFFF;
	width: 50px;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

.highlight {
	position: relative;
	background-color: #FFFF66;
	top: 0px;
	left: 0px;
}

.highlight .l {
	position: absolute;
	background-color: #FFFF66;
	width: 179px;
	top: 0px;
	left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #333333;	
}

.highlight .r {
	position: absolute;
	top: 0px;
	left: 179px;
	background-color: #FFFF66;
	width: 50px;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #333333;	
}

.highlight .lb {
	position: absolute;
	background-color: #FFFF66;
	width: 179px;
	top: 0px;
	left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #333333;
	border-bottom-color: #333333;	
}

.highlight .rb {
	position: absolute;
	top: 0px;
	left: 179px;
	background-color: #FFFF66;
	width: 50px;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #333333;

	border-bottom-color: #333333;	
}
