body,html {
	margin: 0;
	font-family: 'Trebuchet MS', verdana;
	font-size: 12pt;
}

/* Alternating colors for route table */
.odd {
	background: rgb(238, 238, 238);
}

.even {
	background: rgb(255, 255, 255);
}

td {
	color: #000000;
	text-align: left;
}

td.left {
	color: #000000;
	text-align: left;
}

#map_container {
	float: none;
	width: 100%;
	height: 500px;
	margin: 0px 0px 0px 0px;
}

#error_container {
	display: none;
	overflow: hidden;
	color: #F50000;
	margin: 0px 0px 0px 0px;
}

#weather_container {
	display: inline;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

#msg_container {
	display: none;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

/* address form */
label {
	display: block;
}

legend {
	padding: 4px 6px 4px 6px;
	margin: 0 0 5px 0;
}

input {
	margin: 2px 0 2px 0;
	border: 1px solid #999;
	background-color: #F5F5F5;
}

select {
	margin: 2px 0 2px 0;
	padding: 1px 0 2px 0px;
	border: 1px solid #999;
	background-color: #F5F5F5;
}

#feedControl {
	font-family: 'Trebuchet MS', verdana;
	font-size: 10pt;
	background-color: #F5F5F5;
	height: 100%;
	overflow: auto;
}

#zip_to {
	display: block;
	padding: 1px 0 2px 0px;
	width: 100%;
}

#zip_from {
	display: block;
	padding: 1px 0 2px 0px;
	width: 100%;
}

#dateselector {
	width: 100%;
}

#hourselector {
	background-color: #F5F5F5;
	width: 20%;
	float: left;
}

#minuteselector {
	width: 20%;
	float: left;
	position: relative;
	left: 5%;
}

#departselector {
	width: 50%;
	float: left;
	position: relative;
	left: 10%;
}

#reliabilityselector {
	width: 100%;
	float: left;
}

#printbutton {
	width: 90%;
}

#submitbutton {
	width: 90%;
}

.send {
	text-transform: none;
	background-color: orange;
}

.send1 {
	text-transform: none;
	background-color: orange;
	font-size: 8pt;
	width: 100%;
}

div.contextmenu {
	background: #FFFFFF;
	border: 1px solid #8888FF;
}

div.contextmenu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.contextmenu ul li {
	display: block;
	padding: 1px;
	line-height: 100%;
	margin: 0;
}

div.contextmenu ul li a {
	border: none;
	padding: 3px 21px 3px 30px;
	display: block;
	text-decoration: none;
	color: #233D6D;
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
}

div.contextmenu ul li a:hover {
	color: #233d6d;
	background: #c3daf9;
	border: 1px solid #8BB8F3;
	padding: 2px 20px 2px 29px;
}

#box {
	text-align: left;
	font-size: 12px;
	padding: 6px 4px;
	width: 120px;
	background-color: #fff;
	border: 1px solid gray;
	border-top: 1px solid #a5a5a5;
	display: none;
	cursor: default;
}

#box.highlight {
	width: 119px;
	border-width: 2px;
	border-top: 1px solid #a5a5a5;
}

#boxlink {
	color: #a5a5a5;
	text-decoration: none;
	cursor: default;
	margin-left: 33px;
}

#boxlink.highlight {
	color: #0000cd;
	text-decoration: underline;
	cursor: pointer;
}

#more_inner {
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom-color: #b0b0b0;
	border-right-color: #b0b0b0;
	width: 9em;
	cursor: pointer;
}

#more_inner.highlight {
	font-weight: bold;
	border: 1px solid #483D8B;
	border-bottom-color: #6495ed;
	border-right-color: #6495ed;
}