/*=====================================
	Algemeen
=====================================*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: #eee;
	font-size: 11px;
	font-family: verdana, sans-serif;
	color: #444;
	background: url(newbody2.png) top center repeat-x;
	height: 100%;
}

/*=====================================
	Div
=====================================*/
div#spanner {
	min-height: 100%;
	position: relative;
	padding: 0 0 0 0;
}
div#container {
	width: 800px;
	margin: 0 auto;
}
div#top {
	height: 80px;
}
div#header {
	float: left;
	height: 80px;
	width: 350px;
}
div#menu {
	margin: 0 0 0 351px;
}
div#beam {
	height: 100px;
	margin: 5px 0 0 0;
}

div#leftbeam {
	width: 600px;
	height: 100px;
	overflow: hidden;
	float: left;
	line-height: 100px;
}
div#rightbeam {
	margin: 0 0 0 600px;
	height: 100px;
	text-align: center;
}
div#content {
	padding: 20px 0 0 0;
	line-height: 150%;
}
div#left {	
	width: 600px;
	float: left;
}
div#right {
	margin: 0 0 0 605px;
}
div#footer {
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 0 80px 0;
	border-top: 1px solid #eee;
}
div#gras {	
	background: url(grass.png) top center repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
}
div#messagebox {
	border: 1px solid #304860;
	padding: 10px;
	margin: 10px 10px 10px 0;
}
/*=====================================
	Menu
=====================================*/
ul, li {
	list-style: none;
}
#menu ul {
	height: 30px;
	list-style: none;
	padding: 49px 0 0 0;
}
#menu ul li {
	float: right;
	height: 30px;
}
#menu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	font-weight: bolder;
	color: #fff;
	text-decoration: none;
	margin: 0 0;
	border-top: 1px solid #333;
	position: relative;
	background: #304860 url(menu_hover.png) top left repeat-x;
}
#menu ul li a.first {
	border-right: 1px solid #333;;
}
#menu ul li a.last {
	border-left: 1px solid #333;
}
#menu ul li a:hover {
	background: #304860 url(menu.png) top left repeat-x;
}
#menu ul li a.active {
	background: #304860 url(menu.png) top left repeat-x;
}
#left ul, #right ul {
	margin: 10px 0;
}
#sortme li {
	margin: 2px 0 3px 0;
	width: 90%;
	border: 1px solid #333;
	padding: 10px;
	color: #fff;
	font-weight: bolder;
	background: #304860 url(menu.png) top left repeat-x;
}
/*=====================================
	P
=====================================*/
img {
	vertical-align: middle;
}
#rightbeam img {
	margin: 5px 0 0 0;
	height: 90px;
}
p {
	margin: 10px 0;
}
p.star {
	font-weight: bolder;
	padding: 10px 10px 10px 20px;
	height: 40px;
	line-height: 40px;
	background: url(14.png) center left no-repeat;
}
div#leftbeam p {
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	margin: 20px 0 0 0;
	display: none; /* !!! */
}
img#sponsor {
	border: 1px solid #333;
}
span#dot {
	color: #A8C018;
}
/*=====================================
	Table
=====================================*/
table {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
td, th {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 4px 5px;
}
th {
	color: #fff;
	background: #558800 url(menu.png) top left repeat-x;
}
tr.unread td {
	background: #eee;
}
/*=====================================
	Form
=====================================*/
input[type="text"], input[type="password"], input[type="submit"], input[type="button"], textarea {
	border: 1px solid #304860;
	font-family: verdana, sans-serif;
	font-size: x-small;
	padding: 2px;
	margin: 1px;
	background: #fff url(shadow.gif) top left repeat-x;
}
#fieldform {
	width: 400px;
	height: 574px;
	background: #fff url(field.png) top left no-repeat;
	margin: 10px 0;
	text-align: center;
}
#fieldform table {
	margin: 0 auto;
}
#fieldform table, #fieldform table tr td {
	border: 0;
}
#fieldform table tr td#fieldbank {
	width: 200px;
}
.extraspacer {
	height: 150px;
}
.spacer {
	height: 80px;
}
.center {
	text-align: center;
}
#fieldform table tr td select {
	margin: 0 5px;
	width: 80px;
}
/*=====================================
	Headers
=====================================*/
h1, h2, h3, h4, h5, h6 {
	color: #304860;
	font-family: 'Trebuchet MS', verdana, sans;
	font-weight: lighter;
}
#coachcolor {
	/* color: #667722; */
	color: #444;
}
h1 {
	font-size: 40px;
	line-height: 80px;
}
h2 {
	font-size: 24px;
	color: #fff;
	font-style: italic;
}
h3 {
	font-size: 20px;
	padding: 10px 0;
}
h4 {
	font-size: 15px;
}
/* h1, h2 {
	display: none;
} */
/*=====================================
	Anchors
=====================================*/
a {
	/* font-weight: bolder; */
}
#left a:link, #right a:link, #footer a:link {
	text-decoration: none;
	color: #304860;
}
#left a:visited, #right a:visited, #footer a:visited {
	text-decoration: none;
	color: #304860;
}
#left a:hover, #right a:hover, #footer a:hover {
	color: #A8C018;
	text-decoration: underline;
}
#left a:active, #right a:active, #footer a:active {
	color: #A8C018;
	text-decoration: underline;
}
a img {
	border: 0;
}
a#speciallink {
	display: block;
	border: 1px solid #333;
	margin: 10px 5px 0 0;
	background: #fafafa url(5.png) 150px center no-repeat;
	text-align: center;
	line-height: 70px;
}
a#speciallink:hover {
	border: 1px solid #558800;
	background: #fafafa url(5.png) 155px center no-repeat;
}

