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

body
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
	border: 1px solid #A0D3A0;
	font: normal 0.8em 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: #fff;
	color: #fff;
}

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

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

#wrapper .leftMenu
{
	display: inline;
	float: left;
	width: 150px;
	height: 100%;
	padding:0;
	border-right: 1px solid #a0d3a0;
	background-color:#ffff90;
}

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

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

#footer
{
	/*margin-top:10px;*/
	width: 100%;
	height: 60px;
	background: #fff;
	color: #3C4661;
	border-top: 1px solid #A0D3A0;
	padding-top: 5px;
	font: 0.8em tahoma, arial, sans-serif;
	text-align: center;
}



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

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

a.menuLeft:hover,a.menuLeft:active
{
	padding: 5px 0px 5px 20px;
	/*font-weight:bold;*/
	background: #f00 url(../images/8ball_small.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 1.2em arial, sans-serif;
	color: #f00;
}

h2
{
	font: bold 1.1em arial, sans-serif;
	color: #f00;
}

h3
{
	font: bold 1em arial, sans-serif;
	color: #f00;
}


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

#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.fixtures
{
	width: 560px; 
	font-size: 1em;
	border: 1px solid #0a0;
	border-collapse: collapse;
	padding: 0;
}

table.fixtures td { padding: 3px; }
table.fixtures th { background: #0a0; color: #fff; padding: 3px; }
table.fixtures td.teaml { width: 240px; padding: 3px; text-align:right; }
table.fixtures td.teamr { width: 240px; padding: 3px; }
table.fixtures td.score { width: 20px; text-align:center; padding: 3px; }
table.fixtures td.threeteaml { font-size:0.8em; width: 240px; padding: 3px; text-align:right; }
table.fixtures td.threeteamr { font-size:0.8em; width: 240px; padding: 3px; }

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;
}

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

.blue
{
	font-weight: bold;
	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:200px;
}

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
{
	text-align:left;
	border: 1px solid #006001;
	padding: 5px;
}

.hide { display: none; }
.show { display: block; }
.big { font-size: 15pt; }
.bigblk { font-size: 15pt;color:#000; }
.bigger { font-size: 18pt; }
.biggerblk { font-size: 18pt;color:#000; }
.crossout { text-decoration: line-through; }
.alignright { text-align: right; }
.boldlarger { font-weight:bold;font-size:1.1em; }

ol li, ul li { margin-bottom: 10px; }

table.none
{
	border:0;
	padding:0;
}

table.none td.space
{
	width:30px;
}

table.results
{
	border:0;
	padding:5px;
}

table.results td { text-align:center; }
table.results td a { text-decoration: none; }
table.results td.space { width:30px; }
table.results td a img { width:29px;height:25px;border:0; }

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

table.tab th.team
{
	background-color:#0a0;
	color:#fff;
	width:275px;
	border: 1px solid #006001;
}

table.tab th
{
	background-color:#0a0;
	color:#fff;
	width:40px;
	border: 1px solid #006001;
}

table.tab td.team { text-align:left; border: 1px solid #006001; }
table.tab td { text-align:center;border: 1px solid #006001; padding:3px; }

table.fixt
{
	border-collapse:collapse;
	border:1px solid #0a0;
	font-size:0.8em;
}

table.fixt th
{ 
	background-color: #0a0; 
	color:#fff; 
	border-collapse:collapse; 
	border-top:1px solid #0a0; 
	border-right:1px solid #fff; 
	border-bottom:1px solid #0a0; 
	border-left:1px solid #0a0; 
}

table.fixt th.right
{ 
	background-color: #0a0; 
	color:#fff; 
	border-collapse:collapse; 
	border:1px solid #0a0; 
}

table.fixt td { border-collapse:collapse; border:1px solid #0a0;padding:3px; }
table.fixt td.mid { text-align:center; border-collapse:collapse; border:1px solid #0a0;padding:3px; }


