
/* GLOBAL */

body {
	background-color: #ccc;
}

/* SITE IDENT */

#siteIdent {
	height: 60px;
}

#siteIdent h2,
#siteIdent p  {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}

#siteIdent p {
	color: White;
}

/* SECTION */

#section {
	position: absolute;
	top: 40px;
}

#section h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}

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

/* SITE MENU */

#siteMenu {
	float: left;
	width: 100%;
	padding: 10px 0 30px 0;
}

#siteMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#siteMenu ul li {
	float: left;
	font-size: 13px;
	line-height: 20px;
	padding: 0 20px 0 0;
}

/* COLS */

.aCol,
.bCol,
.cCol,
.dCol {
	float: left;
	width: 240px;
}

.abCols,
.cdCols {
	float: left;
	width: 480px;
}

.abcdCols {
	float: left;
	width: 960px;
}

/* PAGE HEADER */

#pageHeader {
	float: left;
	width: 100%;
	height: 120px;
}

h1 {
	margin: 0 0 10px 0;
}

h1 strong {
	font-size: 70px;
	line-height: 60px;
	color: White;
}

h1 em {
	font-style: normal;
	color: White;
}
	
.doc#players h1 strong {
	width: 120px;
	float: left;
}

.doc#match .homeTeam,
.doc#match .awayTeam {
	width: 360px;
	clear: both;
	float: left;
}

.doc#match .versus {
	display: none;
}

/* SUBMENU */

#submenu {
	float: left;
	width: 100%;
	height: 20px;
}

#submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#submenu ul li {
	float: left;
	font-size: 13px;
	line-height: 20px;
	padding-right: 20px;
}

#submenu ul li strong {
	font-weight: normal;
}
/* DEFAULT */

html {
	font-family: arial, sans-serif;
	padding: 20px;
	margin: 0;
	color: #333;
}

body {
	padding: 0;
	margin: 0;
}

form {
	padding: 0px;
	margin: 0px;
}

hr {
	display: none;
}

a {
	color: Black;
}

/* TYPOGRAPHY */

h1 {
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 30px 0;
}

h4,
p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px 0;
}

h5 {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 20px 0;
}

ul li,
ol li {
	font-size: 14px;
	line-height: 20px;
}

/* STATS */

.stats h2 {
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	border-top: 1px solid #666;
	padding: 7px 0 0 0;
	margin: 0 0 12px 0;
	color: White;
}

.stats h3 {
	font-size: 13px;
	margin: 0 0 8px 0;
}

.stats table {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.stats table td,
.stats table th {
	font-size: 11px;
	line-height: 19px;
}

.stats ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	border-top: 1px solid #ccc;
}

.stats ul li {
	font-size: 11px;
	line-height: 19px;
	border-bottom: 1px solid #ccc;
}

.stats.totals {
	width: 220px;
	padding: 0 20px 0 0;
}

.stats.totals img {
	float: left;
}

.stats.totals ul {
	float: left;
	width: 140px;
	margin: 10px 0;
	border-top: 0;
}

.stats.totals ul li {
	line-height: 20px;
	border-bottom: 0;
}

/* LIST */

.list h2 {
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	border-top: 1px solid #666;
	padding: 7px 0 0 0;
	margin: 0 0 12px 0;
	color: White;

}

.list ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.list ul li {
	font-size: 11px;
	line-height: 19px;
	border-bottom: 1px solid White;
}
form h4 {
	border-top: 1px solid #999;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 0 0 10px 0;
}

form h2 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 20px 0;
}

form h2 input {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	background-color: White;
	border: 0;
}

form p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 16px 0;
}