/* Contact page has no menu so override the content margin to take over
 * the menu's space.
 */
#Content
{
	margin				: 0 10px 50px 10px;
}

table.sbstats
{
	table-layout		: fixed;
	border-collapse		: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	border-style		: solid;
	border-width		: 3px;
	border-color		: green;
	margin-left			: auto;
	margin-right		: auto;
}

table.sbstats th
{
	border-style		: solid;
	border-width		: 0 1px 3px 1px;
	border-color		: green;
	padding				: 1px 0 0 5px;
	background-color	: lime;
}

table.sbstats td
{
	border-style		: solid;
	border-width		: 1px;
	border-color		: green;
	padding				: 1px 0 0 5px;
}

table.sbstats th.name
{
	width				: 12em;
}

table.sbstats th.games
{
	width				: 4.5em;
}

table.sbstats th.atbats
{
	width				: 3em;
}

table.sbstats th.hits
{
	width				: 3em;
}

table.sbstats th.singles
{
	width				: 3em;
}

table.sbstats th.doubles
{
	width				: 3em;
}

table.sbstats th.triples
{
	width				: 3em;
}

table.sbstats th.homeruns
{
	width				: 3em;
}

table.sbstats th.walks
{
	width				: 3em;
}

table.sbstats th.strikeouts
{
	width				: 3em;
}

table.sbstats th.sacrifices
{
	width				: 3em;
}

table.sbstats th.battingavg
{
	width				: 5em;
}

table.sbstats th.sluggingpct
{
	width				: 5.5em;
}

table.sbstats th.rbis
{
	width				: 4em;
}

table.sbstats th.runsscored
{
	width				: 4em;
}
