body {
	font-size: 85%;
	font-family: Verdana;
}

#nav{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#breadcrumb {
	margin-bottom: 30px;
}

#content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 60px;
}

td {
	padding-right: 30px;
	font-size: 85%;
}

#trippermap {
  height: 465px;
  width:960px;
  margin-bottom: 15px;
}

#trip {
	margin-top: 30px;
}

#trip_bottom {
	clear: both;
	width: 940px;
	height: 30px;
	margin-top: 21px;
	margin-bottom: 60px;
	background-color: #eeeeee;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 10px;
}


#map {
	width: 286px;
	margin-right: 21px;
	float: left;
	background-color: #eeeeee;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 10px;
}

#map_canvas {
	margin-top: 10px;
}

#date {
	width: 286px;
	margin-right: 21px;
	float: left;
	background-color: #eeeeee;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 10px;
}

#colour {
	float: left;
	width: 286px;
	background-color: #eeeeee;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 10px;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	margin-bottom: 10px;
}

a {
	color: #ed9716;
}

div.ui-datepicker{
 font-size:116%;
}

#transit {
	float: left;
	width: 133px;
	background-color: black;
	color: white;
	margin-top: 5px;
	padding: 5px;
	cursor:pointer;
}

#destination {
	float: left;
	width: 133px;
	background-color: gray;
	color: white;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	cursor:pointer;
}

#datepicker1, #datepicker2 {
	clear: both;
	margin-top: 5px;
}

#color {
	width: 276px;
	height: 30px;
	padding: 5px;
	border: none;
	margin-top: 10px;
}

#colorpicker {
	margin-top: 5px;
	margin-left: 45px;
}

button {
	border: 0 none;
}

.awesome, .awesome:visited {
	background: #222 url(/img/button_overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px;
	font-weight: bold;
	font-size: 100%; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover	{
	background-color: #111;
}

.small.awesome, .small.awesome:visited {
	font-size: 85%;
	padding: 4px 6px 4px;
}
