@charset "utf-8";
/* CSS Document */



/* LAYOUT */
div#login_box {
	border: 1px solid #92B08C;
	text-align: center;
	background-color: #F7F8F7;
	padding:5px;
	height: 90px;
}

.home_page_section{
	position:relative;
	background-color: #F7F8F7;
	padding:5px;
	border:1px solid #92B08C;
}
.home_page_lhs_column {
	position:relative;
	float:left;
	width: 472px;
	/*margin-top:10px;*/
}
.home_page_rhs_column{
	position:relative;
	float:right;
	width: 472px;
	/*margin-top:10px;*/
}

.home_page_column_heading, .home_page_heading{
	padding:6px 5px 5px;
	background-color: #E4ECE2;
	border-top: 1px solid #92B08C;
	border-right: 1px solid #92B08C;
	border-left: 1px solid #92B08C;
	font-weight: bold;
	color: #6A8963;
}
.home_page_column{
	padding:5px;
	border:1px solid #92B08C;
	background-color: #F7F8F7;
	/*height: 220px;*/	/*margin-bottom:10px;*/
}

.home_page_heading_section{
	float:left;
	width:23%;
	text-align: left;
	position:relative;
	padding: 0px;
	margin: 0px;
}

.published_project_col {
	float:left;
	width:135px;
	position:relative;
	padding-left: 5px
}

.sector_col {
	float:left;
	width:90px;
	text-align: center;
	position:relative;
	/*margin-top: 5px;
	margin-bottom: 5px;	*/
}

.scroll_box {
	height: 165px;   
	width: 97%;            
	overflow: auto;
}


.pp_box {
	height: 90px;
	display: block;
	width: 131px;
}

