#my_table {
	font: 14px/1.5 Verdana;
	color: #474747;
}

#table2 {
	font: 700 12px/12px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	text-decoration: none;
	border: none;
} 


table {
	border-collapse: collapse;
}

caption {
	font-size: 18px;
	color: #000050;
	font-weight: 700;
}

td {
	text-align: left;
	padding: 6px 4px;
	vertical-align: top;
}

th {
	text-align: left;
	padding: 6px 4px;
	vertical-align: top;
}

thead th {
	border: 1px solid #361;
	border-width: 1px 0;
	background: #ffffff;
	color: #474747;
	font-weight: bold;
}

tbody tr.even{
	background: #ffffff;
}

tbody tr.odd {
	background: #f3f3f3;
}

tbody tr.special {
	background: #aeb0af;
}

tbody tr.even:hover {
	background: #91a4c2;
}

tbody tr.odd:hover {
	background: #91a4c2;
}

tbody tr.special:hover {
	background: #91a4c2;
}

tbody td, tbody th {
	border-bottom: 1px solid #8AB9F2;
}

tbody tr.odd td, tbody tr.odd th tbody tr.even td,{
	border: #8AB9F2;
}

tbody tr:last-child td, tbody tr:last-child th {
	border: none;
}

tbody tr.even a {
	color: #474747;
}

tbody tr.odd a {
	color: #474747;
}

tbody tr.even a:hover {
	color: #474747;
}

tbody tr.odd a:hover {
	color: #474747;
}


tbody tr.even td + td + td + td a {
	background: url(graphics/down.png) 0 50% no-repeat;
}

tbody tr.odd td + td + td + td a {
	background: url(graphics/down.png) 0 50% no-repeat;
}


tbody td + td + td + td a { /* image replacement */
	display: block;
	width: 30px;
	height: 22px;
	padding: 0px;
	overflow: hidden;
	margin: 0 auto;
}

tbody td + td + td + td a:hover {
	border: none;
}

tbody td.lost {
	color: #666666;
	font-weight: 700;
}
tbody td.win {	
	color: #474747;
	font-weight: 700;
}


tbody td.home {color: #0000CC;}


.boost {
	text-decoration: underline;
	color: #474747;
	font-weight: 700;
}

tbody td.address{
	text-align: left;
	padding: 0px 0px;
	line-height: normal;
	border-bottom: none;
}

caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #0F387A;
	background-color: #adafae;
	line-height: 24px;
	text-indent: 5px;
}
