.results .row {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 1ex;
	padding-top: 1ex;
	
}
.key .row {
	padding-top: 0;
	padding-bottom: 0;
}
/*
.results .bid.open {
	border-right: 1ex solid green;
	padding-right: 1ex;
}
.results .bid.closed {
	border-right: 1ex solid red;
	padding-right: 1ex;
}
*/
.results .project .biddate, .results .project .bidtime {
	font-weight: bold;
}
.results .project .bidcount {
	font-weight: bold;
}

.details .project .label {
	color: gray;
	display: block;
	font-size: 7pt;
	margin: 0;
	margin-top: 1ex;
	padding: 0;
	text-transform: uppercase;
}
.details .project h3 {
	font-size: 11pt;
	margin: 0;
	padding: 0;
}


.details .project .projectname {
	display: block;
	font-size: 24pt;
}
.details .project .projecttype {
	border-bottom: 2px solid black;
	clear: none;
	display: block;
	height: 16px;
	margin-top: -7px;
	padding-bottom: 3px;
	text-align: right;
}
.details .project .location {
}
.details .project .biddate {
}
.details .project .bidtime {
}
.details .project .ownerestimate {
}
.details .project .ownerestimate, .details .project .biddate, .details .project .bidtime, .details .project .advertiseddate {
	border-color: black;
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	clear: right;
	float: right;
	font-size: 18pt;
	padding: 3px;
	padding-top: 0;
	text-align: right;
	width: 33%;
}
.details .project .advertiseddate {
	color: #999999;
	font-weight: normal;
}

.details .project .owner .streetno, .details .project .owner .city {
	display: block;
	margin: 0;
	padding: 0;
}
.details .project .projectnumber {
}
.details .project .contact {
}
.details .project .planroomnumber_num {
}
.details .project .projectdesc, .details .project .bidreq, .details .project .howto, .details .project .addenda {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 1ex;
}



.details .project .projectname.label {
	display: none;
}
.details .project .projecttype.label {
	display: none;
}
.details .project .location.label {
	display: block;
}
.details .project .biddate.label, .details .project .ownerestimate.label, .details .project .bidtime.label, .details .project .advertiseddate.label {
	border-bottom-width: 0;
	font-size: 7pt;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
}
.details .project .owner.label {
}
.details .project .projectnumber.label {
}
.details .project .contact.label {
}
.details .project .planroomnumber_num.label {
}
.details .project .projectdesc.label, .details .project .bidreq.label, .details .project .howto.label {
	clear: both;
	font-size: 7pt;
	margin-top: 1ex;
	padding: 0;
}

.details .project .addenda {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}
.details .project .addenda .addendum {
	clear: both;
}
.details .project .addendum span {
	clear: none;
	display: block;
	float: left;
	margin-right: 0.5em;
	min-height: 1px;
}
.details .project .addendum .addendaNumber {
	text-align: right;
	width: 2em;
}
.details .project .addendum .addendaType {
	font-weight: bold;
	width: 11em;
}
.details .project .addendum .addendaNote {
	width: 28em;
}
.details .project .addendum .createDate {
	font-weight: bold;
	text-align: right;
	width: 4em;
}


.details table.hideaway {
	width: 100%;
}
.details .planholder, .details .bids .bid {
	margin: 0.5ex 0;
}
.details .planholders td , .details .bids td {
	padding: 0;
	vertical-align: top;
	width: 33.33%;
}
.details .planholder .companyname, .details .bids .bid .companyname {
	font-weight: bold;
}
.details .planholder .companyname, .details .bid .companyname,.details .planholder .streetno, .details .bid .streetno,.details .planholder .city, .details .bid .city,.details .planholder .phone, .details .bid .phone,.details .planholder .fax, .details .bid .fax,.details .bid .biddisplay {
	display: block;
}
.details .bids .bid .biddisplay {
	color: blue;
	font-weight: bold;
}

.details .hideaway .info {
	background-color: white;
	border: 1px solid gray;
	display: none;
	margin: 0;
	overflow: hidden;
	padding: 3px 18px 3px 3px;
	position: absolute;
	width: 15em;
}
.details .hideaway .info .close {
	background: #DDDDDD;
	border: 1px outset #DDDDDD;
	display: block;
	font-weight: bold;
	height: 16px;
	position: absolute;
	right: 2px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 2px;
	width: 16px;
}








#DatabaseResults .results {
	font-size: 8pt;
	margin: 0;
	padding: 0;
	width: 100%;
}
.results.key {
	clear: both;
	float: left;
	font-style: italic;
	width: 100%;
}
.results table {
	width: 100%;
}
.results .row {
	border-color: gray;
	border-style: solid;
	border-width: 0 0 1px 0;
	clear: both;
	float: left;
	margin: 0 0 1ex 0;
	padding: 0 0 1ex 0;
	text-indent: 0;
	width: 100%;
}
.results * {
	font-size: 100%;
}
.results .row > * {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.results.key .row {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.results.key .row > * {
	font-weight: bold;
	text-align: center;
}


.results .row .dates {
	clear: both;
	float: left;
	width: 108px;
}
.results .row .biddate {
	text-align: right;
	width: 54px;
}
.results .row .bidtime {
	padding-right: 5px;
	text-align: right;
	width: 49px;
}
.results .row .advertiseddate {
	font-style: italic;
	padding-left: 1em;
}
.results .row .advertiseddate {
	color: #999999;
}
.results .row .projectname {
	font-weight: bold;
	width: 130px;
}
.results .row .location {
	width: 70px;
}
.results .row .planroomnumber_num {
	width: 45px;
	width: 35px; /* 2011-04-28 - MCC */
}
.results .row .companyname {
	width: 200px;
	width: 168px;
	width: 160px;
}
.results .row .projecttype {
	width: 65px;
}
.results .row .bidcount {
	text-align: right;
	width: 40px;
}
.results .row .details {
	text-align: right;
	width: 45px;
}
.row .note {
	clear: both;
	display: block;
	float: none;
	font-weight: bold;
	margin: 0 0 0 108px;
}
.project .notes {
	background-color: #DDDDDD;
	clear: both;
	float: none;
	margin: 0 0 0 108px;
	padding: 3px;
	width: 326px;
}
.project .notes .note {
	font-weight: normal;
	margin: 0;
}
.project .notes h4 {
	display: block;
	font-weight: bold;
	margin: 0;
}
.project .notes h4.note {
	font-weight: bold;
}
.project .notes h4.closed {
	color: red;
}
.project .notes .bidders {
	background-color: transparent;
	margin: 0;
	width: auto;
}
.project .notes .bidders h4 {
	color: black;
}
.project .notes .note + .note {
	border-top: 1px solid gray;
	margin-top: 3px;
	padding-top: 3px;
}
.project > .note {
	color: red;
}

.project .notes .addenda .addendum {
	padding-left: 2em;
	text-indent: -2em;
}
.project .notes .addendum .addendaNumber {
}
.project .notes .addendum .addendaType {
	font-weight: bold;
}
.project .notes .addendum .addendaNote {
}
.project .notes .addendum .createDate {
	font-weight: bold;
}

.row .bidders {
	background-color: #DDDDDD;
	clear: both;
	float: none;
	margin: 0 0 0 108px;
	padding: 0;
	width: 326px;
}
.bidders h4 {
	margin: 3px 3px 0 3px;
}
.bidder {
	clear: none;
	display: block;
	float: left;
	margin: 3px;
	padding: 0;
	width: 100px;
}
.biddername {
	display: block;
	width: auto;
}
.bidamount, .biddisplay {
	display: block;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}
.bidder + .bidder {
	border-left: 1px solid gray;
	padding-left: 3px;
}


.details .planholder, .details .bids .bid {
	clear: none;
	display: block;
	float: left;
	height: 14ex;
	margin: 0 0 1ex 0;
	padding: 0;
	width: 33.33%;
}
.details .bids .bid {
	height: 16ex;
}
.details .planholders, .details .bids {
	clear: both;
	margin: 0;
	padding: 0 1ex;
	width: auto;
}
.details .planholders .label, .details .bids .label {
	position: relative;
	left: -1ex;
}
.details .planholders .empty, .details .bids .empty {
	height: auto;
}

#DatabaseHeader .realMediaAd {
	float: right;
	margin: 0;
}

#ModDatabaseEntries .timestamp {
	clear: both;
	display: block;
}
#ModDatabaseEntries .results .row.project {
	width: auto;
}
#ModDatabaseEntries .results .row.project > * {
	display: block;
	float: none;
	width: auto;
}
#ModDatabaseEntries .results .row.project .note, #ModDatabaseEntries .results .row.project .bidders {
	display: none;
}
