<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
.rAWrapper{
	float: left;
	width: 100%;
    position: relative;
}
.rAWrapper input{
	border: none;
}
.rAWrapper.longInput{
	width: 580px;
}
.rAWrapper.longInput .visibleInput{
	background: url("/images/input-name-bg.jpg") no-repeat !important;
	width: 576px !important;
	border: none;
}
.rAWrapper .visibleInput{
	width: 216px !important;
	height: 25px;
	padding: 2px;
	background: url("/images/input-edit-bg.jpg") no-repeat;
}
input[disabled="disabled"]{
	color: #555;
	font-size: 8pt;
	font-style: italic;
}
.rAutocompleteListWrapper{
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	z-index: 1200;
	box-shadow: 0 0 3px #ccc;
	height: 30px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll !important;
    top: 34px;
}
.rAutocompleteListWrapper .item{
	padding: 4px;
	cursor: pointer;
}
.rAutocompleteListWrapper .item.odd{
	background: #fafafa;	
}
.rAutocompleteListWrapper .item:HOVER{
	color: #1B5B66;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.rAWrapper .item .match{
	font-weight: bold;
	color: #1B5B66;
}
.rAWrapper .item .data{
	display: none;
}

.rAWrapper .selected .item .remove{
	width: 14px;
	height: 11px;
	position: absolute;
	top: 8px;
    right: 2px;
	background: url("/images/icons/remove.png") no-repeat;
	cursor: pointer;
}
.rAWrapper .selected .item{
    position: relative;
	border-radius: 2px;
	border: 1px solid #CCC;
	padding: 7px 16px 7px 6px;
	background: #FAFAFA;
	margin-bottom: 1px;
	cursor: pointer;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px -1px 0px #a5a5a5;
}
.rAWrapper .selected .highlitedItem{
	background: #329DAC !important;
	color: #fff;
}</pre></body></html>