@charset "iso-8859-1";
/*
-- Bids System Stylesheet  --

Styles specific to the Bids system.
*/

/*
-- Edit History --

07/01/2008 - Chris Thoma (cthoma@cityofsacramento.org)
- Created this stylesheet.
*/

table.projects {
	display:block;
	width:auto;
}

table.projects td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0;
	padding-right:5px;
	vertical-align:top;
}

table.projects td img {
	padding-top:3px;
}

.table-details {
	border-left-color: #999999;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-position: center;
	background-color: #FFFFCC;
}
.table-details-td {
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-position: center;
	background-color: #FFFFCC;
}

.white-on-blue {
	color: #FFFFFF;
	background-color: #0000FF;
}
.white-on-red {
	color: #FFFFFF;
	background-color: #FF0000;
}
.redline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #FF0000;
	background-position: center;
	border: medium solid #FF0000;
	background-repeat: repeat;

}
.blue-on-white {
	color: #0000FF;
	background-color: #99FFFF;
}
.white-on-purple {
	color: #FFFFFF;
	background-color: #FF00FF;
	font-weight: bold;

}
.white-on-red-blink {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: blink;
	background-color: #FF0000;
}
.white-on-green {
	color: #FFFFFF;
	background-color: #00FF00;
}
.black-on-green {
	color: #000000;
	background-color: #00FF00;
}
.white-on-light-blue {
	color: #FFFFFF;
	background-color: #33CCFF;
	font-weight: bold;

}
.xx-small-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.red-small {
	font-size: x-small;
	color: #FF0000;
}
.red-xxsmall {
	font-size: xx-small;
	color: #FF0000;
}

table#showBidTypes label {
	font-weight:bold;
	padding-left:5px;
}

img.goButton {
	vertical-align:baseline;
}

.rowLight { background-color:#D5FFFF }

.rowDark  { background-color:#B9FFFF }

.backgroundWhite { background-color:#FFFFFF }

#bidsListing {
	
}

#printThisPage {
	margin-bottom:10px;
}

