@CHARSET "UTF-8";

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;	
}

h1 {
	font-size: small;
    font-weight: bold;
    margin: 0 0 10px 0;
}

a, a:link	{ color:#840008; }

/*----------- Header -------------*/
#header {	
	background-color: #4a70a7;
	padding: 4px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

/*----------- Footer -------------*/
#footer {
	margin-top: 10px;
	border-top: 1px solid #ccc;
}


/*----------- Tables -------------*/
table {
	border-spacing: 0px;
	border-collapse: collapse;
}

td {
	padding: 4px;
	padding-right: 5px;
}

tr.even {
	background-color: #EEE;
}

tr.odd {
	background-color: #DDD;
}

th {
	font-weight: normal;
	text-align: left;
	font-style: italic;
	padding-right: 5px;	
}

#showfuelingsitems td {
	text-align: right;
}

#consumptioncell {
	font-weight: bold;
}

/*----------- Forms -------------*/

dd { margin-left: 0px;}

.subform {
	margin-bottom: 10px;	
}

.subformheader {
	background-color: #DDD;
}

#setenhanced {
	margin-bottom: 10px;
	display: block;
}