/* standings.css */

h3 span {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	padding: 2px 6px;
	color: #333;
	font-family: sans-serif;
}

div.standingstables
{
	margin-left: 2em;
}

.standingstable,
.scorerstable 
{
	font-size: smaller;
	border: 1px solid #aaa;
	width: 100%;
	table-layout: auto;
}


.scorerstable.cleansheetstable {
	margin-left: 0;
}

/* want cleansheets tables uniform widith within this div */
.cleansheets { width: 25em; }	

.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 td,
.scorerstable td 
{
	height: 1.2em;
	vertical-align: middle;
	font-family: sans-serif;
	text-align: right;
	padding-right: 0.6em;
	padding-left: 0.6em;
}
	
.standingstable th,
.scorerstable th
{
	vertical-align: middle;
	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 for Goal Scorers table */
{
	text-align: left;
	padding-left: 0.5em;
/*	padding: 0.2em 1.3em 0.2em 0.5em; */
}


.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;
	}

p.gotogames img { vertical-align: middle; }

.scorerstable .player,
.scorerstable .team,
.scorerstable .goals
{
	text-align: left;
	padding: 0.2em 1.1em 0.2em 0.5em;
}


.scorerstable .goals,	/* override above */
.scorerstable .goalsHdr
{
	text-align: right;
	padding: 0.2em 0.5em 0.2em 0.1em;
	width: 4em;
}


td.otherplayers {
	font-style: italic;
	}

.stableA, 
.stableB,
.stableC {
	border: 1px solid;
}
.stableA { border-color: #11e;}
.stableB { border-color: #063;}
.stableC { border-color: #f63;}

.standingsscorerstable {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	}


/* .standingsscorerstable */ td.standings-cell,
/* .standingsscorerstable */ td.scorers-cell
{
	vertical-align: top;
	padding-bottom: 15px;
}


td.iesux {
	width: 15px;
	}
