/* 
 * HorecaMaster v1 layout voor elk reaturant zonder stylesheet
 * Door: W. van der Weide en A. Donker
 * @DONKER.BIZ & Uitgedacht.nl, Meppel 2011, 2012 Nederland
 * 
 * Naam stylesheet voor een restaurant: 'horecamaster_' + <Restaurant systeemnaam> + '.css'
 */
 
body {
	font-family: Arial;
	font-size: 12px;
	color: #774630;
	background-color: #fff;
	margin: 0;
}
#form_tabel{
	width:				100%;
	
}
#form_tabel td{
	white-space:		nowrap;
}
.velden {
	background-image: url(../images/calendar_date_select/shade.jpg);
	background-repeat: repeat-x;
	width: 201px;
	font-family: Trebuchet "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px 0px 3px 5px; /* TRBL padding gebruiken ipv line-height, FF-bug */
}
a {
	text-decoration: none;
	color: black;
}


.verzend {
	font-family: Arial;
	font-size: 12px;
	color: #774630;
}
#kalender_control img{
	position:					relative;
	opacity:					0;
	filter:						alpha(opacity=0);
	width:						140px;
	height:						25px;
	right:						108px;
	top:						0px;
	margin:						-10px;
	z-index:					10;
}
#kalender_control input{
	margin:						0px;
}
#kalender_control {
	float:						left;
	width:						114px;	
}
#kalender_pic {
	float:						left;
	width:						25px;
	height:						25px;
	margin-left:				4px;
}
#boeking_starttijd, #boeking_titel, #boeking_email_info {
	height:						25px;
	margin-left:				1px;
	border: 					1px solid #000;
	border-radius: 				5px;
}
.or_box {
	width:			100%;
	text-align:		left;
	font-size:		16px;
}
.or_box th {
	padding:		8px 10px;		
	font-size:		30px;
	color:			white;
}
.or_box td {
	padding:		12px 16px;		
}