

/* START CSS BLOCK */
	
	/* Standard table styles */
	.tableBorder {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	.tableHeader {
		background-color: #E28722;
		padding: 3px;
	}
	.tableRow1 {	
		padding: 2px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #E28722;
	}
	.tableRow2 {
		padding: 2px;
		background-color: #EEEEEE;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #E28722;
	}
	.tableCell1 {
		background-color: #FFFFFF;
		padding: 3px;
	}
	.tableCell2 {
		background-color: #EEEEEE;
		padding: 3px;
	}
	.tableFooter {
		padding: 3px;
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #E28722;
	}
	form {
		margin: 0px;
		padding: 0px;
	}
	
	/* Add non-standard table styles below here */
	.graycell {
		background-color: #EEEEEE;
		padding: 2px;
	}
	.whitecell {
		background-color: #FFFFFF;
		padding: 2px;
	}
	.tableRightBorder {
		border-right-style: dotted;
		border-right-color: #E28722;
		border-right-width: 1px;
	}
	.tableHeaderOver {
		padding: 2px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #E28722;
		background-color: #EEEEEE;
	}
	.tableRow2Over {
		padding: 2px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #EEEEEE;
		background-color: #E28722;
	}

/* END CSS BLOCK */
