/**************************************************************************************************
 * De kalender voor de rode zoekbalk
 *
 * Hieronder de sstylesheet voor de kalender voor het bestelformulier
 **************************************************************************************************/
/*
.cal_footer
{
	text-align: center;
	background-color: #206A9B;
	font-weight: bold;
	color: #ffffff;
	height: 14px;
}
*/
.cal_footer
{
	text-align: center;
	background-color: #206A9B;
	font-weight: normal;
	color: #ffffff;
	height: 14px;
}

.cal_box
{
	font-family: Verdana, arial, helvetica, geneva, sans-serif; 
	font-size: 11px;
	line-height: 13px;
	/*BLA border: 2px solid #206A9B; */
	float: left;
	margin: 0 0px 0px 0;
}

.calright
{
	margin-right: 2px;
}

.cal_today
{
	background-color: #FF5057;
	color:#820F14; /* #465 */
}

.selDate
{
	border: 1px solid #BB161C;
	/*BLA color: #FF5A00;*/
	color:#BB161C;
	background-color: #fff;
	/*font-weight: bold;*/
	padding:5px 4px 4px 4px;
}

.cal_hover
{
	/*BLA border: 1px solid #5ABCDD;*/
	border: 1px solid #fff;
	padding:5px 4px 4px 4px;
}

td
{
	padding:5px 5px 5px 5px;
	/*width: 23px; kan niet ivm ie bug dat de tfoot afgekapt wordt*/
	text-align: center;
}

tbody
{
	/*BLA background-color: #FEF19A; */
}

tbody td
{
	/*BLA color: #456;*/
	color:#fff;
	
	
	
	/*border: 1px solid transparent;*/
	border-top:1px solid #bb161c; /* c6171e*/
	/*background-color:#fff;*/
}

tbody th
{
	width: 25px;
	color: #FF5057;
	/*BLA color: #456;*/
	/*BLA background-color: #fff;*/
	font-weight: normal;
	text-align: right;
	background-color:#E41B23;
	border-right:1px solid #bb161c;
	
	/*BLA border-right: 1px solid black;*/
}
/*
tbody td.weekend
{
	color: #FF5A00;
}
*/

tbody td.othermonth
{
	color: #ff5057; /* ff6167*/
}

tbody td.rand
{
/*			border-right: 6px solid transparent;
			margin-right: 6px;
*/
}

thead tr
{
	/*border: 3px solid green;*/
}

thead th
{
	/*BLA color: #000;*/
	font-weight: normal;
	/*BLA border-bottom: 1px solid black;*/
}
/*
thead th.weekend
{
	color: #FF5A00;
	font-weight: normal;
}
*/
thead th.cal_wk
{
	color:#fff;
	/*BLA color: #000;*/
	text-align: right;
	/*BLA border-right: 1px solid black;*/
	
}

tfoot .footrow td
{
	text-align: center;
	/*BLA background: #206A9B;*/
	color: #fff;
	font-size: 11px;
	line-height: 18px;
}

.titel
{
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	/*BLA background-color: #206A9B;*/
}

td hover .day
{

	/*background-color: green;*/
}

#demouse
{
	width: 265px;
	height: 30px;
	margin-bottom: 10px;
}

.hetrandjeA
{
	border: 1px solid black;
}

.hetrandjeB
{
	border: 1px solid red;
}

.cal_row
{

}

.sel_row
{
	color: #456;
	/* BLA background-color: #EFF3F6;*/
	background-color: #c6171e;
	/*BLA background-color: #D4EEF6;*/
}

.deNav
{
	width: 100%;
	height: 100%;
}

.deNavHover
{
	width: 100%;
	height: 100%;
	/*color: #000;*/
	background-color: #FF5057;
	cursor: pointer;
	/*text-decoration:underline;*/
	/*border:1px solid #fff;*/
}

.day
{
	
	cursor: pointer;
}

/**************************************************************************************************
 * De stylesheet voor de kalender voor het bestelformulier
 **************************************************************************************************/

#bestelKalender {
	/*margin-left:15px;*/
}
/*
* html #bestelKalender {
	margin-left:5px;
}
*/
		#bestelKalender .kalenderKop
		{
			width:400px;
			padding-left:20px;
		}
			#bestelKalender .kalenderKop .rechts{
				float:right;
			}
		
		#bestelKalender .cal_footer
		{
			text-align: center;
			background-color: #206A9B;
			font-weight: normal;
			color: #ffffff;
			height: 14px;
		}

		#bestelKalender .kalender
		{
			float: left;
			min-height: 190px;
			font-family: Verdana, arial, helvetica, geneva, sans-serif;
			font-size: 11px;
			line-height: 13px;
			margin: 0px;
			padding-left:15px;
		}
		/*
		* html #bestelKalender .kalender {
			margin: 0 8px 0 0;
		}
*/
		#bestelKalender .cal_box
		{
			/* border: 2px solid #206A9B;*/
		}

		#bestelKalender.calright
		{
			margin-right: 2px;
		}
		
		#bestelKalender .today
		{
		/*	border: 1px solid black;
			color: #FF5A00;
			background-color: #fff;
			font-weight: bold;
		*/
		}

		#bestelKalender .free
		{
			background-color: #87da7a;
			border:1px solid #DBEAF5;
			cursor: pointer;
			
		}
		
		#bestelKalender .day2{
			
		}

		#bestelKalender td
		{
			/*width: 15px;*/
			text-align: right;
			font-size:9px;
			padding:2px 2px 1px 1px;
			border:1px solid #DBEAF5;
			
		}
		/*
		* html #bestelKalender td
		{
			padding:1px;
		}
		*/
		
		#bestelKalender tbody td
		{
			/*background-color: #FEF19A;*/
			color: #3F3F3F;
			border:1px solid #DBEAF5;
		}

		#bestelKalender tbody th
		{
			width: 25px;
			color: #456;
			background-color: #fff;
			font-weight: normal;
			text-align: right;
			border-right: 1px solid black;
		}
		/*
		#bestelKalender tbody td.weekend
		{
			color: #FF5A00;
		}
		*/

		#bestelKalender tbody td.othermonth
		{
			/* color: #ccc; */
			color: #DBEAF5;
		}

		#bestelKalender tbody td.rand
		{
			/*width: 25px;
			border-right: 6px solid #FEF19A;*/
		}

		#bestelKalender thead th
		{
			color: #000;
			font-weight: normal;
			/* border-bottom: 1px solid black; */
		}
/*
		#bestelKalender thead th.weekend
		{
			color: #FF5A00;
			font-weight: normal;
		}
*/
		#bestelKalender thead th.cal_wk
		{
			color: #000;
			text-align: right;
			border-right: 1px solid black;
		}


		#bestelKalender tfoot .footrow td
		{
			text-align: center;
			background: #206A9B;
			color: #fff;
			font-size: 11px;
			line-height: 18px;
		}

		#bestelKalender thead .headerrow td
		{
			margin: 0 auto;
			text-align: center;
			color: #0C4677;
			font-size: 12px;
			line-height: 20px;
			/*font-weight: bold;*/
			/*background-color: #206A9B;*/
		}
