	body {
	color: #333;
	margin: 0px;
	font-family: arial;
	font-size: 0.7em;
	background-color: #ccc;
	text-align: center;
}

#container {
	background-color: #eee;
	width: 750px;
	margin: 1em auto;
	border: 4px solid #fff;
	padding: 0px;
	text-align: left;
}

.narrow {
	width: 100%;
	float: left;
	background: #eee url("/images/bg/container_narrow.gif");
}

/* HEADER */

#header {
	color: #fff;
	background-color: #566fa2;
	padding: 20px 0 10px 23px;
}

#header .heading {
	font-size: 30px;
	margin: 0px;
}

#header .heading .beta {
	font-size: 12px;
}

#header p {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#header a {
	color: #fff;
	text-decoration: none;	
}

/* TOPNAV */

#topnav {
	color: #fff;
	border: 0;
	width: 750px;
	background-color: #344D80;
	float: left;
}
	
#topnav ul {
	margin: 0px;
	padding: 10px 0 10px 23px;
	list-style-type: none;
	float: left;
	}
	
#topnav ul.userNav {
	float: right;
	}
	
#topnav ul li {
	margin: 0 13px 0 0;
	float: left;
	}
	
#topnav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#topnav a:hover {	
	text-decoration: underline;
}

.subnav {
	margin-bottom: 30px;
}
	

/* CONTENT */

#content {
	padding: 20px;
	float: left;
}

#content h1 {
	margin-top: 0;
	font-size: 20px;
	color: #344D80;
}

.narrow #content {
	width: 510px;
}

.wide #content {
	width: 710px;
}

/* CONTENT ITEM */

#content .item {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fefefe;
	border-bottom: 1px solid #ddd;
}

#content .item h2 {
	font-size: 17px;
	color: #344D80;
	margin-top: 0px;
}

#content .item p {
	margin-bottom: 0px;
}

/* NAV */

#nav {
	padding: 15px;
	float: left;
	width: 165px;
}

/* NAV ITEM */

#nav .item {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fefefe;
	border-bottom: 1px solid #efefef;
}

#nav .item h2 {
	font-size: 14px;
	color: #344D80;
	margin-top: 0px;
}

#nav .item p {
	margin-bottom: 0px;
}

/* FOOTER */

#footer {
	color: #fff;
	background-color: #566fa2;
	padding: 10px;
	clear: both;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {	
	text-decoration: underline;
}

/* TABLE */

.narrow table {
	width: 510px;
}

.wide table {
	width: 710px;
}

table {
	background-color: #fefefe;
	border-collapse: collapse;
}

th {
	color: #344D80;
	border-bottom: 1px solid #ddd;
}

td {
	padding: 2px;
	border-bottom: 1px solid #ddd;
}

/* A */

a {
	color: #344D80;
}

a:hover {
	color: #566fa2;
}

a:visited {
	color: #566fa2;
}

/* FORM */

.narrow fieldset {
	width: 490px;
}

.wide fieldset {
	width: 690px;
}

fieldset {
	background-color: #fefefe;
	border: 0px;
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
}

legend {
	color: #344D80;
	font-size: 14px;
	font-weight: bold;	
}

dt {
	float: left;
	width: 100px;
}

.formRow {
	margin-left: 150px;
}

.formRow label {
	float: left;
	margin-left: -150px;
}

select {
	font-size: 1em;
}

.formRow input {
	font-size: 1em;
}

.tipping {
	width: 25px;
	height: 25px;
	background: #ccc;
	
}

.tipping input {
	position: relative;
	top: 3px;
	left: 1px;
}

.tippingMatch {
	text-align: center;
	width: 12.5%;
}

.on {
	color: White;
	background: #00bb00;
}

.wrong {
	color: White;
	background: #bb0000;
}

.team {
	display: block;
	font-size: 18px;
	margin: 6px 0 !important;
}

.round {
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}

#roundTabs {
	display: inline;
	list-style: none;
	padding: 10px;
}

#roundTabs li {
	display: inline;
}

#roundTabs a {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px 5px;
	margin: 0 -2px;
	text-decoration: none;
	color: #888;
}

#roundTabs a:hover {
	background: #f8f8f8;
	color: #444;
}

#roundTabs .active, #roundTabs .active:hover {
	color: black;
	background: #fff;
}

.top {
	border-bottom: 0;	
}

textarea {
	width: 30em;
	height: 15em;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

.btn {
	padding: 1px;
	color: #eee;
	background-color: #566fa2;
	border: 2px solid #efefef;
	font-weight: bold;
}

.btnRow input {
	margin-top: 10px;
	float: right;
}

.btnRow2 {
	margin-top: 10px;
	margin-left: 157px;
}

.button {
	color: white !important;
	background: #566fa2;
	background: -webkit-gradient(linear, left top, left bottom, from(#344d80), to(#566fa2));
	background: -moz-linear-gradient(top, #344d80, #566fa2);
	padding: 4px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	border: none;
	cursor: pointer;
}

.bigbutton {
	color: white !important;
	background: #566fa2;
	background: -webkit-gradient(linear, left top, left bottom, from(#344d80), to(#566fa2));
	background: -moz-linear-gradient(top, #344d80, #566fa2);
	padding: 10px 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
  	font-size: 20px;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}

/* TEXT */

.redText
{
	color: #cc0000;
}

.greenText
{
	color: #009900;
}

.message {
	margin: 10px 10px;
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.error {
	color: #c00;
	background: #fdd;	
}

.thanks {
	color: #080;
	background: #dfd;	
}

/* LIST */


.multi {
	list-style-image: url("/images/misc/bullet.gif");
	clear: both;
}

.multi li {
	width: 210px;
}
