body {
    color: #333;
    font-size: 11px;
    padding: 0;
    z-index: 100;
    background: url(/images/whitelabel/willhillsportsbookBG.jpg);
    font-family: Arial, Helvetica, sans-serif;
}

.bg {
    width: 100%;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}

#main-body{
    padding-top :10px
}

#main{
    background: white;
}

#match-nav {
    background: white;
}

table.match-nav {
    border: 0px;
}

table.match-nav td {
    padding: 5px;
    border: 0px;
}

table.match-nav tr th {
    border:medium none;
    border-spacing:0 2px;
    color:#000000;
    margin:0;
    border-top: 2pt solid #01527D;
    color: #000;
    background: #EBF7FC bottom left  repeat-x;
    border-bottom: 1px solid #85cdeb;
    margin-bottom: 1px;
}

table.match-nav tr.match:hover, table.match-nav tr.match:hover td {
    background: #6aaacf;
    cursor: pointer;
}

.other-fixtures {
     border:medium none;
     border-spacing:0 2px;
     color:#000000;
     margin:0;
     border-top: 2pt solid #01527D;
     color: #000;
     background: #EBF7FC bottom left  repeat-x;
     border-bottom: 1px solid #85cdeb;   
     padding: 5px;
     margin-bottom: 40px;
}

.scoreboard td.score-cell{
    width: 60px;
}

.form th{
    border: 0px solid;
    padding: 5px;
    width: 20%;
    text-align: center;
}

.form td{
    border: 0px;
    padding: 5px;
    width: 20%;
}

#all-matches tr:hover, #all-matches tr:hover td {
    background: #6aaacf;
    cursor: pointer;
}

.all-matches td {
    border: 0px;
    padding: 5px;
    width: 30%;
}

td.all-matches-status  {
    border: 0px;
    padding: 5px;
    width: 10%;
    text-align: left;
}

.head-to-head tr th{ 
    border: 0px;
}

.head-to-head td{
    border: 0px;
    padding: 5px;
    width: 20%;
    text-align: center;
}

.livestats tr th{ 
    border: 0px;
}

.livestats td{
    width: 33%;
    text-align: center;
    border: 1px solid #01527D; 
    padding: 5px;
}

table tr th.header {
    border:medium none;
    border-spacing:0 2px;
    color:#000000;
    margin:0;
    border-top: 2pt solid #01527D;
    color: #000;
    background: #EBF7FC bottom left  repeat-x;
    border-bottom: 1px solid #85cdeb;
    margin-bottom: 1px;
}

.scoreboard td{
    border: 1px solid #01527D; 
    padding: 5px;
}

table tr.rowodd,  table tr.rowodd td{
    background-color: #ecf7fa;
}

.unselectedtab {
 color: white;   
 background-color: #015a88;
 
 -moz-border-radius-topleft:2ex;
 -moz-border-radius-topright:2ex;
 -webkit-border-top-left-radius:2ex;
 -webkit-border-top-right-radius:2ex;
}

.selectedtab {
  background-color: white;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;

  -moz-border-radius-topleft:2ex;
  -moz-border-radius-topright:2ex;
  -webkit-border-top-left-radius:2ex;
  -webkit-border-top-right-radius:2ex;   
}

#all-matches{
    background: white;
    height:800px; 
    overflow:auto;
    border-top: 0px;
    margin-top: 0px;
}

#all-matches-curvybit {
    background: white;
    
    -moz-border-radius-topleft:3ex;
    -moz-border-radius-topright:3ex;
    -webkit-border-top-left-radius:3ex;
    -webkit-border-top-right-radius:3ex;
        
    margin-bottom: 0px;
    height: 10px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.bet-button, .scoreboard td.bet-button {
    background: url(/images/whitelabel/willhillbutton.gif) no-repeat;
    background-size: 100%;
    width: 53px;
    padding: 0px;
    font-weight: bold;
    text-align: center;
}

.bet-button:hover, .scoreboard td.bet-button:hover  {
    color: white;
    background: #6aaacf url(/images/whitelabel/willhillbuttonhover.jpg) no-repeat;
    cursor:pointer;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -6em;
}

.footer {
    height: 4em;
    text-align: center;
    background: url(/images/willhill/headerBG.png);
    color:white;
    margin-top: 1em;
    padding-top: 1.2em;
    font-size: 9px;
    padding-bottom: 1.2em;
}

.push {
    height: 6em;
    text-align: center;
    color:white;
}

.footer, .push {
    clear: both;
}

