body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	behavior:url("/soccersys/css/csshover.htc");
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td.conf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

tr.nonconf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}

td.nonconf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}

td.ca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
        background-color: #FF0000;
}

td.canc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
        background-color: #FF0000;
        font-style: italic;
}

td.pp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
        background-color: #FFFF00;
}

td.ppnc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
        background-color: #FFFF00;
        font-style: italic;
}

td.rain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #00FF00;
}

td.rainnc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #00FF00;
	font-style: italic;
}

td.team {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th.div {
	font-family: Arial, Helvetica, sans-serif;
	/* background-color: #CCFF99; */
	background-color: #000066;
	color: #ffffff;
	font-size: 12pt;
}

th.field {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
	font-size: 10pt;
}

table.results {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	border-collapse: collapse;
}

.results th {
	border: 1px solid #CCCCCC;
}

.results td {
	border: 1px solid #CCCCCC;
}

table.legend {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.legend th {
	border: 0px none;
}

.legend td {
	border: 0px none;
}

/* Retrofit of CSS */
table.sitestd {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.sitestd td {
	border-bottom: 1px solid #e5e5e5;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
}
table.sitestd th {
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
}
table.sitestd td.noqual {
	color: #FF0000;
	font-weight: bolder;
}
table.sitestd td.incr {
	text-align: center;
	font-weight: bolder;
	border-right: 1px solid #e5e5e5;
}
table.sitestd tr.title {
	text-align: center;
}
table.sitestd tr.phead {
/*	background-color: #660099; */
	background-color: #000066;
	color: #FFFFFF;
}
table.sitestd tr.head {
	background-color: #3300CC;
	color: #FFFFFF;
}
table.sitestd tr.head a {
	color: #FFFFFF;
}
table.sitestd tr.row0 {
	background-color: #F5F5F5;
}
table.sitestd tr.row1 {
	background-color: #FFF;
}
table.sitestd tr.row0:hover {
	background-color: #000033;
	color: #FFFFFF;
}
table.sitestd tr.row1:hover {
	background-color: #000033;
	color: #FFFFFF;
}
table.sitestd tr.row0:hover a {
	color: #FFFFFF;
}
table.sitestd tr.row1:hover a {
	color: #FFFFFF;
}
table.sitestd tr.row0c {
	background-color: #F5F5F5;
	text-align: center;
}
table.sitestd tr.row1c {
	background-color: #FFF;
	text-align: center;
}
table.sitestd tr.row0c:hover {
	background-color: #000033;
	color: #FFFFFF;
}
table.sitestd tr.row1c:hover {
	background-color: #000033;
	color: #FFFFFF;
}
table.sitestd tr.row0c:hover a {
	color: #FFFFFF;
}
table.sitestd tr.row1c:hover a {
	color: #FFFFFF;
}
table.menu {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.menu td {
	border: 1px solid #e5e5e5;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	color: #FFFFFF;
	background-color: #0000cd;
}
table.menu td.active {
        background-color: #FFFFFF;
}
table.menu td.active a {
        color: #000033;
}
table.menu tr {
	text-align: center;
}
table.menu td a {
	color: #FFFFFF;
	text-decoration: none;
}
table.menu td:hover {
	background-color: #FFFFFF;
	color: #000033;
}
table.menu td:hover a {
	color: #000033;
	text-decoration: none;
}

