table.livescore_list, table.livescore_list tr.sport {
    line-height: 25px;
    font-size: 13px;
}

table.livescore_list tr.tournament {
    line-height: 20px;
}

table.livescore_list td, table.livescore_list th {
}

table.livescore_list td {
    border-top: 1px solid #BADCFF
}

table.livescore_list span.winner {
    color: #E15A00;
    font-weight: bold;
}

table.livescore_list th {
    font-weight: bold;
}

table.livescore_list tr.sport {
    cursor: default;
}

table.livescore_list tr.sport th {
}

table.livescore_list tr.tournament {
    background-color: #434A57;
    cursor: default;
}

table.livescore_list td.score {
    width: 120px;
}

table.livescore_list td.status {
    width: 98px;
}

table.livescore_list td.time {
    width: 1%;
    padding: 0 10px 0 1px;
    white-space: nowrap;
}

table.livescore_list td.team {
    width: 306px;
}

table.livescore_list td.checked {
    padding: 0 5px 0 10px;
    width: 1%;
    white-space: nowrap;
}

table.livescore_list tr {
    cursor: pointer;
}

table.livescore_list tr.ended span.changed {
    color: #fff
}

table.livescore_list tr.hover {
    background-color: #FFB506;
    color: #000;
}

table.livescore_list tr.hover span.changed {
    color: #000
}

table.livescore_list td.quota, table.livescore_list th.quota {
    width: 35px;
    text-align: center;
}

div.livescore_make_bet {
    width: 16px;
    height: 16px;
    background: url('user/livescore/16_bet.png') no-repeat center;
    margin: auto;
}

.substitution {
    color: orange
}

/*table#livescore_score td, table#livescore_score th{padding: 0; border: 0;text-align: center;}*/
/*span.changed{color:#000;font-weight: bold; font-size: 120%; font-style: italic; text-decoration: underline;}*/
/*table#livescore_score th{font-weight: bold;}*/
/*table#livescore_score th.right-border{border-right: 1px dotted #5193D9;}*/

.sport-bg {
    background-color: #2171D2;
    float: left;
    width: 250px;
    font-style: italic;
    font-size: 120%
}

.sport-bg .bg-l {
    background: url("/r/i/sport-bg-r.gif") no-repeat right top;
}

.sport-bg .bg-r {
    background: url("/r/i/sport-bg-l.gif") no-repeat left top;
    padding: 0 10px 0 0
}

td.progress, td.mod, td.end {
    background: url('i/livescore/legend-progress.gif') no-repeat left center;
    padding-left: 20px;
    padding-right: 10px
}

td.mod {
    background-image: url('i/livescore/legend-modified.gif')
}

td.end {
    background-image: url('i/livescore/legend-ended.gif')
}

#legend .paginator-bottom {
    left: 0;
    top: 0;
    position: relative;
    width: auto;
}

#legend .paginator-bottom .blue_btn .bg-r {
    padding: 3px 17px 0
}

.livescore_filter .textbox input {
    width: 200px;
}

.livescore_filter select {
    height: 28px;
}

.livescore_filter td
{
    padding: 2px;
    text-align: left;
}

.actionButtons a {
    display: block;
    float: left;
    margin-right: 20px;
    background: #666;
    padding: 2px 5px
}

.actionButtons {
    margin: 10px 5px 0 5px
}

.actionButtons * {
    color: #000
}

.modSelector {
    position: relative;
    overflow: visible;
}

.modSelector .options {
    padding: 5px;
    z-index: 10002;
    background: #E8E8E7;
    color: #000;
    position: absolute;
    top: 0;
    width: 206px;
    border-radius: 5px;
    left: 0;
}

.modSelector .container {
    background: #E8E8E7 url("/r/i/bullet_down.jpg") no-repeat 95% center;
    color: #000;
    /*margin: 0 0 0 10px;*/
    line-height: 22px;
    padding: 2px 0;
    cursor: pointer;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
}

.modSelector .reset {
    background-color: #919190;
    padding: 2px 5px;
    margin-left: 5px;
    float: right;
    cursor: pointer;
    font-weight: bold;
    color: #fff
}