h3.titre {
	color: #336699;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}

h3.title {
	color: #336699;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}

.title {
	font-size: 14pt;
	color: #336699;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}

.criteriaLabel {
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
	color: #336699;
}

.titleFullExtractReport {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}

.titleStateDateReport {
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}

h4 {
	font-size: 1.3em;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.li {
	list-style-type: disc;
	margin-left: 20px;
	padding: 2px;	
}

table.result {
	width: 100%;
}

table.result thead tr {
	background-color: #ffffff;
}

table.result tr.even {
	background-color: #fbfdff;
}

table.result tr.odd {
	background-color: #e1f1fb;
}

span.csv {
	background: url(./../img/ico_file_csv.png) no-repeat;
}

span.xml {
	background: url(./../img/ico_file_xml.png) no-repeat;	
}

span.pdf {
	background: url(./../img/ico_file_pdf.png) no-repeat;
}

span.rtf {
	background: url(./../img/ico_file_rtf.png) no-repeat;	
}

span.excel {
	background: url(./../img/ico_file_excel.png) no-repeat;	
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	cursor: pointer;
}

span.dateFormat {
	visibility: visible;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
	color: #336699;
	
}

span.selectedLanguage {
	font-weight: bold;
}

span.actual {
	font-weight: bold;
}

body, td, th {
	color: #414141;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana;
}

a {
	/* Remove link underline */
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

a.hoverable {
	color: #336699;
}

.hovered {
	cursor : pointer;
	font-weight: bold;
}

div.exportlinks {
	background-color: #d9e9f2;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 99%;
	text-align: right;
}

div.wait {
	position: absolute;
	left: 17em;
	visibility: hidden;
}

div.navigation {
	background-color: #d9e9f2;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 99%;
	text-align: right;
}

label, input.radio, input.text, input.checkbox, select {
	vertical-align: middle;	
}