





/* accomodate page breaks - difficult to break on nested block level element in IE7 */
* html *
{
    display: inline;
}

*+html *
{
    display: inline;
}

body
{
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family:arial, helvetica, sans-serif, verdana;
    font-size: 12px;
}

#container,
#login-panel,
#primary-navigation-menu,
#bet-slip-loading,
#preference-options,
#bet-slip-header,
#tooltip,
#receipt-actions,
#betting-actions,
.bet-slip-total,
.table-header,
#site_name,
#receipt-message,
#footer,
#bet-slip-body #logged-out,
#bet-slip-body #preference-options,
#bet-slip-body #pre-game-selections-header,
#bet-slip-body #pre-game-container,
#bet-slip-body #pre-game-multiple-bet-options,
#bet-slip-body #pre-game-teaser-options,
#bet-slip-body #pre-game-exotic-bet-options
#bet-slip-body #confirm-selections,
#bet-slip-body #bet-slip-ads
{
    display: none;
}

#header
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    clear: both;
    display: block;
    width: 595px;
}

#header-title
{
    height: 126px;
    width: 100%;
    text-align: center;
    clear: both;
    display: block;
}

table
{
    border-collapse: collapse;
    border: 1px solid #d8d8d8;
    width: 595px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

*+html table 
{
    display: block;
}

table tr td
{
    border: 1px solid #d8d8d8;
}

#bet-slip-body tr.receipt-number-row td,
#bet-slip-body tr.receipt-selection-row td
{
    background-color: #d8d8d8;
    color: #000;
    font-weight: bold;
}

#bet-slip-body tr.receipt-stake-row td.stake
{
    width: 50%;
    text-align: right;
}

#bet-slip-body tr.receipt-stake-row td.to-win
{
    width: 50%;
    text-align: left;
}

#bet-slip-body .table-container *
{
    float: none;
}

#bet-slip-body .table-container 
{
    height: 100% !important;
}

#live-bet-slip-note 
{
    clear: both;
    margin-top: 20px;
    display: block;
    visibility: visible;
}

#betstatus 
{
    clear: both;
    margin-top: 20px;
    display: block;
}

#bsheader 
{
    font-weight: bold;
    float: none;
    display: block;
    clear: both;
}
