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

}

body {
	width: 610px; 
	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;
	background-color: #f6f6f6;
/*  margin: 0px 3px 3px 6px;*/
    margin: 10px 3px 3px 0px;
/*  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;*/
	border-top: 1px solid #666;
/*  background-color: #ccc;*/
	padding: 4px;
	float: left;
}
.award_status {
    float: left;
    width: 5px;
    height: 20px;
    border: 1px solid #999;
}
.not_going .award_status {
    background-color: #ffa;
}
.award {
	float: left;
	width: 400px;
	border-top: 1px solid #999;
	background-color: #f7f7f7;
/*  background-color: #f5b8b8;*/
  margin: 10px 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: ;
	
}

.tentative {
 text-decoration: line-through;
}

.reason {
    color: #399;
}

.award .timing {
	float: right;
	text-align: right;
	margin-left: 15px;
}
.award .basics {
	float: left;
}
.award a {
	color: #633;
}
.alerts {
    float: right;
}
.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;
	
}
#awards_tree {
    font-size: 9px;
}