﻿body {
    background: none repeat scroll 0 0 #E1EBD5;
    color: black;
    font-family: "Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
    font-size : 12px;
	overflow: hidden;
}
body, form {
    margin: 0;
}

.main
{
    padding:5px 5px 5px 5px;
    margin:0px 0px 0px 0px;
    width : 484px;
    background: #E1EBD5;
    /*height: 200px;*/
}
.searchInstructions
{
    /*border : dashed 1px gray;*/
    background-color: #E1EBD5;
    padding : 10px 10px 10px 10px;
}

.searchBoxContainer
{
    margin-top: 5px;
}
.searchBox
{
    width : 99%;
    height: 20px;
}
#panelResults
{
  width : 100%;
  height : 100%;   
 }
.emptyResult
{
    background-color: #E1EBD5;
    width : 100%;
    height : 200px;  
    /*border : dashed gray 1px;*/
    text-align : center;
}
.emptyText
{
    position: relative;
    top: 45%;       
}
/* accorian */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 2px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 2px;
}
.ui-accordion .ui-accordion-content
{
    padding: 0 0 0 0;    
}
.ui-accordion-content
{
    overflow: hidden!Important  ;
}

#selectable-item1 .ui-selecting {
	background: lite-gray;
}
#selectable-item1 .ui-selected {
	background: silver;
}

#selectable-item1 li:hover 
{
    background: yellow;
    cursor: pointer;
}
#selectable-item2 .ui-selecting {
	background: lite-gray;
}
#selectable-item2 .ui-selected {
	background: silver;
}

#selectable-item2 li:hover 
{
    background: yellow;
    cursor: pointer;
}
.bosLink {
    color: blue!Important;
    text-decoration: underline;
}

#searchDisplayText
{
    padding-top: 10px;
    text-align: center;
}   
#searchSelectDisplayText
{
    position: absolute;
    top: 10px;
    left:10px;
    width: 90%;
    text-align: center;
}
.ui-widget-content
{
    background: #E1EBD5;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: url("http://countyofnapa.org/images/bg-napa-header-bar.jpg") repeat-x scroll 50% 50% #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #212121;
    font-weight: normal;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("http://countyofnapa.org/images/bg-napa-header-bar.jpg") repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
}
