/***************************/
table {
	border: none;
	width: 564px;
	z-index: 1;
}

th {
	font-weight: normal;
	font-size: 12px;
	color: #C42126;
	/*background: #f4f4f4 url("../images/ressources/sort.gif") no-repeat 8px 10px;*/
	padding: 7px 4px 7px 18px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #999999;
	height: 18px;
}

tr {

}

tr.altRow {

}

td {
	height: 15px;
	padding: 5px 4px 6px 18px;
	border-bottom: 1px solid #e9e9e9;
}
.hiddencol {
	display: none;
}
.rightAlign {
	text-align: right;
}

.sortedASC {
	/*background: #f4f4f4 url("../images/ressources/asc.gif") no-repeat 8px 10px;*/
	font-weight: bold;
}

.sortedDESC {
	/*background: #f4f4f4 url("../images/ressources/desc.gif") no-repeat 8px 10px;*/
	font-weight: bold;
}

.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

tr.over {
	background: #000 url("../images/ressources/rowbg.gif") repeat-x;
	color: #fff;
	cursor: pointer;
}

tr.hide {
	display: none;
}
