/* css dosument */

table tr td, table tr th { font-size: 11px; }

table tr th,
table tr td  { border-bottom: 1px solid #ccc;}

table tr th  { text-align: left; color: #999; }

table tr.title td,
table tr.title th { border-bottom: 1px solid #aaa; text-align: left;}

table tr.title td,
table tr td { text-align: center; }

table tr td.light  { background: #eee; }

table tr.none td,
table tr.none th { border-bottom: 0;}

