﻿body 
{
	background-color:#81827E;
	margin: 0 auto;
}
.header_small
{
	background-image: url('../images/InServ.jpg');
	width: 850px;
	height: 38px;
	margin:0 auto;
}
.bg_small
{
	background-image: url('../images/Big_Mid.jpg');
	width: 850px;
	margin:0 auto;
}
.footer_small
{
	background-image: url('../images/Big_Down.jpg');
	width: 850px;
	height: 6px;
	margin:0 auto;
}
#header
{
	background-image: url('../images/Header.jpg');
	width:960px;
	height:116px;
	margin:0 auto;
}
#header2
{
	background-image: url('../images/Header2.jpg');
	width:960px;
	height:116px;
	margin:0 auto;
}
#mapandmenu
{
	background-image: url('../images/Map.jpg');
	width:960px;
	height:525px;
	margin:0 auto;
}
#mapandmenu2
{
	background-image: url('../images/Map2.jpg');
	width:960px;
	height:522px;
	margin:0 auto;
}
#footer
{
	background-image: url('../images/footer.jpg');
	width:960px;
	height:50px;
	margin:0 auto;
}
.centering
{
	margin: 0 auto;
}
.centeringrtl
{
	margin: 0 auto;
	direction:rtl;
}
.customPop_Div_Back
{
    background: #EDF1F3;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .60;
    filter: alpha(opacity=60);
    z-index: 9999;
}


._custom_MDE_wait
{
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-family:Tahoma;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
}

a
{
	color:#0D6FEC;
	font-size:9pt;
	font-family:Verdana;
}
a:hover
{
	color: #0A55B1;
	font-size:9pt;
	font-family:Verdana;
}
a:visited
{
	color:#0D6FEC;
	font-size:9pt;
	font-family:Verdana;
}

#customPop_Div_Back
{
    background: #EDF1F3;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .60;
    filter: alpha(opacity=60);
    z-index: 9999;
}
#_custom_MDE_wait
{
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 0%; 
	left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.mega a
{
	color:White;
	text-decoration:none;
}
.mega a:hover
{
	color:Yellow;
}


/*#map, html, body {
padding: 0;
margin: 0;
height: 100%;
}*/

#panel {
width: 220px;
font-family: Arial, sans-serif;
float: right;
}

#color-palette {
clear: both;
margin: 0 auto;
}

.color-button {
width: 14px;
height: 14px;
font-size: 0;
margin: 2px;
float: left;
cursor: pointer;
}

#delete-button {
margin-top: 5px;
}
/*
.ui-autocomplete {
    background-color: Gray;
    width: 250px;
    border: 2px solid #cfcfcf;
    list-style-type: none;
    padding-left: 0px;
    color:White;
    font-family:Tahoma;
}
.ui-autocomplete li {
    padding:2px;
}

.ui-autocomplete a {
    color:White;   
    font-weight:bold;
    font-family:Tahoma;
}
*/
#MainLeft
{
	width:210px; position:absolute; top: 40px; left:10px; z-index:1200; display:none;
}
#LandMarks_Select
{
    height: 80px;
    width: 160px;
}
select optgroup
{
	background-color:#006699; color:White; text-align:center;
}
#SKP_Div
{
	-webkit-box-shadow: 5px 5px 5px #c8c8c8; /*css 3 shadows*/
    -moz-box-shadow: 5px 5px 5px #c8c8c8;
    box-shadow: 5px 5px 5px #c8c8c8;
    width:150px; 
    height:40px; 
    border:2px solid Black; 
    padding: 10px; position: absolute; 
    top: 300px; 
    left:40px; z-index:1000; 
    display:none; 
    background-color:White; 
    font-size:large; 
    font-weight:bold
}
.resultsDiv {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=80);
	opacity:0.8;	
	padding:8px; z-index:100;border:solid 1px black; background-color:#F7C02B; font-size:0.75em;
	text-align:center;
}