/* remedial reset for blueprint */
body
{
	margin: 0px;
	background: #d3e3c6;
	font-family: arial, sans-serif;
	font-size: 1.0em;
}
p
{
	text-align: justify;
}
ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1.3em;
}


/* styling */
h1, h2, h3, h4, h5, h6
{
	color: #0b7310;
}
div.container
{
	border: 10px solid #fff;
	background: url('images/bg.jpg') top left repeat-y;
	/*background: url(/components/css/blueprint/src/grid.png);*/
}

div.navigation
{
	background-color: #6db706;
}
div.navigation>*
{
	margin-left: 10px;
}
div.navigation a, div.footer a
{
	color: #fff;
}
div.navigation ul a
{
	text-decoration: none;
}
div.navigation ul a:hover
{
	text-decoration: underline;
}
div.navigation ul
{
	margin-left: 10px;
	margin-bottom: 4.5em;
}

div.boxout
{
	background-color: #d3e3c6;
	font-size: 0.8em;
}
div.boxout a
{
	text-decoration: underline;
}
div.boxout>*
{
	margin: 5px;
}

div.footer
{
	background-color: #6db706;
}

/* ring and ride */
span.ring_and_ride
{
	font-weight: bold;
	color: #000;
}
span.ring_and_ride span.ring
{
	color: #df430a;
}
span.ring_and_ride span.ride
{
	color: #158403;
}

/* volunteer car */
span.volunteer_car
{
	font-weight: bold;
	color: #0459ba;
}


/* timetables */
table.timetable
{
	width: 700px;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 1em;
	border-bottom: 2px solid #6db706;
}
table.header
{
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
table.timetable th
{
	color: #fff;
	background-color: #6db706;
}
table.timetable .day
{
	width: 100px;
}
table.timetable .date
{
	text-align: right;
	width: 100px;
}
table.timetable .zones
{
	text-align: right;
	width: 100px;
}
table.timetable .destination
{
	width: 300px;
}
table.timetable .fare
{
	text-align: right;
	width: 100px;
}
table.timetable th.timetable_header
{
	border-bottom: 2px solid #fff;
}