html {
	background: url(/images/background.png) top left repeat;
	color: #fff;
}

body {
	background: url(/images/background-top.png) top left repeat-x;
	border-top: 20px solid #000;
	color: #fff;
	font-family: arial;
	font-size: 12px;
}

a, a:visited {
	color: #fff;
}

a:hover {
	color: #94bc80;
}

h1 {
	background: url(/images/title.png) top left no-repeat;
	height: 0px;
	margin: auto;
	margin-top: 40px;
	overflow: hidden;
	padding-top: 93px;
	width: 536px;
}

h2 {
	color: #d6d6d6;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	color: #d6d6d6;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	padding-bottom: 15px;
}

strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

div#feed-item {
	background: blue;
	color: #fff;
	font-size: 14px;
	left: 0px;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

div#feed-item a {
	color: #fff;
}

div#feed-item strong {
	font-size: 18px;
	font-weight: bold;
}

div#feed-item strong a {
	text-decoration: none;
}

div#feed-item a:hover {
	color: #000;
	text-decoration: underline;
}

div#container {
	background: url(../images/container-top.png) top left no-repeat;
	color: #d6d6d6;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 21px;
	width: 567px;
}

div#container-body {
	background: #000 url(../images/container-bottom.png) bottom left no-repeat;
	color: #d6d6d6;
	overflow: hidden;
	padding-bottom: 21px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

div#footer {
	clear: both;
	margin-top: 20px;
	text-align: center;
}

div#footer a {
	padding: 5px;
}

div#info {
	float: left;
	margin-right: 30px;
	width: 280px;
}

a#logout {
	font-size: 16px;
	position: absolute;
	right: 25px;
	top: 2px;
}

div#signup {
	float: left;
	text-align: center;
	width: 217px;
}

div#signup li {
	text-align: left;
}

div#signup p, div#info p {
	color: #94bc80;
}

div#signup input {
	padding-left: 30px;
	width: 170px;
}

/* CSS hack for IE6 to make the width proper */
* html div#signup input
{
	width: 200px;
}

div#signup input#twitter_username {
	background: #fff url(/images/icon-twitter-username.png) 7px 7px no-repeat;
}

div#signup input#twitter_password {
	background: #fff url(/images/icon-twitter-password.png) 7px 7px no-repeat;
}

div#signup input#signup-button {
	margin-bottom: 5px;
	padding-left: 0px;
	padding-top: 15px;
	width: auto;
}

div#signup input#unsubscribe-button {
	font-size: 10px;
	padding: 3px;
	width: auto;
}

form.styled-form fieldset ol li label {
	float: none;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	padding-left: 0px;
	width: auto;
}

form.styled-form fieldset ol li {
	padding-bottom: 10px;
	padding-top: 10px;
}

form.styled-form fieldset ol li input {
	font-size: 20px;
	padding: 5px;
}

table.center {
	margin: auto;
	text-align: inherit;
}

table tr th {
	font-weight: bold;
	text-align: center;
}

table tr td, table tr th {
	padding: 10px;
}

table tr td {
	background: #333;
	border: 3px solid #000;
	color: #94bc80;
}

table tr.even {
	background: #eee;
	color: #000;
}

table tr td.selected {
	background: #4d4d4d;
	color: #94bc80;
}

table#teams {
	margin-bottom: 20px;
}

table#teams tr td {
	width: 229px;
}

table#teams tr td {
	cursor: pointer;
}

table#teams tr td.separator {
	background: #000;
	color: #94bc80;
	cursor: auto;
	padding: 0px;
	width: 20px;
}

table#teams tr td input.checkbox {
	padding-right: 5px;
}

div.person {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

div.person img {
	float: left;
	margin-right: 20px;
}

div.person strong {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}

