@charset "iso-8859-1";
/*
-- Bid Results Stylesheet --

Formats the bid results pages.
*/

/*
-- Edit History --

07/23/2008 - Chris Thoma (cthoma@cityofsacramento.org)
- Created this style sheet.
*/

table#BidResults th, table#BidResults td {
	font-size:smaller;
	padding-bottom:7px;
	padding-right:5px;
}

table#BidResults th {
	vertical-align:bottom;
}

table#BidResults td {
	vertical-align:top;
}

table#BidResults td br, table#BidResults td p { 
	margin:0;
	padding:0;
}

