@charset "utf-8";
/* CSS Document */

	body {
		margin: 0px;
	}
	
	.textForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	
	}
	
	#instructionsText {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	width:350px;
	border:thin solid #6699CC;
	padding: 5px;
	position:absolute;
	
	}
	
	#MapBlock {
		overflow: hidden;
		height: 1060px;
		width: 600px;
	}
	
	#LoadingPleaseWait {
		position: absolute;
		visibility: hidden;
		border: 1px solid #000000;
		z-index: 9;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bolder;
		text-align:center;
		color:#333333;
		background-color: #FFFFF9;
		width:200px;
		height:20px;
		top:-40px;
		left:45px;
	}
	
	
#BigMap {
		position: absolute;
		top: 0px;
		left: 0px;
		border-style: none;
		clip: rect(0px, 0px, 0px, 0px) border-style: none;
	}
	
	#LittleMap {
		position: absolute; 
		top: 0px; 
		left: 0px; 
		border-style: none;
	}
	

	
	#MapForm {
		z-index: 3;
		float: left;
/*		background: #F6F6F6;  */
		background: #004D91;
		border: solid 2px #ffffff;
		position: absolute;
		top: 450px;
		left: 7px;
		padding: 7px;
		width:200px;
	/*	height:230px;*/
		vertical-align:middle;

	}
	
	#MapForm p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
/*		color:#666666; */
		color:#FFFFFF;
	}
	
	#tooltip{
		background-color: #000000;
		border:1px solid #000;
		position: absolute;
		display: none;
		z-index: 999;
		padding: 2px;
		-moz-border-radius: 6px;	/* Rounded edges in Firefox */
		font-size: 10px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
}
	

input.ResetButton {
	background-image:url(../images/buttonBlueD.jpg);
	width: 100px;
	height:25px;
	border:none;
	font-weight:normal;
	color:#000000;
	font-size: 10px; 
}

input.ResetButton:hover {
	background-image:url(../images/buttonBlueL.jpg);
	width: 100px;
	height:25px;
	border:none;
	font-weight:bolder;
	color:#000000;
	font-size: 10px; 
}

.inputTollAmount{
	background-color:#FFBA53;
	font-size:10px;
	font-weight:bolder;
	border: 1px solid #FFF5DD;
}

select {
	background-color:#D9ECFF;
	font-size:10px;
	font-weight:normal;
	border: 1px solid #003366;
	margin-bottom:7px;
}

select:hover {
	border: 1px solid #66CCFF;
	background-color: #FFF5DD;
	font-size:10px;
	font-weight:normal;
	margin-bottom:7px;
	
}

.alignTop{
	text-align:right;
}
