html,body {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#364152;
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}


table,td {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	color: #000000;
}


.matrixNames {
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-color: #7A7A7A;
}

.matrixGaps {
	border-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #7A7A7A;
}

.matrixWhite {
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #FFFFFF;
	cursor:pointer;
}

.matrixWhiteNL {
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #FFFFFF;
}

.title {
	font-weight: bold;
	font-size: 18px;
}

.redTitle {
	font-weight: bold;
	font-size: 18px;
	color: #006dad;
}

.whiteTitle {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}

.white {
	color: #000000;
}

.note {
	font-size: 10px;
}

.betDiv {
	display: block;
	background-color: FFFFFF;
	font-weight: bold;
	font-size: 18px;
	color: #01673F;
	text-align: center;
	width: 20px;
}

.sponsor {
	color: #01673F;
}

form { 
	width:100%; margin:0px; padding:0px; 
} 
	

A {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #F43131;
}

A:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #F43131;
}

A:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #F43131;
}


A.white {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

A.white:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFF00;
}

A.white:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFF00;
}


INPUT.standard
{
	border-style: inset;
	border-width:1px;
	padding: 1px;
	color:000000;
	border-color:006dad;
	background-color:EEEEEE;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

INPUT.submit
{
	border-style: outset;
	border-width:0px;
	color:FFFFFF;
	background-color:006dad;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	height:22px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/back_button.gif);
}

SELECT.standard
{
	border-style: inset;
	border-width:1px;
	padding: 1px;
	color:000000;
	border-color:006dad;
	background-color:EEEEEE;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

INPUT.stakeSelect
{
	border-style: outset;
	border-width:0px;
	padding: 2px;
	color:000000;
	background-color:FE9500;
	font-family: "Trebuchet MS", arial, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	width: 35px;
}


SELECT.submit
{
	border-width:1px;
	padding: 1px;
	color:000000;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

TEXTAREA.standard
{
	border-width:1px;
	padding: 1px;
	color:000000;
	background-color:EFFADB;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}


td.tdFlag {
	width: 29px;
	background-color:EAEBDC;
	text-align: center;
}

td.liveBet {
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

td.tdAbr {
	width: 28px;
	background-color:EAEBDC;
	color: #8D885E;
}

td.tdTime {
	width: 50px;
	background-color:FFE023;
	text-align: center;
	font-weight: bold;
}

td.tdHomeTeam {
	width: 180px;
	background-color:F4F4F4;
	text-align: right;
}

td.tdAwayTeam {
	width: 180px;
	background-color:EAEBDC;
}

td.tdHt {
	width: 30px;
	background-color:FEFAE3;
	text-align: center;
}

td.tdFt {
	width: 40px;
	background-color:FFFF99;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

td.tdScFt {
	background-color:D1CDAE;
	text-align: center;
}

td.tdStatus {
	width: 50px;
	text-align: center;
	font-weight: bold;
	color: FFFFFF;
}

td.tdScHt {
	background-color:D1CDAE;
	text-align: right;
}

td.tdScAt {
	background-color:D1CDAE;
}

.imageFlag {
	width: 21px;
	height: 14px;
}
