html, body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}
form
{
	margin: 0px;
}
body
{
	background-color: #ffffff;
	background-image: url('./images/boog.gif');
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
.doprint
{
	display: none;
}
.maintable
{
	 width: 100%;
	 height: 100%;
}
.logo
{
	width: 245px;
	height: 101px;
}
.verloop2
{
	background-image: url('./images/pixel_balk_boven.gif');
	background-repeat: repeat-x;
	height: 110px;
	width: 100%;
}
.balk_onder
{
	color: #ffffff;
	font-size: 8pt;
	font-family: Trebuchet MS, Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;
	height: 10px;
	background-color: #3f5caa;
	text-align: center;
}
.tekst
{
	background-image: url('./images/boogje.gif');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #000000;
	font-size: 10pt;
	vertical-align: top;
	height: 100%;
}
.titel
{
	background-image: url('./images/stethoscoop2.gif');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: 54px;
	width: 100%;
}
.balk
{
	background-image: url('./images/pixeltje.png');
	background-repeat: repeat-y;
	background-position: 0% 0%;
	height: 100%;
	width: 245px;
}
td
{
	font-family: Trebuchet MS, Verdana, Arial;
	color: #000000;
	font-size: 10pt;
}
.login_div
{
	position: absolute;
	top: 275px;
	left: 65px;
}
.adres
{
	font-family: Trebuchet MS, Verdana, Arial;
	color: #000000;
	font-size: 8.5pt;
	padding-left: 65px;
	padding-bottom: 5px;
}
.adres_link
{
	font-family: Trebuchet MS, Verdana, Arial;
	color: #3E5CAA;
	font-size: 8.5pt;
}
.div_content
{ 
	top: 0em;
	padding-left: 45px;
	padding-right: 40px;
	height: 100%;
	overflow: auto;
}
input.txt_field
{
	border: 1px solid #3E5CAA;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #3E5CAA;
	width: 250px;
}
.txt_area
{
	border: 1px solid #3E5CAA;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #3E5CAA;
	width: 320px;
	height: 100px;
}
.select_box
{
	border: 1px solid #3E5CAA;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #3E5CAA;
	width: 250px;
}
.btn
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10pt;
	color: #3E5CAA;
}
a
{
	font-family: Trebuchet MS, Verdana, Arial;
	color: #3E5CAA;
	font-size: 10pt;
}
a.fourice
{
	color: #ffffff;
	font-size: 8pt;
	font-family: Trebuchet MS, Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration: none;
}
a.fourice:hover
{
	text-decoration: underline;
}
.label
{
	color: #000000;
}
.error_label
{
	color: red;
}
.error_strings
{
	padding: 5px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	color: red;
	border: 1px solid red;
}
td.error_strings
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	color: red;
	border: 0px;
}
.error_list
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#passwordStrength
{
	font-size: 3pt;
	height: 5px;
}
.strength0
{
	font-size: 3pt;
	height: 5px;
	width: 250px;
	background-color: #cccccc;
}
.strength1
{
	font-size: 3pt;
	height: 5px;
	width: 50px;
	background-color: #ff0000;
}
.strength2
{
	font-size: 3pt;
	height: 5px;
	width: 100px;
	background-color: #ff5f5f;
}
.strength3
{
	font-size: 3pt;
	height: 5px;
	width: 150px;
	background-color: #56e500;
}
.strength4
{
	font-size: 3pt;
	height: 5px;
	background-color: #4dcd00;
	width: 200px;
}
.strength5
{
	font-size: 3pt;
	height: 5px;
	background-color: #399800;
	width: 250px;
}
.message0
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: black;
}
.message1
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: green;
}
.message2
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: red;
}
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}