﻿.tableDataEntry
{
	padding: 0px;
	margin: 0px;
	border: 1px solid #4c97c6;
	width: 100%;
	visibility: visible;	
}
.rowHeader
{
	background-color: #4c97c6;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.rowOdd
{
	background-color: #c5dee7;
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

.rowEven
{
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

.tableTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;	
}
