.fieldCell {
	width: 200px;
	text-align: right;
	vertical-align: top;
	line-height: normal;
	color: #333300;
}

.searchfieldcell
{
	text-align: right;
	vertical-align: top;
	line-height: normal;
	color: #333300;
}

.requiredField {
	color: #CC0000; 
	border: none
}

.textField {
	width: 150px;
}
.instructions {
	line-height: 14pt;
}

.evenRow {
	background-color: #F7F7D5; 
}

.headerRow {
	background-color: #999966;
	color: #660000;
	font-weight: bold;
	border: thick solid #000000;
}

.subTotalCell {
	background-color: #CCCC99;
	color: #333333;
	font-weight: bold;
	border-top: thin solid #666633;
	border-bottom: thin solid #666633;
}
.browseTable {
	border: thin solid #666633;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;
}

.wideTextField {
	width: 300px;
}

.valueCell {
	vertical-align: top;
	line-height: normal;
}

#excelexport
{
	width : 100%;
	text-align : right;
	padding : 0px;
	margin : 0px;
	font-size : 12px;
}

