/*
Change Log
	
Date		Programmer			Project	Issue	Subtask		Description
----		----------			-------	-----	-------		-----------
02/21/2007	Angie Ng			8		5643	6052		add headerRowSmall, oddRowSmall and evenRowSmall
05/14/2007	Adrian J. Moreno	8		6449				(moved from Master 6842): updated CSS to enlarge fonts on batch payment screen

*/

#view input.smallButton { background-color: #69C; color: #FFF; font-size: 0.8em; font-weight: bold; -moz-border-radius: 8px; vertical-align: top; }
#view .batchColumn { font-size: 0.8em; }
#showValidationMessage { text-align:center; color:red; }
#checkAuth { width: 98%; }
#checkAuthNotice { background-color:#FFFF00; color:red; font-weight:bold; }
#invalidEvent {	text-align: center;	}
#invalidEvent h2{ color: red; }
#batchPaymentsTable { width: 680px; }
#batchPaymentsTable .message { font-size: 11px; }
#batchPaymentsTable td.batchColumn { font-size: 12px; }
#batchPaymentsTable tr.evenRow { font-size: 11px; }
#batchPaymentsTable tr.oddRow { font-size: 11px; }
#formControls, #ezPayVerifyInfo { width: 100%; }
#view #ezPayForm, #view #ezPayFinancialInst, #view #ezPayFormAccountInfo { width: 500px; }
#view #paymentSummaryHeader { width: 100%; }
#ezPayError { display: none; text-align: center; }
#ezPayFieldsReq { text-align: center; }
#sampleCheck { text-align : center; display : none; }
#ezPayFaq ul { list-style-type: none; }
#ezPayFaq li.q { border-bottom : #000 solid 1px; }

label { vertical-align: top; }

.lightBlue { color: #39C; }
.darkBlue { color: #369; }
.yellow { color: #FC3; }
.policyStatusMessage { font-weight: bold; font-size: 11px; color: #000; text-transform:capitalize; } 
.policyStatusRow { display: none; }
.smallText { font-size: smaller; }
.titleBox { border: thick solid #369; font-weight: bold; text-align: center; }
.capFirst { text-transform:capitalize; }
.hideMe { visibility:hidden; }
.fieldLabel { width : 50%; text-align: right; }
.fieldCell { width : 50%; }
.disabled { color : Silver; }
.headerRowSmall { background-color: #369; color: #FFF; font-weight: bold; font-size: 0.8em; }
.evenRowSmall{ font-size: 0.8em; background-color: #CEE7F4;}
.oddRowSmall { font-size: 0.8em; background-color: #FFF;}