/* CSS Document */

#home-left-column { 
	background-color:#9CC4F8;
	vertical-align:top;
	border-top:2px solid #000000;
	border-left:1px solid #000000;
	font-size:9pt;
	width:270px;
}	

#home-middle-column { 
	background-color:#9CC4F8;
	vertical-align:top;
	border-top:2px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	font-size:11px;
	width:270px;
}	

#home-right-column { 
	vertical-align:top;
	border-top:2px solid #000000;
	border-right:1px solid #000000;
	font-size:9pt;
	width:270px;
	background-image:url(/images/light-blue-football-bkg.gif);
}	

.latest-reports {
	    width:100%;
		background-color:#FFFFFF;
}






/* RESULTS FORMATTING */
.results-date {
	padding-left:5px;
	padding-bottom:3px;
	font-size:10.5px;
	font-weight:bold;
	color:#3c5aa0;
	border-top:1px solid #000000;

	}
.results-title {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	font-size:11px;
	font-weight:normal;
	text-transform:capitalize;
	color:#FFFFFF;
	height:25px;
	background-image:url(/images/sub-title.gif);

}
.results-text { 
	vertical-align:top;
	font-size:10.5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:10px;
	background-image:url(/images/results-bkg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.results-picture {
	margin-right:6px;
	border:1px solid #3C5AA0;
	float:left;
}	

.results-link {
	text-align:right;
	padding:10px;
}
.results-link a:link {
	text-decoration:none;
	font-size:10px;
	color:#3C5AA0;
}

.results-link a:visited {
	text-decoration:none;
	font-size:10px;
	color:#3C5AA0;
}
.results-link a:hover {
	font-size:10px;
	text-decoration:underline;
}


/* NEWS FORMATTING */
.news-date {
	padding-left:5px;
	padding-bottom:3px;
	font-size:10.5px;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#3c5aa0;
	border-top:1px solid #000000;
	
	}
.news-title {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	font-size:11px;
	font-weight:normal;
	text-transform:capitalize;
	color:#FFFFFF;
	height:25px;
	background-image:url(/images/sub-title.gif);

}
.news-text { 
	vertical-align:top;
	font-size:10.5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	background-image:url(/images/results-bkg.gif);
	background-position:bottom;
	background-repeat:repeat-x;

}
.news-picture {
	padding-right:6px;
	float:left;
}	
.news-link {
	text-align:right;
	padding:10px;
}
.news-link a:link {
	text-decoration:none;
	font-size:10px;
	color:#3C5AA0;
}

.news-link a:visited {
	text-decoration:none;
	font-size:10px;
	color:#3C5AA0;
}
.news-link a:hover {
	font-size:10px;
	text-decoration:underline;
}



.events-date {
	padding-left:5px;
	padding-bottom:3px;
	font-size:10.5px;
	background-color:#FFFFFF;
	font-weight:bold;
	color:#3c5aa0;
	border-top:1px solid #000000;
	}

	
.events-title {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	font-size:11px;
	font-weight:normal;
	text-transform:capitalize;
	color:#FFFFFF;
	height:25px;
	background-image:url(/images/sub-title.gif);	

}
.events-text { 
	vertical-align:top;
	font-size:10.5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	background-image:url(/images/results-bkg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.events-picture {
	padding-right:6px;
	float:left;
}	

.events-link {
	text-align:right;
	padding:10px;
}
.events-link a:link {
	text-decoration:none;
	font-size:8pt;
	color:#3C5AA0;
}

.events-link a:visited {
	text-decoration:none;
	font-size:10px;
	color:#3C5AA0;
}
.events-link a:hover {
	font-size:10px;
	text-decoration:underline;
}


/* FORMATTING FOR NEWS PAGES ETC */

.main-date {
	padding-left:5px;
	padding-bottom:3px;
	font-size:12px;
	font-weight:bold;
	color:#3c5aa0;
	border-top:1px solid #000000;
	}

	
.main-title {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	font-size:16px;
	color:#3C5AA0;
	font-weight:bold;
	height:25px;
}
.main-text { 
	vertical-align:top;
	font-size:11px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:10px;
}

#main-text-list { 
	vertical-align:top;
	font-size:11px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:10px;
	color:#3C5AA0;
}


#main-text-list a:link{ 
	color:#333333;
	text-decoration:none;
}

#main-text-list a:visited{ 
	color:#3C5AA0;
	text-decoration:none;
}

#main-text-list a:hover{ 
	color:#333333;
	text-decoration:underline;
}

.main-picture {
	padding-right:6px;
	float:left;
}	

.main-link {
	text-align:right;
	padding:12px;
}
.main-link a:link {
	text-decoration:none;
	font-size:11px;
	color:#3C5AA0;
}

.main-link a:visited {
	text-decoration:none;
	font-size:11px;
	color:#3C5AA0;
}
.main-link a:hover {
	font-size:11px;
	text-decoration:underline;
}




.home-matches-calendar {font-size:10px; background-color:#000000; color:#FFFFFF;border:2px solid #000000;}
.home-matches-calendar a:link {color:#9CC4F8; text-decoration:underline;}
.home-matches-calendar a:visited {color:#9CC4F8; text-decoration:underline;}
.home-matches-calendar a:hover {color:#9CC4F8; text-decoration:none;}
.home-matches {font-size:11px; color:#ffffff; display:block; background-color:#3c5aa0;}
.home-matches a:link {height:30px;color:#ffffff; text-decoration:none; display:block; font-weight:normal;}
.home-matches a:visited {height:30px;color:#ffffff; text-decoration:none; display:block;}
.home-matches a:hover {height:30px;color:#9CC4F8; text-decoration:none; display:block;}



.home-matches-home {font-size:10px; color:#009900;}
.home-matches-away {font-size:10px; color:#FC0000;}

.venue-home {width:17px;height:30px; background-image:url(/images/next-match-shading.gif); background-repeat:repeat-x; color:#ffffff; text-align:center;}
.venue-away {width:17px;height:30px; background-image:url(/images/next-match-shading.gif); background-repeat:repeat-x; color:#ffffff; text-align:center;}
.venue-home-now {width:17px;height:30px; background-image:url(/images/next-match-shading2.gif); background-repeat:repeat-x; color:#ffffff; text-align:center;}
.venue-away-now {width:17px;height:30px; background-image:url(/images/next-match-shading2.gif); background-repeat:repeat-x; color:#ffffff; text-align:center;}

.finalscore {width:40px;height:30px; background-image:url(/images/next-match-shading.gif); background-repeat:repeat-x; color:#ffffff; text-align:center;}
.finalscore-now {width:40px;height:30px; background-image:url(/images/next-match-shading2.gif); background-repeat:repeat-x; color:#ffffff; text-align:center;}

.opponents {width:185px; background-image:url(/images/next-match-shading.gif); background-repeat:repeat-x;}
.opponents-now {width:185px; background-image:url(/images/next-match-shading2.gif); background-repeat:repeat-x;}

.newdate { text-align:center;width:30px; background-image:url(/images/next-match-shading.gif); background-repeat:repeat-x;}
.smalltext {font-size:9px; color:#9CC4F8;}
.smalltext-now {font-size:9px; color:#ffffff;}
