#week-selector {
    margin-bottom:1em;
}

#week-selector .lbl {
    font-weight:bold;
    padding-right:8px;
    width:74px;
}

#week-selector div {
    margin-right:4px;
    line-height:20px;
    font-size:11px;
}

#week-selector div a {
    background:#eee;
    display:block;
    color: #303030;
    padding:0 5px;
    text-decoration: none;
    border:1px solid #ccc;
    -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#week-selector div a:hover {
    background: #999;
    border-color:#505050;
}

#week-selector div a.selected {
    font-weight:bold;
    background:#000;
    border-color:#000;
    color:#fff;
}

#games { width:100%;}
#games td { padding:0 8px; }
#games tr.alt td { background:#f0f0f0; }
#games td.chxbox { padding:0; }
#games label { cursor: pointer; text-align:center; line-height:26px;  }

#games input.rp { display:none; }

#games label:hover { background:#ffffe7;; }

#games label.selected { background:#87FF0F;  }
#games label.deselected { color:#999; }

.save-picks-btn { background:none; border: none; padding:0; margin:0; }


#games td.tm.closed { padding:4px 0;}
.closed_pick { text-align:center; line-height:18px; width:140px; font-size:11px;  margin:0 auto;}
.closed_pick.my_pick { font-weight:bold; background:#006600;color:#fff; }
.closed_pick.winner { text-decoration: underline; }

