﻿@charset "UTF-8";

/* =================================================
Facility Map Style Sheet
================================================= */


.gmnoprint img {max-width: none;}
.gmnoprint div[title^="Pan"] {opacity: 0 !important;}
 #map_canvas img { max-width: none; }
 
.SideBarEntry {font-size: .9em; margin-top: 10px;}
.SideBarEntry p {line-height:15px; margin-left: 10px;}
.SideBarEntry span {font-weight:bold; line-height:15px;}
 
.FacilityAddress {font-size:.9em;width:300px;}

#ListSearchButton {float: left;}
#DisplayMapButton {float: right;}

.FacilityList div {clear: both}
.ListSearchForm div {clear: both}

.FacilityType {
    vertical-align: top;
    margin-top: 6px;
    margin-right: 3px;
    margin-left: 10px;
}
#FacilityTypeLabel {vertical-align: bottom; margin-bottom: -1px;}
#FacilityTypeAll {vertical-align: top; margin-top: 6px; margin-right: 3px; margin-bottom: 10px;}
#RadiusSelect {height:28px;}

.FacilitySearchForm {
    width: 500px;
    clear: both;
}

.FacilitySearchForm input select {
    width: 100%;
    clear: both;
}

#ListSearchButton {vertical-align:top;}

#MapDiv {width: 100%}
#SideBar {border: 1px solid black; float: left; overflow: auto; height: 500px; width: 20%; font-size: 11px; color: #000;}
#Map {border: 1px solid black; float: right; overflow: hidden; width: 77%; height: 500px;}
.icon {height: 20px; width:30px;}

#MapLegend {clear: both; margin-top: 10px}
#MapLegend img {vertical-align:top;}
#MapLegendEnd {clear: both; }

#MobileUnitsCaption {caption-side:top}
#MobileUnitsTable td {height: 34px}

#FacilityListTable {
    width: 100%;
}
#FacilityListTable td, th {
    padding-right: 10px;
}

.FacilityListState {
    background-color: #CCCCCC
}
.FacilityListPhone {
    width: 150px
}
NoResultsMsg {
    color: black;
    font-size: large
}
.bold {
    font-weight: bold
}
.italic {font-style: italic}


