/* Sorry Apple, our CSS guy was busy and we had to nice our tables. */

table { border-collapse: collapse; border-spacing: 0; }

table { margin:0 -2px; border:1px solid #f0f0f0; width:100%; border-collapse:separate; }
table tbody tr th { width:163px; }
table tr th,
table tr td { vertical-align:top; font-size:11px; line-height:16px; background-color:#fff; padding:10px 12px; border-right:1px solid #efefef; border-left:1px solid #efefef; }
table tbody tr th,
table tr th a { font-weight:bold; }
table thead tr th a { font-size:12px; color:#000; line-height:17px; }
table tr th span,
table tr td { font-weight:normal; }
table tr .left { border-left:0; }
table tr .right { border-right:0; }
table thead tr th,
table tr.even th,
table tr.even td { background-color:#efefef; border-right:1px solid #f6f6f6; border-left:1px solid #f6f6f6; }


