/* 
    Document   : mapcontaiiner
    Created on : 29-jan-2014, 23:25:25
    Author     : Walter
    Description:
        Purpose of the stylesheet follows.
*/

   #mapContainer {
      width: 500px; 
      height: 450px;
      border: 3px solid #ffcc00;
      margin: 40px auto;
      display: none;
   }
   .map {
      background-color: #ffcc00;
   }
   .map:hover {
      background-color: #fced97;
   }


