/* POKER Freeroll sud‚ a liche radky ve vypisu do tabulek */
/* lichá */
tr.row2 {}

/* sudá */
tr.row1{    background-color: #EBEBEB;}

/* zarovnání nahoru */
table.fullpokertable  { border:1px solid #003300;border-collapse: collapse; width:100%; } 
table.fullpokertable tr td {    vertical-align: top; padding:6px;}
table.partialpokertable {font-size: 12px; border-collapse: collapse } 
table.partialpokertable tr td {   font-size: 11px; vertical-align: top; padding-left: 2px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px}
table tr td.time { font-weight: bold;}

table tr td.start{ font-weight: bold}
table tr td.type {    width: 60px}
table tr td.place a{    color: #800000;}
table.fullpokertable tr th {font-size: 12px; color:#FFFFFF; background-color:#666666; padding-left:3px; padding-right:10px; padding-top:3px; padding-bottom:3px}

table.fullpokertable tr th   { padding:5px; border-bottom:1px solid #726B3D; background-color: #C4CE80; text-align:left; margin-bottom:5px; color: #003300}