
/*
	Reservering systeem stylesheet
	
	print stylesheet
*/

html, body
{

	padding: 0;
	margin: 0;
	width: 176mm;

	/* style van de echte website: */
	font-size: 9pt;
	color: #333333;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	line-height: 16px;
}


#print_venster {
	/*position: absolute;*/
	display:none;
	font-size: 12pt;
	margin: 0;
	padding: 35mm 0 25mm 20mm;
	text-align: left;
	
}
#contentbody {
	top:0px;
	}

#print_content {
	/*position: absolute; */
	width: 160mm;
	left: 8mm;
	/*top: 85mm; */
	/*page-break-after: always;*/
}


.noprint, #navbar {
	display:none;
}

table
{
	border-collapse: collapse;
}

.products th, .products td
{
	text-align: left;
	border: 1px solid #f0f0f0;
	padding: 3px 5px 3px 5px;
}

.products th
{
	text-align: left;
	background-color: #f0f0f0;
}


input, textarea
{
	border: 1px solid #999999;
	background-color: #f0f0f0;
	padding: 1px 2px 1px 2px;
	width: 200px;
}



fieldset
{
	padding: 5px;
	width: 500px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}

legend
{
	font-size: 11pt;
	color: #333333;
	font-weight: bold;
}



#pagecontent
{
	/*border: 1px solid #56D4C7;*/
	/*height: 600px;*/

}

.opmerking
{
	font-size: 8pt;
	color: #666666;
	padding: 5px 0px 5px 0px;
}

.standaardinput
{
	font: 9pt arial;
	width: 200px;
	border: 1px solid #000;
	padding-left: 2px;
}
.standaardselect 
{
	font: 9pt arial;
	border: 1px solid #000;
}

.standaardbutton 
{
	font: bold 9pt Arial;
	background: #267DBF;
	color: #fff;
	padding: 1px 8px;
	border: 1px solid #000;
	margin: 5px 0;
}


#datumregel
{
	width: 300px;
}


#gekozendatum
{
	float: left;
	width: 90px;
	padding-top: 2px;
}


#calenderimage
{
	float: left;
	width: 100px;
}

#reserveertable
{
/*	border: 1px solid #000000;*/
}

#radioinput
{
	border: none;
}

.info
{
	font-size: 7pt;
}


.centerdiv
{
	height: 250px;
	text-align: center;
	vertical-align: middle;
	margin: auto auto;
	margin-top: 200px;
}


.centercontent
{
	vertical-align: middle;
	text-align: center;
}


#reserveertable td
{
	text-align: left;
}

.submitinput
{
	border: 1px solid #56D4C7;
	background-color: #ffffff;
}

.opmerkingveld
{
	font: 9pt arial;
	border: 1px solid #000;
	width: 200px;
	height: 80px;
	padding-left: 2px;

}

#required
{
	color: red;
	font-size: 9pt;
}

#reserveringstekst
{
	padding-bottom: 10px;
}

#reserveringextra
{
	color: red;
	margin: 0 0 10px 0;
}


#blocktable th
{
	text-align: left;
}

h1 {
	font: bold 14pt Arial;
	margin: 0 0 20px 0;
	padding: 0;
}

.helpPop {
	background: #f5f5f5;
	border-right: 3px solid #ddd; 
	border-bottom: 3px solid #ddd; 
	font: 8pt Arial; 
	height: 120px;
	position: absolute; 
	visibility: hidden; 
	width: 200px;
}
.helpPop span {
	background: #f5f5f5;
	border: 1px solid #999; 
	display: block;
	height: 101px;
	padding: 10px;
	margin: -3px 0 0 -3px;
	width: 181px;
}