#header
{
	background: red;
	font: 9px Arial, Helvetica, sans-serif;
	color: white;
	border: 0;
	/* border-bottom: 1px dotted white;
	border-top: 10px solid #B22222;  */
	margin: 0; /*  150px 150px;  */
	text-align: left;
	height: 56px;
	width: auto;
}

#header a
{
	/* display: none;  */
	color: White;
	text-decoration: none;
}

#header a:hover
{
	/* display: none;  */
	color: black;
}

#sitenav
{
	/* float: left; */
	position: absolute;
	left: 0;
	/*  top: 0; */
	margin: 0;
	padding: 0 25px 25px 25px;
	/* add more to this background rule */
	background: silver;
	/* border: 0;
	border-top: 10px solid #b22222;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;  */
	width: 151px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100px;  /*Actual value for conformant browsers */	
}
html>#sitenav
{
	width: 100px  /* Be nice to Opera  */
}

#primarycontent
{
	border: 0;
	/* border-top: 10px solid #bdcdbd;  */
	padding: 20px;
	text-align: justify;
	background: silver;
	margin: 10px;
	margin-left: 150px;
	margin-right: 150px;
	/* width: auto;  */
}

#primarycontent h2
{
	position: relative;
	background: silver;
	padding: 10px;
	margin: 15px 0 1.5px;
	border: 0;
	font: 15px/1.5 Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

#primarycontent h3
{
	margin: 5px 0 1.5px;
	color: white;
	font: 9px/1.5 Arial, Helvetica, sans-serif;
}

#primarycontent h4
{
	margin: 5px 0 1.5px;
	color: black;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
}

#primarycontent a, #resultslist a, .MRText a
{
	color: black;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

#primarycontent a:hover, #resultslist a:hover, .MRText a:hover
{
	color: white;
	/* font-style: italic;
	font-weight: bold; */
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#primarycontent .FigureL {
	float: left;
	margin: .5em 0 10px 20px;
	padding: 2px;
	background: black;
	color: white;
	text-align: center;
	font: 10px/1.5 Arial, Helvetica, sans-serif;
}

#primarycontent .FigureR {
	float: right;
	margin: .5em 0 10px 20px;
	background: black;
	color: white;
	text-align: center;
	font: 10px/1.5 Arial, Helvetica, sans-serif;
}

#primarycontent img.fig {
	/* border-color: #ccc;
	border-width: 1px;
	border-style: solid; */
	padding: 5px;
}

#bff
{
	margin: 0;
	border: 0;
	padding: 15px 25px;
	width: 550px;  /* False value for IE4-5.x/Win  */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 500px  /* Actual value for conformant browsers  */
}
html>#bff
{
	width: 500px;  /* Be nice to Opera  */
}

p
{
	margin-top: 0;
	margin-bottom: 1em;
	font: 11px/1.5 Arial, Helvetica, sans-serif;
}

#sitenav ul
{
	list-style: none;
	padding: 0;
	margin: 15px 0;
	border: 0;
}

#sitenav li
{
	text-align: left;
	border-bottom: 1px solid black;
	width: 100px;
	margin:  0;
	padding: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	background: silver;
}

#secondarytop, #tertiarytop
{
	border-top: 1px solid black;
}

#sitenav li a
{
	display: block;
	font-weight: normal;
	padding: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: silver;
	color: black;
	text-decoration: none;
	text-align: right;
	width: 100px;  /* False value for IE4-5.x/Win  */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 98px;  /* Good value for compliant browsers  */
}
html>#sitenav li a
{
	width: 98px;  /* Be nice to Opera  */
}

#sitenav li a:hover
{
	font-weight: normal;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: black;
	color: White;
	text-decoration: none;
}

#externalnav
{
	/* float: right; */
	position: absolute;
	right: 0;
	top: 72px;
	margin: 0;
	padding: 0 25px 25px 20px;
	/* add more to this background rule */
	background: silver;
	/* border: 0;  */
	/* border-top: 10px solid #b22222;  */
	/* border-left: 1px dotted black;  */
	/* border-bottom: 1px dotted black;  */
	width: 151px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100px;  /*Actual value for conformant browsers */	
}
html>#externalnav
{
	width: 100px;  /* Be nice to Opera  */
}

#externalnav ul
{
	list-style: none;
	padding: 0;
	margin: 15px 0;
	border: 0;
}

#externalnav li
{
	text-align: left;
	border-bottom: 1px solid black;
	width: 100px;
	margin:  0;
	padding: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	background: silver;
}

#externalnav li a
{
	display: block;
	font-weight: normal;
	padding: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: silver;
	color: black;
	text-decoration: none;
	text-align: right;
	width: 100px;  /* False value for IE4-5.x/Win  */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 98px;  /* Good value for compliant browsers  */
}
html>#externalnav li a
{
	width: 98px;  /* Be nice to Opera  */
}

#externalnav li a:hover
{
	font-weight: normal;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: black;
	color: White;
	text-decoration: none;
}

#footerbar
{
	/* position: absolute;  */ 
	bottom: 0;
	background: silver;
	width: 100%;
}

#footerbar p, #footerbar a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: Black;
	text-align: right;
	font-style: italic;
}

body
{
	background: silver;
}

.PullQL
{
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 115%;
	FONT-WEIGHT: normal;
	Font-style: normal;
	TEXT-ALIGN: center;
	BORDER-TOP: thick red solid;
/*	BORDER-BOTTOM: thin black solid;
	BORDER-left: thin black solid;
	BORDER-right: thin black solid; */
	MARGIN: 1em;
	PADDING: 0.5em;
	WIDTH: 30%;
	FLOAT: left;
	COLOR: red;
	BACKGROUND-COLOR: white;
}

.PullQR
{
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 115%;
	FONT-WEIGHT: normal;
	Font-style: normal;
	TEXT-ALIGN: center;
	BORDER-TOP: thick red solid;
/*	BORDER-BOTTOM: thin black solid;
	BORDER-left: thin black solid;
	BORDER-right: thin black solid; */
	MARGIN: 1em;
	PADDING: 0.5em;
	WIDTH: 30%;
	FLOAT: right;
	COLOR: red;
	BACKGROUND-COLOR: white;
}

#squadlist
{
	border: 0;
	/* border-top: 10px solid #bdcdbd;  */
	padding: 20px;
	background: silver;
/*	margin: 10px; */
	margin-left: 150px;
	margin-right: 150px;
	/* width: auto;  */
}

#squadlist table
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	color: Black;
	border: 0;
	border-top: 10px solid black;
	padding: 20px;
/*	text-align: justify; */
	background: white;
	margin: 10px;
/*	margin-left: 150px; */
/*	margin-right: 150px; */
	white-space: nowrap;
	width: 100%;
}

#squadlist table a
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	display: block;
	color: Black;
	text-decoration: none;
}

#squadlist table a:hover
{
	color: white;
	background: Black;
}

#squadlist table caption
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 16pt;
	font-weight: bold;
	color: white;
	background: black;
	text-decoration: none;
	text-align: right;
	padding: 5px 10px 0;
}

#resultslist
{
	font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;
	font-size: 10px;
	border: 0;
/* border-top: 10px solid #bdcdbd;  */
	padding: 20px;
	background: silver;
	margin: 10px;
/*	margin-left: 150px; */
/*	margin-right: 150px; */
/*	width: auto;  */
}

#resultslist h2
{
	background: black;
	padding: 10px;
	margin: 15px 0 1.5px;
	border: 0;
	font: 15px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	color: White;
}

#resultslist table
{
	white-space: nowrap;
	width: 100%;
}

#resultslist pre
{
	font-family: "Lucida Console", Courier, monospace;
	font-size: 10px;
}

#resultslist td
{
	vertical-align: top;
	font-size: 9px;
}

#matchstats
{
	border: 0;
	padding: 20px;
	background: silver;
	margin: 10px;
	margin-left: 150px;
}

#matchstats h1
{
	background: black;
	padding: 10px 10px 0 10px;
	margin: 15px 0 0 0px;
	border: 0;
	font: 15px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	color: White;
}

#matchstats h2, #matchstats h4
{
	background: black;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0px;
	border: 0;
	font: 9px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	font-weight: normal;
	text-align: right;
	color: White;
}

#matchstats h3
{
	background: black;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0px;
	border: 0;
	font: 10px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	font-weight: normal;
	text-align: right;
	color: White;
}

#matchstats table
{
	width: 100%;
	border: 0;
	padding: 2px;
	margin: 0;
	font: 10px Verdana, Trebuchet, Lucida, Arial, sans-serif;
}

#matchstats caption
{
	font: 10px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	background: gray;
	color: white;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}

.MRAuthor
{
	text-transform: capitalize;
	font-style: italic;
}

.SubGreen
{
	background: green;
	color: white;
}

.SubRed
{
	background: red;
	color: white;
}

.StatsHead
{
	background: gray;
	color: black;
}

.StatsSubs td
{
	font-style: italic;
	border-bottom: none;
}

.LineUp td
{
	border-bottom: none;
}

.Formations
{
/*	color: black; */
	background: inherit;
	}

.CardYellow
{
	color: black;
	background: yellow;
}

.CardRed
{
	color: white;
	background: red;
}

.MRText
{
	color: black;
	text-align: justify;
}

#primarycontent table
{
	border: 0;
	padding: 1px;
	font: 11px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	width: 100%;
}

#primarycontent table caption
{
	border: 0;
	padding: 1px;
	font: bold 12px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	width: 100%;
	color: white;
	background: gray;
}

.PlayerHead
{
	font-weight: bold;
}

#primarycontent h6
{
	font: bold 12px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	color: white;
	background: gray;
}

.TotalsRow
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
}

.legend
{
	font-style: italic;
}

a img
{
	border: none;
}

#bbc
{
	display: none;
}
