/* 
    Document   : css
    Created on : Aug 21, 2012, 10:50:14 AM
    Author     : sk
    Description:
        Purpose of the stylesheet follows.
*/ 

div.maptable    {
    /*width: 1100px; */
    margin: 0 auto; 
    padding:0 auto;
    clear:both;
}

div.maptable #map   {
    width: 70%; 
    height: 400px;
    float:left;
    border:1px solid #eaeaea;
}

/* map list */
#maplist { width:29%; font-size:14px; float:right; height:400px; overflow:auto;}
#maplist ul { list-style: none; margin: 0 0 0 5px;}
#maplist ul li { }
#maplist ul li a { display:block; text-decoration:none; color:#000000; background-color:#FFFFFF; /* line-height:26px; */ 
  border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CCCCCC; padding: 10px 3px; cursor:pointer; }
#maplist ul li a:hover { color:#FFFFFF;background-color:#453c50; }
#maplist ul li a strong { margin-right:10px; }
#maplist ul li.selected a { color:#FFFFFF;background-color:#518bb0;}

#map {
	width:  640px;
	height: 480px;
}

.leaflet-control-zoomslider a:hover{
	color:black!important ;
	text-shadow: black 0px 0px!important;
}

#buildingslist
{
    clear:both;
}

div.list
{
    border:1px solid #E7E7E5;
    padding:5px;
}