﻿/* .small_input smaller text in inputs/combos
-----------------------------------------------*/
	.small_input {
		font-size: 10px;
	}

/* .form_table style for table used in forms
---------------------------------------------*/
	.form_table {
		margin-bottom: 15px;
		font-size: 10px;
	}
	.form_table p {
		margin: 0;
		padding: 0;
	}
	.form_table td {
		padding: 5px 10px;
	}

/* .checkbox_nomargins clear all margins from a checkbox
---------------------------------------------------------*/
	.checkbox_nomargins {
		/*margin:0;width:13px;height:13px;overflow:hidden;
		font-size: 10px;*/
		margin: 0;
		padding: 0;
	}
	
/* .button some buttons style - inspired from wordpress
------------------------------*/
	input.button {
		border-left:3px double #ccc; 
		border-right:3px double #999999; 
		border-top:3px double #ccc; 
		border-bottom:3px double #999999; 
		margin:0; 
		padding:2px; 
		background:url('/images/layout/button.gif') repeat-x left top; 
		font-size: 11px;
	}
	
/* form style for forms
-------------------------*/
	form {
		padding: 0;
		margin: 0;
	}


/* input.ZoekerInputGrey - some style for inputs
--------------------------------------------*/
	input.ZoekerInputGrey, select.ZoekerInputGrey, textarea.ZoekerInputGrey {
		background: #eeeeee;
		font-size: 12px;
		font-family: Arial;
		border: 1px solid #cccccc;
		padding: 3px;
		color: #0d1f51;
		width: 150px;
	}
	input.ZoekerInputGrey:focus, select.ZoekerInputGrey:focus, textarea.ZoekerInputGrey:focus {
		background: #ffffff;
		border: 1px solid #0d1f51;
	}
	.ZoekerLoading
	{
	    display:none;
	    width: 150px;
	    margin: 0px;
	    padding: 0px;
	}

/* input.inputgri - some style for inputs
--------------------------------------------*/
	input.inputgri, select.inputgri, textarea.inputgri {
		background: #eeeeee;
		font-size: 12px;
		font-family: Arial;
		border: 1px solid #cccccc;
		padding: 3px;
		color: #0d1f51;
	}
	input.inputgri:focus, select.inputgri:focus, textarea.inputgri:focus {
		background: #ffffff;
		border: 1px solid #0d1f51;
	}
/* input.inputblank - some style for inputs
--------------------------------------------*/
	input.inputblank, select.inputblank, textarea.inputblank {
		background: #ffffff;
		font-size: 12px;
		border: 1px solid #0d1f51;
		padding: 3px;
		color: #0d1f51;
	}
	input.inputblank:focus, select.inputblank:focus, textarea.inputblank:focus {
		background: #ffffff;
		border: 1px solid #0d1f51;
	}
	
/* input.inputblank - some style for inputs
--------------------------------------------*/
	input.FreeSearchTextBox {
		background: #ffffff;
		font-size: 12px;
		font-style: italic;
		border: 1px solid #0d1f51;
		padding: 3px;
		color: #0d1f51;
		width: 110px;
	}
	input.FreeSearchTextBox:focus {
		background: #ffffff;
		border: 1px solid #0d1f51;
	}	
	
