@charset "utf-8";
/* CSS Document */


body {
	background-color: #3539CB;
	margin: 0px 0px 0px 0px;
	background-image: url(images/fleetfc-bkg.gif);
	/* background-image: url(images/bluexmas.jpg); */
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

p, br, td, tr {margin:0px; padding:0px}

#container {
	width:990px;
	background-color:#A7BCE6;
	padding:0px;
	margin:0px;
}	

#top_header {
	width:990px;
	height:112px;
	background-image:url(images/ftfc-header.png);
	background-repeat:no-repeat;
}

#sponsor {
	width:240px;
	height:71px;
	float:right;
	margin-top:21px;
	padding-right:20px;
}	

#monoSlideshow {
	float:left;
	width:526px;
}

#monoSlideshow2 {
	float:left;
}


/* News Scroller */
#latest_news {
	width:828px;
	height:31px;
	background-image:url(images/latest-news.png);
	background-repeat:no-repeat;
	float:right;
}

#scroller {
	width:680px;
	float:left;
	padding:3px 0px 0px 88px;
}

#scroller a {
	text-decoration:none;
	color:#FFFFFF;
}	
#scroller a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}	
		
/* End of News Scroller */


/* COLUMN BANNERS */
#latest_results_banner {
	width:260px;
	float:left;
	height:32px;
}

#league_banner {
	width:260px;
	float:left;
	height:32px;

}


#latest_newssto_banner {
	width:300px;
	float:right;
	height:32px;
}
/* END COLUMN BANNERS */

/* ------------------------------------------- */
/* Latest Match Reports (new_reports3.php)     */
/* ------------------------------------------- */
#latest_results {
	width:259px;
	background-color:#A7BCE6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	text-align:left;
	float:left;


}


#latest_results a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:700;
	color:#3c5aa0;
	font-size:12px;
}

#latest_results a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-weight:700;
	color:#3c5aa0;
	font-size:12px;
}	

.results-picture {
	float:left;
	margin-right:5px;
	width:90px;
	border:1px solid #3c5aa0;
}

/* ------------------------------------------- */
/* League Table Centre Column (new-league.php) */
/* ------------------------------------------- */

#league_results {
	width:261px;
	height:400px;
	background-image:url(images/ryman-league-tablebkg.gif);
	background-repeat:repeat-y;
	float:left;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}	

.league_table_position {
	width:20px;
	text-align:right;
	font-size:11px;
}
.league_table_team {
	padding-left:15px;
	width:115px;
	font-size:11px;
	text-align:left;
}
.league_table_games {
	padding-left:4px;
	width:34px;
	font-size:11px;
}
.league_table_points {
	padding-left:4px;
	width:34px;
	font-size:11px;
}	
/* ------------------------------------------- */
/* Highlights Fleet's Result in Table          */
/* ------------------------------------------- */

.league_table_positionb {
	width:20px;
	text-align:right;
	color:#C00000;
	font-weight:bold;
	font-size:11px;
}
.league_table_teamb {
	padding-left:15px;
	width:115px;
	color:#C00000;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}
.league_table_gamesb {
	padding-left:4px;
	width:34px;
	color:#C00000;
	font-weight:bold;
	font-size:11px;
}
.league_table_pointsb {
	padding-left:4px;
	width:34px;
	color:#C00000;
	font-weight:bold;
	font-size:11px;
} 
/* End of highlight Fleets result */
/* End League Table Centre Column */


/* ------------------------------------------- */
/* Latest Events (Centre Column)               */
/* ------------------------------------------- */

#latest_events {
	width:260px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	background-color:#223259;
	text-align:left;
	float:left;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	color:#FFFFFF;
	padding-left:1px;

}

#latest_events a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:700;
	color:#A7BCE6;
	font-size:12px;
}

#latest_events a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-weight:700;
	color:#A7BCE6;
	font-size:12px;
}	

.events-picture {
	float:left;
	margin-right:5px;
	width:90px;
	border:1px solid #3c5aa0;
}
/* End of Latest Events */

/* ------------------------------------------- */
/* Latest Club News (new_news3.php)            */
/* ------------------------------------------- */
#latest_newssto {
	width:296px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	background-color:#A7BCE6;
	text-align:left;
	float:left;
	padding:1px 3px 1px 1px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;

}


#latest_newssto a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:700;
	color:#3c5aa0;
	font-size:12px;
}

#latest_newssto a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-weight:700;
	color:#3c5aa0;
	font-size:12px;
}	


.newstitle {
	background-image:url(images/newsboxtop.gif);
	background-repeat:no-repeat;
	width:299px;
	height:19px;
}	


.newsbody {
	background-image:url(images/newsboxmiddle.gif);
	background-repeat:repeat-y;
	width:299px;
}



.news-picture {
	float:left;
	margin-right:5px;
	width:90px;
	border:1px solid #3c5aa0;
}

/* ------------------------------------------- */
/* Standard Text Pages                         */
/* ------------------------------------------- */
#textbody {
	width:788px;
	min-height:610px;
	background-image:url(images/white-football-bkg.gif);
	float:right;
	padding:10px 20px 0px 20px;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#textbody h1 { 
	font-size:24px; color:#1B2849;
}

#textbody h2 { 
	font-size:20px; color:#1B2849;
}

#textbody h3 { 
	font-size:18px; color:#1B2849;
}
#textbody p {padding:3px 0px 3px 0px;}
#textbody a {color:#3c5aa0; text-decoration:none;}
#textbody a:hover {color:#3c5aa0; text-decoration:underline;}

/* ------------------------------------------- */
/* Home Page Only                              */
/* ------------------------------------------- */
#homebody {
	width:828px;
	min-height:491px;
	float:left;
	text-align:left;
}

/* ------------------------------------------- */







/* Footer */

#footer {
	width:100%;
	height:200px;
	background-image:url(images/footer-bkg.gif);
	background-repeat:repeat-x;
}

#footer_area {
	width:990px;
}	

#footer_text {
	width:980px;
	height:150px;
	margin:0 auto;
	float:right;
	text-align:left;
	padding:10px 0 0 5px;
	font-size:14px;
}	

#footer_text a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}	
#footer_text a:hover{
	color:#fff;
	font-size:12px;
	text-decoration:underline;
}	
#footer_text li { color:#FFFFFF;}
	
#footer h2 {
	font-family: Arial, Helvetica, sans-serif;		
	font-size:17px;
	color:#FFFFFF;
	font-weight:100;
	margin:0 0 10px 0;
}	

#fixturetable {width:299px; font-size:11px;color:#ffffff; text-align:left;}
#fixturetable a{height:30px;color:#ffffff; text-decoration:none; display:block; text-align:left;}
#fixturetable a:hover {height:30px;color:#9CC4F8; text-decoration:none; display:block; text-align:left;}

/* Match Report */

.match_report {
	background-image:url(images/matchreport.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:42px;
}	
.match_report h2 {padding:10px 0px 0px 0px; margin:0px; height:32px;}

/* Other styles */

.home-matches {font-size:11px; color:#ffffff; display:block inline; background-color:#3c5aa0; width:300px; float:right; border-right:1px solid #fff;}
.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;}


#sign-up { padding-top:12px; font-size:11px; color:#FFF;height:100px; width:150px; background-image:url(images/signup.gif); background-position:center; background-repeat:no-repeat;}
.newsletter {width:100px; color:#3c5aa0;font-size:11px;}
.newsletter2 {width:60px; color:#3c5aa0;font-size:11px;}
#sponsorflash {width:263px; height:71px; background-color:#9BC3F8;}


.allnews {width:345px; background-image:url(images/colhead.gif); background-repeat:no-repeat; height:42px; padding-left:15px;}
.allnews h2 {padding-bottom:0px; margin:0px;}
.allnewsbody {line-height:16px;}
