html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
}

h1 {
	color: #ce223a;
	font-size: 3em;
	font-style: italic;
	text-align: left;
	font-weight: normal;
	font-family: Times, "Times New Roman", serif;
}

h1 .title { float: left; }

h1 .section {
	float: right;
	color: #000;
}

h2, h3, h4 {
	font-family: "Trebuchet MS", sans-serif;
	color: #ce223a;
	font-weight: normal;
}

h2 { border-bottom: 1px solid #ce223a; }

h3, h4 { margin: 0; }

h2 .subText, h3 .subText, h4 .subText {
	font-size: 0.75em;
}

h3 .subText a {
	text-decoration: none;
	color: inherit;
}

h3 .subText a:hover {
	text-decoration: underline;
}

a:hover {
	color: #ce223a;
}

p, .contact .label, .contact .data, dl {
	font-size: 0.75em;
	margin-top: 0;
}

p.caption {
	font-weight: bold;
	text-align: center;
}

p.source {
	font-weight: bold;
	text-align: right;
}

hr {
	border: none;
	border-top: 2px solid #ce223a;
	height: 1px;
	margin: 5px 0;
	padding: 0;
}

.intro {
	font-weight: bold;
}

em.strong {
	font-weight: bold;
}

img {
	border: 0px;
}

#header #title {
	text-align: center;
/*	width: 363px; */
}

#logo {
	float: left;
	padding: 10px;
	background-color: white;
	border: 1px solid black;
	width: 146px;
}

#clubsFirst {
	float: right;
	padding: 10px;
	background-color: white;
	border: 1px solid black;
	width: 177px;
}

.advert {
	font-weight: bold;
}

#main ul {
	font-size: 0.75em;
}

/* result table styles */
.resTable {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

.resTable table {
	border-collapse: collapse;
	width: 100%;
	empty-cells: show;
	font-size: 0.75em;
}

.resTable th {
	border-bottom: 1px solid #ce223a;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: bottom;
}

.resTable .label {
	width: 40%;
}

.resTable .telNo {
	width: 25%;
}

.resTable table h4 { font-size: 1.25em }

.resTable .alternate td {
	background-color: #ddd;
}

.resTable .selControl {	text-align: center }

.resTable .selControl input { margin-top: 0 }

.resTable td {
	padding: 0.5em 0.5em 0 0;
	vertical-align: top;
}

.resTable td.dateVenue {
	width: 12em;
}

.resTable td p, #main .resTable td ul {
	font-size: inherit;
}

/* match breakdown table styles */
.matchBreakdown {
	width: 100%;
	font-size: 0.75em;
	border-top: 1px solid #CE223A;
}

.matchBreakdown th {
	vertical-align: top;
}

.matchBreakdown td {
	text-align: center;
}

.matchBreakdown .homeTeam, .matchBreakdown .awayTeam {
	width: 45%;
	font-weight: strong;
}

.matchBreakdown .halfTimeScore {
	font-size: 0.75em;
}

.matchBreakdown .fullTimeScore {
	font-weight: bold;
}

.matchBreakdown .scorers .homeTeam ul, .matchBreakdown .scorers .awayTeam ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.matchBreakdown .scorers .homeTeam ul {
	text-align: right;
}

.matchBreakdown .scorers .awayTeam ul {
	text-align: left;
}

#main .resTable td ul {
	margin: 0;
	padding: 0;
}

.resTable .service {
	font-weight: bold;
	width: 10em;
}

.resTable .dateTime { width: 10em }

.resTable .status {
	width: 10em;
	text-align: center;
}

.resTable .score {
	font-weight: bold;
	text-align: center;
}

.date {
	font-size: 0.75em;
}

.newsMore {
	text-align: right;
	margin: 0;
}

/* background images for quotes and document formats */
blockquote {
	padding: 0 0 0 1.75em;	
	background-image: url(../img/common/backgrounds/leftQuote.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.quoted {
	background-image: url(../img/common/backgrounds/rightQuote.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.quoted p {
	padding-right: 1em;
}

.pdf, .word {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 37px;
	min-height: 31px;
}

.pdf { background-image: url(../img/common/icons/pdf.gif) }

.word { background-image: url(../img/common/icons/word.gif) }

* html .pdf, * html .word { height: 31px }
