body {
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: yes;
	background: #000;

	scrollbar-face-color: #000;
	scrollbar-base-color: #000;
    	scrollbar-arrow-color: #e6e6e6;
	scrollbar-track-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #e6e6e6;
	scrollbar-dark-shadow-color: #000;
}

body.orangeBar {
	scrollbar-face-color: #FE6C01;
	scrollbar-base-color: #FE6C01;
	scrollbar-arrow-color: #C0CC02;
	scrollbar-track-color: #FE6C01;
	scrollbar-shadow-color: #FE6C01;
	scrollbar-highlight-color: #C0CC02;
	scrollbar-dark-shadow-color: #FE6C01;
}



body.blueBar {
	scrollbar-face-color: #463A82;
	scrollbar-base-color: #463A82;
	scrollbar-arrow-color: #C0CC02;
	scrollbar-track-color: #463A82;
	scrollbar-shadow-color: #463A82;
	scrollbar-highlight-color: #C0CC02;
	scrollbar-dark-shadow-color: #463A82;
}


body.greenBar {
	scrollbar-face-color: #C0CC02;
	scrollbar-base-color: #C0CC02;
	scrollbar-arrow-color: #463A82;
	scrollbar-track-color: #C0CC02;
	scrollbar-shadow-color: #C0CC02;
	scrollbar-highlight-color: #463A82;
	scrollbar-dark-shadow-color: #C0CC02;
}


table.time4art {
	height: 100%;
}

th, td, p {
	color: #fff;
	font-size: 11px;
 	font-family: Verdana, Arial;
}

th {
	color: #000;
}

h1, h2, h3, h4 {
	display:inline;
	font-size: 11px;
}

h1.icon {
	color: #c0cc02;
	font-size: 13px;
	padding-right:5px;	
}

h1.green, b.green, sup.green {
	color: #c0cc02;
}

h1.blue, sup.blue {
	color: #463a82;
}

h1.orange, sup.orange {
	color: #FE6C01;
}


a.blue, a.blue:link, a.blue:visited {
	color: #463a82;
	font-size: 11px;
 	font-family: Verdana, Arial;
	text-decoration: none;
}

a.blue:hover {
	text-decoration: underline;
}

a, a:link, a:visited {
	color: #c0cc02;
	font-size: 11px;
 	font-family: Verdana, Arial;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

small, a.deeplink, a.deeplink:link, a.deeplink:visited {
	color: #a7a7a7;
	font-size: 9px;
 	font-family: Verdana, Arial;
	text-decoration: none;
}

a.deeplink:hover {
	text-decoration: underline;
}


a.shortcut, a.shortcut:link, a.shortcut:visited {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
 	font-family: Verdana, Arial;
	text-decoration: none;
}

a.shortcut:hover {
	color: #c0cc02;
	text-decoration: none;
}


select, input, textarea {
	color: #000;
	font-size: 11px;
 	font-family: Verdana, Arial;
}

select, input {
	margin: 1px;
	width: 150px;
	background: #e7e7e7;
	border: 1px solid #c0cc02;
}

select {
	display: inline;
}

img.greenborder {
  	border: 1px solid #c0cc02;
}


hr.invisible {
	display:none;
}

td.greenhr {
	width: 100%
  	height: 1px;
  	background: #c0cc02;
}

td.blackhr {
	width: 100%
  	height: 1px;
  	background: #000;
}

td.summary {
	padding-top: 10px;
	padding-bottom: 10px;
}


td.listitem {
	width:8px;
	background: #463a82;
}

td.hilite-listitem-blue {
	width:8px;
	background: #463a82;
}

td.listitem-green {
	width:8px;
	background: #c0cc02;
}

td.hilite-listitem-green {
	width:8px;
	background: #c0cc02;
}

td.listitem-orange {
	width:8px;
	background: #fe6c01;
}





td.background-ikzoekkunst {
	background: #463a82
	url("/pics/background-4blue.gif")
	no-repeat right bottom;
}

table.ikzoekkunst, td.ikzoekkunst {
	background: #463a82;
}

table.ikzoekkunst {
	height:100%;
}



td.bottomBlue {
	background: #000
	url("/pics/bottom-blue.gif")
	no-repeat center top;
}


td.menuitem-blue {
	cursor:hand;
	color: #fff;
	font-size: 12px;
 	text-align: right;
	font-weight: bold;
 	line-height: 19px;
 	font-family: Verdana, Arial;
 	background: #463a82;
 	padding-right: 10px;
}

td.hilite-menuitem-blue {
	cursor:hand;
	color: #fff;
	font-size: 12px;
 	text-align: right;
	font-weight: bold;
 	line-height: 19px;
 	font-family: Verdana, Arial;
 	background: #594e8f;
 	padding-right: 10px;
}

td.menuitem-green {
	cursor:hand;
	color: #fff;
	font-size: 12px;
 	text-align: right;
	font-weight: bold;
 	line-height: 19px;
 	font-family: Verdana, Arial;
 	background: #c0cc02;
 	padding-right: 10px;
}

td.hilite-menuitem-green {
	cursor:hand;
	color: #fff;
	font-size: 12px;
 	text-align: right;
	font-weight: bold;
 	line-height: 19px;
 	font-family: Verdana, Arial;
 	background: #c6d11c;
 	padding-right: 10px;
}


td.menuitem-orange {
	cursor:hand;
	color: #fff;
	font-size: 12px;
 	text-align: right;
	font-weight: bold;
 	line-height: 19px;
 	font-family: Verdana, Arial;
 	background: #fe6c01;
 	padding-right: 10px;
}

td.hilite-menuitem-orange {
	cursor:hand;
	color: #fff;
	font-size: 12px;
 	text-align: right;
	font-weight: bold;
 	line-height: 19px;
 	font-family: Verdana, Arial;
 	background: #fe7b1b;
 	padding-right: 10px;
}

td.background-close {
	background: #463A82;
	url("/pics/background-4green.gif")
	no-repeat right bottom;
}

table.close, td.close {
	background: #463A82;
}


td.background-ikbenkunstenaar {
	background: #c0cc02;
	url("/pics/background-4green.gif")
	no-repeat right bottom;
}

table.ikbenkunstenaar, td.ikbenkunstenaar {
	background: #c0cc02;
}

table.ikbenkunstenaar {
	height:100%;
}



td.background-overtime4art {
	background: #fe6c01;
	url("/pics/background-4orange.gif")
	no-repeat right bottom;
}

table.overtime4art, td.overtime4art {
	background: #fe6c01;
}

table.overtime4art {
	height:100%;
}

