#statcontainer{
  margin:0 5%;
  font-size: 15px;
  line-height: 150%;
  color: #272727;
  font-family: "Arial", "Helvetica", "sans-serif";
  text-justify:distribute;
  letter-spacing:1px;
}
#stattabcontainer{
  margin:0;
  font-size: 15px;
  line-height: 150%;
  color: #272727;
  font-family: "Arial", "Helvetica", "sans-serif";
  text-justify:distribute;
  letter-spacing:1px;
}
#statheader {
  margin: 0;
}
#statheader h1 {
  color: #A31800;
  font-size:1.2em;
  margin: 0 0 -15px 20px;
}

/*-- tab --*/
#stattabs{
  overflow: hidden;
  border-bottom: 10px solid #E2E2E2;
  text-align:right;
}

#stattabs ul{
  margin:0;
  padding:0;
  font: normal 0.8em Verdana;
  list-style: none;
}

#stattabs li{
  display: inline;
  margin:0;
  padding:0;
}

#stattabs li a , #stattabs li a:visited{
  text-decoration: none;
  margin:4px -1px;
  padding:4px 8px;
  color: #272727;
  background: #E2E2E2;
  line-height:150%;
}


#stattabs li a:hover, #stattabs li.selected a{
  background: #333333;
  color: #F2F2F2;
  text-decoration: none;
}
.stattableline{
  background-color:#EB880E;
  color:#F2F2F2;
  line-height:180%;
}
.statrowline{border-top:2px solid #2D7DE5;}
.statstyle1{color: #FF0000;}
.statstyle2{border-bottom:2px dotted #5A95E2;}
