﻿.searchBox
{
    border: 3px solid #0076B7;
    width: 258px;
    color:#474747;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    margin:0;
}
.searchboxHeader
{
    width: 258px;
    height: 48px;
    background-image: url(/images/searchbox/SearchBoxHeader.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 17px;
    font-weight: bolder;
}
.searchboxFooter
{
    width: 258px;
    background-image: url(/images/searchbox/SearchBoxFooter.jpg);
    background-repeat: no-repeat;
    font-size: 17px;
    font-weight: bolder;
}
.SearchboxTxt
{
    font-size: 12px;
    color: #474747;
}
.SearchboxTxtSmall
{
    font-size: 11px;
    color: #474747;
}
.searchLink:link
{
    color: #0076B7;
    text-decoration: none;
}
.searchLink:visited
{
    color: #0076B7;
    text-decoration: none;
}
.searchLink:active
{
    color: #6DAE2C;
    text-decoration: none;
}
.searchLink:hover
{
    color: #6DAE2C;
    text-decoration: none;
}


.SearchHint:link
{
    color: #0076B7;
    text-decoration: underline;
    font-size: 11px;
}
.SearchHint:visited
{
    color: #0076B7;
    text-decoration: underline;
    font-size: 11px;
}
.SearchHint:active
{
    color: #6DAE2C;
    text-decoration: underline;
    font-size: 11px;
}
.SearchHint:hover
{
    color: #6DAE2C;
    text-decoration: underline;
    font-size: 11px;
}
.SearchTxtSmall
{
    font-size: 11px;
}
.SearchColor1 /*dark blue*/
{
    color: #01577C;
}
.SearchColor2 /*dark gray*/
{
    color: #474747;
}
.SearchColor3 /*green*/
{
    color: #6DAE2C;
}
.SearchColor4 /*black*/
{
    color: #000000;
}
.SearchColor5 /*white*/
{
    color: #ffffff;
}
.SearchColor6 /*orange*/
{
    color: #E85F01;
}
.SearchColor7 /*lignt blue*/
{
    color: #35ACFC;
}
.SearchColor8 /*red*/
{
    color: #ff0000;
}
.SearchColor9 /*dark red*/
{
    color: #990000;
}
.ac_results
{
	padding: 0px;
	border: 1px solid #999999;
	background-color: White;
	overflow: hidden;
}

.ac_results ul
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe
{
	display: none; /*sorry for IE5*/
	display: /**/ block; /*sorry for IE5*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}

.ac_results li
{
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	display: block;
	border-bottom: 1px solid #999999;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 11px;
	text-align: left;
	overflow: hidden;
}

.ac_loading
{
	background: Window url( '/i/indicator.gif' ) right center no-repeat;
}

.ac_over
{
	background-color: #B5D5FF;
}

