table#all{
  width: 788px;
  background-color: #fff;
  border: 1px solid #339;
}

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 19px;
}

.texthead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #339;
  line-height: 22px;
}

.link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #339;
  line-height: 19px;
  text-decoration: none;
}

a:hover {
  font-size: 12px;
  line-height: 12px;
  text-decoration: underline;
}

a:link {
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

a:visited {
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

a:active {
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

#graph_table {
  width: 520px;
  margin-top: 10px;
  margin-left: 10px;
  border-color: #abe;
  border-width: 0px 3px 1px;
  border-style: solid;
}

#graph_title {
  background-color: #abe;
  width: 520px;
  height: auto;
  font-family: 'Trebuche MS', 'Tahoma MS', 'arial', 'sans-serif';
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  vertical-align: 50%;
  text-indent: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #339;
}

#graph {
  background: url("graph/home_grid.png") 0px 0px repeat-y;
  width: 520px;
  height: 210px;
  font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
  margin-top: 0px;
  padding-bottom: 10px;
}

#graph_head {
  background: url("graph/grid_head.png") 0px 0px repeat-x;
  width: 520px;
  height: 19px;
  padding-top: 19px;
}

#bars {
  width: 420px;
  float: left;
}

#bar a:hover {
  color: #fff;
  text-decoration: none;
}

#bar a:link {
  color: #fff;
  text-decoration: none;
}

#bar a:visited {
  color: #fff;
  text-decoration: none;
}

#bar a:active {
  color: #fff;
  text-decoration: none;
}

.bar {
  background-image: url("graph/bar.png");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding-top: 3px;
  padding-left: 10px;
  margin-bottom: 10px;
  float: left;
  text-align: left;
}

.bar a:hover {
  text-decoration: none;
  color: #fff;
}

.tip {
  background-image: url("graph/tip.png");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  width: 3px;
  height: 25px;
  display: block;
  float: left;
}

.clear {
  clear: both;
}

.description {
  color: #333;
  font-size: 10px;
  line-height: 12px;
  padding: 0px 0px 3px 10px;
  clear: both;
}

#details {
  width: 100px;
  color: #000;
  font-size: 11px;
  line-height: 14px;
  padding: 5px;
  margin-top: 0px;
  overflow: hidden;
  text-align: left;
  float: right;
}

#graph_footer {
  background: #d9b;
  height: 15px;
  font-family: "Trebuchet MS", "Trebuchet", "Arial", "Verdana", "sans-serif";
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  padding-top: 5px;
}

#graph_footer a:hover {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  text-decoration: none;
}

#graph_footer a:link {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  text-decoration: none;
}

#graph_footer a:visited {
  color: #fff;
  text-decoration: none;
}

#graph_footer a:active {
  color: #fff;
  text-decoration: underline;
}