﻿.sports_full_event_list
{
    color: #FFCC66;
    font-weight: bold;
}
.sports_event_header
{
    padding: 5px;
    white-space: nowrap;
    text-transform: none;
    color: #FFFFFF;
}
.sports_event_list
{
    padding: 5px 5px 20px 5px;
    background-color: #f0f0f0;
}
.sports_event_group
{
    margin: 10px 5px 5px 5px;
    font-weight: bold;
}
.sports_event
{
    margin-bottom: 5px;
    margin-left: 20px;
}
.sports_event_link
{
    color: #2080c0;
    font-weight: bold;
}
.sports_bet_cell
{
    padding: 2px;
    border: 1px solid #dcdcdc;
    background-color: #FaFaFF;
    color: #555555;
    font-weight: bold;
    vertical-align: top;
    font-size: 12px;
}
.sports_bet_col_prc
{
    padding: 2px;
    border: 1px solid #dcdcdc;
    background-color: #FaFaFF;
    color: #2080c0;
    font-weight: bold;
    text-align: right;
    font-size: 11px;
}
.sports_bet_col_btn
{
    border: 1px solid #dcdcdc;
    background-color: #f0f0f0;
}
.sports_sml_btn
{
    color: #2080c0;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}
.sports_payout
{
    border-collapse: collapse;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dcdcdc;
    margin-top: 2px;
}
.sports_payout_cell
{
    background: url('../_images/sports_row.gif') top left repeat-x;
    color: #333333;
    font-weight: bold;
    height: 29px;
    padding-right: 5px;
    padding-left: 5px;
}
.sports_payout_cell2
{
    background: url('../_images/sports_row.gif') top left repeat-x;
    color: #2080c0;
    font-weight: bold;
    height: 29px;
    padding-right: 5px;
    padding-left: 5px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #dcdcdc;
}
.sports_ticket_no
{
    color: #0000CC;
    font-weight: bold;
}
.sports_amt
{
    background: url('../_images/hinput1.jpg') top left no-repeat;
    width: 90px;
    font-weight: bold;
    color: black;
}
.sports_validate
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFE0B0;
    color: #FF0000;
    border-style: dotted;
    border-width: 1px;
    padding: 2px 4px 2px 4px;
    display: block;
    position: relative;
    top: 10px;
    left: 10px;
}
.sports_confirmed
{
    border: 1px dotted #0066CC;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    padding: 2px 4px 2px 4px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}
.sports_warning
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFE0B0;
    color: #FF0000;
    border-style: dotted;
    border-width: 1px;
    padding: 2px 4px 2px 4px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}
.sports_wait
{
    padding: 5px 10px 5px 10px;
    border: 1px dotted #666666;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFE0A0;
    color: #333333;
    font-size: 14px;
}
.sports_FfCell
{
    padding: 0px;
    border-width: 1px;
    border-style: none solid none none;
    background: url('../_images/sports_row.gif') top left repeat-x;
    font-weight: bold;
    height: 29px;
    border-right-color: #E0E0E0;
}
.sports_FfCell .cat
{
    padding: 7px 5px 5px 5px;
}
.sports_FfCell .game
{
    padding: 7px 5px 5px 30px;
}
.sports_FfCell .selection
{
    padding: 7px 5px 5px 55px;
    float: left;
}
.sports_FfCell .price
{
    border-style: none;
    border-width: 1px;
    padding: 7px 5px 5px 10px;
    float: right;
    border-left-color: #e0e0e0;
    width: 110px;
    text-align: right;
}
.sports_FfCell .yellow
{
    color: #bba003;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 10px;
    font-size: 10px;
}
.sports_Button
{
    padding: 1px;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #a0a0a0;
    background-color: #e0e0e0;
    color: #404040;
    font-family: Arial;
    cursor: hand;
    width: 60px;
    height: 20px;
    text-align: center;
}
.sports_Wanning
{
    border: 1px dotted #FF3300;
    padding: 4px;
    margin-bottom: 2px;
    font-weight: bold;
    background-color: #FFEAC0;
    color: #000000;
    text-align: justify;
}




.modalDialog
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px;
    left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 500px;
    left: 50%;
    top: 50%;
    z-index: 750;
    font-size: 14px;
}
.modal
{
    background-color: white;
    border: 1px outset #FFFFFF;
    position: relative;
    top: -220px;
    left: -250px;
    z-index: 1000;
    width: 500px;
    padding: 0px;
}
.modalTop
{
    width: 500px;
    height: 34px;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: url('../_images/grey_bg.gif') center repeat-x;
    vertical-align: middle;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    margin: auto;
    padding: 10px;
    text-align: center;
}
.modalContentCenter
{
    padding: 3px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
}
.modalButtonArea
{
    padding: 3px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.modalHidden
{
    display: none;
}
.singleLineTable
{
    border-collapse: collapse;
    display: inline-table;
}

.sports_bet_cell_alt
{
    padding: 2px;
    border: 1px solid #dcdcdc;
    background-color: #eaeaea;
    color: #555555;
    font-weight: bold;
    vertical-align: top;
    font-size: 12px;
}
.sports_hiLightedText
{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 5px;
}