/* CSS NYCSL */
body, p, td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 12px; 
	color: #000000; 
	line-height: 1.5
}
.errormessage {
	color: red;
}
.successmessage {
	color: blue;
	font-weight: normal;
}
.formlabel {
	text-align:right;
}
.formlabelinvalid {
	text-align:right;
	color: red;
}
.compactbutton {
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 11px; 
}
.smalltext {
	 font-size: 10px; 
}
.longtextfield {
	 width: 200px; 
}
.tinytextfield {
	 width: 20px; 
}
.shorttextfield {
	 width: 50px; 
}
.listheading {
	color:#0000FF;
	font-weight: normal;
	background-color:#EAEAFF;
}
tr.resultsrow{}
tr.resultsaltrow {
	background-color:#EAEAFF;
}
.steps {
	color:#999999;
}
.stepsactive {
	color:#6666FF;
	font-weight:bold;
}

.report_home {
	color:red;
}
.report_away {
	color:blue;
}
table.report td {
	font-size: 8pt;
}



