@import url("hover.css");

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

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

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

#sponsorship
{
	float: right;
}

#sitenav
{
	float: left;
	margin: 0;
	padding: 0 25px 25px 25px;
	background: Red;
	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, #content
{
	border: 0;
	padding: 20px;
	text-align: justify;
	background: white;
	margin-top: 15px;
	margin-left: 150px;
	margin-right: 150px;
}

#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;
/*	width: 100%; */
}

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

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

#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 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;
}

#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
{
	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 Verdana, Trebuchet, Lucida, Arial, 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 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
{
	float: right;
	margin: 15px 0;
	padding: 0 25px 25px 20px;
	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: 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
{
/*	text-align: left;
	padding: 0;
	color: black;
	background: red; */
	width: 100px;
	margin:  0;
	border-bottom: 1px solid black;
	font: 10px/15px Verdana, Lucida, Arial, sans-serif;
	position: relative;
}

#externalnav li.submenu
{
	background: white;
	color: red;
	border-left: 1px solid black;
	border-right: 1px solid black;
	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
{
	font-weight: normal;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: red;
	color: White;
	text-decoration: none;
}

#externalnav 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
{
	font-weight: normal;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: red;
	color: White;
	text-decoration: none;
}

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

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

#footer
{
	/* position: absolute;  */ 
	bottom: 0;
	background: transparent;
	width: 100%;
	border-top: solid 1px White;
}

#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;
}

body
{
	background: red url(images/khfcwhite.gif) no-repeat 100% 100%;
}

.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;
}

#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;
/*	padding: 20px; */
/*	text-align: justify; */
	background: white;
/*	margin: 10px; */
/*	margin-left: 150px; */
/*	margin-right: 150px; */
	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;
/* border-top: 10px solid #bdcdbd;  */
	padding: 20px;
	background: white;
/*	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: white;
	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
{
	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;
}

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

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

#picWrap
{
	padding: 10px 100px;
}

#TeamGroup ul
{
	margin: 0;
	padding: 0;
	width: 500px;
	height: 294px;
	position: relative;
	background-image: url(images/team2006.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: 20px;
	left: 32px;
}

#TeamGroup .player02 a
{
	top: 29px;
	left: 78px;
}

#TeamGroup .player03 a
{
	top: 22px;
	left: 129px;
}

#TeamGroup .player04 a
{
	top: 22px;
	left: 181px;
}

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

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

#TeamGroup .player07 a
{
	top: 26px;
	left: 338px;
}

#TeamGroup .player08 a
{
	top: 26px;
	left: 383px;
}

#TeamGroup .player09 a
{
	top: 28px;
	left: 436px;
}

#TeamGroup .player10 a
{
	top: 56px;
	left: 117px;
}

#TeamGroup .player11 a
{
	top: 62px;
	left: 178px;
}

#TeamGroup .player12 a
{
	top: 55px;
	left: 232px;
}

#TeamGroup .player13 a
{
	top: 53px;
	left: 293px;
}

#TeamGroup .player14 a
{
	top: 65px;
	left: 347px;
}

#TeamGroup .player15 a
{
	top: 62px;
	left: 405px;
}

#TeamGroup .player16 a
{
	top: 114px;
	left: 57px;
}

#TeamGroup .player17 a
{
	top: 115px;
	left: 113px;
}

#TeamGroup .player18 a
{
	top: 115px;
	left: 168px;
}

#TeamGroup .player19 a
{
	top: 112px;
	left: 349px;
}

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

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

.clear
{
	clear: both;
}
