* {
	margin: 0px;
	padding: 0px;

}

body {
	width: 600px; 
	margin: auto;
	font-family: "Skia",  "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, .page_el {
	margin-bottom: 8px;
}

a {
	color: #eb7600;
	text-decoration: none;
}
a:hover {
	background-color: #EB7600;
	color: #f8f8f8;
/*	text-decoration: underline;*/
}

.nav {
	margin-top: 15px;
}

.nav .title {
	border-bottom: 1px solid #888;
}

#player_reg_indicator {
	float: right; 
	color: #999;
}

.container {
	margin-top: 15px;
	min-height: 400px;
}

.footer {
 margin-top: 25px;
	width: 100%; 
}
/*.footer_container {
	width: 600px;
	position: absolute; 
	bottom: 60px; 
	border-top: 1px solid #888;
}
*/
.footer_container {
	width: 600px;
	margin-top: 50px;
	height: 60px; 
	border-top: 1px solid #888;
}

#copyright {
	color: #999;
}

.awards {
/*	width: 610px;*/
}

.row {
	clear: both;
	overflow: auto;
}

.future {
	width: 150px;
	margin: 0px 3px 3px 6px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 4px;
	float: left;
}

.award {
	float: left;
	width: 400px;
	border: 1px solid #f00;
	background-color: #f5b8b8;
	margin: 0px 3px 3px 0px;
	padding: 4px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	clear: both;
	overflow: auto;
}
.needed_within_days {
	font-size: 12px;
}
.not_going .award {
  background-color: #ffa;	
}
.navlink:hover {
	background-color: ;
	
}

.award .timing {
	float: right;
	text-align: right;
	margin-left: 15px;
}
.award .basics {
	float: left;
}
.award a {
	color: #633;
}
.row .dates {}
.row .date_hidden {
	display: none;
}
.client_logo {
	float: left;
	margin-right: 6px;
}
.client_code {
	font-size: 0.7em;
}
.situation {
	color: #999;
	font-size: 12px;
	
}