.bask_table
{
  font-size: 11px;
  width: 100%;
}

.bask_table th
{
  font-weight: bold;
  padding: 2px;
  text-align: center;
  background-color: #be1210;
  color: #ffffff;
}

.bask_table td
{
  padding: 2px;
}

.bask_table a
{
  color: inherit;
  text-decoration:none;
}

.bask_table a:hover
{
  text-decoration:underline;
}

.bask_table .tr_even
{
  background-color: #eeeeee;
}
