@import url("hover.css");
@font-face {
	src: url(/fonts/Delicious-Roman.otf) format("opentype");
	font-family: "Delicious";
}
/* ======================= Structure =========================== */

body
{
	padding: 0;
	margin: 0;
}
#main
{
	background-image: url(images/mainbg-red.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 900px;
	min-height: 100%;
	height: 100%;
}

#header
{
	margin: 0;
	height: 56px;
	width: auto;
}

#sitenav
{
	position: relative;
	float: left;
	left: 0;
	top: 0px;
	padding: 0 25px 25px 25px;
	width: 100px;
	z-index: 20;
}

#primarycontent
{
	padding: 20px 20px 0 20px;
	margin-left: 150px;
	margin-right: 175px;
	_margin-right: 200px; /* Fix for IE6 */
	height: 100%;
	min-height: 100%
}

#content
{
	padding: 20px 20px 0 20px;
	margin-left: 150px;
	height: 100%;
	min-height: 950px;
/*
	overflow: auto;
*/
/*	margin-right: 175px;
	_margin-right: 200px; */ /* Fix for IE6 */
}

#externalnav, #sidebar
{
	float: right;
	width: 125px;
	padding: 20px 25px 25px 25px;
	z-index: 10;
}

#footer
{
	width: auto;
	border: 1px solid black;
}

#headlines
{
	float: left;
	width: 50%;
	_width: 48%;
}

#bbc
{
	margin-left: -25px;
}

#wrapper
{
	width: 50%;
	_width: 48%;
	float: left;
}

/* ===================== Typography / Colours ===================== */

#header
{
	background-color: transparent;
	border-bottom: 1px solid black;
	color: white;
	font: 9px Arial, Helvetica, sans-serif;
	text-align: left;
}

#header a:hover
{
	background-color: inherit;
}

#sitenav
{
	background-color: red;
	color: red;
}

#primarycontent, #content
{
	text-align: justify;
	color: black;
	background-color: white;
}

#externalnav, #sidebar
{
	background-color: red;
	color: White;
}

#footer
{
	background-color: black;
	color: white;
	border-top: solid 1px White;
}

#headlines p
{
	background-color: transparent;
	font: 0.8em Arial, Helvetica, sans-serif;
}

#blog p
{
	background-color: transparent;
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
}

#sponsorship
{
	background-color: transparent;
}

#onthisday
{
	background-color: transparent;
}

body
{
	background: black url(images/bodybg_red-black.gif) repeat-y center 0;
}

.MRText p
{
	font: 1.1em Arial, Helvetica, sans-serif;
}

/* ====================== Headers ============================= */
h1, #primarycontent h2, #content h2
{
	position: relative;
	background: black;
	padding: 10px;
	margin: 15px 0 1.5px;
	border: 0;
	font: 15px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	color: white;
	top: -2px;
	text-shadow: 2px 2px 5px #E9E9E9;
}

#primarycontent h3, #content h3
{
	margin: 5px 0 1.5px 0.2em;
	color: Red;
	font: 0.6em/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
}

#primarycontent h4, #content h4
{
	margin: 5px 0 1.5px 0.2em;
	color: Red;
	font: 13px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	padding-right: 0.2em
}

#primarycontent h5, #content h5
{
	margin: 5px 0 1.5px;
	color: Red;
	font: 9px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	text-align: right;
}

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

#matchstats h1
{
	background: black;
	padding: 10px 10px 0 10px;
	margin: 15px 7px -2px 0;
	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 7px 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;
	margin: 0 7px 0 0;
	border: 0;
	font: 10px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	font-weight: normal;
	text-align: right;
	color: White;
}

#sidebar h2
{
	width: 100px;
	margin:  0;
	border-bottom: 1px solid black;
	font: 10px/15px Verdana, Lucida, Arial, sans-serif;
	position: relative;
	color: black;
	text-transform: uppercase;
}

/* ========================= Lists   ============================ */

#header ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	width: 150px;
}

#header li
{
	width: 150px;
	margin:  0;
	font: 10px/15px Verdana, Lucida, Arial, sans-serif;
	position: relative;
}

#header li.submenu
{
	background: red;
	color: white;
	z-index: 99;
	width: 150px;
}

#header li.submenu:hover
{
	font-weight: normal;
	background: red;
	color: White;
	text-decoration: none;
}

#header li a
{
	display: block;
	padding: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: white;
	color: red;
	text-decoration: none;
	text-align: right;
	width: 150px;
}

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

#header ul ul
{
	position: absolute;
	top: 5px;
	left: 110px;
	display: none;
}

#header ul.level1 li.submenu:hover ul.level2
{
	display: block;
}

#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 Verdana, Lucida, Arial, sans-serif;
	color: black;
	background: red;
}

#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: white;
	color: red;
	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: red;
	color: White;
	text-decoration: none;
}

#externalnav ul, #sidebar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	width: 151px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100px;  /*Actual value for conformant browsers */	
}
html>#externalnav ul
{
	width: 100px;  /* Be nice to Opera  */
}

#externalnav li, #sidebar li, #sidebar h2
{
	width: 100px;
	margin:  0;
	border-bottom: 1px solid black;
	font: 10px/15px Verdana, Lucida, Arial, sans-serif;
	position: relative;
}

#externalnav li.submenu, #sidebar li.submenu
{
	background: white;
	color: red;
	border-left: 1px solid black;
	border-right: 1px solid black;
	z-index: 99;
	width: 100px;  /* False value for IE4-5.x/Win  */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 98px;  /* Good value for compliant browsers  */
}
html>#externalnav li.submenu
{
	width: 98px;  /* Be nice to Opera  */
}

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

#externalnav li a, #sidebar li a
{
	display: block;
	padding: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
	color: red;
	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, #sidebar li a:hover
{
	font-weight: normal;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: red;
	color: White;
	text-decoration: none;
}

#externalnav ul ul /*, #sidebar ul ul */
{
	position: absolute;
	top: 0;
	right: 99px;
	display: none;
}

#externalnav ul.level1 li.submenu:hover ul.level2 /*, #sidebar ul.level1 li.submenu:hover ul.level2 */
{
	display: block;
}

.firstListItem
{
	border-top: 1px solid black;
}


#sitenav ul ul {display: none; position: absolute; top: 0; left: 100px; margin: 0; border-top: 1px solid black;}
#sitenav ul li {position: relative;}
#sitenav li:hover ul {display: block;}


/* ======================= Paragraphs ========================== */

p
{
	margin-top: 0;
	margin-bottom: 1em;
	font: 0.7em/1.5 Verdana, Delicious, Trebuchet, Lucida, Arial, sans-serif; 
}

#headlines p, #blog p
{
	padding-left: 1em;
	padding-right: 1em;
}

#sponsorship p
{
	text-align: center;
	font-weight: bold;
}

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

/* ======================= Links      ============================== */

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

#header a:hover
{
	color: black;
}

#primarycontent a, #resultslist a, .MRText a, #content a
{
	color: red;
	font-style: italic;
	text-decoration: none;
}

#primarycontent a:hover, #resultslist a:hover, .MRText a:hover, #content a:hover
{
	color: black;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}


/* ========================== Others     ========================== */

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

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

#primarycontent img.fig, #content img.fig, #sponsorship img.fig
{
	border: 1px solid #ccc;
	_border: 1px solid black;
	padding: 5px;
	_padding: 0;
}

.PullQL
{
	FONT-FAMILY: "Times New Roman", Times, serif;
	FONT-SIZE: 110%;
	FONT-WEIGHT: normal;
	Font-style: italic;
	TEXT-ALIGN: center;
	BORDER-TOP: thick black 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: white;
	BACKGROUND-COLOR: red;
}

.PullQR
{
	FONT-FAMILY: "Times New Roman", Times, serif;
	FONT-SIZE: 110%;
	FONT-WEIGHT: normal;
	Font-style: italic;
	TEXT-ALIGN: center;
	BORDER-TOP: thick black 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: white;
	BACKGROUND-COLOR: red;
}

.galleryImage
{
	border: 5px solid #c0c0c0;
	margin: 5px;
}

.horizRule
{
	height: 1px;
	background-color: #F0F0F0;
}
.subkeeper {
	background-color: #61fc68;
}
fieldset.sharing {
	border: 1px solid #999999;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
legend.sharing {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #cccccc;
}
.matchType {
	font-style: italic;
}
/*  SORTED TO HERE */
/*
#squadlist
{

	border: 0;
	padding: 20px;
	background: white;
	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 silver;
	background: white;
	white-space: nowrap;
	width: 100%;
}

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

#squadlist a:hover
{
	color: white;
	background: silver;
	text-decoration: none;
}

#squadlist tr:hover
{
	color: white;
	background: silver;
	text-decoration: none;
}

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

#resultslist
{
	font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;
	font-size: 10px;
	border: 0;
	padding: 20px;
	background: white;
	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: white;
	margin: 10px;
	margin-left: 150px;
}

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

#matchstats caption, #squadlist div h3
{
	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
{
	border-left: 5px solid green;
}

.SubRed
{
	border-left: 5px solid red;
}

.StatsHead
{
	background: silver;
	color: white;
}

.StatsSubs td
{
	font-style: italic;
	border-bottom: 1px dotted silver;
}

.LineUp td
{
	border-bottom: 1px dotted silver;
}

.Formations
{
	color: black;
	background: transparent;
}

.CardYellow
{
	color: black;
	border-left: 5px solid yellow;
	vertical-align: top;
}

.CardRed
{
	color: black;
	border-left: 5px solid red;
	vertical-align: top;
}

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

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

#primarycontent table caption, #content 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;
}

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

.legend
{
	font-style: italic;
}

.clear
{
	clear: both;
}

a img
{
	border: none;
}

td.numberColumn {
	text-align: right;
}

/* =======================Fancy CSS ImageMap ======================== */

#picWrap
{
	padding: 10px 40px;
}

#TeamGroup ul
{
	margin: 0;
	padding: 0;
	width: 632px;
	height: 383px;
	position: relative;
	background-image: url(/images/players/2010-11/teamGroup.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	overflow: hidden;
}

#TeamGroup li
{
	list-style-type: none;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#TeamGroup a
{
	position: absolute;
	width: 35px;
	height: 35px;
	text-indent: -1000em;
}

#TeamGroup .player01 a
{
	top: 27px;
	left: 100px;
}

#TeamGroup .player02 a
{
	top: 23px;
	left: 161px;
}

#TeamGroup .player03 a
{
	top: 16px;
	left: 221px;
}

#TeamGroup .player04 a
{
	top: 15px;
	left: 281px;
}

#TeamGroup .player05 a
{
	top: 22px;
	left: 338px;
}

#TeamGroup .player06 a
{
	top: 20px;
	left: 404px;
}

#TeamGroup .player07 a
{
	top: 20px;
	left: 470px;
}

#TeamGroup .player08 a
{
	top: 88px;
	left: 169px;
}

#TeamGroup .player09 a
{
	top: 84px;
	left: 231px;
}

#TeamGroup .player10 a
{
	top: 87px;
	left: 295px;
}

#TeamGroup .player11 a
{
	top: 81px;
	left: 360px;
}

#TeamGroup .player12 a
{
	top: 84px;
	left: 419px;
}

#TeamGroup .player13 a
{
	top: 163px;
	left: 26px;
}

#TeamGroup .player14 a
{
	top: 161px;
	left: 91px;
}

#TeamGroup .player15 a
{
	top: 168px;
	left: 153px;
}

#TeamGroup .player16 a
{
	top: 160px;
	left: 290px;
}

#TeamGroup .player17 a
{
	top: 166px;
	left: 419px;
}

#TeamGroup .player18 a
{
	top: 164px;
	left: 483px;
}

#TeamGroup .player19 a
{
	top: 165px;
	left: 546px;
}

#TeamGroup .player20 a
{
	top: 118px;
	left: 416px;
}

#TeamGroup a:hover
{
	border: 1px solid white;
}

#alphaLinks {
	text-align: center;
	margin-bottom: 10px;
}
#linksHolder div a.backToTop {
	color: #000000;
}
a.backToTop:hover {
	color: ##ff0000;
}
.linksHolder {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	border-top: 1px solid black;
	padding-top: 5px;
}
.linksHolder ul, .linksHolder li {
	list-style-type: none;
}
.squadLinksHolder {
	border-top: none;
}
.LgeTable {
	font-weight: bold;
}
tr.LgeTable td {
	border-bottom: 1px solid black;
}
tr.tableDivider td {
	border-bottom: 1px dotted silver;
}
.tableChampions {
	background-color: #6F6;
}
.tablePlayOffs {
	background-color: #FFFF5B;
}
.tableRelegated {
	background-color:#FF6685;
}
.harriersRow {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
}
.goalScorer {
	font-weight: bold;
}
.imageLink {
	border: 0;
	text-align: right;
	margin-left: 350px;
}
.horizontalRule {
	height: 1px;
	background-color: #c0c0c0;
	width: 100%;
}
.numberCell {text-align: right;}
tr.summaryRow td {border-top: 1px solid #999999;}

div.subNav {margin-bottom: 15px;}
div.subNav a {font-style: normal; font-size: 11px;}

form#biography table#editorTable {width: 695px;}
ol {
	font: 0.7em/1.5 Verdana, Delicious, Trebuchet, Lucida, Arial, sans-serif; 
}
