﻿body
{
	margin:0px;
  background: url(bg.jpg) center repeat-y;
	background-attachment:fixed;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
	font-family:tahoma;
	font-size:12px;
	line-height:8px;
	color:black;
}

TABLE
{
  background:white;
}

HR
{
  color:#726251;
}

IMG
{
	border:0px none;
}

A
{
	color:blue;
	border:0px none;
}

TH
{
	font-size:11px;
}

H2
{
	margin:0;
	padding:3px;
	color:#eed287;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border-style: none none dashed none;
	border-width:1px;
	border-color:#a49978;
}

A:hover
{
	color:red;
}


TD
{
	font-family:tahoma;
	font-size:12px;
	line-height:14px;
}

.leaguetable
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
}

.leaguetable TD
{
	border:1px solid black;
}

.titlecell
{
	font-weight:bold;
	color:white;
	background:#471a00;
 }
 
.titlecell A
 {	color:white;
}

.titlecell A:hover
{	color:red;
}

.innercell
{
	font-weight:normal;
	color:black;
	background:#e9e9e9;
}

.totalcell
{
	font-weight:bold;
	color:black;
	background:green;
}

input.date1 {width: 1.4em;}

