/* Popup Styles ----------------------------------------------------------------- */
.popup {
	width: 600px;
	background-color:#FFFFFF;
	border: 4px solid #525252;
	height: 380px;
	display:none;
	position: fixed;
	z-index: 99;	
	top: 50%;
	right: 50%;
	margin: -190px -300px 0 0;
	color: #000;
	text-align: left;
}
.popup .popup_header {
	background-color: #E8E8E8;
	min-height: 15px;
	padding: 5px 20px 5px 20px;
	color: #000;
}
.popup .popup_header .title {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	width: 400px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	color: #000;
}
.popup .subtitle {
	margin: 0;
	padding: 0;
	color: #444;
}
.popup .popup_body {
	margin: 0;
	padding: 5px 20px 5px 20px;	
	overflow: auto;
	height: 326px;
	color: #444;	
}
.popup .popup_body a,
.popup .popup_body a:link,
.popup .popup_body a:visited {
	color: #000;	
}
.popup .popuplink {
	cursor: pointer;
}
.popup .popup .pictures {
	width: 103px;
	float: left;
	margin: 0 4px 4px 0;
}
.popup .picture_container {
	position: relative;
	width: 535px;
}
.popup .page-ressource-background {
	text-align:center;
	overflow: hidden;
	background: #ccc none;
	width: 97px;
}
.popup .closelink {
	float: right;
	width: 120px;
	color: #000;
	text-align: right;
}
.popup .closelink a,
.popup .closelink a:link,
.popup .closelink a:visited {
	color: #000;	
}
div.popup label {
	color: #000;
	font-size: 12px;
	font-weight: bold;	
	text-transform: none;
}
.popup .description {
	margin: 0;
	padding: 5px 0;
}
.popup .management label {
	width: 220px;	
}
.popup .document-entry {
	margin: 0px 0 0 -9px;	
}
.popup .document-entry img {
	text-decoration: none;
}
.popup .documents {
	margin: 10px 0px 10px 0px;
	background-color: #ffffff;
	border: 0px;	
}
.popup .documents h2 {
	display: none;	
}
.popup .documents legend {
	margin: -15px 0px 0px -12px;
}