




body
{
  font-family:Trebuchet MS;
  font-size:75%;
  color:#000000;
  background-color: #f0f2f4;
}

td
{
  font-family:Trebuchet MS;
  font-size:0.8em;
  color:#000000;
}

th
{
  font-family:Trebuchet MS;
  font-size:0.8em;
  color:#27292a;
  font-weight: bold;
  text-align: left;
  background-color:#000000;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom:1px solid #767b7f;
  border-right:1px solid #767b7f;
  padding-right:10px;
  background-image:url(../images/th_bg.gif);
  background-position: center;
}

th.right {
  text-align: right;
}

.imgcol {
  width: 20px;
  text-align: center;
}


.row
{
  border-bottom:1px solid #c4d2e0;
  border-left:1px dashed #c4d2e0;
  padding-right:10px;
}

.rightborder {
  border-right: 1px dashed #7fc1ff;
}

.rowodd
{
  background-color:#ffffff;
}

.roweven
{
  background-color:#f3f6f9;
}


a, a:hover
{
  text-decoration:none;
  color:#000000;
}

