
body {
	font-family: verdana, arial, sans-serif;
	text-align: center;
}

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

#center {
	min-width: 1000px;
	width: 90%;
	max-width: 1400px;
	padding: 10px;
	margin: 10px auto 5px auto;
	text-align: left;
	border: 1px solid #a6c63d;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #E6F4B8;
}

	#identities {
		display: inline-block;
		width: 600px;
		padding: 0 10px;
		font-family: georgia, times, serif;
		color: #707750;
		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;
	}
	
	#searchContent {
		display: block;
		position: absolute;
		width: 240px;
		margin-left: 630px;
		top: 100px;
		text-align: right;
	}
	
	#generalNavigation {
		margin-right: 30px;
		text-align: right;
		font-size: 12px;
		color: #707750;
	}
		#generalNavigation span,
		#generalNavigation a.tab:link,
		#generalNavigation a.tab:visited,
		#generalNavigation a.tab:active {
			position: relative;
			display: inline-block;
			max-width: 100px;
			margin: 0 0 0 5px;
			font-weight: bold;
			font-size: 12px;
			-moz-border-radius: 0;
			border-radius: 0;
			border-bottom: none;
		}
		#generalNavigation span{			
			color: #fff;
			border: 1px solid #5f7b85;
			border-bottom: none;
			background: url(images/bg_button_inactive.gif) repeat-x center left #707750;
		}
	
	#titleNavigation {
		clear: both;
		float: left;
		width: 30%;
		padding: 10px;
		margin-right: 20px;
		color: #000;
		border: 1px solid #a6c63d;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #fff;
	}
		#titleNavigation ul {
			list-style: none;
			margin: 0;
			padding: 0;
			text-indent: 0;
		}
		#titleNavigation ul.subUl {	
			margin-left: 10px;
		}
			#titleNavigation a:link,
			#titleNavigation a:visited,
			#titleNavigation a:active {
				font-size: 14px;
			}	
		#titleNavigation li.file {
			/*padding-left: 15px;*/
			margin-bottom: 5px;
			line-height: 12px;
			/*background: url(../images/icons/ico_tinyFile.gif) no-repeat center left;*/
		}
		#titleNavigation li.folder {
			margin-top: 10px;
			margin-bottom: 2px;
			font-weight: bold;
			line-height: 16px;
			text-decoration: underline;
		}
		#titleNavigation li.chapter {
			font-weight: bold;
			line-height: 14px;
			margin-top: 8px;
			margin-bottom: 2px;
		}
		
			#titleNavigation li.chapter .num {
				width: 15px;
			}
			#titleNavigation li.chapter .title {
				width: 330px;
			}
		#titleNavigation li.section {
			line-height: 14px;
			padding: 6px 0 2px;
		}
		
			#titleNavigation li.section .num {
				width: 55px;
			}
			#titleNavigation li.section .title {
				width: 290px;
			}
		
		#titleNavigation li.subsection {
			padding: 2px 0;
			line-height: 14px;
			color: #707750;
		}
			#titleNavigation li.subsection .num {
				width: 55px;
			}
			#titleNavigation li.subsection .title {
				width: 290px;
			}
		#titleNavigation li.currentTitle a {
			color: #97A45E;
		}
		
		#titleNavigation span.num,
		#titleNavigation span.title {
			display: inline-block;
			vertical-align: top;
		}
		#titleNavigation span.num {
			margin-right: 3px;
		}
		
		#titleNavigation hr {
			border: none;
			border-top: 1px solid #a6c63d;
			background: none;
		}
	
	#content {
		float: left;
		width: 63%;
		min-height: 200px;
		padding: 1%;
		font-size: 14px;
		border: 1px solid #a6c63d;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #f6fddf;
	}
	form#content {
		float: none;
		width: 400px;
		margin: 20px auto;	
	}
	
		.button,
		a.button:link,
		a.button:active,
		a.button:visited {
			display: inline-block;
			margin: 3px 0;
			padding: 3px 5px 1px 5px;
			font-weight: bold;
			font-size: 11px;
			background: url(images/bg_button.gif) repeat-x center left #fff;
			text-align: center;
			-moz-border-radius: 8px;
			border-radius: 8px;
			border: 1px solid #5f7b85;
			cursor: pointer;
		}
		
		.button:hover,
		a.button:hover {
			color: #fff;
			text-decoration: none;
			background: url(images/bg_button_hover.gif) repeat-x center left #707750;
			border-color: #fff;
		}
		.disabled,
		.disabled:hover {
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* ie5-7 */
			filter: alpha(opacity=50); /* ie8 */
			opacity: 0.5;
			background: url(images/bg_button.gif) repeat-x center left #707750;
			cursor: default;
		}		
		
		h1 {
			clear: both;
			margin: 10px 0 3px 0;
			font-size: 20px;
		}
		h1 span {
			font-weight: normal;
		}
		.permalink {
			display: inline-block;
			margin-bottom: 15px !important;
		}
		
		h2 {
			clear: both;
			font-size: 15px;
			margin-bottom: 5px;
		}
		
		h3 {
			clear: both;
			font-size: 14px;
			padding: 20px 0 5px;
			margin: 0;
		}
		
		p {
			margin: 0 0 10px;
		}
		
		img {
			border: none;
		}
		
		.floatingInfos {
			float: right;
			width: 20%;
			margin-top: 15px;
			font-size: 10px;
			text-align: left;
		}
		
		.alert {
			color: #c22500;
		}
		
		.fileInfos {
			float: left;
			width: 80%;
		}
		
		.currentFile * {
			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.num {
			width: 60px;
			min-width: 60px;
		}
		
		.recap td.infos,
		.recap th.infos {
			width: 125px;
			font-weight: normal;
			font-size: 12px;
			text-align: right;
		}
		
		.recap .remove td {
			text-decoration: line-through;
		}
		.recap .remove td.infos {
			text-decoration: none;
		}
		
		table#filesList {
			width: 100%;
			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 #a6c63d;
				-moz-border-radius: 4px;
				border-radius: 4px;
				background-color: #E6F4B8;
			}
			#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: top;
				margin-top: 10px;
			}
			label {
				min-width: 140px;
				margin-top: 20px;
				margin-right: 10px;
			}
			input,
			textarea {
				padding: 3px;
			}
			
			optgroup {
				padding: 4px 0;
			}
			optgroup option {
				font-weight: bold;
			}
			option,
			optgroup option {
				padding: 1px 0 0 5px ;
			}
			
			.radio {
				vertical-align: top;
			}
			.radio * {
				display: inline-block;
				vertical-align: baseline;
				margin-top: 5px;
			}
			
			p.alert{
				margin-top: 15px;
			}
			
			.fieldAlert {
				border: 2px solid #c22500;
			}
		
	#footer {
		clear: both;
		padding-top: 10px;
		color: #707750;
		font-size: 10px;
		text-align: center;
	}