/**************************************************************************************
FEUILLE DE STYLE DISPLAYTAG
***************************************************************************************/


table.display {	
	width:95%;
	margin:10px auto auto auto;
	border:none;
	border-spacing:0;
}

table tbody {
	border:1px solid black;
}

.alignright
{
	text-align: right;
}

table.display th {
	background-color: #836F63;
	color : white;
}

th.sorted {
	background-color: #12629D;
	color : #FFF;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	color : #FFF;
}

th.sortable a {
	background-image: url(../img/arrow_off.png);
}

th.order1 a {
	background-image: url(../img/arrow_down.png);
	color : #FFF;
}

th.order2 a {
	background-image: url(../img/arrow_up.png);
	color : #FFF;
}

tr.odd {
	background-color: #fff;
}

tr.total td, tr.subtotal td {
    background-color: #EEEEEE;
    font-weight: bold;
}

tr.tableRowEven,tr.even {
	background-color: #EEECE1;
}

tr.totalTransaction {
	font-weight: bold;	
}

div.exportlinks {
	color:white;
	padding: 2px 4px 2px 4px;
	margin: 30px 0 0 35px;
	width: 90%;
}

div.exportlinks a {
	color:white;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/pictos/ico_file_excel.png);
	background-repeat: no-repeat;
}

span.csv {
	background-image: url(../images/pictos/ico_file_csv.png);
	background-repeat: no-repeat;
}

span.xml {
	background-image: url(../images/pictos/ico_file_xml.png);
	background-repeat: no-repeat;
}

span.pdf {
	background-image: url(../images/pictos/ico_file_pdf.png);
	background-repeat: no-repeat;
}

span.rtf {
	background-image: url(../images/pictos/ico_file_rtf.png);
	background-repeat: no-repeat;
}

div.pagebanlin {
	float:right;
	margin-top:6px;
}

span.pagebanner {
	border: 1px solid #9BBB59;
	padding: 2px 4px 2px 4px;
	margin-top: 10px;
	display: block;
	border-bottom: none;
	color:white;
	width:350px;
}

span.pagelinks {
	border: 1px solid #9BBB59;
	padding: 2px 4px 2px 4px;
	display: block;
	border-top: none;
	margin-bottom: -5px;
	color:white;
	width:350px;
}

span.pagelinks a{
	color:white;
}

.displayTagSmallFont th a {	font-size:11px !important}
.displayTagSmallFont td 	{	font-size:10px !important}