makecloud_link {  
		font-size: 10pt;
		vertical-align: top;
		background-color: #EFEFEF;
		color: Black;
}

a {
	background-color: transparent;
	color: #0000FF;
	font: bold 10pt "Verdana", Arial, sans-serif;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
}

a:active {
	background-color: transparent;
	color: #FFA500;
}

/* home link */
a.home{
	background-color: transparent;
	color: #FF0000;
}

body {
	background: url(Http://www.truuk.nl/truuk.nl/css/stickerregenboog.jpg);
	font: bold 10pt "Verdana", Arial, sans-serif;
	margin-left: 10px;
	margin-top: 10px;
	color: black;
}

hr{
	background-color: #000000; /* need this for Mozilla */
	border-style: none;
	color: #800080; /* need this for IE */
	height: 1px;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #EDFFFF;
	color: black;
}

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #EDFFFF;
	color: black;
}
p {
	font: bold 10pt "Verdana", sans-serif;
}

/*UITLEG*/
.metnadruk{
	color: Blue;
	background: #EEDDBB;
	border: 1px solid Black;
	padding-left: 2px;
	padding-right: 2px;
}

/*TABLE*/

table.results {
	background-color: #D0DCE0; /* used to make the table bordered */
	color: #000000;
	white-space: nowrap;
}

td {
	font: bold 10pt "Verdana", sans-serif;
	background-color: transparent;
	color: black;
}


td.address {
	font-size: 14px;
	height: 3.4cm;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	vertical-align: top;
	width: 10cm;
}

/* result cells */
	/* results_1 and results_2 differ only for the background-color, this create the alternate row colors effect */

textarea{
	border-style: inset;
	background: url(Http://www.truuk.nl/css/grijzeachtergrond.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

th {
	font: bold 10pt "Verdana", sans-serif;
}

/* coloumn headings */
th.results {
	background-color: #EFEFEF; /* used to make the table bordered */
	color: #000000;
	white-space: nowrap;
}

/* result cells */
	/* results_1 and results_2 differ only for the background-color, this create the alternate row colors effect */
	td.results_1 {
		font-size: 10pt;
		vertical-align: top;
		white-space: nowrap;
		background-color: #EFEFEF;
		color: Black;
	}
	td.results_2 {
		font-size: 10pt;
		vertical-align: top;
		white-space: nowrap;
		background-color: #ffffff;
		color: Black;
	}
		/************************************************ FORM (insert, search and update form) */
	/* required field labels */
	/* if you change the color you should change also the "required_fields_red" sentence in your language file*/
	.required_field_labels{
	color: #FF0000;
	background: transparent;
}

/* the cell that contains the hint in the form */
	.td_hint_form{
	vertical-align: top;
}

/* the cell that contains the input (textbox, textarea, etc) in the form */
	.td_input_form{
	vertical-align: top;
}

/*******************************************************/
	/************************************************ DETAIL PAGE */
	/* the cell that contains the label */
	.td_label_details{
	text-align: right;
	vertical-align: top;
}

/* the cell that contains the label in the form */
	.td_label_form{
	text-align: right;
	vertical-align: top;
}

/* the cell that contains the value */
	.td_value_details{
	vertical-align: top;
}

/* rows containing insert, save and search buttons */
	.tr_button_form {
	text-align: center;
}

/* rows containing the all/any in the search form */
	.tr_operator_form{
	text-align: center;
}

.cleartext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
}  

