html body {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica Neue, Helvetica;
    width: 940px;
}

div#main {
    padding: 0px;
    width: 940px;
}

div#main div#left-column {
    width: 300px;
    float: left;
}

div#main div#search-form {
    background: #dde1ea; /* for non-css3 browsers */
    height: 340px;
    padding-top: 20px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde1ea', endColorstr='#b2b6c2'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#dde1ea), to(#b2b6c2)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #dde1ea,  #b2b6c2); /* for firefox 3.6+ */
}

div#main div#search-form  form {
    margin: 0px;
    padding: 0px;
}

div#main p.search-form-label {
    width: 98px;
    padding: 10px 4px 10px 14px;
    margin: 0px;
    display: inline-block;
    color: #404040;
    font-weight: bold;
    font-size: 12px;
    min-height: 26px;
}

div#main select.search-form-select {
    width: 180px;
    margin: 0px;
    padding: 0px;
}






div.select-container {
    height: 30px;
    width: 180px;
    float: right;
    padding: 7px 0px 0px 0px;
    position: relative;
}

div.select-container ul.active {
    z-index: 50000;
    position: absolute;
}

/*
div.active {
    z-index: 50000;
}
 
*/

ul.select {
    margin: 0;
    padding: 0px;
    list-style: none;
    background: white url(./combo_thumb.png) no-repeat right top;
    color: #222;
    width: 170px;
    position: relative;

    border: 1px solid;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-color: #71a900;
}
 
ul.select li {
    width: 150px;
    padding: 2px 8px 2px 8px;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}
 
ul.select li:not(.current) {
    display: none;
}

ul.select li.nocurrent {
    display: none;
}

ul.select li  sup {
    font-size: 8px;
}
 
div.select-container ul.active li {
    display: block;
}
 
ul.select li.current {
    cursor: pointer;
    width: 130px;
    padding-right: 30px;
}
 
ul.select li:not(.current):hover {
    background: #ccc;
}

ul.select li.nocurrent:hover {
    background: #ccc;
}
 
ul.select li:nth-of-type(2) {
    border-top: 1px solid #71a900;
}

ul.select li.current:hover {
    /*background: #ccc url(../combo_thumb.png) no-repeat 95% 23px;*/
}

div.separator {
    clear: both;
    height: 24px;
    background-image: url(./separator_background.png);
    background-repeat: repeat-x;
}
div.separator-iphone {
    clear: both;
    height: 47px;
    background-image: url(./newseparator_background.png);
    background-repeat: repeat-x;
}

div.separator p {
    margin: 0px;
    padding: 4px 20px 4px 20px;
    font-weight: bold;
    color: #404040;
    font-size: 12px;
    height: 24px;
}

div.separator-iphone p {
    margin: 0px;
    padding: 14px 20px 4px 20px;
    font-weight: bold;
    color: #404040;
    font-size: 12px;
    height: 24px;
}

div.separator a#returntosearch img {
	position: absolute;
	right: 8px;
	top: 8px;
}

div#submit-group {
    margin: 6px 0px 16px 171px;
}

div#submit-group a.search-form-button {

    display: inline-block;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    padding-top: 4px;


    color: #71a900;
    font-weight: bold;
    height: 20px;
    width: 100px;
    
    border: 1px solid;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-color: #71a900;

    background-image: url(./search_background.png);
    background-repeat: repeat-x;
}

div.search-results-table {
    height: 320px;
    background: #f1f2f4;
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: scroll;
}

div.search-results-table  p.search-results-entry {
    background: #f1f2f4;
    border-bottom: 1px solid #999;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}

div.search-results-table  p.search-results-entry  a.id {
    color: #404040;
    width: 16px;
    text-align: right;
    display: inline-block;
    margin-right: 4px;
    font-size: 10px;
    display: none;
}
div.search-results-table  p.search-results-entry  a.name {
    color: #71a900;
    width: 144px;
    display: inline-block;
    margin-left: 10px;
}
div.search-results-table  p.search-results-entry  a.detail {
    color: #222;
    width: 117px;
    display: inline-block;
}

div#map_canvas {
    float: right;
    width: 640px;
    height: 704px;
}

img#loadinggif {
    visibility: hidden;
}

select.search-form-select {
    float:right;
}


p.search-results-noresults {
    width: 100%;
    padding-top: 40%;
    text-align: center;
    font-size: 20px;
    color: #404040;
    font-weight: 700;
}
