

/*****************************************************************************/
/*
 * Tags
 */
textarea
{
	font-family: Arial;
	font-size: 10pt;
}





.display_none
{
	display: none;
}

.InsertRowIcon
{
	position: relative;
	margin-top: -11px;
	margin-left: 0px;
	cursor: pointer;
}

.TimeLabelControl
{
	font-family: Arial;
	font-size: 13px; /* we want to line up the labelcontrol with TimeBox's etcetera.      * we need to move the SPAN.TimeLabelControl one pixel down. */
	position: relative;
	top: 1px;
	color: #888888;
}
.TimeLabel_DayIndicator
{
	font-weight: bold;
	color: #888888;
}

.TimeBox
{
	border: none;
	border-bottom: solid 1px #88647D;
	width: 34px;
	font-family: Arial;
	font-size: 13px;
}

.TimeBox_invalid
{
	border-color: orange;
}
.TimeBox_DayIndicator
{
	font-weight: bold;
}


.IntegerBox
{
	border: none;
}

.RegularIntegerBox
{
	text-align: right;
}


.MedewerkerDropdown
{
	width: 130px;
}

.tooltip
{
	font-weight: normal;
	background-color: #FFFFE1;
	border: solid 1px black;
	padding: 0px 4px 0px 4px;
	margin-left: -4px;
	margin-top: -1px;
}

.CustomIntegerBox
{
	border: none;
	border-bottom: solid 1px #88647D;
	margin-right: 2px;
	width: 52px;
}

.KwaliteitsVerliesPanel
{
	position: absolute;
	right: -6px;
	top: 0px;
	font-weight: normal;
	background-color: #FFFFE1;
	border: solid 1px black;
	border-top: none;
	padding: 1px 0px 1px 3px;
}
.KwaliteitsVerliesRow
{
	height: 20px;
}
.KwaliteitsVerliesCell
{
	display: inline;
}
.KVLabel
{
	padding-right: 5px;
	margin-right: 45px;
}
.KVAantal
{
	position: absolute;
	right: 0px;
}


/*
 * Settings for DhtmlTree control
 */

.dhtmltree_node_header
{
	cursor: pointer;
	padding: 0px 2px 0px 1px;
}
.dhtmltree_leaf_label
{
	cursor: pointer;
	padding: 0px 2px 0px 1px;
}

UL.dhtmltree
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

.dhtmltree_plusminus
{
	margin: 2px 1px -6px -4px;
}
.dhtmltree_icon
{
	cursor: pointer;
	margin: 2px 1px -6px -4px;
}
.dhtmltree_leaf_selected SPAN
{
	background: #BFB2BB;
}

/*
 * settings for MonthCalendar control
 */
div.MonthCalendar
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 11px;
	overflow: auto; /* needed to get float:left children working correctly */
	margin-left: 20px;
	margin-top: 15px;
}

div.MonthCalendar #MainColumnLeft
{
	float: left;
	width: 80px;
}

div.MonthCalendar #MainColumnRight
{
	float: left;
	width: 40px;
}


div.MonthCalendar .MonthColumn
{
	float: left;
	width: 45%;
	border-left: solid 1px black;
}
div.MonthCalendar .MonthColumn div
{
	border-bottom: solid 1px black;
	padding: 2px 0px 1px 7px;
	background: #F0F0F0;
	cursor: pointer;
}
div.MonthCalendar .MonthColumn div.FirstRowItem
{
	border-top: solid 1px black;
}
div.MonthCalendar #MonthColumn1 div
{
}
div.MonthCalendar #MonthColumn2 div
{
	border-right: solid 1px black;
}

div.MonthCalendar .MonthColumn .Month
{
	/* see div.MonthCalendar .MonthColumn div instead */
}
div.MonthCalendar .MonthColumn .Month_Hover
{
	background: #D4DCCE;
}
div.MonthCalendar .MonthColumn .Month_Active
{
	background: #BFB2BB;
}


/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #EAEFF6;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}






/* mvl this file is used in different places in the app */
#requiredCoursesContainer
{
	padding-top:2px;
}
.selected_course_container
{
	position:relative;
	border:solid 1px #BEE1EF;
	padding:2px;
	padding-left:5px;
	width:299px;
	margin-top:-1px;
	cursor:pointer;
}
	.add_course, .add_local_course
	{
		font-style:italic;
		color:#0066CC;
	}
	.icon_remove_course, .icon_add_course
	{
		position:absolute;
		right:5px;
	}
