table.pagination {
	background-color: /*scire:#fc0*/rgb(204,204,204);
	margin: 0px 0 0px 0;
	width: 80%;
	border-collapse: collapse;
	padding: 0px 0 0px 0;
	border: thin dotted; /*[ok]w3c:css validator: Value Error : border  Too many values or values are not recognized :  dashed thin 1px */
    /*scire*/FONT-SIZE : 100%;
}
/*
	th, td {
		padding: 2px 4px 2px 4px;
		text-align: left;
		vertical-align: top;
	}
	thead tr{
	  background-color: #fc0;
	}
	
	tr.odd {
	  background-color: #fff
	}
	tr.tableRowEven, tr.even {
	  background-color: #fea
	}
	a {
		color: #000;
		text-decoration:none;
	}
	
	a:hover {
		color: #f00;
		text-decoration:none;
	}
*/