/* 
    Document   : styles
    Created on : 28/Abr/2011, 10:32:06
    Author     : RL197718
*/

#map_canvas {
    width:100%;
    height:100%;
    background-color: while;
    position:absolute;
    left: 0px;
    top: 0px;
}

.labels {
    color: white;
    background-color: black;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    /*font-weight: bold;*/
    text-align: center;
    width: 100px;
    white-space: normal;
}

.InfoWindows {
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    heigh:80px;
    width:400px;
    overflow:hidden
}
.InfoWindows, h1 {
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.InfoTable {
    width:100%;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #C00000;
    border-left-color: #C00000;
    border-bottom-color: #C00000;
    border-top-color: #C00000;
    border-collapse: collapse;
}

.InfoTable td {
    border: 1px solid;
    border-color:  #C00000;
}

