div.paiement body,td,th,font{ font-family:verdana,arial,sans-serif; font-size:10px;}


div.displayTag table {
	border: 1px solid #666;
	width: 95%;
	margin: 20px 0 20px 0 !important;
}

div.displayTag td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: middle;
}


div.displayTag th {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: middle;
	color: black !important;
	font-weight: bold !important;
}

div.displayTag thead tr {
	background-color: #fc0;
}

div.displayTag th.sorted {
	background-color: orange;
}

div.displayTag th a,div.displayTag th a:visited {
	color: black;
	font-weight: bold;
}

div.displayTag th a:hover {
	text-decoration: underline;
	color: black;
}

div.displayTag th.sorted a,div.displayTag th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

div.displayTag th.sortable a {
background: url(../img/arrow_off.png) no-repeat right center ;
}

div.displayTag th.order1 a {
	background: url(../img/arrow_down.png) no-repeat right center ;
}

div.displayTag th.order2 a {
	background: url(../img/arrow_up.png) no-repeat right center;
}

div.displayTag tr.odd {
	background-color: #fff
}

div.displayTag tr.tableRowEven,div.displayTag tr.even {
	background-color: #E4E4E4
}

div.displayTag div.exportlinks {
	background-color: #eee;
	border: 1px dotted #BBBBBB;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

div.displayTag  span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

div.displayTag span.excel {
	background-image: url(../img/ico_file_excel.png);
}

div.displayTag span.csv {
	background-image: url(../img/ico_file_csv.png);
}

div.displayTag span.xml {
	background-image: url(../img/ico_file_xml.png);
}

div.displayTag span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}

div.displayTag span.rtf {
	background-image: url(../img/ico_file_rtf.png);
}

div.displayTag span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}

.edi label {
	font-size: x-small;
	font-family: verdana;
	font-weight: normal;
}

.error {
	FONT-WEIGHT: bold; 
	COLOR: red;
	font-size: xx-small;
	font-family: verdana;
}