body
{
	color: white;
}
body, td, input, select, textarea
{
	font-size: 13px;
	font-family: sans-serif;
	line-height: 18px;
}
input, select, textarea
{
	color: black;
}
img {
	border: 0px;
}
a:link 
{
	color: #4B9FD6;
	text-decoration: underline;
	border:hidden;
}
a:visited 
{
	color: #4B9FD6; 
	text-decoration: underline;
	border:hidden;
}
a:hover 
{
	color: #4B9FD6; 
	text-decoration: underline;
	border:hidden;
}
hr
{ 
	color: #4B9FD6;
	width: 100%;
}
.labelkop, h1, h2     
{
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	font-family: sans-serif;
}
h3, h4
{
	font-family: sans-serif;
	font-size: 12px;
	color: #FFF;
}
h5, th 
{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
div.divspacer
{
	margin: 30px;
}
div.header
{
	height: 180px;
	margin: 0px;
	margin-left: 40px;
	text-align:left;
	
}
div.header_menubalk
{
	height: 10px; 
	margin: 0px;
	margin-top: -80px;
	position: relative;

	background-image: url(../images/golf3.png);
	background-repeat: repeat-x;
	z-index: -1000;
}
div.header_logoleft
{
	position:absolute; 
	height: 200px;
	width: 245px;
	margin-left: 40px;
	margin-top: -18px;
	background-color: #BFD63E;
	background-image: url(../images/golf_groen2.png);
	background-repeat:no-repeat;
	background-position: bottom;
	z-index: -500;
}
div.header_logocenter
{
	position:absolute; 
	height: 140px;
}
div.header_logoright
{
	position:absolute; 
	height: 140px; 
	right:30px;
}
div.footer
{
	background-color: #A32439;
	color: #4B9FD6;
}
div.hoofdmenu
{
	width: 245px; 
	height: 100%; 
	margin: 0px;
	margin-top: -118px;
	background-color: #BFD63E;
	
	overflow-y:auto !important;
	scrollbar-face-color:#BFD63E;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#fafafa;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#333333;	

}
div.main_container
{
	background-color: #A32439;
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: auto !important;
	margin: 0px;
	scrollbar-face-color:#A32439;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#fafafa;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#333333;		
}
.popupcontainer{
	background-color: #BFD63E; 
	padding: 20px; 
	overflow:auto; 
	border: 2px solid #A32439;
}
.dijitAccordionBody {
	background-color: #BFD63E !important;
}

/* style voor p4.Table: */
table tbody tr.alt td{ background: #DAEE95; }
table tbody tr.selected td{ background: #BBDF3D; }
tbody.scrollContent td, tbody.scrollContent tr td 
{
	background: #FFF;
	padding: 2px;
}
tbody.scrollContent tr.alternateRow td 
{
	background: #e3edfa;
	padding: 2px;
}
tbody.scrollContent tr.selected:hover td 
{
	background: #ff3;
	padding: 2px;
}	
tbody.scrollContent tr.selected td 
{
	background: #604F00;
}
.tpTitle, .tpContent 
{
	border: 1px solid #604F00;
	width: 202px;
}
.tpTitle 
{
	cursor: pointer;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #604F00;
}

