	body {
	font-family: Arial;
	font-size: small;
	margin: 0px 0px 0px 0px;
	background-color: #666666;
	border: 0;
	}

	.phpmaker {
	font-family: Arial;
	font-size: small;
	background-color: #666666;
	}

	input, textarea, select {
		font-family: Arial; /* font name */
		font-size: small; /* font size */
	}

	a:active {
	}

	a:link {
	}

	a:visited {
	}

	/* main table */
	.ewTable {
		width: ; /* table width */
	font-family: Arial;
	font-size: small;
	border-collapse: collapse;
	border: none;
	background-color: #B4ADB8
	}
	.phpmakerBoldCentre {

		color: ;
	font-family: Arial;
	font-size: small;
	background-color: #666666
}


	/* main table data cells */
	.ewTable td {
	padding: 4px;
	border: 0px hidden;
	border-color: #CCCCCC;
	background: #B4ADB8
	}

	/* main table header cells */
	.ewTableHeader {
		background-color: #776360; /* header font color */
		vertical-align: top;
	}

	.ewTableHeader a {
		color: #FFFFFF; /* header font color */
	}

	/* main table row color */
	.ewTableRow {
		background-color: #B4ADB8  /* alt row color 1 */
	}

	/* main table alternate row color */
	.ewTableAltRow {
		background-color: #B4ADB8 /* alt row color 2 */
	}

	/* main table edit mode row color */
	.ewTableEditRow {
		background-color: #FFFF99; /* edit mode color */
	}

	/* main table highlight color */
	.ewTableHighlightRow {
		background-color: #FFCCFF; /* highlight color */
	}

	/* main table select color */
	.ewTableSelectRow {
		background-color: #CCFFFF; /* select color */
	}

	/* main table footer section */
	.ewTableFooter {
		background-color: #FFFFCC;
	}

	/* classes for report */
	.ewGroupField {
		font-weight: bold;
	}

	.ewGroupName {
		font-weight: bold;
	}

	.ewGroupHeader {
		border-bottom: 3px double Gray;
		border-top: 3px double Gray;
	}

	.ewGroupSummary {
		border-top: 1px solid Gray;
	}

	.ewGroupAggregate {
		font-weight: bold;
	}

	.ewGrandSummary {
		border-top: 1px solid Gray;
	}

	/* message */
	.ewmsg {
		color: red; /* message color */
		font-family: Arial; /* font name */
		font-size: small; /* font size */
	}
.phpmakerMoyen {

	font-family: Arial;
	font-size: small;
	background-color: #A3A3A3;
}
.phpmakerClair {
	font-family: Arial;
	font-size: small;
	background-color: #CECECE;
	border-width: 0;
}
