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

#vidiprinter_container
{
	margin: 0; 
	padding: 0; 
}

#vidiform
{
	margin: 10px 0 0 0;  
	width: 520px; 
	padding: 2px; 
	border: 2px solid #3366cc;
	background-color: #FFFF00;
}

#vidiprinter_text
{
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: none;
	background-color: #FFFF00;
	overflow: hidden;
}


/* ------- side menu ------- */
#sideNextMatch
{
	display: block;
	position: relative;
	width: 144px;
	height: auto;
	top: -25px;
	border-left: 1px solid #ffffff;
	padding: 10px 2px 5px 2px;
	background: url(../images/side_info/background.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
	z-index: 1;
}

#sideLastResult
{
	display: block;
	position: relative;
	width: 144px;
	height: auto;
	top: -25px;
	border-left: 1px solid #ffffff;
	padding: 10px 2px 5px 2px;
	background: url(../images/side_info/background.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
	z-index: 1;
}

#sideLeagueTable
{
	display: block;
	position: relative;
	width: 142px;
	height: auto;
	top: -25px;
	border-left: 1px solid #ffffff;
	padding: 10px 2px 5px 4px;
	background: url(../images/side_info/background.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
	z-index: 1;
}

#sideLetterDraw
{
	display: block;
	position: relative;
	width: 134px;
	height: auto;
	top: -25px;
	border-left: 1px solid #ffffff;
	padding: 10px 2px 5px 12px;
	background: url(../images/side_info/background.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
	z-index: 1;
}

#sideClubEvents
{
	display: block;
	position: relative;
	width: 144px;
	height: auto;
	top: -25px;
	border-left: 1px solid #ffffff;
	padding: 10px 2px 5px 2px;
	background: url(../images/side_info/background.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
	z-index: 1;
}

/* Link in league for page selection */
#league_page
{
	width: 140px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
}

#league_page a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#league_page a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#league_page a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
/* END Link in league for page selection */

/* ------- end side menu ------- */

#body_container
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1
{
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
}

h2
{
	margin: 5px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}

h3
{
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

p
{
	margin: 0 5px 10px 0;
	padding: 0;
	font-size: 10px;
	line-height: 140%;
	text-align: justify;
}

img.border
{
	border: 1px solid #CCCCCC;
}

img.no_border
{
	border: 0;
}

/* ------- contact ------- */
#signup table
{
	margin: 0;
	padding: 0;
	width: 500px;
	color: #FFFFFF;
	background-color: #fdfdfd;
	border-collapse: collapse;
}

#signup td
{
	border: 0px solid #FFFFFF;
	padding: 3px 0 3px 4px;
}

.labelcell
{
	width: 120px;
	font-size: 11px;
	text-align: left;
	text-indent: 20px;
	color: #000000;
	background-color: transparent;
}

.fieldcell
{
	text-align: center;
}

.fieldcell input
{
	width: 380px;
	font-size: 11px;
	color: #000000;
	background-color: #eaeaea;
	border: 1px solid #000000;
}

textarea
{
	width: 380px;
	height: 100px;
	font-size: 11px;
	background: #eaeaea;
	color: #000000;
	border: 1px solid #000000;
}

input.buttons
{
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.club_pos
{
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #3366cc;
	background-color: inherit;
}
/* ------- end contact ------- */


/* ------- begin latest news page ------- */
table.news_main
{
	margin: 10px 0 0 0;
	padding: 0;
	width: 530px;
	border: 0;
	text-align: left; 
}

td.news_heading
{
	width: 513px;
	border-left: 1px solid #3366cc; 
	border-top: 1px solid #3366cc; 
	border-right: 1px solid #3366cc; 
	border-bottom: 1px solid #999999;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #f2f2f2;
}

.news_score
{
	disply: block;
	margin: 3px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
	background-color: inherit;
}

.news_posted
{
	disply: block;
	margin: 3px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
	color: #CC3300;
	background-color: inherit;
}

td.news_right_shadow
{
	width: 5px; 
	background-image:url(../images/latest_news/box_right_shadow.gif); 
	background-repeat:repeat-y;
}

td.news_story
{
	width: 510px; 
	border-left: 1px solid #3366cc; 
	border-bottom: 1px solid #3366cc; 
	border-right: 1px solid #3366cc; 
	padding: 5px;
	
	/*text-align: justify;*/
}

td.news_story p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	line-height: 140%;
	text-align: justify;
}

td.news_story_right_shadow
{
	width: 5px; 
	background-image:url(../images/latest_news/box_right_shadow.gif); 
	background-repeat:repeat-y;
}

.news_vid
{
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	font-size: 9px;
}

.news_img
{
	margin: 0 0 0 5px;
	float: right;
	padding: 4px;
	text-align: center;
	font-size: 9px;
	clear: right;
}

.news_img img
{
	border: 1px solid #CCCCCC;
}

td.news_footer
{
	width: 525px; 
	height: 5px; 
	background-image:url(../images/latest_news/box_shadow.gif); 
	background-repeat: repeat-x;
}

td.news_footer_corner
{
	width: 5px; 
	background-image:url(../images/latest_news/box_corner.gif); 
	background-repeat:no-repeat;
}

/* Link on latest_news page for page selection */
#news_pages
{
	margin: 0 0 5px 0;
	padding: 0;
	width: 500px;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#news_pages a:link, #news_pages a:visited
{
	color: #000000;
	text-decoration: none;
}

#news_pages a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
/* END Link on latest_news page for page selection */

a.youtube_link:link, a.youtube_link:visited
{
	margin: 2px 0 0 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

a.youtube_link:hover
{
	margin: 2px 0 0 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/* ------- end latest news page ------- */


/* ------- league table ------- */
.league_headers
{
	padding: 20px 0 10px 0; 
	font-size: 14px; 
	font-weight: bold;
	text-align: center;
}

td.col_league_table_heading
{
	width: 25px;
	height: 20px;
	color: #FFFFFF;
	vertical-align: middle;
}

td.blue
{
	color: #3266cc;
	font-weight: bold;
}
/* ------- end league table ------- */


/* ------- results page ------- */
select.search_option
{
	z-index: 0;
	margin: 0;
	padding: 0;
	width: 150px;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

td.result_month
{
	height: 20px;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
}

td.result_heading_date
{
	height: 20px;
	background-color: #f2f2f2;
	border-left: 1px solid #3366cc;
	border-top: 1px solid #3366cc;
	border-bottom: 1px solid #3366cc;
	text-align: center;
	padding: 0 10px 0 10px;
}

td.result_heading_team
{
	background-color: #f2f2f2;
	border-top: 1px solid #3366cc;
	border-bottom: 1px solid #3366cc;
	padding: 3px 0 3px 35px;
}

td.result_heading_report
{
	background-color: #f2f2f2;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	border-bottom: 1px solid #3366cc;
	padding: 3px 0 3px 35px;
}

td.result_heading_report a:link, td.result_heading_report a:visited
{
	color: #FF0000;
	text-decoration: none;
}

td.result_heading_report a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

td.result_players
{
	padding-top: 3px;
}

td.result_report
{
	padding-top: 5px;
}

td.result_spacer
{
	height: 25px;
}
/* ------- end results page ------- */





/* Begin Squad Page */
td.player_box_off
{
	width: 100px; 
	height: 150px; 
	background-color: #98b2e5; 
	border: 1px solid #000000; 
	text-align: center; 
	font-size: 12px; 
	color: #FFFFFF; 
	vertical-align: top;
}

td.player_box_on
{
	width: 100px; 
	height: 150px; 
	background-color: #3366cc; 
	border: 1px solid #000000; 
	text-align:center; 
	font-size: 12px; 
	color: #FFFFFF; 
	vertical-align:top;
}

td.player_box_empty
{
	width: 100px; 
	height: 150px; 
	background-color: #FFFFFF; 
	border: 1px solid #FFFFFF; 
	text-align:center; 
	font-size: 12px; 
	color: #FFFFFF; 
	vertical-align:top;
}

td.player_box_spacer
{
	width: 3px; 
	height: 150px; 
	background-color: #FFFFFF;
}

.player_pos_head
{
	margin-top:20px;
	margin-bottom: 5px; 
	width: 530px; 
	border-bottom: 1px solid #666666; 
	font-size: 12px; 
	font-weight: bold; 
	color: #3366cc;
}

img.player_head_shot
{
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #000000; 
	margin-bottom: 1px;
}
/* Squad Page */


/* ------- Begin The Town Page ------- */
a.town_link:link, a.town_link:visited
{
	color: #000000;
	text-decoration: none;
}

a.town_link:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;

}

#town_copyright
{
	margin: 10px;
	color: #999999;
	font-style: italic;
}
/* ------- end The Town Page ------- */


/* ------- Begin Links Page ------- */
.link_name
{
	font-size: 13px;
}

td.tbl_link_details
{
	vertical-align: middle;
}

td.tbl_link_image
{
	margin: 0;
	padding: 0;
	width: 150px;
}

td.tbl_link_image img
{
	margin: 0 30px 0 20px;
	padding: 0;
	vertical-align: middle;
}

td.link_spacer
{
	height: 20px;
}
	

a.link_link:link, a.link_link:visited
{
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	color: #3366cc;
	text-decoration: none;
}

a.link_link:hover
{
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	color: #FF0000;
	text-decoration: none;
}
/* ------- end Links Page ------- */


/* ------- Begin Photos Page ------- */
.photo_container
{
	margin: 10px 0 0 0;
	width: 500px;
}

.photo_frame
{
	margin: 0;
	padding: 0 0 20px 0;
	width: 245px; 
	height: 205px; 
	text-align: center; 
	float: left;
}

.photo_frame img
{
	border: 1px solid #CCCCCC;
}
/* ------- End Photos Page ------- */
