html
{
	background: url(../images/bg.gif) repeat;
}

body
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 100%;
	border: 1px solid #A0D3A0;
	font: normal 10pt verdana, tahoma, "Trebuchet MS", arial, sans-serif;
	color: #050;
	background: #fff;
	line-height: 140%;
}

#header
{
	height: 100px;
	border-bottom: 1px solid #A0D3A0;
}


#sponsors
{
/*	position: relative;
	top:0;*/
	height: 60px;
	background: #000;
	color: #fff;
}

#searchbar
{
/*	position: relative;
	top:0;*/
	height: 35px;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #A0D3A0;
}

#wrapper
{
	position: relative;
	top:0;
	height: 620px;
	background: #fff url(../images/grad_content.gif) repeat-x top;
	color: #050;
	padding-top: 10px;
}

#wrapper .leftMenu
{
	display: inline;
	float: left;
	width: 160px;
	height: 100%;
	padding:0;
	border-right: 1px solid #A0D3A0;
}

#wrapper .content
{
	display: inline;
	float: left;
	width: 618px;
	height: 100%;
	padding: 0 5px;
	overflow: auto;
	line-height: 150%;
}

#wrapper .rightMenu
{
	display: inline;
	float: left;
	width: 160px;
	height: 100%;
	padding:0;
	border-left: 1px solid #A0D3A0;
}

#footer
{
/*	position: relative;
	top:0;*/
	width: 100%;
	height: 60px;
	background: #fff;
	color: #3C4661;
	border-top: 1px solid #A0D3A0;
	padding-top: 5px;
	font: 70% tahoma, arial;
}



/* ----- NAVIGATION ----- */

a.menuLeft:link, a.menuLeft:visited
{
	display: block;
	/*padding: 10px 0px 10px 25px;*/
	padding: 2px 0px 2px 25px;
	font-size: 90%;
	color: #050;
	border-bottom: #A0D3A0 1px solid;
	background: url(../images/ball_red.gif) no-repeat 5px center;
	text-decoration: none;
}

a.menuLeft:hover,a.menuLeft:active
{
	font-weight:bold;
	background: #0a0 url(../images/ball_black.gif) no-repeat 5px center;
	color: #fff;
	text-decoration: none;
}


/* ---- END NAVIGATION ---- */


/* ---- Links ---- */
a:link, a:visited
{
	color: #f00;
	background-color: transparent; 
	text-decoration: none;
	outline: 0;
}

a:hover, a:active
{
	color: #00f;
	background-color: transparent; 
	text-decoration: underline;
	outline: 0;
}	

/* ---- Headers ---- */
h1
{
	font: bold 13pt arial, sans-serif;
	color: #050;
}

h2
{
	font: bold 12pt arial, sans-serif;
	color: #050;
}

h3
{
	font: bold 11pt arial, sans-serif;
	color: #050;
}

h4
{
	font: bold 10pt arial, sans-serif;
	color: #050;
}

h3.history
{
	font: bold 10pt arial, sans-serif;
	color: #0a0;
}

h3.history a:link, h3.history a:visited
{
	font: bold 10pt arial, sans-serif;
	color: #0a0;
}

h3.history a:hover, h3.history a:active
{
	font: bold 10pt arial, sans-serif;
	color: #f00;
	text-decoration: none;
}



.leftMenu h2, .rightMenu h2
{
	font-weight:bold;
	color:#050;
	padding:10px 0 10px 10px;
	border-bottom:#A0D3A0 1px solid;
	margin:0px;
}

.rightMenu h3
{
	padding-left: 5px;
}

/* ---- List items ---- */

ul.normal
{
	list-style-type: none;
}

ul li.blank
{
	list-style-type: none;
}

ul.normal li a:hover, ul.normal li a:active
{
	color: #00f;
	background-color: transparent; 
	text-decoration: none;
	outline: 0;
}


ul.ballred
{
	list-style-type: none;
	list-style-image: url(../images/ball_red.gif);
}

ul.ballblack
{
	list-style-type: none;
	list-style-image: url(../images/ball_black.gif);
}

ul.ballblack li
{
	margin-bottom:5px;
}

/* ---- NEW List items ---- */
ul.arrow
{
	list-style-type: none;
	list-style-position: outside;
}
ul.arrow li
{
	list-style-image: url(../images/arrow.gif);	
}
ul.ball
{
	list-style-type: none;
	list-style-position: outside;
}
ul.ball li.ballred
{
	list-style-image: url(../images/ball_red.gif);	
}
ul.ball li.ballyellow
{
	list-style-image: url(../images/ball_yellow.gif);	
}
ul.ball li.ballgreen
{
	list-style-image: url(../images/ball_green.gif);	
}
ul.ball li.ballbrown
{
	list-style-image: url(../images/ball_brown.gif);	
}
ul.ball li.ballblue
{
	list-style-image: url(../images/ball_blue.gif);	
}
ul.ball li.ballpink
{
	list-style-image: url(../images/ball_pink.gif);	
}
ul.ball li.ballblack
{
	list-style-image: url(../images/ball_black.gif);	
}

ul.ball li.ballred a:link, ul.ball li.ballred a:visited, 
ul.ball li.ballyellow a:link, ul.ball li.ballyellow a:visited, 
ul.ball li.ballgreen a:link, ul.ball li.ballgreen a:visited, 
ul.ball li.ballbrown a:link, ul.ball li.ballbrown a:visited, 
ul.ball li.ballblue a:link, ul.ball li.ballblue a:visited, 
ul.ball li.ballpink a:link, ul.ball li.ballpink a:visited, 
ul.ball li.ballblack a:link, ul.ball li.ballblack a:visited
{ color: #2ca82d; font-weight:bold; text-decoration:none; }

ul.ball li.ballred a:hover, ul.ball li.ballred a:active, 
ul.ball li.ballyellow a:hover, ul.ball li.ballyellow a:active, 
ul.ball li.ballgreen a:hover, ul.ball li.ballgreen a:active, 
ul.ball li.ballbrown a:hover, ul.ball li.ballbrown a:active, 
ul.ball li.ballblue a:hover, ul.ball li.ballblue a:active, 
ul.ball li.ballpink a:hover, ul.ball li.ballpink a:active, 
ul.ball li.ballblack a:hover, ul.ball li.ballblack a:active
{ color: #f00; font-weight:bold; text-decoration:underline; }



#table.form
{
	border:0;
	font:10pt arial;
	margin-top:10px;
}

#table.form tr
{
	line-height:30px;
}

/*  end contact form    */


address
{
	font: 10pt verdana;
}


/*  ---- TABLES ---- */
table.finals
{
	font: inherit;
	border: 1px solid #0a0;
	border-collapse: collapse;
	width:570px;
	margin-top:5px;
}

table.finals th
{
	background-color: #0a0;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

table.finals td.playerl
{
	vertical-align: middle;
	width: 270px;
	text-align: right;
}

table.finals td.playerr
{
	vertical-align: middle;
	width: 270px;
}

table.finals td.v
{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width:30px;
}

table.finals td.scorel
{
	vertical-align: middle;
	width: 270px;
	text-align: right;
	color: #00f;
}

table.finals td.scorer
{
	vertical-align: middle;
	width: 270px;
	color: #00f;
}

table.finals td.scorev
{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width:30px;
	color: #00f;
}

table.fixres, table.leaguetab
{
	font: inherit;
	border: 1px solid #0a0;
	border-collapse: collapse;
	width:570px;
	margin-top:5px;
}

table.leaguetab th.head, table.leaguetab th.head
{
	background-color: #0a0;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	width: 600px;
}

table.leaguetab th.team
{
	background-color: #0a0;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	width: 150px;
}

table.leaguetab th.item
{
	background-color: #0a0;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	width: 100px;
}

table.fixres th
{
	background-color: #0a0;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	width: 570px;
}

table.fixres tr td.fix, table.leaguetab tr td.team
{
	background: #fff;
	color: #000;
	vertical-align: middle;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	width:280px;
}

table.fixres tr td.fixtop
{
	background: #fff;
	color: #000;
	vertical-align: top;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	width:280px;
}


table.fixres tr td.extrainfo
{
	padding-left: 5px;
}

table.fixres tr td.fixv, table.leaguetab tr td.item
{
	background: #fff;
	color: #000;
	vertical-align: middle;
	line-height: 25px;
	text-align: center;
	width:40px;
}

/* NEW */
td.scores
{
	color: #4169E1;
	width: 250px;
}
td.scoresv
{
	color: #4169E1;
	width: 50px;
	text-align: center;
}
/* END NEW */

table.clubs
{
	width: 500px;
	border:0;
	border-collapse: collapse;
}

table.clubs th, table.clubs td
{
	text-align: left;
	border-bottom: 1px solid #0a0;
	vertical-align: top;
	padding-top: 5px;
}

/* --  FRED COWELL STUFF -- */
table.fredcowell
{
	font: inherit;
	border: 1px solid #0a0;
	border-collapse: collapse;
	width:570px;
}

table.fredcowell th
{
	background-color: #0a0;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

table.fredcowell tr td.matchtable
{
	background: #fff;
	color: #000;
	vertical-align: top;
	line-height: 25px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	width:90px;
}

table.fredcowell tr td.player
{
	background: #fff;
	color: #000;
	vertical-align: top;
	line-height: 25px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	width:170px;
	font-size: 0.9em;
}

table.fredcowell tr td.fixv
{
	background: #fff;
	color: #000;
	vertical-align: top;
	line-height: 25px;
	text-align: center;
	width:25px;
}


/* ---- MISC: used for SPAN ---- */
.red
{
	font-weight: bold;
	color: #f00;
}

.blue
{
	font-weight: bold;
	color: #00f;
}
.bluesml
{
	font-weight: bold;
	font-size: 0.9em;
	color: #00f;
}

.lightblue
{
	color: #00f;
}

.greenbold
{
	font-weight: bold;
	color: #0a0;
}

.dgreen
{
	color: #050;
}
/* ----- form stuff ----- */

div.label
{
	float: left;
	display: inline;
	width: 100px;
}

div.field
{
	float: left;
	display: inline;
}

.fieldtxt
{
	border:1px solid #0a0;
	font: normal 10pt verdana;
	color: #050;
	background: #BFFFC0;
	width:150px;
}

.fieldtxt2
{
	border:1px solid #0a0;
	font: normal 10pt verdana;
	color: #050;
	background: #BFFFC0;
	width:300px;
}

select
{
	border:1px solid #0a0;
	font: normal 10pt verdana;
	color: #050;
	background: #BFFFC0;
	width:250px;
}

select.smaller
{
	border:1px solid #0a0;
	font: normal 10pt verdana;
	color: #050;
	background: #BFFFC0;
	width:200px;
}

.fieldtxtsml
{
	border:1px solid #0a0;
	font: normal 10pt verdana;
	color: #050;
	background: #BFFFC0;
	width:50px;
}

.fieldtxtarea
{
	border:1px solid #0a0;
	font: normal 10pt verdana;
	color: #050;
	background: #BFFFC0;
	width:425px;
}

.fieldtxtarea2
{
	border:1px solid #0a0;
	font: normal 10pt verdana;
	color: #050;
	background: #BFFFC0;
	width:300px;
}

#clearfloats
{
	clear: both;
}

hr
{
	height:1px;
/*	border: 1px solid #0a0;*/
	color: #0a0;
	background-color: #0a0;
}

table.qualifiers
{
	padding:5px;
	border: 1px solid #000;
	border-collapse:collapse;
}

table.qualifiers th.head
{
	background-color:#0a0;
	color:#fff;
	border: 1px solid #006001;
	padding: 5px;
}

table.qualifiers td.cell, table.qualifiers td.cellteam
{
	text-align:left;
	border: 1px solid #006001;
	padding: 5px;
	width: 140px;
}

table.qualifiers td.cellteam { font-weight: bold; }

.hide { display: none; }
.show { display: block; }
.big { font-size: 15pt; }
.crossout { text-decoration: line-through; }

h2.lrg { font-size:3em; text-align: center; }
h3.lrg { font-size:2.5em; text-align: center; }
p.lrg { font-size:2em; text-align: center; line-height: 2em;}

table.uksnook, table.uksnook td, table.uksnook th
{
	 border:1px solid;
	 border-collapse:collapse;
	 text-align:center;
	 padding: 5px;
}
table.uksnook td.player
{
	 border:1px solid;
	 border-collapse:collapse;
	 text-align:left;
}
