.PageIntro {
	font-size: 12px;
}


/* ------------------------------------------------------------------------
Bid Center Main Page
*/

#bidCenter * {
	margin: 0;
	padding: 0;
	}
	
#bidCenter div {
	padding: 0 10px;
	margin: 1em 0 3em 5px;
	border-left: 5px solid #e0e0e0;	
	}
	
#bidCenter h3 {
	margin: 0 -15px 5px;
	border-left: 5px solid #ef5f24;
	padding: 0 0 0 10px;
	color: #dc4e1b;
	font-size: 15px;
	}
	
	#bidCenter h3 img {
		margin: 0 2px -2px 0;
		border: 0;
	}
		
#bidCenter p {
	margin: 0 0 1em;
	}
	
	#bidCenter p img {
		border: 0;
		margin-bottom: -3px;
	}
	
	#bidCenter .morelink {
		margin-top: 15px;
		font-size: 10px;
		}
		
		
/* --------------------------------------------------------------------------
Projects Listings
*/

.projectListing * {
	margin: 0;
	padding: 0;
}

.projectListing h3 {
	margin-top: 2em;
	font-size: 15px;
	}

.projectListing table {
	width: 100%;
	border-collaspse: collapse;
	border: 1px solid #ddd;
	margin-top: 0.66em;
	}
	
.projectListing tr {
	background: #f5f5f5;
}

.projectListing tr.tablehead {
	background: #eee;
	}

.projectListing tr.alt {
	background: transparent;
	}

.projectListing th, .projectListing td {
	font-size: 11px;
	padding: 0.5em 0.33em;
	}
	
.projectListing th {
	text-align: left;
	border-bottom: 1px solid #ddd;
}

#currentProjects h3 {
	margin-top: 1.2em;
	}
	
	
/* ---------------------------------------------------------------------------------
Project Detail
*/

#projectDetail * {
	margin: 0;
	padding: 0;
	
}

#projectDetail {
	/*
	background: #f5f5f5;
	border: 1px solid #ddd;
	*/
}

#projectHeader {
	}
	
#projectHeader table {
	width: 100%;
	}
	
#projectHeader table td{
	vertical-align: top;
	}


#projectHeader h2 {
	margin: 0 0 2px;
	line-height: 1em;
	font-size: 16px;
	}
	
#projectHeader h3 {
	margin: 0 0 2px;
	line-height: 1em;
	font-size: 14px;
	}
	
#projectHeader p {
	font-size: 11px;
	margin: 0;
	}
	
#projectHeader p.jumpLinks {
	margin: 15px 0 5px;
	color: #DC4E1B;
}	

#projectMeta {
    padding: 5px 0 0;
	}

#bidDate {
	margin: 0;
	float: left;
	width: 75px;
	text-align: center;
	color: #436565;
	background: #fbfbfb;
	border-bottom: 1px solid #ddd;
	}
	
#bidDate h3 {
	font-size: 13px;
	padding: 2px 0 3px;
	background: #ef5f24;
	color: #fff;
	}

#bidDate p {
	margin: 0 8px 0;
}	

#bidDate .month {
	font-size: 12px;
	margin-top: 3px;
	text-transform:uppercase;
	font-weight: bold;
}

#bidDate .day {
	font-size: 20px;
	margin-bottom: 1px;
	border-top: 0;
}

#bidDate .time {
	background: transparent;
	border: 0;
	margin-bottom: 3px;
	color: #436565;
}

.detailSection {
	border-left: 5px solid #e0e0e0;
	}
	
.detailSection ul {
	margin: 1em 0 1em 1.25em !important;
}

#projectDescription,
#obtainPlans,
#bidding {
	clear: both;
	padding: 0 10px;
	margin: 1em 0 3em 5px;
	border-left: 5px solid #e0e0e0;	
	font-size: 12px;
	}

#projectDescription h3,
#obtainPlans h3,
#bidding h3 {
	margin: 0 -15px 5px;
	border-left: 5px solid #ef5f24;
	padding: 0 0 0 10px;
	color: #dc4e1b;
	font-size: 15px;
}

#projectDescription p,
#obtainPlans p,
#bidding p {
	margin: 0 0 1em;
}

#projectDescription p.intro,
#obtainPlans p.intro,
#bidding p.intro {
	margin-top: 1em;
}

#projectDescription h4,
#obtainPlans h4,
#bidding h4 {
	margin-top: 1em;
	font-size: 13px;
	}
	
/* -------------------------------------------------------------
Contact Documents
*/

#contractDocuments * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

#contractDocuments ul {

}

#contractDocuments ul li {
	padding: 8px 0;
}

#contractDocuments a {
	padding: 2px 0 1px 20px;
	background: url(/resources/icons/document_orng.gif) left no-repeat;
}

