/* standings.css */

DIV.standingstables,
/* .standingstable, */
.scorerstable
{
	margin-left: 2em;
}


.standingstable H2,
.scorerstable H2
{
	font-family: sans-serif;
	font-size: smaller;
	font-weight: bolder;
	color: white;
	padding: 0.2em 0.5em;
	margin-bottom: 2px;
	}

.standingstable,
.scorerstable 
{
	font-size: smaller;
}

TABLE.standingstable,
TABLE.scorerstable {
	border: 1px solid grey;
	}

TABLE.standingstable TD,
TABLE.scorerstable TD 
{
	height: 1.2em;
	vertical-align: middle;
}
	
.standingstable TH,
.scorerstable TH
{
	font-family: sans-serif;
	color: #330033;
	font-weight: bold;
	background: #EEEEEE;
	text-align: center;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.scorerstable TH	/* override above */
{
	text-align: left;
	padding-left: 0.5em;
}

.standingstable TD,
.scorerstable TD
{
	font-family: sans-serif;
	text-align: right;
	padding-right: 0.6em;
	padding-left: 0.6em;
}

.standingstable .tabledivheader,
.scorerstable .tabledivheader
{
	text-align: left;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.4em;
	color: white;
	font-weight: bolder;
	border-bottom: 1px solid #999;
}

.standingstable .teamhdr,
.standingstable .team
{
	text-align: left;
	padding: 0.2em 1.3em 0.2em 0em;
}

.standingstable .points
{
	padding-left: 0.6em;
	padding-right: 0.3em;
	text-align: right;
}

P.gotogames {
	font-family: sans-serif;
	font-size: smaller;
	padding-left: 1.0em;
	margin-top: -1em;
	margin-left: 0em;
	}


.scorerstable TH {
	padding: 0.2em 1.3em 0.2em 0.5em;
	}
	
.scorerstable .player,
.scorerstable .team,
.scorerstable .goals
{
	text-align: left;
	padding: 0.2em 1.3em 0.2em 0.5em;
}


.scorerstable .goals,	/* override above */
.scorerstable .goalsHdr
{
	text-align: right;
	padding: 0.2em 0.5em;
}

TABLE.scorerstable TD.otherplayers {
	font-style: italic;
	}


.graybottom {	/* can't but border on TR! */
	border-bottom: 2px solid #red;
	border-left: 2px solid #red;
}

.stableA, 
.stableB,
.stableC {
	border: 2px solid;
}
.stableA { border-color: #11e;}
.stableB { border-color: #063;}
.stableC { border-color: #f63;}

.standingsscorerstable {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	}

.standingsscorerstable TD {
	vertical-align: top;
	}