
html {
  background-color: #fcfaf8; !important
  background-image: url("http://consolidated-financial.com/sites/default/themes/bootstrap_apregan/images/bg-dark.png");
}

  body {
    background: none;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
  }

  header {
    display: none;
  }

  header img {
    display:none;
  }

    div#login {
      display:none;
    }

    a#homeLink {
      display:none;
    }

  div#menu {
    display: none;
  }

  div#content {
    border-radius: 0;
  }


  div#criteria {
    background-image: url("consolidatedFinancialBackground.png");
    background-position: -4px -82px;
    background-size: 972px;
    background-repeat: no-repeat;
  }

    div#criteria img {
      display:none;
    }


  table.data th {
    background: none;
    background-color: #e1ecf1;
  }


  table.data tr.odd td {
    background-color: #e7ecec;
  }

  table.data tr.odd td.sorted {
    background-color: #ffe695;
  }

  /*  .colCarrier { width:128px; }
    .colProduct { width:238px; }
    .colWithdrawals { width:190px;}*/

  table.data .colCommission {
    font-size: 90%;
  }

  div#dataFooter {
    display:none;
  }

  div#contentAreaFooter {
    display:none;
  }

  a.plus {
    display: none;
  }

span.aRatedOnly {
  display: none;
}

input.aRatedOnly {
  display: none;
}