Here\'s my fiddle:
http://jsfiddle.net/gFA4p/84/
In this screenshot, the green lines represent where I\'m trying to apply dotted lines.
looks like it's overwriting or ignoring your dotted borders in td. because you set the borders to solid here:
.geniusPicks table tr.pickConsensusBody td { background: none repeat scroll 0 0 grey; border: 1px solid; }
edit: someone beat my by ~20 seconds here...