DIV#routingResult {
	width: 100%;
}

DIV#routingResult BR.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

DIV#routingResult DIV.headFoot {
	padding: 8px;
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
}

DIV#routingResult DIV {
	padding: 0px;
	margin: 0px;
}

DIV#routingResult DIV.row {
	padding-top: 8px;
	padding-bottom: 8px;
}

DIV#routingResult DIV.float {
	float: left;
}

DIV#routingResult DIV.row DIV.float DIV {
	margin: 0px 4px 0px 4px;
}

DIV#routingResult DIV.row DIV.col1 {
	width: 10%;
	text-align: center;
}

DIV#routingResult DIV.row DIV.col2 {
	width: 55%;
}

DIV#routingResult DIV.row DIV.col3 {
	width: 15%;
	text-align: right;
}

DIV#routingResult DIV.row DIV.col4 {
	width: 20%;
	text-align: right;
}

DIV#routingResult DIV.col4 DIV.float DIV {
	padding-right: 8px;
}

DIV#routingResult .bgColor1 {
	background-color: #BEBEBE;
}

DIV#routingResult .bgColor2 {
	background-color: #ffffff;
}

DIV#routingResult .bgColor3 {
	background-color: #E9E9E9;
}

DIV#routingResult DIV.headFoot .halfWidth {
	width: 45%;
}

DIV#routingResult DIV#routingMap {
	text-align: center;
}