html, body 
{
	height: 100%;
	overflow: hidden;
}

body
{
	font-family: verdana;
	font-size:10px;
	margin: 0;
}

#map
{
	height: 100%;
	z-index:1;
}

#loadScreen
{
	width: 150px;
	border:solid 1px #000000;
	background-color:#FFFFFF;
	visibility:hidden;
	position: relative;
	top: -50px;
	left: 2px;
	z-index:2;
}

#logonScreen
{
	position:fixed;
	top:-200px;
	left:40%;
	right:40%;
	
	
	z-index:200;
	width: 300px;
	border: solid 1px #000000;
	background-color:#FFFFFF;

	/*
	margin-left: auto;
	margin-right: auto;
	*/
}

#overlay
{
	z-index:100; /* to lock the background layout. If set to -1 the background is no locked. If positive, it is locked */
	position: fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
	filter:alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000; /* background color of the layout when it appears*/
}

#logonInfo
{
	position:absolute;
	right:5px;
	top:6px;
}

#logoffButton
{
	position:absolute;
	top:20px;
	right:5px;
}

button
{
	font-weight:bold;
	font-size: 9px;
	height: 18px;
}

.tooltip 
{
	background-color:#ffffff;
	font-weight:bold;
	border:2px #006699 solid;
}