

            .stats-nav li {
                }
            .stats-nav li:hover,
            .stats-nav .selected {
                }
            .stats-nav li a {
                }

.stats-nav  {
    width: auto;
    height: 56px;
    padding-bottom: 4px;
}

.stats-nav,.stats-nav ul,.stats-nav ul li,.stats-nav ul li a,.stats-nav ul li input {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 10px;
    display: block;
    position: relative;
    font-family: Capriola, Helvetica, sans-serif;
}

.stats-nav.align-right {
  float: right;
}

.stats-nav.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}

.stats-nav.align-right ul li:first-child,
.stats-nav.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}

.stats-nav .bg-one,
.stats-nav .bg-two,
.stats-nav .bg-three,
.stats-nav .bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.stats-nav .bg-one {
  height: 10px;
  background: #f54a00;
}

.stats-nav .bg-two {
  height: 32px;
  z-index: 2;
}

.stats-nav .bg-three {
  bottom: 4px;
  height: 40px;
  z-index: 3;
  background: #f84c04;
  background: -moz-linear-gradient(top, #fb8250 0%, #f84c04 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb8250), color-stop(100%, #f84c04));
  background: -webkit-linear-gradient(top, #fb8250 0%, #f84c04 100%);
  background: -o-linear-gradient(top, #fb8250 0%, #f84c04 100%);
  background: -ms-linear-gradient(top, #fb8250 0%, #f84c04 100%);
  background: linear-gradient(to bottom, #fb8250 0%, #f84c04 100%);
}

.stats-nav .bg-four {
  bottom: 4px;
  height: 32px;
  z-index: 4;
}

.stats-nav ul {
  height: 59px;
}

.stats-nav ul li {
  float: left;
  margin-right: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 5;
}

.stats-nav ul li a {
  padding: 30px 20px 12px 20px;
  margin-bottom: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #FFFFFF;
  font-size: 15px;
  text-decoration: none;
}

.stats-nav ul li:first-child,
.stats-nav ul li:first-child > a {
  border-bottom-left-radius: 3px;
}

.stats-nav ul li:hover,
.stats-nav ul li.selected {
  background: #f54a00;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #f54a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9814d), color-stop(100%, #f54a00));
  background: -webkit-linear-gradient(top, #f9814d 0%, #f54a00 100%);
  background: -o-linear-gradient(top, #f9814d 0%, #f54a00 100%);
  background: -ms-linear-gradient(top, #f9814d 0%, #f54a00 100%);
  background: linear-gradient(to bottom, #f9814d 0%, #f54a00 100%);
}

.stats-nav ul li a:hover,
.stats-nav ul li.selected > a {
  color: #FFFFFF;
}
.stats-nav ul li:hover,.stats-nav ul li:selected {
    background: #f54a00;
    background: -moz-linear-gradient(top, #f9814d 0%, #f54a00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9814d), color-stop(100%, #f54a00));
    background: -webkit-linear-gradient(top, #f9814d 0%, #f54a00 100%);
    background: -o-linear-gradient(top, #f9814d 0%, #f54a00 100%);
    background: -ms-linear-gradient(top, #f9814d 0%, #f54a00 100%);
    background: linear-gradient(to bottom, #f9814d 0%, #f54a00 100%);
    }

.stats-nav-searchbox  {
    position:absolute;
    top:20px;
    right:0px;
    z-index:100;
    color:white;
}

.stats-nav-searchbox span {
    float:right;
}

.stats-selectors  {
    border:1px solid gray;
    border-radius:10px;
    table-layout:fixed;
    width:100%;
    padding:0px;
    margin-top:10px;
}
.stats-selectors  table {
  width:100%;
  padding:5px;
}

.stats-navprevnext {
  width:96%;
  margin:0px auto;
  margin-top:10px;
}
.stats-navprev {
  float:left;
  width:50px;
}
.stats-navnext {
  float:right;
  width:50px;
}

#my_dialog label,#my_dialog2 label {
  padding:10px;
}


