﻿body {
	font-family:Verdana;
	font-size:12px;
	color: gray;
	background-color:#03305e;
}
h1, h2, h3, h4, h5, h6, h7, input
{
    padding:0;
    margin:0;
}
h1{
    font-size:24px;
}
h2{
    font-size:18px;
}
h4
{
    font-size:12px;
}
.Copyright
{
	font-family:Verdana;
	font-size:8px;
	color: White;
}
.buttonstyle
{
	font-family:Verdana;
	font-size:10px;
	color: green;
}
.labelstyle
{
	font-family:Verdana;
	font-size:10px;
	color: white;
}
.calPopupControl
{
	visibility:visible;
	z-index:999;
	background-color:Yellow;
}
.calPopupHide
{
	visibility:hidden;
}
.watermark
{
	background: #FFAAFF;
}

.popupControlDeleteLandmark
{
	position:absolute;
	visibility:hidden;
}
div.map
{
	border: #353535 1px solid;
}
   
 .Freezing 
{ 
   position:relative ; 
   top:expression(this.offsetParent.scrollTop); 
   z-index: 1; 
} 
.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
    color:Black;
    font-size:7px;
}
.WatermarkText
{
	font-family:Verdana;
	font-size:8pt;
	font-style:italic;
	text-align:center;
	color:#325a83;
}
.TimePicker
{
	font-family:Verdana;
	font-size:8pt;
}
.OpeningMessageBox
{
    font-family:Verdana;
	font-size:8pt;
    border: Solid 1px #666666;
    color: Navy; 
}
.ShowPanel
{
    visibility: visible;
}
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.cal_Theme1
{
    z-index:20;
}
.StopSent
{
    background:#dfd none !important;
}
.ActiveStop
{
    background:#af9 none !important;
    border:2px solid #a00 !important;
}