.projectsearchfields_container {
	float: left;
	margin-bottom: 20px;
}
.search H1 {
	display: inline;
	margin-right: 10px;
	font-size: 18px;
}
.projectsearchfields_container INPUT {
	background-image: url('../site_images/bgSearch.jpg');
	border: 0;
	width: 173px;
	height: 17px;
	padding: 3px 5px 0px 5px;
	font-size: 11px;
}
.project_overview {
	clear: both;
}
.project_overview A {
	color: #000000;
}
.project_overview .overview_header {
	background-color: #a4c1e1;
	font-size: 11px;
	color: #526070;
	border: 1px solid #a4c1e1;
}
.project_overview .overview_header .left, .project_overview .overview_header .right {
	padding: 6px 4px 6px 4px;
}
.project_items_container {
	clear: both;
}
.project_overview .blue_bar {
	background-color: #ccdeec;
}
.project_overview .white_bar {
	background-color: #e3edf4;
}
.project_overview .blue_bar A {
	
}
.project_overview .left {
	width: 260px;
	float: left;
	padding: 7px 5px 7px 5px;
	line-height: 20px;
}
.project_overview .left .information {
	padding-left: 30px;
	padding-top: 20px;
}
.project_overview .right {
	width: 440px;
	float: left;
	padding: 7px 5px 7px 5px;
	font-size: 11px;
	line-height: 20px;
}
.project_overview .right A {
	color: #545b62;
}
.project_overview .right .link {
	float: right;
	margin-right: 20px;
	margin-top: 18px;
}
.project_overview .right .link A {
	text-decoration: underline;
	color: #5d87a9;
}
.project_overview .right .link A IMG {
	margin-left: 4px;
}
.project_overview .right .link A:hover {
	text-decoration: none;
}
.project_overview .left_info {
	font-weight: bold;
	float: left;
	width: 90px;
}
.project_overview .right_info {
	float: left;
	width: 120px;
	padding-left: 10px;
}



.project_item_active {
	background-color: #ffd1a6;
}
.detail_view {
	 height: 30px;
	 overflow: hidden;
}
.detail_view_active {
	overflow: hidden;
}
.detail_view_active .title {
	font-weight: bold;
}

.ajaxLoader {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	clear: both;
	border: 1px solid #FFFFFF;
}