/* Projects List */

UL#projectsList, DIV#projectsList {
	/* height: 600px;
	overflow: scroll;
	overflow-x: hidden; */
}

.projectsListScrollable {
	height: 560px;
	overflow: scroll;
	overflow-x: hidden;
}

DIV#projectsList {
	/* height: 540px; */
}

#contentLeftColumn .boxContent { padding-right: 0; }
#contentLeftColumn .headline1, #contentLeftColumn .hr, #contentLeftColumn .boxMainContent  { margin-right: 10px; }

.projectsListItem {
	clear: left;
	border: 1px #FFF solid;
	height: 120px;
	width: 210px;
}

li.activeProjectsListItem {
	clear: left;
	border: 1px #F30 solid;
	height: 120px;
}

DIV.projectThumnail, DIV.projectThumnailDummy {
	width: 100px;
	height: 95px;
	float: left;
	margin: 0;
}

DIV.projectThumnailDummy {
	border: 1px #CCC solid;
	height: 75px;
	margin-bottom: 20px;
}

DIV.projectThumnail IMG { margin: 0px; }

DIV.projectData {
	padding: 0px 0 0 0;
	margin: 0 0 0 110px;
}

DIV.headlineProjectName {
	float: right;
	font-weight: bold;
	margin: 5px;
}

.projectsLabel { font-weight: bold; }


/* Projects Edit */

.crewMemberListItem {
	margin: 0;
	border-top: 1px #ECEEED solid;
	height: 65px;
}

.crewMemberListItem {
	margin: 0;
	border-top: 0px #ECEEED solid;
	height: 40px;
}



.projectSearchIconLink { margin-left: 3px; }


DIV#containerTexts {
	padding: 0;
	margin: 0;
}

#section-1, #section-2, #section-3 {
	margin: 0;
	padding: 0;
}
