body {
	font-family: helvetica, arial, verdana, sans-serif;
	size: portrait;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #000;
	text-decoration: none;
}

#center {
	width: 100%;
	text-align: left;
}

	#identities {
		padding: 0 10px;
		margin-bottom: 30px;
		font-family: georgia, times, serif;
		color: #000;
		font-size: 20px;
	}
	#identities * {
		display: inline-block;
		vertical-align: bottom;
	}
	#identities span {
		margin-left: 5px;
		line-height: 23px;
	}
	#identities em {
		font-size: 14px;
		font-style: normal;
	}
	
	#titleNavigation,
	#generalNavigation,
	#searchContent,
	.floatingInfos,
	#footer {
		display:none;
	}
	
	#content {
		padding: 10px;
		font-size: 14px;
	}
	form#content {
		float: none;
		margin: 20px auto;	
	}	
		
		h1 {
			margin: 0 0 3px 0;
			font-size: 20px;
		}
		h1 span {
			font-weight: normal;
		}
		.permalink {
			display: inline-block;
			margin-bottom: 15px !important;
		}
		
		h2 {
			font-size: 15px;
			margin-bottom: 5px;
		}
		
		h3 {
			font-size: 14px;
			margin: 20px 0 5px 0;
		}
		
		p {
			margin: 0 0 10px 0;
		}
		
		img {
			border: none;
		}
		
		.alert {
			color: #c22500;
		}
		
		div.fileInfos * {
			display: inline-block;
			vertical-align: top;
			margin-right: 5px;
		}
		div.fileInfos em {
			font-size: 10px;
			font-style: normal;
		}
		
		.recap {
			width: 100%;
			background-color: #fff;
			border-spacing: 0;
			margin-top: 15px;
		}
		.recap td {
			border-left: 0;
			padding: 4px;
		}
		
		.recap .folder th {
			font-weight: bold;
			font-size: 18px;
			text-align: left;
			padding: 10px 4px 5px 4px;
		}
		
		.recap .chapter td {
			font-weight: bold;
			font-size: 16px;
			border-top: 1px solid #444;
			padding: 10px 4px 3px 4px;
		}
		.recap .section td {
			font-weight: bold;
			font-size: 14px;
			border-top: 1px solid #aaa;
		}
		.recap .subsection td {
			font-weight: normal;
			font-size: 14px;
			border-top: 1px solid #ccc;
		}
		.recap td.infos,
		.recap th.infos {
			font-weight: normal;
			font-size: 12px;
			text-align: right;
		}
		
		.recap .remove {
			text-decoration: line-through;
		}
		
		
		table#filesList {
			width: 645px;
			border-collapse: collapse;
		}
		table td {
			border-left: 1px solid #000;
			vertical-align: middle;
		}
		table thead {
			text-align: center;
			font-size: 11px;
			font-weight: bold;
			padding-bottom: 2px;
		}
		table tbody tr:nth-child(2n+1){
			background-color: #f0f0f0;
		}
		table tbody tr:nth-child(3n+2){
			
		}
		table tbody td {
			padding: 4px 6px 2px 6px;
		}
		table tbody td.fileType {
			width: 25px;
			font-size: 8px;
			text-align: center;
		}
	
		#filter {
			background-color: #666;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* ie5-7 */
			filter: alpha(opacity=80); /* ie8 */
			opacity: 0.8;
		}
		#filter,
		#lightboxCenter {
			display: none;
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			text-align: center;
			z-index: 10;
		}
			#lightboxCenter > div {
				width: 500px;
				min-height: 50px;
				padding: 20px;
				margin: 50px auto 0 auto;
				text-align: left;
				z-index:101;
				border: 1px solid #91B3BF;
				-moz-border-radius: 4px;
				border-radius: 4px;
				background-color: #DFEBED;
			}
			#lightboxCenter > div p {
				margin-top: 10px;
			}
			img.lbClose {
				position: absolute;
				margin-left: 480px;
				cursor: pointer;
			}
			img.lbClose:hover {
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* ie5-7 */
				filter: alpha(opacity=80); /* ie8 */
				opacity: 0.8;
			}
			#lightboxCenter strong{
				display: inline-block;
				margin-top: 5px;
			}
			fieldset {
				border: none;
				padding: 0;
				margin: 0;
			}
			legend {
				font-size: 16px;
				font-weight: bold;
				padding: 0;
				margin: 0;
			}
			label,
			input,
			textarea,
			select,
			.radio {
				display: inline-block;
				vertical-align: super;
				margin-top: 10px;
			}
			label {
				min-width: 140px;
				margin-right: 10px;
			}
			input,
			textarea {
				padding: 3px;
			}
			
			.radio {
				vertical-align: top;
			}
			.radio * {
				display: inline-block;
				vertical-align: baseline;
				margin-top: 5px;
			}
			
			p.alert{
				margin-top: 15px;
			}
			
			.fieldAlert {
				border: 2px solid #c22500;
			}