.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #A7B6CC;
}

#page {
	width: 1000px;
	text-align: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #FFF;
}

/******************/
/* COLUMNS        */
/******************/

#leftColumn {
	float: left;
	width: 175px;
	border-right: 1px solid #003399;
}

#centerColumn {
	position: relative;
	float: left;
	text-align: center;
}

#rightColumn {
	float: right;
	width: 85px;
}

/******************/

#heading {
	text-align: center;
	margin: 10px 0 10px 0;
}

#adbanner {
	text-align: center;
}

/*******************/
/* HEADLINE        */
/*******************/

#headline {
	width: 600px;
	margin: 20px 0 0 0;
}

#headline #headlineinner {
	width: 500px;
	margin: 1px;
	border: 1px solid #990033;
}

#headline p {
	margin: 10px;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
}

#headline h2 {
	font-size: 15pt;
	font-weight: bold;
	color: #FFF;
	background-color: #990033;
	padding: 5px;
}

/******************/

#sponsorsAndCounter {
	text-align: center;
	margin: 0;
	padding: 5px;
}

#sponsorsAndCounter p {
	margin: 5px 0 10px 0;
}

#shirtStrip {
	text-align: center;
}

/******************/
/* MENUS          */
/******************/

#menus {
	background-color: #003399;
	color: #FFF;
	margin: 0;
	padding: 5px;
}

#menus p {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

#menus ul {
	list-style: none;
}

#menus ul li a {
	color: #FFF;
	text-decoration: none;
}

#menus ul li a:hover {
	text-decoration: underline;
	color: #990033;
}

/******************/

#footer {
	clear: both;
	width: 1000px;
	background-color: #003399;
	font-size: 8.5pt;
	text-align: center;
	color: #FFF;
	padding: 5px;
}

#footer a {
	color: #FFF;
}

#footer a.hotspot {
	text-decoration: none;
	color: white;
}

#footer a.hotspot:hover {
	text-decoration: none;
	color: white;
}

/******************/
/* CONTENT        */
/******************/

#content {
	text-align: center;
	padding: 10px;
	color: #003399;
	width: 730px;
}

#content h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #990033;
	text-align: center;
}

#content h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #990033;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

#content h3.blue {
	color: #003399;
}

#content h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	background-color: #990033;
	padding: 3px 3px 3px 10px;
	text-align: left;
}

#content h4 span {
	font-size: 8.5pt;
}

#content h4 a {
	color: #FFF;
	text-decoration: none;
}

#content h4 a:hover {
	text-decoration: underline;
}

#content h5 {
	clear: both;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
	background-color: #003399;
	padding: 3px 3px 3px 10px;
	text-align: left;
}

#content h5.caption {
	font-size: 10pt;
	font-weight: normal;
	color: #003399;
	background-color: #FFF;
	text-align: center;
}

#content h6 {
	font-size: 22pt;
	font-weight: bold;
	color: #990033;
	background-color: #003399;
	padding: 5px;
}

#content p {
	text-align: left;
}

#content p a {
	color: #990033;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: underline;
}

.red {
	color: #990033;
}

#content p em {
	font-weight: bold;
	color: #990033;
}

#content img.leftalign {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}

#content ul.submenu {
	clear: both;
	list-style: none;
	width: 600px;
}

#content ul.submenu li {
	display: inline;
	border: 1px solid #990033;
	padding: 0;
	margin: 5px;
	width: 150px;
}

#content ul.submenu li a {
	width: 150px;
	background-color: #990033;
	color: #FFF;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	margin: 1px;
}

#content ul.submenu li a:hover {
	background-color: #003399;
}

.large {
	font-size: 12pt;
	font-weight: bold;
}

#content .c_align {
	width: 600px;
	text-align: center;
}

/******************/

/******************/
/* GALLERY        */
/******************/

ul.gallery {
	list-style: none;
}

ul.gallery li {
	margin: 10px;
	display: inline;
	float: left;
}

ul.gallery li a img {
	display: block;
}

ul.gallery li a {
	padding: 3px;
	border: 1px solid #999;
	width: 106px;
	height: 106px;
}

ul.gallery li a:hover {
	border: 1px solid #903;
}

div#display {
	display: none;
	position: absolute;
	top: 300px;
	left: 20px;
	width: 660px;
	height: 500px;
	border: 3px solid black;
	background-color: #EEF;
	padding: 10px;
}

div#display img {
	display: block;
	margin-bottom: 5px;
}

/******************/

/******************/
/* EMAIL          */
/******************/

.email {
	width: 600px;
	border: 1px solid #990033;
	padding: 10px;
	margin: 20px 0 0 0;
	text-align: left;
}

.mime {
	width: 500px;
}

.email em {
	text-decoration: none;
	font-weight: bold;
	color: #990033;
}

/******************/
/* SITE HISTORY   */
/******************/

.historyitem {
	width: 650px;
	border: 1px solid #990033;
	padding: 10px;
	margin: 10px;
}

.historyitem .historylabel {
	width: 160px;
	font-weight: bold;
	color: #990033;
	float: left;
	text-align: left;
}

.historyitem p {
	width: 460px;
	float: right;
}

/******************/

/******************/
/* RESULTS        */
/******************/

table.results {
	width: 600px;
	padding: 10px;
	
}

table td {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
}

thead tr td {
	background-color: #990033;
	color: #FFF;
}

/******************/

/******************/
/* LINKS          */
/******************/

.link {
	width: 600px;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #DDD;
}

.link img {
	float: left;
}

.link p {
	width: 250px;
	float: right;
}

/******************/

/******************/
/* CONSTITUTION   */
/******************/

#constitution {
	text-align: left;
}

ul.numbered {
	list-style-type: decimal;
}

ul.numbered_blue {
	list-style-type: decimal;
}

ul.numbered li {
	color: #990033;
	font-weight: bold;
}

ul.numbered_blue li {
	color: #003399;
}

ul.numbered li p {
	color: #003399;
	font-weight: normal;
}

ul.numbered li em {
	font-size: 10pt;
	font-weight: bold;
	color: #990033;
}

ul.numbered li ul {
	list-style-type: lower-alpha;
}

ul.numbered li ul li {
	color: #003399;
	font-weight: normal;
}

ul.numbered li ul li ul {
	list-style-type: circle;
}

/******************/

/******************/
/* TEAMS          */
/******************/

.team {
}

.team .pic_heading {
	width: 660px;
}

.team .pic_heading * img {
	margin: 0;
}

.team .pic_heading .picframe {
	width: 220px;
	text-align: center;
	float: left;
}

.team .pic_heading .pictitles {
	clear: both;
	width: 660px;
	margin: 5px 0 0 0;
}

.team .pic_heading span {
	float: left;
	width: 220px;
	text-align: center;
}

.team .team_summary {
	width: 660px;
	padding: 5px 5px 0 5px;
	border: 1px solid #990033;
}

.team .team_summary p {
	border: 1px solid #990033;
	margin: 0;
	padding: 5px;
	margin: 0 0 5px 0;
}

.team .team_summary p span {
	margin-left: 30px;
}

.team .team_summary p span.comment {
	padding-left: 100px;
}

.team .league_table table {
	border: 1px solid #003399;
}

.team .league_table table thead tr td {
	background-color: #FFF;
	color: #003399;
}

.team .league_table table * tr td {
	border: 1px solid #BBB;
	text-align: center;
}

.team .league_table table * tr td a {
	color: #003399;
	text-decoration: none;
}

.team .league_table table * tr td a:hover {
	text-decoration: underline;
}

.team .league_table table * tr.highlight td {
	background-color: #003399;
	color: #FFF;
}

.team .league_table table * tr.highlight td a {
	background-color: #003399;
	color: #FFF;
	text-decoration: none;
}

.team .league_table table * tr.highlight td a:hover {
	text-decoration: underline;
}

.team .league_table table * tr td.left {
	text-align: left;
}

.fixtures {
	width: 680px;
	border: 1px solid #003399;
	margin-bottom: 20px;
}

.fixtures table thead tr.title td {
	background-color: #003399;
	font-weight: bold;
}

.fixtures table tbody tr td {
	background-color: #003399;
	color: #FFF;
	text-align: center;
}

.fixtures table tbody tr td a {
	color: #FFF;
	text-decoration: none;
}

.fixtures table tbody tr td a:hover {
	text-decoration: underline;
}

.fixtures table * tr td.left {
	text-align: left;
}

.fixtures table * tr td.cup {
	text-align: left;
	background-color: #990033;
}

.fixtures table * tr td.friendly {
	text-align: left;
	background-color: green;
}

.fixtures table tbody tr td.highlight {
	background-color: #990033;
}

.fixtures table tbody tr td.comment {
	display: none;
}

.fixtures table thead tr td a.covert {
	text-decoration: none;
	color: #FFF;
}

.fixtures table thead tr td a.covert:hover {
	text-decoration: underline;
	color: #FFF;
}

/******************/

/******************/
/* REPORTS        */
/******************/

#report {
	background-color: #FFF;
	color: #003399;
	text-align: left;
	padding: 5px;
}

#report h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	background-color: #990033;
	padding: 3px 3px 3px 10px;
	text-align: left;
}

#report p.red {
	color: #990033;
}

/******************/

/******************/
/* STATS          */
/******************/

table.stats {
	border: 1px solid #990033;
}

table.stats * tr td {
	text-align: center;
}

table.stats tbody tr td {
	border: 1px solid #BBB;
}

/******************/

/******************/
/* ADMIN STUFF	  */
/******************/

#content form#login {
	width: 400px; 
	border: 1px solid #999; 
	padding: 10px; 
	margin: 20px;
}

#content form#login label {
	width: 150px; 
	float: left; 
	margin-bottom: 10px;
}

form#login input.text {
	width: 225px; 
	float: left; 
	margin-bottom: 10px;
}

p.error {
	color: #F00;
}

p.admin_add {
	margin-left: 10px;
	line-height: 30px;
	height: 30px;
}

p.admin_add img {
	display: block;
	float: left;
}

p.admin_add a {
	text-decoration: none;
}

p.admin_add a:HOVER {
	color: #990033;
}

div#addFixture {
	position: absolute;
	top: 500px;
	left: 160px;
	display: none;
	width: 500px;
	height: 410px;
	background-color: #DDD;
	border: 2px solid #990033;
	padding: 5px;
}

div#addFixture h3 {
	width: 490px;
	border-bottom: 1px solid #990033;
}

div#addFixture form#fixform {
	width: 450px;
	border: 1px solid black;
	padding: 5px;
	background-color: #FFF;
}

div#addFixture form#fixform label {
	width: 100px;
	text-align: left;
	margin-bottom: 5px;
}

div#addFixture form#fixform input, div#addFixture form#fixform select {
	width: 330px;
	margin-bottom: 5px;
}

div#addScore {
	display: none;
	position: absolute;
	top: 500px;
	left: 160px;
	width: 500px;
	height: 200px;
	background-color: #DDD;
	border: 2px solid #990033;
	padding: 5px;
}

div#addScore h3 {
	width: 490px;
	border-bottom: 1px solid #990033;
}

#scoreform .team {
	width: 490px;
	display: block;
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
	background-color: #EEE;
}

#scoreform .team label, #scoreform .team input, #scoreform .team select {
	float: left;
	line-height: 30px;
	margin: 0;
}

#scoreform .team label {
	width: 80px;
	margin-left: 10px;
}

#scoreform .team input {
	width: 80px;
	margin: 5px 0 0 0;
}

#scoreform .team select {
	width: 200px;
	margin: 5px 0 0 0;
}

div#editScore {
	display: none;
	position: absolute;
	top: 500px;
	left: 160px;
	width: 500px;
	height: 200px;
	background-color: #DDD;
	border: 2px solid #990033;
	padding: 5px;
}

div#editScore h3 {
	width: 490px;
	border-bottom: 1px solid #990033;
}

#editform .team {
	width: 490px;
	display: block;
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
	background-color: #EEE;
	padding-right: 20px;
}

#editform .team label {
	float: left;
	width: 180px;
	margin: 0 0 0 20px;
}

#editform .team input, #editform .team span {
	width: 40px;
	margin: 5px 0 0 10px;
	float: left;
	display: block;
	text-align: center;
}

/******************/

/****************************/
/* GENERAL FORM             */
/****************************/

form.genform {
	width: 500px;
	padding: 10px 10px 0 10px;
	border: 1px solid #AAA;
}

form.genform label {
	clear: left;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 10px;
}

form.genform input, form.genform textarea {
	margin-bottom: 10px;
	float: left;
}

form.genform span.sbm {
	clear: both;
	width: 480px;
	margin-bottom: 10px;
	text-align: center;
}

form.genform span.sbm input {
	margin: 0;
	clear: both;
	float: none;
}

/****************************/
/* SCROLLER                 */
/****************************/

#scroller {
	position: relative;
	width: 600px;
	height: 80px;
	border: 1px solid #903;
	overflow: hidden;
	margin-bottom: 20px;
}

#scroller_inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}