/**
 * CSS Reset
 * From Blueprint reset.css
 * http://blueprintcss.googlecode.com
 */

/**
 * Map Examples Specific
 */
.smallmap {
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
}
.theMap {
    width: 400px;
    height: 440px;
    border: 1px solid #ccc;
}
#hidr{display:inherit; }
#showr{display:none}
#MapHelpDiv {
   border-style:solid;
   display:inherit;
   margin:5px;
}
#tags {
    display: none;
}
#legend {
    border: 1px solid #ccc;
    width : 480px;
    height : 1.4em;
    padding : 10px;
    font-family : sans-serif;
    font-size :0.8em;
}    
        .olControlAttribution { top: 0px!important }
        div.olControlMousePosition {
            left:33%;
            color: red;
            font-family: Verdana;
            font-size: 0.5em;
        }

ul {
margin-top:5px;margin-bottom:10px;margin-right:5px;
}
