/* $Id: footb.css,v 1.6 2005/11/08 14:58:14 caran Exp $ */
a, a:visited {
	text-decoration: none;
	color: #3468a2;
	}
a:hover {
	color: #a61300;
	}
table {
	font-family: arial, verdana, sans-serif;
	font-size: 90%;
	}
th {
	border-bottom: 1px solid black;
	padding-bottom: 2px;
	}
th, td {
	width: 50px;
	text-align: right;
	padding-right: 5px;
	padding-top: 1px;
	}
th.name, td.name {
	width: 75px;
	text-align: left;
	padding-left: 5px;
	}
th.points, td.points {
	font-weight: bold;
	background-color: #eeeeee;
	}
table a {
	text-decoration: none;
	}

/* For fbstart.cgi */
table#startinput {
	text-align: left;
	}
table#startinput td {
	width: 1.5em;
	text-align: left;
	}
table#startinput td.box {
	padding-left: 10px;
	width: 15px;
	border-left: 2px solid #cccccc;
	}
table#startinput td.name {
	white-space: nowrap;
	overflow: hidden;
	width: 9em;
	}
table#startinput td.team {
	padding-right: 10px;
	border-right: 2px solid #eeeeee;
	}


#title {
	border-bottom: 1px solid #666666;
}
#title a {
	text-decoration: none;
	color: #3468a2;
}
#title a:hover {
	text-decoration: underline;
	color: #a61300;
}

div#totals {
	clear: right;
	}	

#statsnav hr {
	clear: both;
	}

#view ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#view li {
	list-style: none;
	float: right;
	width: 110px;
	border: 4px solid #eeeeee;
	}
#view li#litotals {
	border-right: none;
	}

#view a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px;
    }
#view a:hover {
    background-color: #a61300;
    color: #fff;
    }

#weeks {
	float: left;
	margin: 0;
	padding: 0;
	}

#weeks h4 {
	float: left;
	margin: 9px 10px 9px 0;
	padding: 0;
	}

#weeks ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#weeks li {
	float: left;
	width: 20px;
	margin: 9px 0px;
	}
#weeks li.selected {
	background-color: #cccccc;
	}

#weeks a {
    display: block;
    text-decoration: none;
    color: #0000cc;
	text-align: center;
    }
#weeks a:hover {
    background-color: #a61300;
    color: #fff;
    }

#weeks li.seasons {
	width: 40px;
	}

