/* Copyright 2006 Joost de Valk */

ul {
  margin-bottom: 0;
}

ul.huck {
  padding: 0;
  text-align: center;
  margin: 0;
  list-style: none;
  color: #cc5500;
}

li.huck {
  float: left;
  font-size: 1.125em;
  position: relative;
  margin: 0;
  width: 10em;
  line-height: 1.25; 
}

li.huck ul.huck {
  display: none;
  font-size: 0.80em;
  position: relative; 
  margin: 0;
  top: 1.5em;
  left: 0;
  }

li.huck > ul.huck {
	top: auto;
	left: auto;
        margin: 0;
	}

li.huck:hover ul.huck, li.huck.over ul.huck {
  display: block;
  margin: 0;
  }

.nav ul li a:visited {
	overflow: hidden;
	float: left;
	padding: 7px 10px 7px 9px;
	color: #fff;
	font-size: 1.15em;
	text-decoration: none;
	text-transform: uppercase;}
.nav ul li a:hover {
	padding: 6px 9px 6px 8px;
	color: #59574e;
	background-color: #eaebdc;
	border: 1px solid #bdbfa8;
	text-decoration: none;
	border-bottom: 1px solid #eaebdc;}

#cobody {
	clear: left;
        margin-top:25px; 
}

.orangelink a:link {
 color: #cc5500;
 text-decoration: none;
}
.orangelink a:visited {
 color: #cc5500;
 text-decoration: none;
}
.orangelink a:hover {
 color: #cc5500;
 text-decoration: underline;
}
.orangelink a:active {
 color: #cc5500;
}

table.sortable {
	border-spacing: 0;
	border: 1px solid #CC5500;
	border-collapse: collapse;
	font-size: 11;
	font-family: Verdana;
	width: auto;
}

table.sortable td {
	text-align: right;
	vertical-align:middle;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
	border-width: 0px 1px 0px 1px;
}
table.sortable th, table.sortable td.team {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
}


table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #CCCCCC;
	font-weight: bold;
}


table.sortable tr.odd td {
	background-color: #FFFFCC;
}

table.sortable tr.even td {
	background-color: #FFFFFF;
}

table.sortable tr.sortbottom td {
	border-top: 1px solid #CC5500;
	background-color: #CCCCCC;
	font-weight: bold;
}

table.matchup {
	border-spacing: 0;
	border: 1px solid #CC5500;
	border-collapse: collapse;
	font-size: 11;
	font-family: Verdana;
}

table.matchup th {
	text-align: center;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
}
table.matchup td.team {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
}

table.matchup td.center {
	text-align: center;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
}

table.matchup td.teamstat {
	text-align: center;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	width: 100px;
        border-color: #CC5500;
}

table.matchup td.right{
	text-align: right;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
	color: #CC5500;
	font-weight: bold;
}

table.matchup td.left{
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
	color: #CC5500;
	font-weight: bold;
}

table.matchup td {
	text-align: right;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
}
table.matchup th {
	border-width: 1px 1px 1px 1px;
	background-color: #CCCCCC;
}

table.matchup td {
	border-width: 1px 1px 1px 1px;
}

table.matchup tr.odd td {
	background-color: #FFFFCC;
}

table.matchup tr.even td {
	background-color: #FFFFFF;
}

table.matchup tr.sortbottom td {
	border-top: 1px solid #CC5500;
	background-color: #CCCCCC;
	font-weight: bold;
}