*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

body
{
	font-family: Century;
	overflow-y: scroll;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #717171;
	background-color: green;
}

br.clear
{
	clear: both;
}

a
{
	text-decoration: underline;
	color: #689c51;
}

a:hover
{
	color: inherit;
}

h1
{
	font-size: 20px;
	margin-bottom: 20px;
}

h2
{
	font-size: 18px;
	margin-bottom: 10px;
}

h3
{
	font-size: 16px;
	margin-bottom: 5px;
}

h4
{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

p
{
	margin-bottom: 5px;
}

input
{
	display: block;
	height: 35px;
	line-height: 35px;
	font-family: Century;
	font-size: 16px;
	border: 1px solid #b7b7b7;
	padding-left: 10px;
	color: #717171;
	width: 288px;
	margin-bottom: 10px;
	background-color: transparent;
}

input:focus, textarea:focus
{
	border: 1px solid #779c67; 
	color: #779c67;
}

input.margin_left
{
	margin-left: 15px;
}

select
{
	background: transparent;
	width: 319px;
	height: 35px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 10px;
	color: #717171;
	border: 1px solid #b7b7b7;
	font-size: 16px;
	font-family: Century;
}

textarea
{
	background-color: transparent;
	font-size: 16px;
	font-family: Century;
	border: 1px solid #b7b7b7;
	color: #717171;
	padding-left: 10px;
	line-height: 35px;
}

header
{
	min-width: 1050px; 
	height: 50px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.55);
}

nav, footer, section#content
{
	margin: 0 auto;
	width: 1050px;	
}

nav
{
	height: 50px;
	font-size: 21px;
}

nav a
{
	text-decoration: none;
	background-color: #f3f3f3;
	display: block;
	float: left;
	height: 100%;
	line-height: 50px;
	width: 175px;
	text-align: center;
}

nav a:hover
{
	color: #ffffff;
	text-shadow: 0 0 1px #fff, 0 0 4px #689c51, 0 0 7px #689c51, 0 0 8px #689c51, 0 0 10px #689c51, 0 0 15px #689c51;
	/* background: rgba(255,255,255,0.7); */
	background-color: transparent;
}

nav a.active
{
	color: #ffffff;
	text-shadow: 0 0 1px #fff, 0 0 4px #689c51, 0 0 7px #689c51, 0 0 8px #689c51, 0 0 10px #689c51, 0 0 15px #689c51;
	background-color: transparent;
}

section#content
{
	line-height: 30px;
	background-color: #f3f3f3;
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.55);
}

section#content div.margin
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 110px;
}

section#content ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

section#content table th
{
	text-align: left;
	color: #689c51;
	border-bottom: 1px solid #689c51;
}

table tr.light
{
	background-color: #ededed;
}

table tr.dark
{
	background-color: #e5e5e5;
}

table tr.jackpot
{
	background-color: #689c51;
	color: #ffffff;
	font-weight: bold;
}
/* STARTPAGE */

section#content ul#numbers li, section#content ul#luckynumbers li
{
	float: left;
	border: 1px solid black;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}

section#content ul#numbers li:hover, section#content ul#luckynumbers li:hover, section#content ul#numbers li.active, section#content ul#luckynumbers li.active
{
	font-weight: bold;
	color: white;
	background-color: green;
}

section#content table#results
{
	margin-bottom: 30px;
}

section#content table#results th
{
	text-align: center;
	width: 130px;
}

section#content table#results td
{
	text-align: center;
}

/* END STARTPAGE */

footer
{
	position: relative;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 12px;
}

footer a
{
	color: inherit;
}