

thead tr {
	background-color: #fc5108;
}
th
{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-left: none;
	border-right: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background:#fc5108;/*#ebebed;*/
	color: #fff;
	/*padding:0 6px 0 6px;*/
}
th.sorted {
	background-color: #903;/*#993200;*/
	color: white;
}

th.sorted a,th.sorted a:visited{
	color: white;
}

th a,th a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

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

th.sorted a,th.sortable a {
	background-position: right;
	width: 100%;
}

tr.odd {
	background-color: #fff ;
	color: black;
}
/*
	background-image : url("../img/style/th_bg.jpg");
	background-repeat : repeat-x;
*/
tr.tableRowEven,tr.even {
	background-color: #E8E8E8 ;
	color: black;
}

.cadre {
    border: 1px solid #CCC;
}


span.pagebanner {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	width: 100%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
	color:black;
}

span.pagelinks {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	border-top: none;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	color:black;
}

