
.headerRow {
	font-weight: bold; 
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

.styledTable {
	margin: 0 0 1.1em 0;
	font-weight: normal; 
	border-top: 1px solid #e3e3e3;
	background-color: #FFFFFF;
	width: 100%;
}

.styledTable input, .styledTable textarea, .styledTable select
{
	border: 2px solid #e5e5e5;
	font-size: 11px;
	background-color: white;
}

.styledTable input[type=text], .styledTable input[type=password], .styledTable select
{
	min-width: 250px;
}

.styledCell, .styledHeaderCell {
	font-size: 12px;
	border-bottom: 1px solid #e3e3e3;
	vertical-align: top;
	padding: 2px 5px;
}

.styledHeaderCell {
	font-weight: bold;
}

.rowClass1 {
	color: #000000;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}

.rowClass2 {
	color: #000000;
	background-color: white;
}
