/*
	+-------------------------------------------+
	|   GESTION DES ESPACES DANS LES FLECHES    |
	+-------------------------------------------+
*/
span.pagelinks img {
    border: none;
    width: 10px;
    height: 10px;
}
span.space {
    margin: 0 15px;
}
span.pagelinks a.pr { margin-right: 10px; margin-left: 5px; }
span.pagelinks a.sv { margin-left: 10px; margin-right: 5px; }
span.pagelinks img.pr { margin-right: 10px; margin-left: 5px; }
span.pagelinks img.sv { margin-left: 10px; margin-right: 5px; }


table.tabDisplay {
	border: 1px solid #666;
	width: 100%;
	margin: 5px 0 5px 0 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
}

thead tr {
	background-color: #666666;
}

th.sorted {
	background-color: graytext;
}

th a,th a:visited {
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: black;
	background-color: graytext;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
	color: white;
	text-align: left;
}

th.sortable a {
	background-image: url(../img/arrow_off.png);
	background-repeat:no-repeat;
}

th.sortable {
	color: white;
	text-align: left;
}

table#mois th{
	color: white;
	text-align: left;
}

th.order1 a {
	background-image: url(../img/arrow_down.png);
	background-repeat:no-repeat;
}

th.order2 a {
	background-image: url(../img/arrow_up.png);
	background-repeat:no-repeat;
}

tr.odd {
	background-color: #fff;
}

/* Ligne pair : violet clair */
tr.tableRowEven,tr.even {
	background-color: #C4C4EA;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 98%;
}

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

span.excel {
	background-image: url(../img/ico_file_excel.png);
	background-repeat:no-repeat;
	padding-left: 18px;
}

span.csv {
	background-image: url(../img/ico_file_csv.png);
	background-repeat:no-repeat;
	padding-left: 18px;
}

span.xml {
	background-image: url(../img/ico_file_xml.png);
	background-repeat:no-repeat;
	padding-left: 18px;
}

span.pdf {
	background-image: url(../img/ico_file_pdf.png);
	background-repeat:no-repeat;
	padding-left: 18px;
}

span.rtf {
	background-image: url(../img/ico_file_rtf.png);
	background-repeat:no-repeat;
	padding-left: 18px;
}

span.pagebanner {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	width: 98%;
	margin-top: 2px;
	display: block;
	border-bottom: none;
	text-align: center;
	margin-bottom: -5px;
}

span.pagelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	text-align: center;
	width: 98%;
	display: block;
	border-top: none;
}


.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;
}


table.tabEquipe {
	border: 1px solid #666;
	width: 100%;
	margin: 5px 0 5px 0 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
}