/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html
{
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
li
{
	list-style: none;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
	font-variant: normal;
}
sup
{
	vertical-align: text-top;
}
sub
{
	vertical-align: text-bottom;
}
input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select
{ *font-size:100%;}
legend
{
	color: #000;
}
del, ins
{
	text-decoration: none;
}
body
{
	font: 13px/1.231 arial,helvetica,clean,sans-serif; *font-size:small;*font:x-small;}
select, input, button, textarea
{
	font: 99% arial,helvetica,clean,sans-serif;
}
table
{
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt
{
	font-family: monospace; *font-size:108%;line-height:100%;}

#wrapper
{
	font-family: Arial,Helvetica,sans-serif;
	margin: 0 auto;
	padding: 0;
	width: 672px;
}

/* header styles */
#header
{
	margin: 15px 0 0 0;
}

#navigation
{
	display: none;
}

#map_section
{
	width: 672px;
}
#map_section h2
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 0;
}

#map_container
{
	border: 1px solid #999999;
	padding: 10px;
	width: 650px;
}

/* Hide controls */
#controls
{
	display: none;
}
#west_control
{
	display: none;
}
#east_control
{
	display: none;
}
#south_control
{
	display: none;
}
#north_control
{
	display: none;
}


/* Journey details entered by user */
#journey
{
	float: left;
	margin: 0 0 20px 0;
	overflow: auto;
}
#journey img
{
	margin: 0 0 -8px 0;
	padding: 5px 5px 0 0;
}
#journey ul, #journey li
{
	list-style: none;
}
#journey .text
{
	padding: 0 0 0 33px;
}
#journey .important
{
	font-weight: bold;
}

h3
{
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 0;
}

#journey_key
{
	float: right;
	font-weight: bold;
	margin: 0 0 20px 0;
	width: 175px;
}
#journey_key img
{
	margin: 0 0 -8px 0;
	padding: 5px 5px 0 0;
}
#journey_key ul, #journey_key li
{
	list-style: none;
}

#directions_data
{
	width: 650px;
}
#directions_data .important
{
	font-weight: bold;
}
#directions_data th
{
	border-bottom: 1px solid #e5e5e5;
	font-size: 1em;
	font-weight: bold;
}

#directions_data td.instruction
{
	padding: 2px 0 2px 0;
	vertical-align: middle;
}

#directions_data td.home, #directions_data td.step, #directions_data td.route_end, #directions_data td.station_end
{
	padding: 2px 0 2px 34px;
}

/* Hide directions input and details */
#directions
{
	display: none;
}
#details_section
{
	display: none;
}

#content
{
	margin: 0 0 20px 0;
}

#footer
{
	font-size: 0.8em;
	text-align: center;
}
