@import '/Menu.css';

body {
	background-color: #900;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
	
a, a:visited, a:active {
	color: #00F;
}
	
div {
	margin-left: auto;
	margin-right: auto;	
	width: 95%;
	border: 2px solid #FFF;
}
	
img {
	border: 0;
}

/* New table colors */
.NFHL_table {
	background-color: #930;
	border: 2px solid black;
	border-collapse: collapse;
	color: white;
	text-align: center;
}

.NFHL_table th {
   background-color: black;
}

.NFHL_table tr.cumul {
   color: #FC0;
	font-weight: bold;
}
/***/

/* Header */
div#header-image {
	background-color: #000;
	text-align: center;
	height: 201px;
	border-bottom: 0;
	
   /* Rounded corners */
   -moz-border-radius: 20px 20px 0 0;
   -webkit-border-radius: 20px 20px 0 0;
   border-radius: 20px 20px 0 0;
}
	
div#header-image img {
	border: 0;
	position: relative;
	left: 10px;
	top: 20px;
}

div#header-image div#coinDg {
	border: 0;
	width: 15%;
	text-align: right;
	position: absolute;
	top: 35px;
	right: 4%;
	line-height: 1.4em;
}

div#header-image div#coinDg a {
	color: white;
}
	
div#header-date {
	background-color: #000;
   border-top: 0;
   border-bottom: 0;
	color: #FC0;
   font-size: 2.2em;
   font-weight: bold;
   height: 51px;
   line-height: 51px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
   width: 95%;
}
	
div#header-date div {
	border: 0;
	float: left;
	display: block;
	width: 49.999%;
	text-align: center;
}
/***/

/* Logon */
div#logon {
	text-align: center;
	background-color: #000;
	color: #FFF;
	border-top: 0;
	border-bottom: 0;
	height: 1.8em;
}
/***/

/* Menu */
#outside{
	border-top:0;
	border-bottom:0;
	background:#000000;
	width: 95%;
	}
#navigation-1 {
	padding:1px 0;
	margin:auto;
	list-style:none;
	width:85%;
	height:29px;
	font-size: 0.88em;
}
#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:9%;
}
#navigation-1 li#coinDuDg {
	display:block !important;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#000000;
	color:#FC0;
	width:100%;
	height:21px;
}
#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#666;
	font-weight: bold;
	width:100%;
	height:21px;
}
#navigation-1 li ul.navigation-2 {
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#ffffff;
	width:100%;
	position:absolute;
	top:29px;
	left:-1px;
	border:1px solid #000000;
	border-top:none;
}
#navigation-1 li:hover ul.navigation-2 {
	display:block;
}
#navigation-1 li ul.navigation-2 li {
	width:100%;
	height:21px;
	clear:left;
	font-size:9pt;
}
#navigation-1 li ul.navigation-2 li a:link, #navigation-1 li ul.navigation-2 li a:visited {
	clear:left;
	background:#000000;
	padding:4px 0;
	width:100%;
	height:12px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
	font-weight: normal;
}
#navigation-1 li ul.navigation-2 li:hover a, #navigation-1 li ul.navigation-2 li a:active, #navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	background:#666;
	font-weight: bold;
	padding:4px 0;
	width:100%;
	height:12px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
/***/

/**
 * Content
 * @deprecated
 */
div#contenu
	{
	background-color: #FFC;
	border-top: 1px solid #999;
	color: #008;
	width: 890px;
	padding: 5px;
	}
	
div#contenu a
	{
	color: #F00;
	}
	
div#admin {
	background-color: #FFC;
	color: #008;
	border-top: 0;
	overflow: visible;
}

div.admin_w_footer
{
   border-bottom: 1px solid #999;
}

div#admin div {
	padding: 1px 0 5px 0;
	border: 0;
	width: 98%;
}
	
div#coinDG {
	background: #000;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
	color: #FFF;
	height: 1.8em;
}

div#coinDG a {
	color: #FFF;
}
	
.title
	{
	color: #007;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	}
/***/

/* Footer */
div#footer {
	padding-top: 10px;
	text-align: center;
	background-color: #000;
	border-top: 0;
	color: #FFF;
}
	
div#footer a {
	color: white;
}
/***/

