@import 'oocss/libraries.css';
@import 'oocss/grid/grids.css';
@import 'oocss/template/template.css';


.page {
	width: 595px;
	margin: 1em 15px;
	text-align: left;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h1, h2, h3, h4 { font-weight: bold; text-decoration: underline; margin: 15px 0 20px 0;}

li.element-group
{
	list-style-type: none;
}

li.element-group label
{
	display: block;
}

.horizontal_menu li
{
	display: inline;
}

.horizontal_menu li a
{
	padding: 2px 5px 2px 0;
}
.with_seperators li a
{
	border-right: 1px solid #AAAAAA;
}
.with_seperators li.last a
{
	border-right: none;
}

div.page tr td { padding: 10px; }

tr.odd td
{
	background-color: #F1F1F1;
}

div.page p { margin: 1em 0; }

table#vehicle_list tr td
{
	text-align: center;
}
table#vehicle_list tr td a, table#vehicle_list tr td h4, table#vehicle_list tr td h3
{
	text-decoration: none;
	border: none;
}
table#vehicle_list tr td h3
{
	margin-bottom: 0;
}

div#vehicle_details tr td
{
	border-bottom: 1px dotted #888;
}


div#vehicle_details tr.odd td
{
	background-color: #F5F5F5;
}
div#vehicle_details tr td.label
{
	font-weight: bold;
	width: 25%;
	border-right: 1px dotted #DDD;
}
