.projectRapportage {
	padding: 5px;
	width: 888px;
	border: 1px solid #444;
	margin-bottom: 10px;
}

.projectRapportage .projectNaam {
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.projectRapportage .projectActiveer {
	cursor: pointer;
}

.projectRapportage .projectActiveer:hover {
	font-style: italic;
}

.projectRapportage .projectNaam:hover {
	color: #006276;
}

.projectRapportage .projectUitvoerder {
	float: right;
}

.projectRapportage .projectTitle {
	margin-left: 10px;
	width: 250px;
}

.projectRapportage .projectAutorisatie {
	font-style: italic;
}

.projectRapportageSelected {
	background-color: #EBF9E7
}

.rapportageOverzicht {
	margin-top: 5px;
	border-top: 1px solid #ddd;
	padding: 3px;
}

.rapportageOverzicht table {
	margin-left: 20px;
	margin-top: 10px;
}

.rapportageOverzicht .rapportageType {
	width: 350px;
}

.rapportageOverzicht button {
	cursor: pointer;
	height: 18px;
}

.rapportageOverzicht .rapportageStatus {
	font-style: italic;
	margin-left: 30px;
}

.projectGenerateOk {
	color: #25b72c;
	cursor: pointer;
}

.projectGenerateError {
	color: #ff0819;
}

.closeRapportage {
	height: 16px;
	width: 16px;
	float: right;
	background: url('/images/sluiten.png') no-repeat;
	cursor: pointer;
}

#RapportageDebug {
	margin-top: 10px;
	border-top: 1px dashed #ddd;
	padding: 5px;
	font: normal 9px 'Courier New';
	display: none;
} 

.rapportageOverzicht input {
	border: 1px solid #444;
	background-color: #eee;
}

.rapportageMarking {
	border-bottom: 1px solid #ddd;
}
