#couponview {
    position: relative;
    height: 100%;
}
#couponview table.coupon {
    border-collapse: collapse;
    background-color: #0076c0;
    border-bottom: 2px solid #333;
}
#couponview table.full-width {
    width: 100%;
}
#couponview table.coupon td {
    padding: 2px 24px;
    color: #fff;
    font: bold 11px/20px Verdana;
    border-left: 1px solid #444;
    white-space: nowrap;
}
#couponview table.coupon td div.selection div.sel-odds {
    color: #000;
}
#couponview table.full-width td {
    padding: 2px 4px;
}
#couponview table.coupon td.info {
    text-align: center;
}
#couponview table.coupon tr.coupon-head td.info {
    height: 40px;
}
#match-bets div.match-info span.live-team,
#couponview table.coupon td span.live-team{
    display: inline-block;
}
#match-bets div.match-info span.live-team-name,
#match-bets div.match-info span.live-team-info,
#couponview table.coupon td span.live-team-name,
#couponview table.coupon td span.live-team-info {
    display: block;
    line-height: normal;
    white-space: nowrap;
    height: 14px;
}
#match-bets div.match-info span.live-team-name,
#match-bets div.match-info span.live-team-info {
    height: 20px;
}
#match-bets div.match-info span.live-team-info,
#couponview table.coupon td span.live-team-info {
    font: 10px/12px Arial;
}
#match-bets div.match-info span.live-team-info {
    font: 12px/18px Arial;
}
#match-bets div.match-info span.live-team-card,
#couponview table.coupon td span.live-team-card {
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 16px;
    color: #444;
    text-align: center;
}
#match-bets div.match-info span.live-team-card{
    width: 15px;
    height: 18px;
    margin-right: 16px;
}
#match-bets div.match-info span.cards-0,
#couponview table.coupon tr td span.cards-0 {
    visibility: hidden;
}
#match-bets div.match-info span.live-team-yellow {
    background: url('../../images/kiosk/sprite.png') -530px -350px no-repeat;
}
#couponview table.coupon td span.live-team-yellow {
    background: url('../../images/kiosk/sprite.png') -550px -350px no-repeat;
}
#match-bets div.match-info span.live-team-yellowred {
    color: #fff;
    text-align: right;
    background: url('../../images/kiosk/sprite.png') -530px -380px no-repeat;
}
#couponview table.coupon td span.live-team-yellowred {
    color: #fff;
    text-align: right;
    background: url('../../images/kiosk/sprite.png') -550px -380px no-repeat;
}
#match-bets div.match-info span.live-team-red{
    color: #fff;
    background: url('../../images/kiosk/sprite.png') -530px -330px no-repeat;
}
#couponview table.coupon td span.live-team-red {
    color: #fff;
    background: url('../../images/kiosk/sprite.png') -550px -330px no-repeat;
}
#couponview table.coupon td.match-teams {
    white-space: nowrap;
    vertical-align: middle;
}
#couponview table.coupon td.match-teams img {
    vertical-align: middle;
}
#couponview table.coupon td.bet-period {
    white-space: nowrap;
    border-left: 0;
    text-align: right;
}
#couponview table.coupon td.setscores {
    white-space: nowrap;
    text-align: left;
}
#couponview table.coupon td div.market-cell-label {
    text-align: center;
    line-height: 12px;
}
table.coupon td div.selection{
    position: relative;
    width: 42px;
    height: 24px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font: bold 11px/24px Verdana;
    color: #000;
    overflow: hidden;
    background: url('../../images/kiosk/sprite.png') -350px -350px no-repeat;
}
table.coupon td div.selection-na {
    background: url('../../images/kiosk/sprite.png') -350px -250px;
    font-size: 0;
    text-indent: -2000px;
}
table.coupon td div.selection-hd {
    background-image: none;
}
table.coupon td div.selection-on {
    background: url('../../images/kiosk/sprite.png')-350px -300px;
}
table.coupon td div.selection div.bg {
    position: absolute;
    width: 38px;
    height: 20px;
    top: 2px;
    left: 2px;
}
table.coupon td div.selection div.bg-odds-up {
    background: #00cc00;
}
table.coupon td div.selection div.bg-odds-down {
    background: #cc0000;
}
table.coupon td div.selection span.odds-up,
table.coupon td div.selection span.odds-down {
    display: inline-block;
    width: 8px;
    height: 16px;
    vertical-align: text-bottom;
}
table.coupon td div.selection span.odds-up {
    background: url('../../images/kiosk/sprite.png') -550px -250px no-repeat;
}
table.coupon td div.selection span.odds-down {
    background: url('../../images/kiosk/sprite.png') -530px -250px no-repeat;
}

#couponview table.coupon td.betstart {
    padding-left: 2px;
    padding-right: 30px;
    background: url('../../images/kiosk/betstart.png') center center no-repeat;
}
#couponview table.coupon td.betstop {
    padding-left: 2px;
    padding-right: 30px;
    background: url('../../images/kiosk/betstop.png') center center no-repeat;
}
#couponview table.coupon td.willgolive {
    padding-left: 2px;
    padding-right: 42px;
    background: url('../../images/kiosk/willgolive.png') center center no-repeat;
}
#couponview table.coupon .match-ended td.betstop {
    padding-left: 2px;
    padding-right: 30px;
    background: url('../../images/kiosk/matchended.png') center center no-repeat;
}
#couponview table.coupon .match-ended td {
    border-left: 0;
    border-right: 0;
}
#couponview table.coupon .match-ended td div.selection {
    visibility: hidden;
}
.zoom2 table.coupon td div.selection {
    margin: 2px auto;
}
.zoom3 table.coupon td div.selection {
    margin: 2px auto;
}
.zoom4 table.coupon td div.selection {
    margin: 4px auto;
}
.zoom5 table.coupon td div.selection {
    margin: 8px auto;
}
.zoom3 table.coupon td div.selection,
.zoom4 table.coupon td div.selection,
.zoom5 table.coupon td div.selection {
    width: 50px;
    height: 29px;
    font: bold 12px/29px Verdana;
    background: url('../../images/kiosk/sprite.png') -300px -350px;
}
.zoom3 table.coupon td div.selection-na,
.zoom4 table.coupon td div.selection-na,
.zoom5 table.coupon td div.selection-na {
    background: url('../../images/kiosk/sprite.png') -300px -250px;
    font-size: 0;
}
.zoom1 table.coupon td div.selection-hd,
.zoom2 table.coupon td div.selection-hd,
.zoom3 table.coupon td div.selection-hd,
.zoom4 table.coupon td div.selection-hd,
.zoom5 table.coupon td div.selection-hd {
    background: none !important;
    font-size: 0;
}
.zoom3 table.coupon td div.selection-on,
.zoom4 table.coupon td div.selection-on,
.zoom5 table.coupon td div.selection-on {
    background: url('../../images/kiosk/sprite.png') -300px -300px;
}
.zoom3 table.coupon td div.selection div.bg,
.zoom4 table.coupon td div.selection div.bg,
.zoom5 table.coupon td div.selection div.bg {
    position: absolute;
    width: 46px;
    height: 25px;
    top: 2px;
    left: 2px;
}
#doc .no-bets td div.selection {
    background: url('../../images/kiosk/sprite.png') -350px -250px;
    font-size: 0;
    text-indent: -2000px;
}
#doc .zoom3 .no-bets td div.selection,
#doc .zoom4 .no-bets td div.selection,
#doc .zoom5 .no-bets td div.selection {
    background: url('../../images/kiosk/sprite.png') -300px -250px;
    font-size: 0;
    text-indent: -2000px;
}
#doc .no-bets td div.selection div.bg {
    display: none;
}
#doc .zoom3 .no-bets td div.selection div.bg,
#doc .zoom4 .no-bets td div.selection div.bg,
#doc .zoom5 .no-bets td div.selection div.bg {
    display: none;
}
#doc .no-bets td div.selection-hd,
#doc .zoom1 .no-bets td div.selection-hd,
#doc .zoom2 .no-bets td div.selection-hd,
#doc .zoom3 .no-bets td div.selection-hd,
#doc .zoom4 .no-bets td div.selection-hd,
#doc .zoom5 .no-bets td div.selection-hd {
    background: none;
}

.zoom1 #couponview table.coupon td {
    font: 11px/20px Verdana;
}
.zoom2 #couponview table.coupon td {
    font: bold 11px/20px Verdana;
}
.zoom3 #couponview table.coupon td {
    font: bold 11px/20px Verdana;
}
.zoom4 #couponview table.coupon td {
    font: bold 12px/20px Verdana;
}
.zoom5 #couponview table.coupon td {
    font: bold 13px/20px Verdana;
}

.mincomb {
    position: absolute;
    height: 15px;
    font: 9px/15px Verdana;
    color: #22445a;
    width: 15px;
    top: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    background: url('../../images/kiosk/sprite.png') -490px -190px no-repeat;
}
.mincomb-1 {
    background: url('../../images/kiosk/sprite.png') -490px -205px;
}
.mincomb-2 {
    background: url('../../images/kiosk/sprite.png') -505px -190px;
}
.mincomb-3 {
    background: url('../../images/kiosk/sprite.png') -505px -205px;
}

#couponview table.coupon thead.coupon-head {
    background: #ccc url('../../images/kiosk/coupon_hd_bg.png') 0 0 repeat-x;
}
#couponview table.coupon thead.coupon-head td.league-header,
#couponview table.coupon thead.coupon-head td.time-header {
    padding-right: 16px;
    cursor: pointer;
    background: #cccccd url('../../images/kiosk/header_sort.png') top right repeat-x;
}
#couponview #coupon-content.league-order table.coupon thead.coupon-head td.league-header,
#couponview #coupon-content.time-order table.coupon thead.coupon-head td.time-header {
    background: #fcbe16 url('../../images/kiosk/header_sort_sel.png') top right repeat-x;
}
#couponview table.coupon tr.coupon-head td {
    padding: 2px 4px;
    color: #000;
    font: bold 11px/16px Verdana;
    border-left: 1px solid #444;
    text-align: center;
}
#couponview table.coupon tr.coupon-head td.info {
    padding: 2px 4px;
}
#couponview table.coupon tr.date-row td {
    padding-left: 120px;
    color: #000;
    font: bold 13px/24px Verdana;
    height: 24px;
    background: #ccc url('../../images/kiosk/coupon_hd_bg.png') 0 -10px repeat-x;
}
#couponview table.coupon td.league-code {
    text-align: center;
    cursor: pointer;
    color: #000;
}
#couponview table.coupon td.league-color {
    padding: 0;
    width: 12px;
}
#couponview table.coupon td.handicap {
    padding-right: 8px;
    text-align: right;
}
#couponview table.coupon td.fav-match {
    width: 16px;
    cursor: pointer;
    background: url('../../images/kiosk/fav.png') center center no-repeat;
}
#couponview table.coupon td.more-markets {
    width: 46px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url('../../images/kiosk/morebets.png') center center no-repeat;
}
#couponview table.coupon td.fav-match-on {
    background: url('../../images/kiosk/fav_on.png') center center no-repeat;
}
#couponview table.coupon tr td.spacing {
    padding: 0;
}
#couponview table.coupon tr.date-change td {
    border-top: 3px solid #004;
}
#couponview table.coupon tr.date-change td.time {
    padding: 0;
}
#couponview table.coupon tr.date-change td.time div.date-wrapper {
    position: relative;
}
#couponview table.coupon tr.date-change td.time div.date-wrapper div.date-label {
    position: absolute;
    top: -7px;
    left: 0;
    width: 120px;
    height: 20px;
    background: url('../../images/kiosk/sprite.png') 0px -570px no-repeat;
    color: #000;
    text-align: center;
    font: bold 11px/20px Verdana;
}
table.coupon tr.r1, table.coupon tbody.r1, table.coupon tbody.r1 tr {
    background-color: #1a8ed7;
}
table.coupon tr.r0, table.coupon tbody.r0, table.coupon tbody.r0 tr {
    background-color: #2e9ee4;
}
table.coupon tr.r1-live, table.coupon tbody.r1-live, table.coupon tbody.r1-live tr {
    background-color: #168022;
}
table.coupon tr.r0-live, table.coupon tbody.r0-live, table.coupon tbody.r0-live tr {
    background-color: #33a640;
}
#couponview table.coupon tbody tr.l1 td {
    padding-bottom: 0 !important;
}
#couponview table.coupon tbody tr.l2 td {
    padding-top: 0 !important;
}
#couponview table.coupon tbody tr.l1 td div.selection {
    margin: 0 auto 1px auto !important;
}
#couponview table.coupon tbody tr.l2 td div.selection {
    margin: 1px auto 0 auto !important;
}
#couponview #coupon-content table.coupon tbody.r0-live td.time,
#couponview #coupon-content table.coupon tbody.r1-live td.time {
    font-size: 14px;
}

#couponview .hd {
    position: absolute;
    width: 100%;
    top: -35px;
    left: 0;
    height: 30px;
    color: #000;
    font: bold 12px/25px Verdana;
}
#couponview .hd .date {
    position: absolute;
    height: 25px;
    top: 2px;
    right: 550px;
    width: 150px;
}
#couponview .hd .label {
    position: absolute;
    height: 25px;
    width: 200px;
    top: 2px;
    left: 400px;
}
#couponview .hd .page {
    position: absolute;
    height: 25px;
    width: 150px;
    top: 2px;
    right: 374px;
}
#couponview .hd .date .day-previous,
#couponview .hd .page-previous,
#couponview .hd .date .day-next,
#couponview .hd .page-next {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 0px;
    cursor: pointer;
}
#couponview .hd .date .day-previous,
#couponview .hd .page-previous {
    background: url('../../images/kiosk/sprite.png') -550px -75px no-repeat;
    left: 0px;
}
#couponview .hd .date .day-info,
#couponview .hd .page-info {
    position: absolute;
    height: 25px;
    width: 100px;
    left: 25px;
    text-align: center;
    font: bold 12px/25px Verdana;
}
#couponview .hd .date .day-next,
#couponview .hd .page-next {
    background: url('../../images/kiosk/sprite.png') -575px -75px no-repeat;
    right: 0px;
}
#couponview #coupon-content {
    overflow: hidden;
}
#couponview #coupon-markets {
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#outrightsview {
    position: relative;
    height: 100%;
}
#outrightsview #outrights-list {
    position: absolute;
    width: 250px;
    height: 100%;
}
#outrightsview #outrights-list-pager {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
}
#outrightsview #outrights-list-content {
    position: relative;
}
#outrightsview #outrights-list-content div.page {
    position: absolute;
    margin: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
}
#outrightsview #outrights-list-content div.page div.outright {
    position: relative;
    height: 50px;
    cursor: pointer;
    background-color: #4bb0ef;
}
#outrightsview #outrights-list-content div.page div.r1 {
    background-color: #1a8ed7;
}
#outrightsview #outrights-list-content div.page div.selected {
    background-color: #fcbe16;
}
#outrightsview #outrights-list-content div.page div.selected div.label {
    color: #000;
}
#outrightsview #outrights-list-content div.country {
    position: absolute;
    width: 75px;
    height: 50px;
    top: 0;
    left: 0;
}
#outrightsview #outrights-list-content div.country div.flag {
    position: absolute;
    top: 7px;
    left: 11px;
}
.outrights-worldcup #outrightsview #outrights-list-content div.country div.flag {
    background: url('../../images/kiosk/worldcup.png') center center no-repeat;
    height: 40px;
    top: 5px;
}
#outrightsview #outrights-list-content div.label {
    position: relative;
    height: 50px;
    margin-left: 75px;
    font: bold 11px/50px Verdana;
    color: #fff;
    white-space: nowrap;
}
#outrightsview #outrights-leagues {
    position: relative;
    margin-left: 254px;
    padding-top: 4px;
}
#outrightsview #outrights-leagues div.outright-league-list {
    position: absolute;
    top: 4px;
    left: 4px;
    margin: 4px;
    width: 580px;
}
#outrightsview #outrights-leagues div.outright-league-list-1 {
    left: 596px;
}
#outrightsview #outrights-leagues div.outright {
    position: relative;
    height: 35px;
    width: 580px;
    cursor: pointer;
    background-color: #4bb0ef;
    font: 12px/35px Verdana;
    color: #fff;
    padding-left: 4px;
}
#outrightsview #outrights-leagues div.outright div.label {
    margin-right: 101px;
    overflow: hidden;
    height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#outrightsview #outrights-leagues div.outright div.close-date {
    position: absolute;
    height: 35px;
    width: 90px;
    top: 0;
    right: 0;
    border-left: 1px solid #ccc;
    font: 10px/35px Verdana;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
#outrightsview #outrights-leagues div.r1 {
    background-color: #1a8ed7;
}
#outrightsview #outrights-leagues div.selected {
    background-color: #fcbe16;
}
#outrightsview #outrights-leagues div.selected div.label,
#outrightsview #outrights-leagues div.selected div.close-date {
    color: #000;
}

#outrightsview #outrights-content {
    position: relative;
    margin-left: 300px;
    padding-top: 8px;
}
#outrightsview #outrights-content table.outrights {
    border-bottom: 4px solid #06c;
    border-right: 4px solid #06c;
}
#outrightsview #outrights-content table.outrights td.label {
    color: #fff;
    padding: 2px 16px;
    font: 12px/20px Verdana;
    border-left: 4px solid #06c;
}
#outrightsview #outrights-content table.outrights td.selection {
    padding: 2px 32px;
}
#outrightsview #outrights-content table.cols2 tr td.selection {
    padding: 2px 24px;
}
#outrightsview #outrights-content table.cols3 tr td.selection {
    padding: 2px 16px;
}
#outrightsview #outrights-content table.cols4 tr td.selection {
    padding: 2px 8px;
}
#outrightsview #outrights-content table.outrights tr.head {
    background-color: #06c;
}
#outrightsview #outrights-content table.outrights tr.head td {
    font: bold 12px/30px Verdana;
    height: 30px;
    color: #fff;
    text-align: center;
    border-left: 4px solid #06c;
}
#outrightsview #outrights-list-pager span.outright-list-control button {
    height: 25px;
    width: 95px;
    text-align: left;
}
#outrightsview #outrights-list-pager #outrights-next-page {
    position: absolute;
    right: 2px;
    top: 0;
}
#outrightsview #outrights-list-pager #outrights-next-page button {
    text-align: right;
}

#poolsview {
    position: relative;
    height: 100%;
}
#poolsview div.pools-list {
    position: absolute;
    width: 350px;
    height: 100%;
}
#poolsview div.pools-list div.page {
    position: relative;
    padding-top: 4px;
    padding-left: 4px;
}
#poolsview div.pools-list div.pools-item {
    position: relative;
    height: 50px;
    cursor: pointer;
    background-color: #4bb0ef;
}
#poolsview div.pools-list div.r1 {
    background-color: #1a8ed7;
}
#poolsview div.pools-list div.selected {
    background-color: #fcbe16;
}
#poolsview div.pools-list div.pools-item div.country {
    position: absolute;
    width: 75px;
    height: 50px;
    top: 0;
    left: 0;
}
#poolsview div.pools-list div.pools-item div.country div.flag {
    position: absolute;
    top: 7px;
    left: 11px;
}
#poolsview div.pools-list div.pools-item div.label {
    position: relative;
    height: 50px;
    margin-left: 75px;
    font: bold 11px/50px Verdana;
    color: #fff;
    white-space: nowrap;
}
#poolsview div.pools-list div.page div.selected div.label {
    color: #000;
}
#poolsview div.pools-content {
    position: relative;
    margin-left: 364px;
    width: 660px;
    padding-top: 4px;
}
#poolsview div.pools-content div.pools-item {
    display: none;
}
#poolsview div.pools-content div.selected {
    display: block;
}
#poolsview div.pools-content table.pools {
    border: 0;
    background-color: #1A8ED7;
    margin: 32px auto;
}
#poolsview div.pools-content table.pools tr.head td {
    color: #fff;
    padding: 2px 16px;
    font: 16px/20px Verdana;
    text-align: center;
}
#poolsview div.pools-content table.pools td.label {
    color: #fff;
    padding: 2px 8px;
    font: 12px/30px Verdana;
    height: 30px;
}
#poolsview div.pools-content table.pools td.num {
    text-align: right;
}
#poolsview div.pools-content table.pools td div.pools-square {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    margin: 4px auto;
}
#poolsview div.pools-content table.pools td div.pools-square-checked {
    background: url('../../images/kiosk/sprite.png') -550px -280px no-repeat;
}
#poolsview div.pools-content div.pools-info {
    width: 600px;
    height: 50px;
    background-color: #1A8ED7;
}
#poolsview div.pools-content div.pools-info div.pools-info-item {
    width: 148px;
    border-right: 1px solid #333;
    border-left: 1px solid #ccc;
    float: left;
}
#poolsview div.pools-content div.pools-info div.pools-info-item div.label {
    height: 25px;
    color: #fff;
    text-align: center;
    font: 12px/25px Verdana;
}
#poolsview div.pools-content div.pools-info div.pools-info-item div.value {
    height: 25px;
    color: #000;
    background-color: #B3D4FF;
    text-align: center;
    font: bold 13px/25px Verdana;
}
#poolsview div.pools-content div.pools-controls {
    position: relative;
    width: 600px;
    height: 40px;
}
#poolsview div.pools-content div.pools-controls div.rows,
#poolsview div.pools-content div.pools-controls div.cost {
    color: #fff;
    font: bold 12px/20px Verdana;
    height: 20px;
}
#poolsview div.pools-content div.pools-controls div.pools-coupon-info {
    position: absolute;
    width: 200px;
    height: 40px;
    top: 0;
    left: 0;
}
#poolsview div.pools-content div.pools-controls div.pools-coupon-buttons {
    position: absolute;
    text-align: right;
    width: 400px;
    height: 30px;
    top: 10px;
    right: 0;
}
#poolsview div.pools-content div.pools-controls button {
    width: 120px;
    font-weight: bold;
}
#poolsview div.pools-content div.pools-controls div.pools-coupon-buttons button.pools-button-clear {
    background: url('../../images/kiosk/trashcan.png') 90px center no-repeat;
}
#poolsview div.pools-content div.pools-controls div.pools-coupon-buttons span.pools-button-submit {
    background: url('../../images/kiosk/league_select_bg.png') repeat-x;
    border: 1px solid #080;
}
#poolsview div.pools-content div.pools-controls div.pools-coupon-buttons button.pools-button-submit {
    background: url('../../images/kiosk/poolssubmit.png') 90px center no-repeat;
}

.yui-skin-sam #couponview .yui-radio-button {
    margin: 0;
}
.yui-skin-sam #match-bets .yui-radio-button {
    margin: 2px 4px;
}
#couponview #coupon-markets .yui-radio-button {
    margin-top: 2px;
}
.yui-skin-sam #couponview .yui-radio-button button,
.yui-skin-sam #couponview .yui-checkbox-button button,
.yui-skin-sam #match-bets .yui-radio-button button,
.yui-skin-sam #match-bets .yui-checkbox-button button {
    width: 160px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    line-height: 15px;
    height: 26px;
    overflow: hidden;
}
.yui-skin-sam #match-bets .yui-radio-button button,
.yui-skin-sam #match-bets .yui-checkbox-button button {
    height: 30px;
}
.yui-skin-sam #match-bets .yui-radio-button button,
.yui-skin-sam #match-bets .yui-checkbox-button button {
    width: 200px;
}
.yui-skin-sam #couponview .yui-radio-button-checked,
.yui-skin-sam #match-bets .yui-radio-button-checked,
.yui-skin-sam #couponview .yui-checkbox-button-checked,
.yui-skin-sam #match-bets .yui-checkbox-button-checked {
    background: #fcbe16 url('../../images/kiosk/radio-button-selected.png') top left repeat-x;
}
.yui-skin-sam #couponview .yui-radio-button-checked button,
.yui-skin-sam #match-bets .yui-radio-button-checked button,
.yui-skin-sam #couponview .yui-checkbox-button-checked button,
.yui-skin-sam #match-bets .yui-checkbox-button-checked button {
    color: #004;
}
#match-bets .live-market button {
    background: url('../../images/kiosk/sprite.png') -200px -220px no-repeat;
}


div.sport-markets {
    display: none;
}

#match-bets {
    position: relative;
    height: 100%;
}
#match-bets div.head {
    position: relative;
    height: 50px;
}
#match-bets div.head div.match-info {
    height: 46px;
    overflow: hidden;
    background: #ccc url('../../images/kiosk/coupon_hd_bg.png') 0 0 repeat-x;
}
#match-bets.live-match div.head div.match-info {
    background: #76b47e url('../../images/kiosk/coupon_hd_bg_live.png') 0 0 repeat-x;
}
#match-bets div.head div.match-info div.go-back {
    position: absolute;
    top: 2px;
    left: 10px;
    width: 50px;
    height: 40px;
    background: url('../../images/kiosk/sprite.png') -360px -150px no-repeat;
    cursor: pointer;
}
#match-bets div.head div.match-info div.match-date {
    position: absolute;
    top: 0px;
    left: 70px;
    width: 80px;
    font: 12px/20px Verdana;
    text-align: center;
}
#match-bets div.head div.match-info div.country {
    position: absolute;
    top: 0px;
    left: 170px;
    width: 320px;
}
#match-bets div.head div.match-info div.country div.flag {
    position: absolute;
    top: 4px;
    left: 0px;
}
#match-bets div.head div.match-info div.country div.category,
#match-bets div.head div.match-info div.country div.tournament {
    margin-left: 60px;
    height: 23px;
    line-height: 23px;
    white-space: nowrap;
}
#match-bets div.head div.match-info div.live-bet {
    position: absolute;
    top: 3px;
    left: 490px;
    width: 60px;
    height: 40px;
}
#match-bets div.head div.match-info div.live-betstart {
    background: url('../../images/kiosk/sprite.png') -600px -300px no-repeat;
}
#match-bets div.head div.match-info div.live-betstop {
    background: url('../../images/kiosk/sprite.png') -600px -250px no-repeat;
}
#match-bets div.head div.match-info div.live-willgolive {
    background: url('../../images/kiosk/willgolive.png') center center no-repeat;
}
#match-bets div.head div.match-info div.home-team {
    position: absolute;
    top: 0px;
    left: 550px;
    width: 200px;
    text-align: left;
    font: bold 15px/46px Verdana;
}
#match-bets div.head div.match-info div.away-team {
    position: absolute;
    top: 0px;
    left: 850px;
    width: 200px;
    text-align: right;
    font: bold 15px/46px Verdana;
}
#match-bets.live-match div.head div.match-info div.home-team div.label,
#match-bets.live-match div.head div.match-info div.away-team div.label {
    vertical-align: middle;
    height: 23px;
    font: bold 12px/23px Verdana;
}
#match-bets.live-match div.head div.match-info div.home-team div.data,
#match-bets.live-match div.head div.match-info div.away-team div.data {
    height: 23px;
    font: bold 12px/23px Verdana;
}
#match-bets.live-match div.head div.match-info div.home-team div.data span,
#match-bets.live-match div.head div.match-info div.away-team div.data span{
    display: inline-block;
    height: 20px;
    width: 20px;
    padding-right: 4px;
    padding-left: 9px;
    font: bold 11px/20px Verdana;
    color: #000;
    text-align: left;
    background: 5px center no-repeat;
}
#match-bets.live-match div.head div.match-info div.home-team div.data span.yellow,
#match-bets.live-match div.head div.match-info div.away-team div.data span.yellow{
    padding-left: 7px;
    background: url('../../images/kiosk/sprite.png') -570px -350px;
}
#match-bets.live-match div.head div.match-info div.home-team div.data span.yellowred,
#match-bets.live-match div.head div.match-info div.away-team div.data span.yellowred{
    background: url('../../images/kiosk/sprite.png') -570px -380px;
}
#match-bets.live-match div.head div.match-info div.home-team div.data span.red,
#match-bets.live-match div.head div.match-info div.away-team div.data span.red{
    background: url('../../images/kiosk/sprite.png') -570px -330px;
}
#match-bets.live-match div.head div.match-info div.home-team div.data span.corner,
#match-bets.live-match div.head div.match-info div.away-team div.data span.corner{
    padding-left: 7px;
    background: url('../../images/kiosk/sprite.png') -570px -250px;
}

#match-bets div.head div.match-info div.neutral-ground {
    position: absolute;
    top: 0px;
    left: 1050px;
    width: 200px;
    text-align: right;
    font: bold 13px/46px Verdana;
}
#match-bets div.head div.match-info div.status {
    position: absolute;
    top: 0px;
    left: 750px;
    width: 100px;
    text-align: center;
    font: bold 12px/23px Verdana;
}

#match-bets div.content {
    position: relative;
}
#match-bets div.content div.markets {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}
#match-bets div.markets div.market-hidden {
    display: none;
}
#match-bets div.markets div.market-collapsed {
    display: none;
}
#match-bets div.markets div.market-out-of-view {
    visibility: hidden;
}
#match-bets div.markets div.market .special-hidden {
    display: none;
}
div.rows-hidden tr.row-hidden {
    display: none;
}
#match-bets div.markets div.mt-selected table.coupon {
    background-color: #ffee69;
}
#match-bets div.markets table.coupon {
    width: 500px;
    margin: 10px 0 10px 20px;
    background-color: #fff;
}
#match-bets div.markets div.list-market table.coupon {
    width: auto;
}
#match-bets div.markets table.coupon thead tr {
    background-color: #00adf0;
}
#match-bets div.markets table.coupon thead th {
    color: #fff;
    padding: 2px 8px;
}
#match-bets div.markets table.coupon tbody td {
    padding: 2px 4px;
}
#match-bets div.markets table.coupon td.competitor-1,
#match-bets div.markets table.coupon td.competitor-2 {
    width: 150px;
}
#match-bets div.markets table.coupon td.special {
    width: 120px;
    text-align: center;
    font: bold 13px Verdana;
}
#match-bets div.markets table.coupon tr.labels td {
    padding: 2px 16px;
    text-align: center;
}
#match-bets div.markets table.coupon tr td.label {
    width: 80px;
    text-align: right;
}
#match-bets div.markets div.list-market table.coupon tr td.label {
    padding: 3px 0 3px 25px;
}
#match-bets div.markets table.coupon td.competitor-1 {
    text-align: left;
}
#match-bets div.markets table.coupon td.competitor-2 {
    text-align: right;
}
#match-bets div.markets table.coupon thead tr th .header {
    position: relative;
    height: 15px;
    font: bold 12px/15px Verdana;
    text-align: center;
}
#match-bets div.markets table.coupon thead tr th .mincomb {
    position: absolute;
    height: 15px;
    font: 9px/15px Verdana;
    color: #22445a;
    width: 15px;
    top: -1px;
    left: 30px;
}

#match-group-content
{
    height: 100%;
    margin: auto;
    color: #333;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

#match-group-content >ul
{
    float: left;
    width: 210px;
    display: block;
    position: relative;
    top: 0;
    border: 1px solid #DDD;
    border-right-width: 0;
    margin: auto 0 !important;
    padding:0;
}

#match-group-content >ul >li
{
    width: 180px;
    list-style-type: none;
    display: block;
    /*! text-shadow: 0px 1px 1px #F2F1F0; */
    font-size: 1.11em;
    position: relative;
    border-right-width: 0;
    border-bottom: 1px solid #DDD;
    margin: auto;
    padding: 10px 15px !important;
    background: whiteSmoke; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */
    font: bold 12px/15px Verdana;
}

#match-group-content >ul >li.current
{
    color: #FFF;
    border-right: none;
    z-index: 10;
    background: #00adf0 !important;
    position: relative;
    font: bold 12px/15px Verdana;
}

#match-group-content >ul >li.first.current
{
    border-bottom: 1px solid #DDD;
}

#match-group-content >ul >li.last
{
    border-bottom: none;
}

#match-group-content >div.tab-content
{
    margin-left: 210px;
    border: 1px solid #ddd;
    background-color: #FFF;
    position: relative;
    z-index: 9;
    padding: 12px;
    display: none;
}

#match-group-content >div.tab-content.current
{
    border: 1px solid #00adf0;
    background-color: #00adf0;
    z-index: 9;
    padding: 10px;
    display: block;
 }

#match-group-content >div.tab-content >h4
{
    font-size: 1.2em;
    color: Black;
    text-shadow: 0px 1px 1px #F2F1F0;
    border-bottom: 1px dotted #EEEDED;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.betbuilder div.betbuilder-tab {
    box-sizing: border-box;
    /* background-color: #555; */
    cursor:pointer;
    text-align: left;
    width: 200px;
    height: 30px;
    border-left: 1px solid grey;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom:2px;
    color: #FFF;
    text-indent: 15px;
    font-weight: bold;
    color: #000;
    background: whiteSmoke;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
}

div.betbuilder div.betbuilder-tab.selected {
    background : #00adf0 !important;
    color: #FFF;
}

div.betbuilder div.betbuilder-tab span {
    color :#009bdf;
}

div.betbuilder div.betbuilder-tab.selected span {
     color: #FFF;
}


.betbuilder-cont.hidden {
    display:none;
}

.main-markets.hidden {
    display:none;
}

.betbuilder-cont {
    max-width: 1000px;
    margin-right: 20px;
    min-height: 650px;
}


.special-options .market-special-btn {
    width : auto;
    display:inline-block;
    /* position: relative; */
    width: 42px;
    /* height: 24px; */
    text-align: center;
    margin: 2px 2px;
    cursor: pointer;
    font: bold 11px/24px Verdana;
    color: #000;
    /* overflow: hidden; */
    background: url(../../images/kiosk/sprite.png) -350px -350px no-repeat;
}


.special-options .market-special-btn.selected {
    background: url(../../images/kiosk/sprite.png)-350px -300px;
}

.special-options .market-label {
     min-width: 145px;
     display:inline-block;
     text-align: left;
     text-indent: 20;
     /* vertical-align:  middle; */
     /* line-height: 0px; */
     /* top: 0px; */
     padding-right:10px
}
div.markets .player-markets table.coupon tr td.label {
    width: 200px !important;
    text-align: right;
}

div.markets  .player-markets table.coupon {
    min-width: 500px;
    margin: 10px 0 10px 20px;
    background-color: #fff;

}

tr.hidden {
    display:none;
}


div.markets table.coupon tr.player_market_row {
    width: 100%;
    colspan: 4;
    font-size: 14px;
    text-indent:5px;
    font-weight: bold;
    height: 32px;
    background: #444;
    border-radius: 3px;
    border: 1px solid #111;
    color: #fff;
}

#couponview table.coupon td.hasbetbuilder {
    padding-left: 2px;
    padding-right: 42px;
     background: url('../../images/online/newonline/bb.jpg') center center no-repeat;
}

#betbuilder-tab img.bb-new {
   height:12px;
   width:28px;
   margin-left:3px;
   margin-top:5px;
   vertical-align: top;
}


#outrightsview #outrights-content-modal {
    position: absolute;
    top: 110px;
    left: 600px;
    height: fit-content;
    overflow: auto;
 }

 #outrightsview #outrights-content-modal #outrights-content {
    width:100%;
    margin-left:0px;
    background-color: light-blue;
 }

#outrightsview #outrights-content-modal {
  display:none;
  position: fixed;
  z-index: 1;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

#outrightsview #outrights-content-modal {
  background-color: #0988ec;
  padding: 30px;
  border: 1px solid #888;
  max-height: 700px;
}

#outrightsview #outrights-content-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  top: 4px;
  position: absolute;
  right: 4px;
  color: #fff;
  height: 30px;
  width: 30px;
  background: red;
  border-radius: 7px;
  text-align: center;
  line-height: 30px;
}

#outrightsview #outrights-content-modal .close:hover,
#outrightsview #outrights-content-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#match-bets div.head div.match-info div.duration {
    position: absolute;
    top: 0px;
    right: 200px;
    width: 200px;
    text-align: right;
    color: #22445a;
    font: bolder 14px/46px Verdana;
}

.extra-details {
    color: #ffee69;
    font-weight: bolder;
}
#outrights-leagues .subcategory-pages {
    text-align: center;
    position: absolute;
    top: 254px;
}
#outrights-leagues .subcategory-outrights-previous-page {
    position: absolute;
    left: 426px;
    margin: 4px;
    width: 100px;
}
#outrights-leagues .subcategory-outrights-next-page{
    position: absolute;
    left: 654px;
    margin: 4px;
    width: 100px;
}
#outrights-leagues .subcategory-outrights-paging {
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 530px;
    margin: 4px;
    width: 120px;
    color: #fff;
}
#outrights-leagues .subcategory-pages .subcategory-outrights-previous-page button {
    text-align: left;
    width: 100%;
    height: 100%;
}
#outrights-leagues .subcategory-pages .subcategory-outrights-next-page button {
    text-align: right;
    width: 100%;
    height: 100%;
}

.special-options .market-special-btn {
    background: aliceblue;
    width: 155px;
    display:inline-block;
}

.special-options .market-special-btn.selected {
    background: #d8d752;
    width: 155px;
}

.special-options .market-label {
     min-width: 145px;
}
.bettypes {
    overflow-y : auto;
    height:99%;
}