#main {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
}

#container {
	position: relative;
	float: left;
	width: 100%;
	height: 525px;
	margin: 0 0 10px 0;
}

#selector {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background-color: #ffffff;
}

#origin {
	position: relative;
	float: left;
	padding-right: 5px;
}

#dest {
	position: relative;
	float: left;
	padding-right: 5px;
}

#limit {
	position: relative;
	float: left;
	padding-right: 5px;
}

#calc {
	position: relative;
	float: left;
	margin-top: 24px;
}

#map_canvas {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: #ccc 2px 2px 2px;
}

#results {
	background-color: #ffffff;
	display: none;
	width: 400px;
	padding-top: 10px;
}

.resultsHeader {
	text-decoration: underline;
}

.result {
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: #ccc 2px 2px 2px;
	margin: 5px 10px 10px 5px;
}

.result span {
	color: #000066;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

#resultstable {
	border: 1px solid #ddd;
}
#resultstable thead tr{
	line-height: 1rem;
}
#resultstable td{
	border: 1px solid #ddd;
}

#loading {
	display: none;
	background: #000000 url('../Images/ajax-loader.gif') no-repeat center;
	position: absolute;
	width: 33px;
	height: 33px;
	top: 50%;
	left: 50%;
	margin-top: 10px;
	z-index: 1000;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: -24px 0 0 -120px;
	opacity: 0.7;
}

#routeWarning {
	clear: both;
}

#showMap{
	margin-bottom: 15px;
}

.alert-warning {
	background: #feefe3;
	color: #bf360c;
}

.ui-dialog-titlebar-close {
	visibility: hidden;
}
