body {
  background: #eee;
  color: #999;
  font-family: Arial;
  margin: 0;
  padding: 0;
}

a, a:visited {
  color: #999;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

#cendru {
  background: #eee;
  box-shadow: inset 0px -2px 3px #BBB;
  height: 23px;
  min-width: 1275px;
  padding: 2px;
}

.label {

}

.boxline {
  display: inline;
}

.boxleft {
  float: left;
  width: 900px;
}

.boxright {
  width: 300px;
}

#page {
  background: #f1f3f6;
  min-width: 1275px;
  padding: 0 20px;
}

#footer {
  clear: both;
  font-size: 11px;
  text-align: center;
}

#cl-message {
  float: right;
  margin-right: 25px;
}

#logo {

}

#box1 {

}

#box3 {
  padding-bottom: 100px;
}

#pseudotable {
  max-height: 300px;
  overflow: auto;
  width: 335px;
}

#box4 {
  margin-top: 40px;
}

#box4 table {
  font-size: 12px;
}

#box4 td {
  border: 1px solid #fff;
  padding: 2px;
}

#box4 tr {
  background: #efefef;
}

#box4 tr.odd {
  background: #dedede;
}

#box4 th {
  background: #757575;

  color: #fff;
}

#box5 {
  font-size: 90%;
}

#box3 #tabs {
  background: none;
  border: none;
}

#box3 ul {
  background: none;
  border: none;
  border-bottom: 1px solid #CCC;
  border-radius: 0;
}

#box3 li a {
  border-radius: 0;
  font-size: 15px;
  padding: 2px 15px;
 
}

.dygraph-label {
  font-weight: normal;
  font-size: 20px;
}

.small-text {
  font-size: 11px;
  text-align: center;
}

#box4 tr.reallevel {
  color: #448306;
}

#box4 tr.forecast {
  background: #ddd;
  color: #400080;
  font-weight: bold;
}

#box4 td {
  text-align: center;
}

.table-time {
  width: 100px;
}

.table-level {
  width: 100px;
}

.table-volume {
  width: 100px;
}

#history-page {
  margin: 0 auto;
  width: 1000px;
}

.box-history {
  width: auto;
}

#history-page #box3 {
  padding-bottom: 20px;
}

#history-page #box3 h2 {
  font-size: 18px;
  text-align: center;
}

#history-page #box3 h3 {
  font-size: 13px;
  text-align: center;
}

#timeline {
  border: 1px solid #ddd;
  position: absolute;
  font-size: 12px;
  right: 20px;

}

#timeline li {
  border-bottom: dashed 1px #ddd;
  list-style-type: none;

}

#timeline a {
  display: block;
  padding: 5px 3px;
  text-decoration: none;
}

#timeline a:hover {
  background: #ccc;
}

#timeline li a {
  font-size: 9px;
  padding: 2px 14px;
}

.tabs {
  margin-top: 40px;
}

#tabs-time {

}