
/* TABLE */
table.current_games {
  width: 100%;
}

table.current_games th {
  font-style: oblique;
  color: #666;
  padding: 3px 5px;
  font-size: 77%;
  background: #EFEFEF;
  border-bottom: 1px solid #CCC;
}

table.current_games td {
  padding: 3px 5px;
  font-size: 83%;
  border-bottom: 1px solid #EFEFEF;
}

table.current_games td.right,
table.current_games th.right {
  text-align: right;
}

a.btn_play_now_sm {
  display: block;
  float: right;
  width: 70px;
  height: 18px;
  background: url("images/btn_play_now_sm.png");
}

a.btn_play_now_sm:hover {
  background-position: -70px;
}

div.dhtml_earn_tickets {
  margin-top: 15px;
  text-align: center;
}

a.btn_earn_tickets_dhtml {
  display: block;
  width: 244px;
  height: 36px;
  background: url("images/btn_earn_tickets.png");
  margin: 0 auto;
}

a.btn_earn_tickets_dhtml:hover {
  background-position: -244px;
}