body { margin:10px auto; width:800px; color:#000; font-family:sans-serif; font-size:10pt; }
a {  color:#000; font-weight:bold; text-decoration:none; }
a:hover { text-decoration:underline; }

div.top { text-align:right; }

ul#week { display:block; margin:6px 0px; padding:0px; height:24px; padding:4px; background-color:#aaa; font-size:12pt; line-height:20px;
	border-radius:8px; -webkit-border-radius:8px;
	background-image:-webkit-linear-gradient(#ccc, #aaa)}
ul#week li { float:left; list-style:none; }
ul#week li.active a { border:1px solid #999; padding:1px 7px; background-color:#eee;
	border-radius:4px; -webkit-border-radius:4px; }
ul#week li+li { margin-left:6px; }
ul#week li a { display:block; padding:2px 8px; }

table#schedule { margin-left:250px; width:550px; background-color:#ddd;
	-webkit-border-radius:0px 8px 8px 0px; }
table#schedule td { height:40px; vertical-align:middle; }
table#schedule td.at { font-size:14pt; vertical-align:middle; }
table#schedule td.kickoff { font-size:8pt; vertical-align:middle; }
table#schedule div.team { padding:1px 3px; height:38px;
	border-radius:4px; -webkit-border-radius:4px; }
table#schedule div.team:hover { cursor:pointer; background-color:#ccc; }
table#schedule div.team.winner { background-color:#bbb;
	background-image:-webkit-linear-gradient(#ccc,#bbb); }
table#schedule div.team.winner img { background-color:#77f; }
table#schedule img { display:block; float:left; margin-right:6px; padding:2px; width:34px; height:34px; }
table#schedule span.team { font-size:14pt; }
table#schedule input { border:1px solid #999; padding:0px; width:38px; height:38px; background-color:#afa; font-size:20pt; text-align:center; }
table#schedule input.bad { background-color:#fff; }
table#schedule input.same { background-color:#faa; }

ul#users { float:left; margin:0px; padding:0px; width:250px; font-size:11pt; }
ul#users li { border-bottom:1px solid #ddd; padding:3px 4px; list-style:none; }
ul#users li:first-child { border-top:1px solid #ddd; }
ul#users li.active { background-color:#ddd; }
ul#users li.foot { border-bottom:0px; font-size:8pt; }
