﻿@font-face {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: normal;
    src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url('/') format('truetype');
  }

  #con {
    background: #FFFFFF;
    border: 1px solid #999;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
    width: 728px;
    height: 638px;
    overflow: hidden;
    position: relative;
  }

  .ui-layout-center {
    position: relative;
    width: 520px;
    height: 100%;
    padding: 0 !important;
    bottom: 10px;
    display: block;
    height: 755px;
    left: 209px;
    margin: 0;
    position: relative;
    right: 10px;
    top: 0;
    visibility: visible;
    z-index: 2;
  }

  #map {
    height: 572px;
    width: 520px;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
  }

  #sidebar1 {
    position: relative;
    background: #fff;
    padding: 0 0 0 0;
    margin: 0 auto;
    font-size: 11px;
    border: 1px solid #BBBBBB;
    bottom: 10px;
    display: block;
    left: 0px;
    margin: 0;
    position: absolute;
    right: auto;
    top: 65px;
    visibility: visible;
    /*height: 600px !important;*/
    position: absolute !important;
    right: 222px !important;
    width: 204px;
    z-index: 2;
    overflow: scroll;
  }

  .sbBox {
    background: #FEFEFE;
    border-bottom: 1px solid #999;
    padding: 5px;
    cursor: pointer;
    font-family: verdana, arial, helvetica, sans-serif !important;
  }

  .sbBox:hover {
    background: #a9b6c2 !important;
  }

  .name {
    font-size: 13px;
    font-weight: bold;
  }

  .addr {
    font-size: 11px;
  }

  .mapTitle {
    background-image: url("/Style%20Library/Images/HeadBGgrad.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #eeeeee;
    height: 36px;
    margin: 0;
  }

  .mapTitle h2 {
    font-size: 18px !important;
    font-weight: bold;
    position: relative;
    margin: 0px;
    color: #eeeeee !important;
    top: 0;
    left: 31%;
    padding: 7px 0 0;
  }

  .mapTitle label {
    color: darkOliveGreen;
    font-family: 'Vollkorn';
    font-size: 20px;
    font-weight: bold;
  }

  #toolbar {
    width: 728px;
    height: 28px;
    /*background: url("/Depts/epd/hwc/Documents/PharmaCollection/graphics/toolbar.png") repeat-x scroll top left #FFFFFF;*/
    background-color: #eeeeee;
  }

  #map_type {
    height: 22px;
    float: right;
    margin-top: 2px;
    margin-right: 4px;
    background: #F0F0F0;
    padding: 0 2px 0 5px;
    border: 1px solid silver;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  #map_type ol {
    margin: 0 !important;
    padding-left: 2px;
    width: 190px;
  }

  ol #sat {
    float: left;
    height: 16px !important;
    position: relative;
    width: 65px;
    margin-right: 5px;
    margin-top: 3px;
    outline: none;
    list-style: none !important;
  }

  #sat a {
    height: 16px !important;
    width: 65px;
    display: block;
    background: url("/Depts/SolidWaste/hwc/Documents/PharmaCollection/graphics/map_type.png") no-repeat -110px 0;
    outline: none;
    margin: 0 !important;
  }

  #sat a.selected {
    background: url("/Depts/SolidWaste/hwc/Documents/PharmaCollection/graphics/map_type.png") no-repeat -110px -16px;
    height: 16px;
    width: 65px;
    display: block;
    outline: none;
    margin: 0 !important;
  }

  ol #hyb {
    float: left;
    height: 16px;
    width: 55px;
    margin-right: 5px;
    margin-top: 3px;
    outline: none;
    list-style: none !important;
  }

  #hyb a {
    height: 16px;
    width: 55px;
    display: block;
    background: url("/Depts/SolidWaste/hwc/Documents/PharmaCollection/graphics/map_type.png") no-repeat -175px 0;
    outline: none;
    margin: 0 !important;
  }

  #hyb a.selected {
    background: url("/Depts/SolidWaste/hwc/Documents/PharmaCollection/graphics/map_type.png") no-repeat -175px -16px;
    height: 16px;
    width: 55px;
    outline: none;
    margin: 0 !important;
    display: block;
  }

  ol #defmap {
    float: left;
    height: 16px;
    width: 55px;
    margin-right: 5px;
    margin-top: 3px;
    outline: none;
    list-style: none !important;
  }

  #defmap a {
    height: 16px;
    width: 55px;
    display: block;
    background: url("/Depts/SolidWaste/hwc/Documents/PharmaCollection/graphics/map_type.png") no-repeat -55px 0;
    outline: none;
    margin: 0 !important;
  }

  #defmap a.selected {
    background: url("/Depts/SolidWaste/hwc/Documents/PharmaCollection/graphics/map_type.png") no-repeat -55px -16px;
    height: 16px;
    width: 55px;
    display: block;
    outline: none;
    margin: 0 !important;
  }

  #sort {
    float: right;
    background: #DEDEDE;
    margin: 0;
    padding: 0;
    z-index: 999;
    position: absolute;
    top: 0px;
    border: 1px solid #104E8B;
    height: 597px;
  }

  #sort a {
    margin: 0 5px;
    color: #fff;
    font: bold 100% 'trebuchet ms', helvetica, sans-serif;
    border: 1px solid;
    padding: 3px 8px;
    border-color: #696 #363 #363 #696;
    background-color: #999;
    position: relative;
    top: 9px;
    left: 6px;
    text-decoration: none;
    outline: none;
    -moz-outline-style: none;
  }

  #sort a.selected {
    background: url("/Style%20Library/Images/leftNavGrad.png") repeat-x scroll left top #FFFFFF;
    color: #000;
    padding: 3px 8px;
    margin: 0 5px;
  }

  .header {
    color: #004080;
    font: bold 14px sans-serif;
    background: #DEDEDE;
    display: block;
    text-align: center;
    padding: 4px 0;
    width: 202px;
  }

  img {
    border-style: none;
  }

  a:active {
    outline: none;
  }

  .clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
  }

  a:active {
    outline: none;
  }

  a:focus {
    -moz-outline-style: none;
  }

