table.webstats {

}

table.webstats td {

}

table.webstats td.menutab {
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  text-align: center;
  padding: 3px;
}

table.webstats td.menutab a {
  text-decoration: none;
}

table.webstats td.menutabselected {
  background-color: #eeeeee;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 0px;
  text-align: center;
  padding: 3px;
}

table.webstats td.menutabselected a {
  font-weight: bold;
  text-decoration: none;
}

table.webstats td.menutabright {
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}


table.webstats td.container {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: #eeeeee;
}


table.graphcontainer td {
  background-color: #dddddd;
}

table.graphcontainer td.axisleft {
  background-color: #ccccff;
}

table.graphcontainer td.axisright {
  background-color: #ccccff;
  text-align: right;
}

table.graphcontainer td.axisbottom {
  background-color: #ccccff;
  text-align: center;
  font-size: 7pt;
}

table.graphcontainer td.axisbottomtitle {
  background-color: #ccccff;
  font-weight: bold;
}

table.graphcontainer td.axisbottomtitleright {
  background-color: #ccccff;
  font-weight: bold;
  text-align: right;
}

table.graphcontainer td.axistoptitle {
  background-color: #ccccff;
  font-weight: bold;
}


table.graph {

}

table.graph td {
  background-color: #ffffff;
}

table.graph td.graphbg {
  background-color: #ddddff;
}

table.graph td.graph {
  background-color: #666699;
}


