/*
*  SOS groen: 				#7ECA1F;
*  licht oranje:		#bf9f94;
*  lichtgrijs:			#dcdcdc;
*  middengrijs:			#b1b1b1; (border van disclaimer)
*  donkergrijs:			#646464;
*  wit:					#FFFFFF;
*/

.oranje
{
	color: #7ECA1F;
}

.grijs
{
	color: #646464;
}

/* achtergrondkleur scherm (buiten kader) */
body{
	background-color:	white;
}

/* font buiten kader */
body, table{
	font: 				normal 9pt Arial;
	color: 				black;
}

/* standaard links styling kader */
a{
	text-decoration:	none;
}

a, a:link, a:visited{
	color:#7ECA1F;
}

a:hover
{
	color:#7ECA1F;
}

.standard_top
{
	text-transform: 	uppercase;
	height: 			34px;
	line-height:		34px;
	/*
	background-image: url(../images/front_grey_arrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	*/
	font-size: 			12pt;
	font-weight: 		bold;
	vertical-align: 	middle;
	padding: 			0px 6px 0px 40px;
	background-color:	#7ECA1F;
	color:				white;
	text-align: 		left;
}

.standard_content
{
	margin-top: 10px;
	width:973px;
	min-height:350px;
}

.buttonArrow
{
	border-width: 0px;
	font-size: 8pt;
	font-weight:bold;
	/*
	background-image: url(../images/front_grey_arrow_small.gif);
	background-position:top left;
	background-repeat:no-repeat;
	*/
	width:  120px;
	height: 23px;
	line-height: 23px;
	padding: 	0px 6px 0px 24px;
	background-color: #7ECA1F;
	color:white;
	text-transform: uppercase;
}

.buttonArrowBack
{
	border-width: 0px;
	font-size: 8pt;
	font-weight:bold;
	/*
	background-image: url(../images/front_grey_arrow_small_reverse.gif);
	background-position:top right;
	background-repeat:no-repeat;
	*/
	width:100px;
	height: 23px;
	line-height: 23px;
	padding: 	0px 24px 0px 10px;
	background-color: #7ECA1F;
	color:white;
	text-transform: uppercase;
}

.buttonArrow:hover, .buttonArrowBack:hover
{
	cursor: pointer;
}

/* Fielset settings */
fieldset
{
	border-style:	solid;
	border-width:	1px 1px 1px 1px;
	border-color:	#00ADF2;
	margin: 10px 10px 10px 10px;
}

.fieldSetWithHelp
{
	width: 670px;
	float:left;
}

.kaderdiv_body_with_help
{
	width: 680px;
	float:left;
}

.help_top
{
	font-size: 9pt;
	font-weight:bold;
	background-image: url(../images/help_arrow_small.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:214px;
	height: 23px;
	line-height: 25px;
	padding: 	0px 6px 0px 30px;
	background-color: #646464;
	color:white;
	text-transform: uppercase;
}

.help_body
{
	padding:6px 6px 30px 6px;
	margin-top:6px;
	width:234px;
	border-style:	solid;
	border-width:	2px 2px 2px 2px;
	border-color:	#dcdcdc;
}

.helpTekst
{
	width:	250px;
	float:	right;
}

.scrollStyle
{
	scrollbar-face-color: 		#FFFFFF;
	scrollbar-highlight-color:	#FFFFFF;
	scrollbar-shadow-color:		#FFFFFF;
	scrollbar-arrow-color:		#7ECA1F;
	scrollbar-3dlight-color:	#FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color:		#FFFFFF;
}

.scrollStyleNav
{
	scrollbar-face-color: 		#646464;
	scrollbar-highlight-color:	#646464;
	scrollbar-shadow-color:		#646464;
	scrollbar-arrow-color:		#7ECA1F;
	scrollbar-3dlight-color:	#646464;
	scrollbar-darkshadow-color: #646464;
	scrollbar-track-color:		#646464;
}

/* styling voor loginscherm */
.loginDiv
{
	width:300px;
	margin-top:6px;
}

.tableLogin
{
	background-color:#FFFFFE;
	border-color:#7ECA1F;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	color:black;

	width:				100%;
	height:				206px;
}

.tableLogin td
{
	padding: 0px 0px 0px 10px;
}

input[type="button"], input[type="submit"]
{
	color:				white;
	background-color:	#7ECA1F;
	border-style:		solid;
	border-width:		0px;
	border-color:		#646464;
}

input[type="text"], input[type="password"], input[type="checkbox"], input[type="file"]
{
	color:				#4c4d50;
	background-color:	#dcdcdc;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#7ECA1F;
	padding:			0px 0px 0px 3px;
}

input[type="text"], input[type="password"], input[type="file"]
{
	width: 200px;
}



select
{
	width: 205px;
}

select, textarea
{
	color:				#4c4d50;
	background-color:	#dcdcdc;
	border: 		    1px solid #7ECA1F;
	padding:			0px 0px 0px 3px;
}

.imageLink, imageLink:link, imageLink:visited
{
	text-decoration:none;
	border:0;
	padding:0;
}

.confirmDiv
{
	width: 100%;
	height: auto !important;
}

.confirmDivTop
{
	text-transform: 	uppercase;
	height: 			34px;
	line-height:		34px;
	background-image: 	url(../images/front_grey_arrow.gif);
	background-position:top left;
	background-repeat:	no-repeat;
	font-size: 			12pt;
	font-weight: 		bold;
	vertical-align: 	middle;
	padding: 			0px 6px 0px 40px;
	background-color:	#7ECA1F;
	color:				white;
}

.confirmBody
{
	width:300px;
	margin-top:6px;
}