/*	formulieren		*/
fieldset
{
	margin-bottom:		1em;
	padding:			1.5em;
	padding-left:		2em;
	padding-top:		1.5em;
}

fieldset legend
{
	font-size:			1.1em;
	font-weight:		bold;
	padding-right:		.5em;
}

label
{
	clear:				left;
	cursor:				pointer;
	display:			block;
	float:				left;
	font-size:			1.1em;
	line-height:		1.4em;
	margin-bottom:		.4em;
	margin-top:			.3em;
	width:				15em;
}

label.small
{
	display:			inline;
	width:				2em;
}

input, select, textarea
{
	background:			#F7F9FD;
	border:				1px solid #b2b2b2;
	float:				left;
	font-family:		Tahoma,Sans;
	margin-bottom:		.4em;
	padding:			.2em;
	width:				20em;
}

input:focus, textarea:focus, label:focus {
	background:			#fff;
	border:				1px solid #686868;
}

select, option
{
	margin-top:			.2em;
	padding:			.1em;
	width:				20.7em;
}

textarea
{
	font-family:		Tahoma;
	font-size:			100%;
	height:				8em;
	line-height:		150%;
	width:				38.5em;
}

div.block
{
	border-bottom:		1px solid #b2b2b2;
	float:				left;
	margin-bottom:		1em;
	margin-top:			.2em;
	width:				22.5em;
}

div.block label
{
	clear:				none;
	margin-bottom:		.2em;
	margin-left:		.4em;
	margin-top:			.2em;
	width:				auto;
}

div.block input
{
	clear:				left;
	margin-top:			.4em;
	width:				auto;
}

form
{
	width:				96%;
}

form p
{
	clear:				both;
	margin-top:			0;
}

input.submit
{
	border-bottom:		1px solid #000;
	border-right:		1px solid #000;
	clear:				both;
	cursor:				pointer;
	font-weight:		bold;
	margin-top:			1em;
	width:				18.5em;
}

.error
{
	border:				2px solid red!important;
}

#info
{
	clear:				both;
}

#arrival_div table tr th, #arrival_div table tr td, #departure_div table tr th, #departure_div table tr td
{
	font-size:			8pt!important;
}

#fs
{
	position:			relative;
}

#arrival_div, #departure_div
{
	position:			absolute;
	left:				43.1em!important;
	top:				0!important;
	
	background:			#fff;
}

#departure_div
{
	top:				2.4em!important;
}

#anchor1x, #anchor2x
{
	background:			#BDD0EC;
	border:				1px solid #ccc;
	border-bottom:		1px solid #000;
	border-right:		1px solid #000;
	display:			block;
	float:				left;
	margin-left:		.5em;
	margin-top:			.1em;
	padding:			.3em;
	text-decoration:	none;
}

#anchor2x
{
	clear:				right;
}

#fs p
{
	padding-top:		.4em;
}

TD.cpDayColumnHeader { text-align:center; border:1px solid #C0C0C0; border-right:none;margin-top:.2em;}
TD.cpDayColumnHeader:last-child { border-right: 1px solid #C0C0C0; }
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { text-align:right; text-decoration:none; }
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
.cpCurrentMonthDate, .cpCurrentDate { color:#000000; }
.cpOtherMonthDate { color:#808080; }
TD.cpCurrentDate { color:white; background-color: #BDD0EC; border:1px solid #000; font-weight: bold; }
TD.cpCurrentDateDisabled { border:1px solid #FFAAAA; }
TD.cpTodayText, TD.cpTodayTextDisabled { border:1px solid #C0C0C0;}
A.cpTodayText, SPAN.cpTodayTextDisabled { height:20px; }
A.cpTodayText { color:black; }
.cpTodayTextDisabled { color:#D0D0D0; }
.cpBorder { border:solid thin #808080; }

.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color:#6677DD;
			text-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:right;
			border:1px solid #6677DD;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color:#6677DD;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #6677DD;
			border-width:1;
			border:solid thin #000000;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border: 1px solid #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border:1px solid #6677DD;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border:1px solid #6677DD;
			}
	span.cpMonthNavigation
	{
		font-weight:	bold;
	}
	td.cpMonthNavigation
	{
		background:		#D9E3F4;
		margin-bottom:	.2em;
	}
	a.cpOtherMonthDate
	{
		color:			#ccc!important;
	}
	table.cpBorder a
	{
		display:		block;
		width:			15px;
	}
	table.cpBorder a.cpTodayText
	{
		display:		inline;
	}