table.betHistory
{
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 570px;
	text-align: center;
}

table.betHistory td
{
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	background: #fff url('images/bet-history-bg.png') repeat-x;
}

table.betHistory td a
{
	display: block;
	color: #4091C4;
	text-decoration: none;
	font-weight: bold;
}

table.betHistory td a:hover
{
	text-decoration: underline;
}

table.betHistory th
{
	background: #beece6 url('images/bet-history-th.png') repeat-x;
	color: #009e8f;
}

table.betHistory .leftBorder {
	border-left: 1px solid #ccc;
}

.redCell
{
	color: #ff4800;
	font-weight: bold;
}

.greenCell
{
	color: #69ca00;
	font-weight: bold;
}

a.cancel-bet
{
	display: block;
	background: transparent url('images/cancel-bet.png') no-repeat 0 0;
	width: 15px;
	height: 15px;
	margin: 0 auto;
}

a.cancel-bet:hover
{
	background-position: 0 -15px;
}