﻿
.tooltip
{
    background-color:#FFFFFF; 
    font-weight:bold; 
    border:1px #000000 solid;
    width:130px; 
    font-size:11px;
    color:#000000;
    line-height:2; 
    vertical-align:middle; 
    text-align:center;
}

.mapOverlay 
{
    width:100%;
    position:fixed; top:0; left:0;
    background:#000000 none repeat scroll 0 0;
    z-index:1001; 
}

.mapOverlayOuter 
{
    position:absolute;
    z-index:1001; 
}

.mapOverlayInner 
{
    padding:10px;
    margin:0 auto;
    border:1px solid #000099; 
    background-color:#FFFFFF; 
    z-index:100; 
    position: relative;
}

.mapLink {visibility:hidden;}

.jsWarning {margin-top:100px;}

div.mapShade 
{
	background:#000000 none repeat scroll 0 0;
	height:100%;
	left:0;
	opacity:0.7;
	filter: alpha(opacity=70);
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
}


a.mapPopupClose 
{
	background-image: url(/Images/Maps/x.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	position: absolute;
	right: 10px;
	top: 12px;
	outline: none;
}

h1.mapPopupTitle
{
    color:Black;
    font-size:16px;
    margin-right: 120px;
}

h1.mapPopupTitle a
{
    text-decoration:none;
    color:Black;
}
