

#sideNav {
    width: 230px;
    font-size: .8em;
    background: url(../../images/google_map/bg_nav_tile.jpg) 0 0 repeat-y;
}
#sideNavInner {
    background: none;
    padding: 0 5px 0 6px;
}
#sideNavOutter {
    padding-top: 4px;
    background: url(../../images/google_map/bg_nav_top.jpg) 0 0 no-repeat;
}
#sideNavBottom {
    background: url(../../images/google_map/bg_nav_bottom.jpg) 0 100% no-repeat;
}


hr {
    background: url(../../images/google_map/bg_nav_header_line.gif) 0 50% repeat-x;
    height: 2px;
    border: 0;
    margin: 0;
}

a { line-height: 1em;  }

#sideNav p {
    margin: 1em 0;
    padding: 0 8px;
    font-size: 1.3em;
}

#sideNav a {
    display: inline;
}

#sideNav h2 a,
#sideNav h3 a {
    display: block;
    margin: 0;
    padding: 0;
}
#sideNav h2 a:hover,
#sideNav h3 a:hover {
    color: #000;
}

#sideNav h2 {
    position: relative;
    margin: 0;
    padding: 12px 8px;
    font-size: 1.5em;
    height: 16px;
    border-bottom: 1px solid #8c8c8c;
    background: url(../../images/google_map/bg_nav_header.gif) 0 0 repeat-x;
}

#sideNav h3 {
    position: relative;
    margin: 1em 0;
    padding: 0;
    font-size: 1.3em;
    background: url(../../images/google_map/bg_nav_header_line.gif) 0 50% repeat-x;
}

#sideNav h3 span{
    padding: 0 5px;
    background-color: #f7f5ef;
}

#sideNav h3 span.icon {
    padding: 7px 5px 7px 30px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

#sideNav h3 span.icon.water {
    background-image: url(../../images/google_map/icon_water.png);
}

#sideNav h3 span.icon.facility {
    background-image: url(../../images/google_map/icon_facility.png);
}

#sideNav h3 span.icon.hotspot {
    background-image: url(../../images/google_map/icon_hotspot.png);
}

#sideNav span.help {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 30px;
    height: 30px;
}
#sideNav span.help a {
    display: inline;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background: url(../../images/google_map/icon_help.png) 0 0 no-repeat;
}


#sideNav .content {
    padding: 8px;
    padding-bottom: 0;
    background: url(../../images/google_map/bg_nav_content_top.gif) 0 0 repeat-x;
}

#sideNav .content .bot {
    height: 5px;
    margin: 3px -8px 0 -8px;
    background: url(../../images/google_map/bg_nav_content_bottom.gif) 0 100% repeat-x;
}

#sideNav li {
    margin: 2px 0;
    padding: 0 3px 5px 5px;
    display: block;
}

#sideNav label.collapse {
    margin: 0;
}

#sideNav li.active {
    background-color: #eae6de;
}

#sideNav li span {
    font-size: 9px;
}

#sideNav select,
#sideNav input {
    margin: .3em 0;
}

#sideNav select[name=fish] {
    margin-left: 0px !important;
}

#sideNav select {
	width: 173px;
}

#sideNav dl.result {
    padding: 10px 0 0 0;
    min-height: 40px;
}

#sideNav dl.result dt span {
    float: left;
    color: #fff;
    width: 27px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    line-height: 25px;
    background: url(../../images/google_map/icon_location.png) 0 50% no-repeat;
}

#sideNav dl.result dt span.rasite {
    background: url(../../images/google_map/icon_search_result_rasite.png) 0 50% no-repeat;
}

#sideNav dl.result dt span.selected {
    background: url(../../images/google_map/icon_search_result.png) 0 50% no-repeat;
    width: 36px;
    height: 40px;
}

#sideNav dl.result dd {
    padding-left: 37px;
}

#sideNav dt {
    font-size: 1.4em;
    font-weight: bold;
}






/* Search panel buttons */
#sideNav div.button {
    background: url(../../images/google_map/bg_button_top.jpg) 0 0 no-repeat;
}

#sideNav div.button a {
    display: block;
    font-size: 1.4em;
    padding: 20px 15px 8px 45px;
}

#sideNav div.button .bot {
    height: 10px;
    background: url(../../images/google_map/bg_button_bottom.jpg) 50% 0 no-repeat;
}

#sideNav div.button a {
    background-position: 12px 75%;
    background-repeat: no-repeat;
}

#sideNav div.button a.water  {
    background-image: url(../../images/google_map/icon_water.png);
}

#sideNav div.button a.facility {
    background-image: url(../../images/google_map/icon_facility.png);
}

#sideNav div.button a.location {
    background-image: url(../../images/google_map/icon_location_example.png);
}

#sideNav div.button form {
    margin-left: 15px;
}


#tooltip{
	position: absolute;
	border: 1px solid #333;
	background: #f7f5d1;
	padding: 2px 5px;
	color: #333;
	display: none;
}




#search_forms_box {
    position: relative;
    height: 100%;
}

#search_forms_box #search_tab .tab_content {
    height: 417px;
    overflow: auto;
}

#search_forms_box #explore_tab {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.search_details_form h1 {
    font-size: 12px;
}

.search_details_form input.hidden {
    display:none;
}

.form_footer_region {
    margin-top: 20px;
}

.tab_title {
    padding: 15px 0 15px 10px;
    background-color: #AAAAAA;
}

.tab_content {
    padding: 5px;
}


#search_results_box h3.toggle {
    cursor:pointer;
    top:0;
    left:0;
}

#search_filters_form {
}

#search_filters_form.collapsed {
    display:none;
}

#search_filters_form table {
    width:100%;
}

#search_filters_form table td * {
    margin:0;
    padding:0;
}

#search_filters_form table td {
    padding:0 0 0 2px;
    line-height:20px;
}

#search_filters_form label {
    font-size: 10px;
}

ul#search_result_list {
    padding: 0;
}

#search_result_list li {
    background-color: #EEE;
    padding: 10px 5px;
    margin: 5px 0;
    cursor: pointer;
    list-style: none;
}

#search_result_list li.active {
    background-color: #9EA6B7;
    color: #EEE;
}

.result_icon, result_name {
    float: left;
    display: inline;
}

.result_icon {
    width: 40px;
    height: 40px;
    background-color: #6991FD;
    margin-right: 5px;
    border: 1px solid #000;
}

.result_name {
    padding-bottom: 20px;
}

.result_label {
    color: #FFF;
    margin: 10px 0 0 15px;
    display: block;
}

#search_results_pager_box {
    text-align: right;
}

ul.pager {
    font-size: 12px;
    margin: 5px 0 !important;
}

ul.pager li {
    display: inline !important;
    background-image: none;
}

ul.pager li strong {
    color: #DDDDDD;
    font-weight: bold;
}

ul.pager li a {
    color: #555555;
    text-decoration: none;
    display: inline !important;
	padding: 0 !important;
}

ul.pager li.navigation_next {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #7D8BA3;
}

ul.pager li.navigation_prev {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #7D8BA3;
}

#search_filters_box form {
    margin-top: 20px;
}

#search_filters_box #explore_tab .tab_content {
    font-size: 90%;
}

#search_filters_box label {
    cursor: pointer;
}

#search_filters_box .column_one {
    float: left;
    width: 30px;
}

#search_filters_box .column_two {
    margin-right: 10px;
    float: left;
    width: 20px;
}

#search_filters_box .column_three {
    margin-right: 0;
    float: left;
    width: 165px;
}

.form_hint {
    font-size: 80%;
    color: #AAA;
}






