@charset "utf-8";
.subs th {
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Images/soccer_bg02.gif);
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../Images/soccer_bg02.gif);
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding-right: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h2 {
	font-size: 24px;
	color: #FF0000;
}
h3 {
	font-size: 16px;
	font-style: italic;
	color: #000000;
}
h4 {
	color: #FF0000;
}
.prizes {
	font-style: italic;
	border-collapse: collapse;
}
.altrow {
	background-color: #CCCCCC;
}
.altcol {
	background-color: #CCCCCC;
}
.evenaltcol {
	background-color: #CCCCCC;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
h1 {

}


.prizes th {
	color: #FFFFFF;
	background-color: #FF0000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	text-align: center;
}
.prizes td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px solid #999999;
}
.subs {
	font-size: 12px;
	border-collapse: collapse;
}
.redrow {
	color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.subs td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: center;
	border: 1px solid #999999;
}
.winnings {
	font-size: 10px;
}
.evencol {
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.winnings th {
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.winnings td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #999999;
	text-align: center;
}
.highlight {
	background-color: #FFFF00;
	text-align: center;
}
.lgetab {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
.lgetab th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.lgetab td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #999999;
}
.players {
	border-collapse: collapse;
}
.players th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.players td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #999999;
}
.playersnew {
	color: #FF0000;
}
.playersold {
	color: #CCCCCC;
}
.teams {
	font-size: 12px;
	border-collapse: collapse;
}

.teams th {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.teams td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #999999;
}
.floatleft {
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatright {
	float: right;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tables {
	border-collapse: collapse;
	font-size: 11px;
}
.tables th {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.tables td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #999999;
}
.points {
	font-size: 11px;
	border-collapse: collapse;
}
.points th {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: left;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.points td {
	padding: 2px;
	border: 1px solid #999999;
}
.rowleft {
	text-align: left;
}
.redline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.blackline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.debtors {
	font-weight: bold;
	color: #FF0000;
}
.owes {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}
