<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.autocomplete_list * {
	font: 11px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.autocomplete_list { 
	background: rgba(0,0,0,0.8);
	display: block;
	border: 1px solid #7C7C7C;
	text-align: left; z-index: 200; 
}
.autocomplete_list, .autocomplete_list ol, .autocomplete_list li { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
.autocomplete_list li { 
	margin: 0; 
	text-align: left;
	cursor: pointer; 
	border: solid 1px #c0c0c0;			
}
.autocomplete_list .current_item{ 
	background: rgba(116, 188, 60,.8);
	color: black !important;
}
.autocomplete_list li.lievent { 
	color: #303030;
	height:50px;
	white-space:nowrap;
}
.autocomplete_list li.liname { 
	color: #303030;
	height:25px;
	white-space:nowrap;
}
.autocomplete_list li.next_page { 
    font-size:14px;
    color: #990000;
    text-decoration:none;
    font-weight:bold;
}
.autocomplete_list li.previous_page { 
    font-size:14px;
    color: #990000;
    text-decoration:none;
    font-weight:bold;
}
.autocomplete_list span a{ 
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}
.autocomplete_list span { 
	color: #111; 
	float: left; 
	padding-left: 0em; 
	font-weight:bold; 
	font-size:14px;  
	vertical-align:bottom;
}
.autocomplete_list span.main{ 
    float:left;
    border:solid 0px #000000;
    white-space:nowrap;
     display:block;
     padding:1px 0x 1px 0px;
     margin-left:5px;
}
.autocomplete_list span img{ 
    border:solid 1px #808080;
    height:40px;
    float:left;
    width:50px;
}
.autocomplete_list span.img{ 
    border:solid 1px #990000;
    float:left;
    width:300px;
}
.autocomplete_list span.event_name{ 
    font-size:10px;
    color: #111;
    float:left;
    padding-left:0em;
    white-space:nowrap;
    font-weight:normal;
    vertical-align:bottom;
}
.autocomplete_list span.ed{ 
    font-size:8px;
    color: #990000;
    white-space:nowrap;
    font-weight:normal;
}
.autocomplete_list span.edt{ 
    font-size:10px;
    color: #000000;
    white-space:nowrap;
    font-weight:normal;
    font-style:italic;
}
.autocomplete_list span em{ 
    font-size:10px;
    color: #990000;
    font-weight:normal;
}
.autocomplete_list span a.hover{ 
    text-decoration:underline;
}
.autocomplete_icon { 
	background-image: url(/images/autocomplete.gif);	
	cursor: pointer;
}
.img_span
{
    float:left;
    width:50px; 
    display:block;
    padding-top:4px;
}</pre></body></html>