

#mostRecent {
	padding:0px;
	margin-left: 0px;
	margin-top: 40px;
	float:left;
}



#reports {

}

h2.plate {
	font-size: 100%;	
}
	
ul.report {
	
	padding: inherit;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:0px;
	list-style-type: none;

	border: 1px;
	border-style: solid; 
	border-color: green;

	background-color: #ccddcc;
	color: black;
	
}

a.aVehiclePlate {
	
	float:left;
	
	margin: 3px;
	
	text-decoration: none;
	
	text-align:center;
	padding:0px;
   
    width:180px;
    font-family: courier-new, Arial, sans-serif;
    font-size: 100%;
    
    
    display: block;
	color: #000;
	background-color: #CCC;
	
}

li.vehiclePlateNumber {
	float:left;
}


li.vehiclePlateState {
	font-size: 75%;
}

#vehiclePlate a {


	
}

a.aVehiclePlate:hover {
background-color: #EEE;
color: #000;
}

li.title {
	margin-top:1px;
	margin-bottom:30px;
	margin-left:10px;
	width:400px;
	font-style: oblique;
}

li.description {
	margin:10px;

}
li.createdDate {
	margin:10px;
	font-size: small;

}
