A.wtable_header
{
  background: none;
  color: #000080;

  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;

	text-align: center;
  text-decoration: none;
}

A.wtable_header:hover
{
  color: #FF8000;
	text-align: center;
}

A.wtable_link
{
  background: none;
  color: #000000;

  font-family: Tahoma;
  font-size: 11px;

  text-decoration: none;
}

A.wtable_link:hover
{
  color: #FF8000;
  text-decoration: none;
}

TD.wtable_title, TD.wtable_foot
{
  background: #AEAEAE;
  color:#FFFFFF;
  font-family: Tahoma;
  font-weight: bold;
  border: 1px #ECECEC solid;
  font-size: 15px;
  padding: 2px 8px;
  cursor: default;
  white-space: nowrap;
}

TD.wtable_foot
{
	padding: 0px;
	padding-right: 5px;
	text-align: right;
}

TD.wtable_body
{
  border: 1px #ECECEC solid;
}

TR.wtable_header_row
{
  color: #000080;
  background: #E0E0E0;

  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  text-align: center;

  white-space: nowrap;
  cursor: default;
}

TR.wtable_row, TR.wtable_row_on
{
  font-family: Tahoma;
  font-size: 11px;
  background: #F0F0F0;

  cursor: default;
}

TR.wtable_row_on
{
  color: #000080;
  background: #E0E0E0;
}

TD.wtable_cell
{
	padding: 2px 5px;	
  white-space: nowrap;
}