#overlay {
    position:absolute; 
	top: 0;
	left: 0;
    width:100%;
    height:100%;
    background-color:black;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
    text-align:center;
    z-index:999999;
	display: none;
}

#overlay .status {
	text-align: center;
	font-weight: bold;
}

#alert-message-box {
    display: none;
}

.modal {
    width: auto;
}

#popup_dialog [class*="span"] {
    margin-left: 0px;
}

.clearfix {
    clear: both;
}

/* calendar element css default value */
#icsupload { display: none; }
#icsurl { display: none; }

/* main image title */
.mainimage { 
   padding: 0 0 0 17px;
   font-weight: bold;
}

#mapoverlay {
    position:absolute; 
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background-color: white;
    z-index:999999;
    display: none;
}


#mapsearch-header {
    height: 30px;
    width: 100%;
}