@CHARSET "UTF-8";




.project_desc {
 clear: both;
 height: 35px;
 border-bottom: 1px solid #B8C1C8;
}

.project_desc_yellow {
 background-color: #ffd;
}

.project_desc_green {
 background-color: #dfd;
}


.pr_list {
 clear: both;
 margin-right: 5px;
 border: 1px solid #ccc;
 border-bottom: 0px;
}

.project_desc .title {
 float: left;
 padding: 10px;
 width: 250px;
 overflow: hidden;
 border-right: 1px solid #DBE4EB;
 white-space: nowrap;
}

.project_desc .award {
 float: left;
 padding: 10px;
 width: 60px;
 color: #5a5;
 font-size: 120%;
 overflow: hidden;
 border-right: 1px solid #DBE4EB;
 white-space: nowrap;
}

.project_desc .ideascount {
 float: left;
 padding: 10px;
 width: 50px;
 overflow: hidden;
 border-right: 1px solid #DBE4EB;
 white-space: nowrap;
}

.project_desc .expiresin {
 float: left;
 padding: 10px 0 10px 10px;
 width: 145px;
 border-right: 1px solid #DBE4EB;
 overflow: hidden;
 white-space: nowrap;
}

.project_desc .postedby {
 float: left;
 padding: 10px 0 10px 10px;
 width: 185px;
 border-right: 1px solid #DBE4EB;
 overflow: hidden;
 white-space: nowrap;
}


.project_desc .viewz {
 float: left;
 padding: 10px 0 10px 10px;
 width: 105px;
 overflow: hidden;
 white-space: nowrap;
}







.project_list_menu{
 clear: both;
 float: right;
 width: 130px;
 padding: 13px;
 height: 20px;
 margin: 5px;
 cursor: pointer;
 background: url('images/dropdown/b_1.jpg') no-repeat;
}

.project_list_menu_hover{
 clear: both;
 float: right;
 width: 130px;
 padding: 13px;
 height: 20px;
 margin: 5px;
 cursor: pointer;
 background: url('images/dropdown/b_2.jpg') no-repeat;
}

.dropdown {
 position: absolute;
 width: 100px;

 padding: 10px;
 z-index: 10;

 background: #c7c0ff;
 border: 1px solid #c7c0ff;
}

.dropdown a {
 display: block;
 padding: 5px;
 color: #005;
}

.dropdown a:hover {
 background-color: #a9cff5;
 text-decoration: none;
}



.homelist {
 margin: 0px 10px 20px 27px;
 border: 1px solid #ccc;
 border-bottom: 0px;
 	position: relative;
 	top: -35px;
}

.all_open_projects {
 margin: 0px 10px 20px 27px;
 border-bottom: 0px;
 text-align: right;
 position: relative;
 top: -50px;
}

.controls {
 	position: relative;
 	top: -35px;
 	left: 130px;
 	height: 31px;

}

.pl_controls {
  position: relative;
  left: 400px;
  width: 400px;
  height: 31px;
}

.pl_controls a {
 display: block;
 float: left;
 padding: 8px;
 border-left: 1px solid #ccc;
 border-top: 1px solid #ccc;

}

.controls a {
 display: block;
 float: left;
 padding: 8px;
 border-left: 1px solid #ccc;
 border-top: 1px solid #ccc;

}

.selected {
	background: #ded;
}

.lst {

 border-right: 1px solid #ccc;
}

