#dashboard {
    position: relative;
    width: 1280px;
    height: auto;
}


#dashboard #shops {
    width: 50%;
    height: auto;
    float: left;
}

#dashboard #slips {
    width: 50%;
    float: left;
    margin-left: -20px;
}
#dashboard #alerts {
    width: 50%;
    float: left;
    margin-left: -20px;
    height: 200px;
}

#dashboard #authorise_div{
    width: 50%;
    float: left;
    height: 200px;
    xoverflow: hidden;
}

#dashboard #kiosk_div{
    width: 50%;
    float: left;
    height: 50px;
    xoverflow: hidden;
}

div.border_bottom{
    border-top: 1px solid #999999;
    padding-bottom:2px;
    margin-left: -20px;
    width: 100%;
}

#bd{
    border-bottom: 0;
}
#doc input.auto-autocomplete-wide {
    width: 180px;
}

.breadcrumbs {
    display: none;
}
#footer{
    position:fixed;
    padding-top: 20px;
    padding-bottom: 20px;
    bottom:0;
    margin-bottom: 20px;
}

div#dashboard-alerts-table, div#dashboard-slips-table, div#day_sales{
    overflow: hidden;
    margin-bottom: 10px;
}
div#day_sales{
    overflow: auto;
}

#dashboard table.report td {
    font-size: 11px;
    font-family: Arial;
}
#dashboard table.report{
    margin-left: 2px;
    width: 640px;
}

#dashboard #slips table.betslips td.description,
#dashboard #slips table.betslips th.description{
    display: none;
}
#dashboard #alerts table.system-alerts td.message {

}
div.ellipsis{
    white-space: nowrap;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#dashboard #alerts table.system-alerts td.level {
    text-indent: -900px;
    padding-left: 20px;
}
#dashboard div.fit span.time-ext {
    display: none;
}
#dashboard div.fit table.report {
    width: 99%;
    margin: 0 auto;

}

div#slip-list{
    overflow: hidden;
}


#dashboard div.auth_table table.report td,
#dashboard div.auth_table table.report th,
#dashboard div.fit table.report td,
#dashboard div.fit table.report th {
    font: 12px Arial;
    padding: 1px 2px;
}
#dashboard table.betslips td div.slip-handle {
    font: bold 12px Verdana;
    height: 12px;
}

div.dashboard_titles{
    color: #FFFFFF;
    margin: 1px 2px;
    font-weight: bold;
    background-color: #0177C1;
    padding: 4px;
    width: 625px;
}

a.show_all_links:link { color: #ffffff; text-decoration: none;  }
a.show_all_links:visited { color: #ffffff; text-decoration: none; }
a.show_all_links:hover { color: #D6D6D6; text-decoration: none; }
a.show_all_links:active { color: #ffffff; text-decoration: none; }


#dashboard table tr.totals{  }

#dashboard #kiosk_div table.kiosks {
    width: 80%;
    margin: 0 auto;
}
#dashboard #kiosk_div table.kiosks td {
    padding: 2px 10px;
}

html>body div.tableContainer {
    overflow: hidden;
}



/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
tfoot.fixedHeader tr {
    position: relative
}

/* set tfoot element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body tfoot.fixedHeader tr {
    display: block
}

/* make the TH elements pretty */
tfoot.fixedHeader th {
    background: #C96;
    border-left: 1px solid #EB8;
    border-right: 1px solid #B74;
    border-top: 1px solid #EB8;
    font-weight: normal;
    padding: 4px 3px;
    text-align: left
}

/* make the A elements pretty. makes for nice clickable headers                */
tfoot.fixedHeader a, tfoot.fixedHeader a:link, tfoot.fixedHeader a:visited {
    color: #FFF;
    display: block;
    text-decoration: none;
    width: 100%
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
tfoot.fixedHeader a:hover {
    color: #FFF;
    display: block;
    text-decoration: underline;
    width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
    display: block;

    overflow: hidden;
    width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
    background: #FFF;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #CCC;
    border-top: 1px solid #DDD;
    padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
    background: #EEE;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #CCC;
    border-top: 1px solid #DDD;
    padding: 2px 3px 3px 4px
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tfoot.fixedHeader th {
    width: 200px
}

html>body tfoot.fixedHeader th + th {
    width: 240px
}

html>body tfoot.fixedHeader th + th + th {
    width: 316px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
    width: 200px
}

html>body tbody.scrollContent td + td {
    width: 240px
}

html>body tbody.scrollContent td + td + td {
    width: 300px
}


table.report tr.totals{
    
position: relative;
}

#authorise_div td {
    max-width: 150px;
    overflow:hidden;
    text-overflow:ellipsis;
}

div#day_sales td:first-child { 
    width: 35%;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:240px;
}