body
{
  font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  font-size:  12px;
  margin: 0px;
}

.container
{
  width: 100%;
}

form
{
  margin: 0px;
}

.tablesform
{
  padding: 4px;
  background: url("../images/bar.jpg") repeat-x left top;
  background-color: #ddd;
}

.divisiontable
{
  margin: 0px;
  /*border-top: 1px solid #ccc;*/
  /*border-left: 1px solid #ccc;*/
}

.row0
{
  background-color: #edf3fe;
  text-align: right; 
}

.teamcell
{
  text-align: left;
  border-right: 1px solid #ccc;
}

.normcell
{
  border-right: 1px solid #ccc;
}

.lastcell
{
}

.row0 td
{
  
  padding: 1px 3px 1px 3px;
}

.row1
{
  background-color: #fff;
  text-align: right;
}

.col1
{
}

.row1 td
{
  padding: 1px 3px 1px 3px;
}

.homeheader
{
  background-color: #eeeee0;
  text-align: center;
  padding: 2px;
  border-right:  1px solid #ccc;
  border-top:  1px solid #ccc;
}

.awayheader
{
  background-color: #eee0ee;
  text-align: center;
  padding: 2px;
  border-right:  1px solid #ccc;
  border-top:  1px solid #ccc;
}

.header
{
  background-color: #eee;
  text-align: right;
  padding: 2px;
  border-right:  1px solid #ccc;
  border-top:  1px solid #ccc;
  border-bottom:  1px solid #ccc;
}

.lastheader
{
  background-color: #eee;
  text-align: right;
  padding: 2px;
  border-top:  1px solid #ccc;
  border-bottom:  1px solid #ccc;
}

.header1
{
  background-color: #eee;
  text-align: right;
  padding: 2px;
  
}

.teamheader
{
  text-align: left;
  background-color: #eee;
  padding: 2px;
  border-right:  1px solid #ccc;
  border-top:  1px solid #ccc;
  border-bottom:  1px solid #ccc;
}

.divisionheader
{  
  color: #000000;
  background:url("../images/greygradient.jpg") repeat-x left top;
  background-color: #b0b0b0;
  text-align: center;
  font-size: 18px;
  padding: 4px;
}

#navheader
{
  float: left;
  width: 100%;
  border-bottom: 1px solid #8c8c8c;
  font-size: 11px;
  line-height: normal;
}

#navheader ul
{
  margin: 0;
  padding: 4px 4px 0;
  list-style: none;
}

#navheader li
{
  float: left;
  background: url("../images/leftnorm.jpg") no-repeat left top;
  background-color: #ececec;
  margin: 0;
  padding: 0 0 0 9px;
}

#navheader a
{
  float: left;
  display: block;
  background: url("../images/rightnorm.jpg") no-repeat right top;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #777;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navheader a {float: none;}
/* End IE5-Mac hack */

#navheader a:hover
{
  color: #666;
}

#navheader #current
{
  background-image: url("../images/leftsel.jpg");
  background-color: #cacaca;
}

#navheader #current a
{
  background-image: url("../images/rightsel.jpg");
  color: #333;
  padding-bottom: 4px;
}

.clearer
{
	clear: left;
	line-height: 0px;
	height: 0px;
	display: block;
}

.resulthometeam
{
  text-align: right;
}

.resulthomescore
{
  text-align: right;
}

.resultdash
{
  text-align: center;
}

.resultawayteam
{
  text-align: left;
}

.resultawayscore
{
  text-align: left;
}

.resultrow0
{
  background-color: #edf3fe;
  text-align: right; 
}

.resultrow0 td
{
  padding: 1px 3px 1px 3px;
}

.resultrow1
{
  background-color: #fff;
  text-align: right;
}

.resultrow1 td
{
  padding: 1px 3px 1px 3px;
}






.abandonedresultrow0
{
  background-color: #edd2dc;
  text-align: right; 
}

.abandonedresultrow0 td
{
  padding: 1px 3px 1px 3px;
}

.abandonedresultrow1
{
  background-color: #fddcde;
  text-align: right;
}

.abandonedresultrow1 td
{
  padding: 1px 3px 1px 3px;
}





.postponedresultrow0
{
  background-color: #eee3dc;
  text-align: right; 
}

.postponedresultrow0 td
{
  padding: 1px 3px 1px 3px;
}

.postponedresultrow1
{
  background-color: #feeede;
  text-align: right;
}

.postponedresultrow1 td
{
  padding: 1px 3px 1px 3px;
}

.nodata
{
  font-size:14px;
  text-align:center;
  background-color: #ececec;
  padding:32px 8px 32px 8px;
}
