/* Copyright 2006 Joost de Valk */



table.sortable th, table.sortable td {

	text-align: left;

	padding: 2px 4px 2px 4px;

	width: auto;

	border: solid 1px #d8d8d8;

	border-width:0px 0 1px 0;

}

table.sortable th {

	background: #597492 url('../images/graphite-hover.gif') repeat-x top;

	color:#FFF;

}



table.sortable tr {

	background-color:#FFF;

}



table.sortable #tr_arrow, #tr_arrow tr {

	background-color:#F0E9E6;

}

table.sortable #tr_arrow {

	border:solid red 2px;

}





table.sortable th a:link,

table.sortable th a:visited 				{ color: #FFF; }

table.sortable th a:hover					{ color: #FFF; }

table.sortable th a:active 					{ color: #FFF; }



table.sortable td a:link					{ color: #000; }



table.sortable .visitedTr {

	color:#8395a7;

}

table.sortable .visitedTr a:link {

	color:#8395a7;

}

table.sortable tr.odd td {

	background-color: #F0E9E6;

}

table.sortable tr.even td {

	background-color: #fff;

}

table.sortable tr.sortbottom td {

	background-color: #ccc;

	font-weight: bold;

}



table#vide th, table#vide td {

	padding: 0;

	border: 0;

}



table.sortable tr.even table#vide tr td {

	background-color: #fff;	

}



table.sortable tr.odd table#vide tr td {

	background-color: #F0E9E6;

}



table.sortable td#red {

	border:1px solid #9A0511;

}