You have made a mistake. You should use:
ul.jc_top_posters li.even
{
background-color:#FFF;
color:#efefef;
}
ul.jc_top_posters li.odd
{
background:#efefef;
color:#FFF;
}
BTW this is good idea and I'll include this modification in the next module version.