.displaytag table {
	
	border: 0px solid #666;
	margin: 8px 0 8px 0 !important;
}
.displaytag th {
	padding: 2px 4px 2px 4px !important;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}
.displaytag td {
	padding: 2px 4px 2px 4px !important;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}
.displaytag thead tr {
	background-color: #5a87e4;
}
.displaytag th.sorted {
	background-color: #3e5cbc;
}
.displaytag th, th a, th a:visited, th a:LINK {
	color: white;
}
.displaytag th a:hover {
	text-decoration: none;
	color: #ff7733;
}
.displaytag th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}
.displaytag th.sortable a {
	background-image: url(../img/arrow_off.png);
}
.displaytag th.order1 a {
	background-image: url(../img/arrow_down.png);
}
.displaytag th.order2 a {
	background-image: url(../img/arrow_up.png);
}
.displaytag tr.odd {
	height: 22px;
	background-color: #fff;
}
.displaytag tr.tableRowEven,tr.even {
	height: 22px;
	background-color: #DDE5E7;
}

.displaytag tr.alerte {
	height: 22px;
	background-color: orange;
}
.displaytag tr.inactif {
	height: 22px;
	background-color: #D3DAED;
}
.displaytag tr.normal {
	height: 22px;
	background-color: white;
}

.displaytag td.good {
	background-color: #D3DAED;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}
span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}
span.excel {
	background-image: url(../img/ico_file_excel.png);
}

span.csv {
	background-image: url(../img/ico_file_csv.png);
}
span.xml {
	background-image: url(../img/ico_file_xml.png);
}
span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}
span.rtf {
	background-image: url(../img/ico_file_rtf.png);
}
span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 33%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}
span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 33%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}

a.pagelinks, a.pagelinks:visited, a.pagelinks:HOVER, a.pagelinks:LINK{
	color: #5a87e4;
	vertical-align: top;
}

span.pagelinksSelected {
	color: #3e5cbc;
	vertical-align: top;
}
.group-1 {
    font-weight:bold;
    padding-bottom:10px;
    border-top:1px solid black;
}
.group-2 {
    font-style:italic;
    border-top: 1px solid black;

}
.subtotal-sum, .grandtotal-sum {
    font-weight:bold;
    text-align:right;
}
.subtotal-header {
    padding-bottom: 0px;
    border-top: 1px solid white;
}
.subtotal-label, .grandtotal-label {
    border-top: 1px solid white;
    font-weight: bold;
}
.grouped-table tr.even {
    background-color: #fff;
}
.grouped-table tr.odd {
    background-color: #fff;
}
.grandtotal-row {
    border-top: 2px solid black;
}
.liste a:VISITED, a:LINK{
	color: black;
}

.liste a:HOVER{
	color: grey;
}
table.sublist {
	margin: 0 0 0 0;
	width: 100%;
	background-color: white;
	
}

table.sublist td,table.sublist th {
	width: 50%;
	font-family:Arial;
	font-size: 9px;
	background-color: white;
	color: black;
	border: 1px outset white;
}

.displaytag tbody tr:hover {
        background-color: #BDD6F0;
}