/* ----- GENERAL ELEMENTS ------------------------------ */

html, body {
	height: 100%;
	margin: 0px;
}

body {
	background: #000000 url(../img/bg_fill.gif);
}

body, td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
}

a {
	color: #EEEEEE;
}

a:hover {
	color: #EFEFEF;
}

.greenText {
	color: #B1E517;
}

.bigFatGreenText {
	font-size: 11px;
	font-weight: bold;
	color: #B1E517;
}

a.bigFatGreenLink {
	font-size: 11px;
	font-weight: bold;
	color: #B1E517;
}

a.bigFatGreenLink:hover {
	color: #C5F82E;
}




/* ----- TABLE SNELZOEKEN ----------------------------- */

table#snelzoeken {
	margin-bottom: 15px;
}

td#snelzoeken {
	background: #585757;
	padding: 8px;
	border: 1px solid #758F27;
}

td#snelzoeken td {
	color: #B1E517;
}

form {
	margin: 0;
}

input {
	vertical-align: middle;
}

input.txt {
	padding-left: 2px;
	height: 17px;
	width: 145px;
	background: #3D3D3D;
	border: 1px solid #B1E517;
	font-size: 11px;
	color: #B1E517;
}

input.datetxt {
	padding-left: 2px;
	height: 17px;
	width: 70px;
	background: #3D3D3D;
	border: 1px solid #B1E517;
	font-size: 11px;
	color: #B1E517;
}

select {
	height: 17px;
	width: 180px;
	background: #3D3D3D;
	border: 1px solid #B1E517;
	font-size: 10px;
	color: #B1E517;
}

input.searchButton {
	margin: 3px 0 2px 0;
}

a.uitgebreidZoeken:link, a.uitgebreidZoeken:visited, a.uitgebreidZoeken:active {
	font-size: 9px;
	text-decoration: none;
	color: #B1E517;
}

a.uitgebreidZoeken:hover {
	font-size: 9px;
	text-decoration: none;
	color: #D1E88D;
}



/* ----- MAIN TABLE ------------------------------------ */

table#main {
	height: 100%;
	width: 1000px;
}

td#main {
	height: 100%;
	background: #595858 url(../img/gradient_main_table.gif) repeat-x;
	background-position: 0 -100px;
}



/* ----- HEADER ---------------------------------------- */

table#header {
	height: 100%;
	background: url(../img/logo_pijl_top.gif) no-repeat bottom right;
}

td#header {
	background: #595858 url(../img/gradient_main_table.gif) repeat-x;
	border-right: 1px solid #B1E517;
}

td.headerTitle {
	padding: 20px 5px 0 0;
}

#header a { display: block; height: 75px; margin: auto; text-indent: -9999px; width: 100px; }


/* ----- NAVIGATION LEFT ------------------------------- */

td#navigationLeft {
	background: #5C5B5B url(../img/gradient_navigation_left.gif) repeat-x;
}

ul.navigationLeft {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

ul.navigationLeft li {
	margin: 0;
}

ul.navigationLeft img {
	margin: 0 8px 0 8px;
}

ul.navigationLeft a {
	display: block;
	width: 100%; /* nodig om de extra verticale witruimte, veroorzaakt door display:block, weg te werken in IE */
	color: #EEEEEE;
	text-decoration: none;
	padding: 4px 0 4px 0;
}

ul.navigationLeft a:hover {
	background: #585757;
}

ul.subNavigationLeft {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

ul.subNavigationLeft li {
	background: #353535;
	border-bottom: 1px solid #484848;
	padding-left: 35px;
}

ul.subNavigationLeft li a:link, a:visited, a:hover, a:active {
	color: #CCCCCC;
}

ul.subNavigationLeft a:hover {
	background: none;
	text-decoration: underline;
}



/* ----- CONTENT TABLE -------------------------------- */

table#content {
	height: 100%;
	background: url(../img/logo_pijl_bottom.gif) no-repeat top right;
}

td#content {
	padding: 0 15px 0 15px;
}

table#linksTop {
	background: url(../img/gradient_links_top.gif) repeat-x top;
	margin-bottom: 15px;
	clear: both;
}

table#linksTop img {
	margin: 0 10px 0 10px;
}



/* ----- NAVIGATION RIGHT ------------------------------ */

table#randomEvents {
	height: 100%;
}

td.randomEventsInfo
{
	border-right: 0px;
	border-top: 0px;
	padding-left: 7px;
	background: #555454;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-left: 0px;
	color: white;
	border-bottom: 0px;
	height: 60px;
	text-decoration: none;
}
a.randomEventsText:link
{
	border-right: 0px;
	border-top: 0px;
	/*padding-left: 7px;*/
	background: #555454;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-left: 0px;
	border-bottom: 0px;
	/*height: 60px;*/
	text-decoration: none;
	color: #EEEEEE;
}

a.randomEventsText:hover
{
	color: #CCCCCC;
}

.selectedPage
{
	border-right: #66ff00 1px;
	border-top: #66ff00 1px;
	background-image: url(../img/pagenumber_back.gif);
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-left: #66ff00 1px;
	border-bottom: #66ff00 1px;
	background-color: #99ff33;
}


td.randomEventsDay {
	background: #555454;
	height: 60px;
	width: 50px;
	padding: 0 6px 7px 0;
	border-right: 1px solid #6B744B;
	vertical-align: bottom;
	text-align: right;
}

td.randomEventsSpace {
	border-right: 1px solid #B1E517;
}

td.randomEventsDate {
	background: url(../img/bg_fill_random_events_date.gif) #474646;
	height: 60px;
	padding: 0 0 7px 0;
	vertical-align: bottom;
	text-align: center;
}