/* Search Hints Box CSS */
/* Code based on http://www.456bereastreet.com/archive/200609/transparent_custom_corners_and_borders_version_2/ */

/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
    margin:1em 0;
    padding:0 10px;
    border:1px solid #666;
    background:#fff;
}
.cbb h1 {
    margin:0 -10px;
    padding:0.3em 10px;
    background:#efece6;
    font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
/* Top border and right corner */
.bt {
    background: no-repeat 100% 0;
    margin:0 0 0 18px;
    height:25px;
}
/* Top left corner */
.bt div {
    height:25px;
    width:18px;
    position:relative;
    left:-18px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* Bottom border and right corner */
.bb {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    margin:0 0 0 18px;
    height:22px;
}
/* Bottom left corner */
.bb div {
    height:22px;
    width:18px;
    position:relative;
    left:-18px;
    background-position: 0 100%;
    background-repeat: no-repeat;
}
.ac_mode_l .bb, .ac_mode_l .bb div, .ac_mode_l .bt, .ac_mode_l .bt div {
    background-image: url(/assets/images/box-l.png);
}
.ac_mode_c .bb, .ac_mode_c .bb div, .ac_mode_c .bt, .ac_mode_c .bt div {
    background-image: url(/assets/images/box-c.png);
}
.ac_mode_r .bb, .ac_mode_r .bb div, .ac_mode_r .bt, .ac_mode_r .bt div {
    background-image: url(/assets/images/box.png);
}
/* Left border */
.i1 {
    padding:0 0 0 10px;
    background:url(/assets/images/borders.png) repeat-y 0 0;
}
/* Right border */
.i2 {
    padding:0 14px 0 0;
    background:url(/assets/images/borders.png) repeat-y 100% 0;
}
    /* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
    display:block;
    margin:0;
    padding:1px 10px;
    background:#fff;
}
    /* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */

#searchHints {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 400px;
    letter-spacing: normal;
    line-height: normal;
}
#searchHints a, #searchHints a.link, #searchHints a:hover, #searchHints a.visited {
    text-decoration: underline;
    font-weight: normal;
    border: none;
    color: Blue;
}
#searchHints ul {
    margin: 0;
    padding: 0;
}
#searchHints li {
    list-style-type: none;
    margin: 0 10px;
}
#searchHints em {
    font-size: 10px;
    color: #999999;
}
#searchHints #controls, #searchHints #controls2 {
    padding-bottom: 2px;
    font-size: 11px;
}
#searchHints .bottom {
    padding-bottom: 4px;
    border-bottom: 1px solid #CCCCCC;
}
#searchHints .item {
    padding: 4px 3px;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;        
}
#searchHints .item a {
    float: left;
}
#searchHints .item a, #searchHints .item a.link, #searchHints .item a.visited, #searchHints .item a:hover {
    font-weight: bold;
}
#searchHints .item .levelCounty {
    color: Green;
}
#searchHints .item .levelZone {
    color: #F97F1C;
}
#searchHints .item u {
    background: #D9ECFF;
}
#searchHints #controlFooter {
    clear: both;
    padding-top:5px;
}
#searchHints #controlFooter .searchLinks {
    /*float: left;*/
}
#searchHints #controlFooter .pageLinks {
    float: right;
}
#searchHints #controlFooter .pageLinks a {
    font-weight: bold;
}
#searchHints .item .pn {
    float: right; 
    font-size: 11px;
}
#searchHints .item small {
    font-size: 9px;
    color: #333333;
}
#searchHints .info {
    text-align: center;
}
#searchHints div.tip_c {
    width: 22px;
    height: 12px;
    position: relative;
    top: -20px;
    background: url(/assets/images/tip-c.png) center no-repeat;     
}

/* the basic results list (without fancy corners and content styling) */
#ACList {
	text-align: left;
	position: absolute;
	z-index: 99;
}


/* highlighted list item */
#ACList li.highlight {
	border-bottom: 1px solid #CCCCCC;
    border-top: none;
    border-right: none;
    border-left: none;
    background: #DDEBF7 url(/assets/images/result-hover-bg.gif) repeat-x bottom;
}


/*
dimmed list - used when another page is loading
*/
#ACList.dim,
#ACList.dim a,
#ACList.dim a:link,
#ACList.dim a:hover,
#ACList.dim a:visited,
#ACList.dim small,
#ACList.dim .item span.levelCounty,
#ACList.dim .item span.levelZone {
	color: #ccc;
}

/* the autocomplete input field */
/*input.AutoComplete
{
	background: #fff url(../images/magnify-sm.gif) no-repeat center right;
}*/
input.waiting {
	background: url(/assets/images/wait-sm.gif) no-repeat center right;
}