/*Tutti i diritti riservati */ 
#bet_history{
  /*background-color: #fff;*/
  min-height: 400px;
  
}
#bh_betslist {
  border-right: 1px solid #3324ea;
  font-size: 10px;
  height: 100%;
  width: 35%;
}
#bl_header {
  border-bottom: 1px solid #3324ea;
  float: left;
  min-height: 98px;
  height: 30%;
}
#bl_header li {
  float: left;
  padding: 5px 0;
  width: 50%;
}
#bl_header label {
  display: block;
  height: 10px;
  line-height: 10px;
  width: 100%;
}
#bl_header input{
  width:120px;
border: 1px solid #ccc;
}
#bl_cont {
  float: left;
  height: 70%;
  overflow: auto;
  padding: 5px 0;
  width: 100%;
}
#bl_cont table{
    width: 100%;
}
#bl_cont tr {
  height: 20px;
  line-height: 20px;
}
#bl_cont tr.highlight {
  background-color: #3324ea;
  color: #fff;
}
#bl_cont a {
  color: #3324ea;
}
#bl_cont tr.highlight a{
  color: #fff;
}
#bet_history h1 {
  color: #3324ea;
  font-size: 18px;
  margin-bottom: 0;
  height: 25px;
}

#bh_search{
  margin-top: 12px;
  margin-right:10px;
  float: right;  
  color: #fff;
}

#bh_reset{
  margin-top: 12px;  
  color: #fff;
}

#bh_options li a {
  color: #fff;
}

#bh_details {
  display: none;
  float: right;
  height: 100%;
  width: 64%;
}
#bh_error {
  display: none;
  float: right;
  height: 100%;
  width: 64%;
}
#bh_betdetails {
  border-top: 1px solid #3324ea;
  height: 83%;
  padding: 0;
}
#bh_systemdetails{
  height: 83%;
  padding: 0;
  overflow: auto;
}
#bd_content {
  height: 100%;
  overflow: auto;
  width: 100%;
}
#bd_content > table{
  padding-bottom: 2px;
  border-bottom: 1px dotted #3324ea;
}
#bd_content table {
  margin-bottom: 0;
  width: 100%;
}
#bd_content table caption {
  color: #3324ea;
  font-size: 16px;
  padding: 4px 0;
  text-align: left;
}
#bd_content table td {
  font-family: "Pathway Gothic One", "Arial";
  font-size: 14px;
  padding: 2px 0;
  text-indent: 10px;
  width: 25%;
}
#bh_options {
  border-top: 1px solid #223872;
  height: 10%;
  margin-top: 2px;
}
#bh_options li {
  display: inline-block;
  margin: 10px 5px;
}
#bh_options a.active {
  background: none repeat scroll 0 0 #3324ea;
  color: #fff;
}
.running {
    background-color: #EAEA2F;
    color: #000;
}
.winning{
  background-color: #50DC50;
}
.losing {
  background-color: #FF3232;
}
.canceled{
  background-color: #CCCCCC;
}
#bh_systemdetails  table {
  width: 100%;
}
#bh_systemdetails th, #bh_systemdetails td {
  border: 1px solid #3324ea;
  font-family: "Pathway Gothic One";
  font-size: 1em;
  font-weight: normal;
  padding: 1px;
  text-align: center;
}

#bl_cont td {
  text-align: center;
}

#bl_cont td a.current {
  color: ;
  text-decoration: underline;
}


/*
        "0" : 'running',
        "1" : 'winning',
        "2" : 'losing',
        "4" : 'canceled',
*/


