/*Map Location Page*/

#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    z-index:5;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 170%; background-color: #999999;
    position: relative;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    /*width: 826px;*/
    left: 0;
    top: 0;
    z-index: 999999999!important;
}
html body {height: 100%;}
.modal
{
    background-color: #164881;
    /*border: solid 4px black;*/ position: absolute;
    top: 90px;
    left: 160px;
    z-index: 1000!important;
    width: 826px;
    /*height: 427px;*/
    padding: 0px;
}
.modalTop
{
    /*width: 826px;*/
    background-color: #164881;
    padding: 0px;
    color: #ffffff;
    font-weight:bold;
    padding-left:10px; padding-top:10px;
    text-align: left;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 0px;
}
