/* wijwell std stylesheet
Steunkleuren:
	WijWell bruin:	#84301E
	alt bruin:		Sienna (#A0522d)

	Wijwell geel:	#F2AC4D
	alt geel:		#FFCC66	
 */

BODY
{
	font-size: small;
	margin: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	background-color: whitesmoke;
}

A:link
{	
	text-decoration: none;
}	
		
A:visited
{	
	text-decoration: none;
}	
		
A:active
{	
	text-decoration: none;
}	
		
A:hover
{
	text-decoration: underline;
}

H4
{
	margin-bottom: 0px;
}


.HeaderHL
{
	color: #F2AC4D;
	text-decoration: underline;
}

IMG.Links
{
	float: left;
	margin: 5px 10px 5px 0px;
}

IMG.Rechts
{
	float: right;
	margin: 5px 0px 5px 10px;
}



P
{
	clear: none;
}

TABLE.WijWellHeader
{
	width: 100%;
	color: black;
	margin-top: 0px;
	padding-top: 0px;
	/* padding-top: 10px; /* small (grey) line at top. */
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: lightgrey solid;
	background-color: #84301E;
}

TD.HeaderTop
{
	margin-top: 0px;
	font-size: xx-small; /* just small row */
	margin-bottom: 0px;
	border-bottom: #F2AC4D 5px solid; /* gekleurde rand boven foto's */
	padding-bottom: 0px;
	padding-top: 0px;
	height: 5px;
	background-color: #84301e;
	border-bottom-style: solid;
}

TD.HeaderBanner
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 50px;
}

TD.HeaderText
{
	border-top: #F2AC4D 5px solid; /* gekleurde rand boven */
	margin-top: 0px;
	padding-left: 5px;
	color: #F2AC4D;
	padding-top: 0px;
	background-color: #84301e;
}


TABLE.Body
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
	padding-top: 0px;
	border-bottom: #f2ac4d 5px solid;
}

TD.Menu
{
	width:15%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 5px;
}

TD.CenterBody
/* three panes, this middle */
{
	width: 60%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right-color: lightgrey;
	border-right-style: solid;
	border-left-color: lightgrey;
	border-left-style: solid;

	/* background-color: white; */
}

TD.CenterRightBody
/* Two panes, this right */
{
	width: 85%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left-color: lightgrey;
	border-left-style: solid;
}


TD.RightBody
{
	padding-right: 10px;
	padding-left: 10px;
	/* border-left-color: lightgrey; */
	padding-bottom: 5px;
	width: 25%;
	padding-top: 5px;
	/* border-left-style: solid; */
}
TD.BijschriftLinks
{
	font-style: italic;
	text-align: left;
}
TD.BijschriftRechts
{
	font-style: italic;
	text-align: right;
}

.DataGridHeader
{
	font-weight: bold;
	background: #F2AC4D;
	color: white;
}

.DataGridAlternatingItem
{
	background: #E0E0E0;
}

.SmallTextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	width: 70px;
}
.TextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	width: 200px;
}
.BigTextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	width: 450px;
}

.Button
{
	border-right: darkgray 3px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 3px solid;
	background-color: gainsboro;
}

