.dlSearchForm .buttons td,
.dlSearchForm .pickupOrDropoff.dropoff td {
    padding-top : 10px;
}

.dlSearchResults .vehicleType {
	color:#4281B7;
	display : block;
	font-size : 80%;
}

.dlSearchResults .vehicleName {
	color:#4281B7;
	font-weight : bold; 
	font-size : 90%;
	display : block;
}
.dlSearchResults .vehicleDescription {
	color:#4281B7;
	font-size: 88%;
	font-style : italic;
	padding-left : 10px;	
}

.dlSearchResults .even {
}

.dlSearchResults .odd {
	background : #f0f0f0;
}

.dlSearchResults .vehiclePrice {
	color:#4281B7;
	font-size : 110%;
}

.dlSearchResults .vehicleNotAvailable {
	color:#a0a0a0;
}

.resultsTable thead tr  {
	background-color : #4E7AC2;
	color : white;
	
}


/** common tablesorter styles for arrows */
table.tablesorter thead tr .header {
	background-image: url(images/tablesorter-white/bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left : 20px;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/tablesorter-white/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/tablesorter-white/desc.gif);
}
