#projectPrint {
	width: 800px;
	border: 1px solid #c9c9c9;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 10px;
	cursor: pointer;
}

.projectPrintError {
	background-color: #e2e2e2;
}

.projectPrintOk {
	background-color: #dcffe3;
}

.projectContent {
	display: none;
	margin-bottom: 10px;
	margin-left: 20px;
}

.projectContent table {
	width: 780px;
}

.projectContentElement {
	width: 760px;
	background-color: #f9f9f9;
	padding: 5px;
	border-bottom: 1px dashed #c3c3c3;
}

.projectContentOk {
	width: 40px;
	background: url('/images/yes.png') no-repeat #fff;
	border-bottom: 1px solid #fbf3fc;
}

.projectContentError {
	width: 40px;
	border-bottom: 1px dashed #c3c3c3;
	background-color: #f9f9f9;
}

#bronnenPrint {
	width: 800px;
	border: 1px solid #c9c9c9;
	padding: 3px;
	cursor: pointer;
	margin-bottom: 1px;
}