﻿/// <reference path="jquery.js" />
$(function() {
	$(".listViewGridMain .gridRows .row:even").css("background-color", "#fff7cd");

	$("table#tblBirthdays tr:even").css("background-color", "#fff7cd");
});

