@CHARSET "UTF-8";



/*----------- Item table -------------*/

table.itemtable  {
	margin-bottom: 20px;
	margin-top: 20px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.itemtable th {
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #ccc;
}

.itemtable td {
	 border-bottom: 1px solid #ccc;
	 text-align: center;	 
	 padding: 0 5px;
	 height: 25px;
}

.itemtable td.trip, td.fuelkmpos, td.costkmpos, td.quantity, td.costprice, td.fuelprice {
	text-align: right;
}

.itemtable td.costname {
	text-align: left;
}

.itemtable td.consumption {
	font-weight: bold;
}

.itemtable td.costdate, td.costkmpos, td.costname, td.costprice {
	color: #024A84;
}

.itemtable tr.checkfail {
	background-color: #FFAAAA;	
}

/*----------- Empty box ----------------*/
.emptydetailbox {
	width: 615px; 
	background-color: #F9E5A9; 
	height: 25px; 
	line-height: 25px; 
	text-align:center;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	margin-top: 20px;
}

/*----------- Detail table -------------*/

table.detailtable  {
	border-spacing: 0px;
	border-collapse: collapse;
	clear: both;
	margin-top: 20px;
	
}

.detailtable tr {
	background-color: #F9E5A9;
	
}

.detailtable td {
	height: 25px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
}

.detailtable td.showhide {
	text-align: center;
}
.detailtable td.details {
	background-color: #F0F0F0;
	border: 0;
}
.detailtable td.spacer {
	border: 0;
	background-color: #FFFFFF;
	height: 10px;
}

.detailtable strong {
	font-size: 12pt;
}

/*----------- Detail histogram -------------*/
#detailhistogram {
	margin-top: 10px;
}

/*----------- Vehicle info -------------*/

#vehicledetails {
	width: 350px;
}

#vehiclepic {
	float: right;
	width: 200px;
	margin-right: 25px;
}

#lp_main {
	margin-bottom: 5px;
	margin-left: auto;
	
}

/*----------- Option form -------------*/

#options dd {
	margin-left: 20px;
	margin-bottom: 0;
	padding: 5px;
}

#options dt {
	width: 20px;
	padding: 0;
	padding-top: 2px;
}

#options #sdate-label, #options #edate-label {
	width: 60px;	
	padding: 5px;
	padding-top: 10px;
}

#options dl {
	margin: 5px 20px;
}

#options #setOptions-element {
	margin-left: 0;
}

#options #setOptions-label {
	width: 0;
}

.functionbox {
	padding: 10px;
}

.checkfailedhint {
	margin-top: 20px;
	color: red;
	text-align: center;
}


