@charset "UTF-8";
#spryTable1 table th {
	cursor: pointer;
}
#spryTable1 {
	margin-bottom: 15px;
	border: thin solid #999999;
}
tr.evenRow {
	background-color: #F6FAE4;
}
tr.oddRow {
	background-color: #fff;
}
tr.hoverRow {
	background-color: #789F1E;
	color: #FFFFFF;
	cursor: pointer;
}
tr.selectRow {
	background-color: #666666;
	color: #FFFFFF;
}
