/* 
    Document   : locations
    Created on : 13.apr.2010, 14:07:35
    Author     : idar
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


#locationContainer{

    border: 1px #eee solid;

}

#locationFilterContainer{

    border:1px solid #eaeaea;
    margin:2px;

    background-color:#fbfbfb;

    width:99.3%;
    display:table;
    border-spacing:2px;
}
.filterBox{
    display:table-cell;
    border:1px solid #eaeaea;
    padding:2px;
    background-color:#fcfcfc;
    vertical-align:top;
}
.filterRow{
    display:table-row;
}
.filterHeading{
    width:100%;
    background-color:#999;
    color:#eaeaea;
    font-weight:bolder;
    padding:1px 2px 1px 2px;
}
.filterButton{
    cursor:pointer;
    border:1px solid #888;
    font-size:9px;
    float:left;
    padding:2px;
    background-color:#fbfbfb;
    margin:1px;
}

#mapContainer{
    border: 1px dotted #bbb;
    width:99%;
    margin-left:auto;
    margin-right:auto;
    
    position:relative;
}

#Map1 area:hover{
    background-color:red;
    border: 1px solid red;

}
