#previous_trip_list table {
	width: 100%;
	border-collapse: collapse;
}

#previous_trip_list table tr {
	border-bottom: 1px solid #c0c0c0;
}

#previous_trip_list table tr.alt{
	background-color: #f5f5f5;
}

#previous_trip_list table tr td.flag {
	padding: 5px;
	text-align: center;
	width: 60px;
}

#previous_trip_list table tr td.flag img {
	padding: 2px;
}

#previous_trip_list table tr td.trip_details {
	padding: 5px;
}

#previous_trip_list table tr td .trip_title {
	font-family: Arial;
	font-size: 12px;
	color: #494949;
}

#previous_trip_list table tr td .trip_dates {
	font-family: Arial;
	font-size: 11px;
	color: #494949;
}
