@charset "utf-8";
/* CSS Document for the Fixtures and Results iFrame on the Homepage only */

body {
	background: #072029;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #E2E3EA;
}

table#fixt-res {
	width: 300px;
	border: none;
	text-align: center;
	font-size: 0.75em;
}

table#fixt-res th {
	height: 40px;
	padding-bottom: 14px;
	width: 16%;
}

.lalign {
	text-align: left;
	padding-left: 13px;
	width: 52%;
}

table#fixt-res td {
	border-bottom: 1px dotted #333333;
	height: 20px;
}

table#fixt-res a {
	display: none;
}

table#fixt-res span.show a {
	display: inherit;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

table#fixt-res td a:hover {
	color: #FFFF00;
}


