#pickem-header {
    float: left;
    width: 650px;
}

#vip-members {
    float: right;
    width: 228px;
}

#wid {
    font-size: 11px;
    width: 100%;
}

#prizes th {
    padding-right: 25px;
}

#games {
    float: left;
    width: 550px;
}

.separator {
    background: #FFC;
    border: 2px solid #CCCCA3;
    font-size: 11px;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

.game {
    margin-top: 15px;
    overflow: hidden;
}

.game .top {
    background: url(/images/pages/pickem/game-header.png) no-repeat 0 0;
    background-color:#ffaa22;
    overflow: hidden;
    padding: 0 6px;
    height: 28px;
}

.game .top.closed {
    background-position: 0 -28px;
}


.game .top-props {
    background: url(/images/pages/daily-dash/game-header-props.png) no-repeat 0 0;
    background-color:#ffaa22;
    overflow: hidden;
    padding: 0 6px;
    height: 28px;
}
.game .top-props.closed {
    background-position: 0 -28px;
}

.game .title {
    float: left;
    padding-left: 3px;
    font-weight: bold;
    font-size:12px;
    line-height: 28px;
    color: #fff;
    text-shadow: 0 1px 1px #333;
}

.game .date {
    color: #000;
    float: right;
    line-height: 28px;
    font-size: 11px;
    width: 125px;
    text-align: center;
    font-weight: bold;
}

.game .top.closed .title {
    color: #303030;
    text-shadow: none;
    font-weight: bold;
}

.game table {
    border:1px solid #ccc;
    border-width: 0 1px;
}

.game td.team-name {
    font-weight:bold;
}

.game td.team-name img {
    float:left;
    padding-top:4px;
}

.game td {
    font-size: 11px;
    padding: 0 6px;
    line-height: 24px;
}

.game td {
    border-bottom: 1px solid #ccc;
}

.game tr.game-sub td {
    background:#f0f0f0 url(/images/pages/pickem/game-sub-bg.png) repeat-x bottom left;
    color: #505050;
    border-top: none;
    line-height: 22px;
    border-bottom-color: #999;
}


.game tr.game-sub-prop td {
    background-color:#ffaa22;
    color: #505050;
    border-top: none;
    line-height: 22px;
    border-bottom-color: #999;
}



.game td.odds {
    background: #f0f0f0;
    text-align: center;
    font-weight: bold;
}


.game .bottom {
    overflow: hidden;
    border:1px solid #ccc;
    border-width: 0 1px 1px 1px;

}

.teams {
    width: 100%;
    color: #303030;
    font-size:11px;
}

.teams tr {
    height: 24px;
}

.teams tr td {
    border-bottom:1px solid #ccc;
    padding: 0 4px;
}

.teams tr:last-child td {
    border-bottom:none;
}

.teams tr:hover td {
    background: #f0f0f0;
}

.teams td {
    vertical-align: middle;
}


.teams td.wager {
    width: 200px;
}

a.place-wager, a.cancel-wager {
    float: right;
    font-size:8px;
    font-family:verdana;
    font-weight:bold;
    text-transform: uppercase;
    text-decoration: none;
    background: #666;
    color:#fff;
    line-height:10px;
    padding: 3px 6px;
}

a.place-wager:hover {
    background: #000;
}

a.cancel-wager {
    background: #090;
    color: #fff;
}

a.cancel-wager:hover {
    background: #060;
}

span.pending {
    font-size: .92em;
}

span.won {
    color: #080;
    font-size: .92em;
}

span.lost {
    color: #C00;
    font-size: .92em;
}

#max-wager {
    color: #999;
    font-size: .92em;
}

#wager-status {
    color: #080;
    font-size: .92em;
    margin-top: 5px;
}

#wager-status.invalid {
    color: #C00;
}

.right-column {
    width: 235px;
}

#leaderboard-top25 th {
    font-size: 10px;
}

#filters > #wid {
    width: auto;
}

#filters.lb-filters label {
    margin-right: 0;
}

tr.highlight {
    background: #FFC;
    border-top: 2px solid red;
    outline: 1px solid #CCCCA3;
}

tr.highlight td {
    font-weight: bold;
}

ul#sport-selector, ul#sport-selector ul {
    margin:0;
}

ul#sport-selector li a {
    display: block;
    line-height: 1em;
    padding: 5px 4px;
    font-size:11px;
    font-weight:bold;
    color:#000;
    text-decoration:none;
    border-top:1px solid #ccc;
    position:relative;
}

ul#sport-selector li a span {
    position: absolute;
    top:4px;
    font-size:10px;
    color:#505050;
    right:5px;
}

ul#sport-selector li.no-games a {
    color: #999;
}

ul#sport-selector li.no-games a span {
    color: #999;
}

ul#sport-selector li.selected a {
    background:#69c;
    color: #fff;
    text-shadow: 0 1px 1px #036;
    font-weight: bold;
}

ul#sport-selector li.selected a span {
    color: #fff;
}

ul#sport-selector ul li a {
    padding-left:20px;
    font-weight:normal;
	background:  url(/images/pages/fantasy-betting/sub-sport-bg.png) no-repeat;
}

ul#sport-selector ul li:hover a {
    background-color: #eee;
}
