
BODY
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    color: black;
	 margin: 0;
	 padding: 0;
}
TABLE 
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    color: black;
    text-align: left;
}
INPUT 
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    color: black;
    text-align: left;
}
H1 
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
}
a {
	text-decoration: none ;
	color: rgb(0,102,204) ;
}
a:hover {
	text-decoration: underline ;
}
/* Verhinderen dat workarea's geprint kunnen worden. Alleen main work blijft open voor printen. */
@media print {
	#main_tabmenu, #main_zoekvenster, #main_left_column, #main_middle_column, #inbetween_columns, #main_topmenu, .hideonprint {
		display:none;
	}
	#main_middle {
		position: absolute;
		z-index: 10;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	a {
		color: black ;
	}
}
@media screen {
	#printnootjes, #copyrights, #printdocinfo {
		display:none;
	}
	#main_middle {
		position: absolute;
		z-index: 10;
		top: 146px;
		left: 45%;
		width: 52%;
	}
}
#main_work {
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   color: black;
}
#main_top {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 99%;
	border-bottom: 1px solid gray;
}
#main_lefttop {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
#main_righttop {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 300px;
}
#main_topmenu {
	position: absolute;
	z-index: 30;
	top: 41px;
	left: 0px;
	height: 20px;
	width: 99%;
	border-bottom: 1px solid gray;
}
#main_work .content, #main_work .content td, #main_work .titel {
	font-size:1.1em ;
}
#main_login {
	position: relative;
	z-index: 10;
	top: 600px ;
	border: 1px solid black;
	width: 400px;
	text-align: center;
}
#main_tabmenu {
	position: absolute;
	top: 0px;
	left: 0px ;
	width: 100%;
	height: 130px;
	background: rgb(251,235,204) url(../images/bgtopright.png) repeat-y top left ;
}
#main_zoekvenster {
	position: absolute;
	z-index:100 ;
	top: 146px;
	left: 0px ;
	width: 45%;
	height: 130px;
	background: rgb(102,62,7) url(../images/zoekvenster.png) no-repeat top left ;
}
#main_left_column {
	position: absolute;
	top: 276px;
	left: 0px ;
	width: 22%;
	height:expression(body.clientHeight-259 + "px");
	bottom:0;
	background: rgb(252,245,229) url(../images/bgcolumn.png) repeat-x top left ;
}

#inbetween_columns {
	position: absolute;
	top: 276px;
	left: 22% ;
	width: 1%;
	height:expression(body.clientHeight-259 + "px");
	bottom:0;
	background: white url(../images/bginbetween.png) repeat-x top left ;
}

#main_middle_column {
	position: absolute;
	z-index:99;
	top: 276px;
	left: 23% ;
	width: 22%;
	height:expression(body.clientHeight-259 + "px");
	bottom:0;
	background: rgb(252,245,229) url(../images/bgcolumn.png) repeat-x top left ;
}
.column_content {
	padding: 25px 8px ;
}
/* LEFTTOP */
.lefttop_applicationname
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    color: black;
	 margin: 2px;
	 padding: 0px;
}
/* RIGHTTOP */
.righttop_main {
    text-align: right;	
}
.righttop_userinfo
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    color: black;
}
/* TOPMENU */
.topmenu_maintable {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: black;
}
.topmenu_level0tr {
}
.topmenu_level0td {
	white-space: nowrap;
}
.topmenu_level0href,
a.topmenu_level0href:link,
a.topmenu_level0href:visited,
a.topmenu_level0href:active {
	text-decoration: none;
	color: black;
}
.topmenu_level0hrefopen,
a.topmenu_level0href:hover {
	text-decoration: none;
	background-color: gray;
	color: white;
}
.topmenu_levelsubdiv {
   position: absolute;
	top: 1px;
	left: 1px;
   display: none;
	border: 1px solid gray;
	background-color: Silver;
}
ul.topmenu_levelsubul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: Silver;
	text-align: left;	
}
ul.topmenu_levelsubul li {
   line-height: 16px;
}
a.topmenu_levelsubhref:link,
a.topmenu_levelsubhref:visited,
a.topmenu_levelsubhref:active {
	text-decoration: none;
	color: black;
}
a.topmenu_levelsubhref:hover {
	text-decoration: none;
	background-color: gray;
	color: white;
}
/* WORKDETAIL */
.work_content {
	border: 0px;
	margin: 3px;
	padding: 0;
	width: 99%;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: normal;
   font-style: normal;
}
.work_border {
	display: block;
	background-color: silver;
	height: 20px;
}
.work_border .spanleft {
   float: left;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   font-size: 14px;
	height: 20px;
	padding-left: 4px;
	vertical-align: middle;
   color: black;
}
.work_seperator {
	display: block;
	height: 12px;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: normal;
   font-size: 8px;
}
.work_data {
	display: block;
	padding: 2px;
}
form {
	display: inline;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 12%;
	font-weight: bold;
}
form .inputfield {
	
}
form .passwordfield {
	
}
form .selectfield {
	
}
form .checkboxfield {
	
}
form .textareafield {
	
}
.work_message {
	color: red;
	font-weight: bold;
	margin: 3px;
	padding: 0px;
}
.work_nav {
	display: block;
}
/* WORKLIST */
.work_content {
	border: 0px;
	margin: 3px;
	padding: 0px;
	width: 99%;
}
.workList_paging {
	display: block;
	background-color: silver;
	height: 20px;
}
.workList_paging .spanleft {
   float: left;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   font-size: 14px;
	height: 20px;
	padding-left: 4px;
	vertical-align: middle;
   color: black;
}
.workList_paging .spanright {
	float: right;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 14px;
	height: 20px;
	padding: 0px;
	vertical-align: middle;
   color: black;
}
.workList_paging img {
	vertical-align: middle;
}
.workList_curpage {
	color: red;
}
a.workList_pagehref:link,
a.workList_pagehref:active,
a.workList_pagehref:visited {
	text-decoration: none;
	color: black;
}
a.workList_pagehref:hover {
	color: white;
	background-color: gray;
}
.workList_seperator {
	display: block;
	height: 12px;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: normal;
   font-size: 8px;
}
.workList_table {
	display: block;
}
.workList_table table {
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   color: black;
}
.workList_filterheadertr ul li {
	 float: right; 
	 white-space: nowrap;
}
.workList_headertr {
	background-color: white;
	color: black;
	font-weight: bold;
}
.workList_headertr td {
	border-bottom: 1px solid gray;
	white-space: nowrap;
}
.workList_headerseptd {
	white-space: nowrap;
	width: 4px;
	cursor: col-resize;
}
a.workList_headersort:link,
a.workList_headersort:visited,
a.workList_headersort:active {
	text-decoration: none;
	color: black;
}
a.workList_headersort:hover {
	color: red;
}
.workList_rowtr {
	background-color: white;
}
.workList_rowtr td {
	white-space: nowrap;
}
.workList_rowtr .colseptd {
	white-space: nowrap;
	width: 4px;
}
.workList_rowtrrev {
	background-color: #FFFFE0;
}
.workList_rowtrrev td {
	white-space: nowrap;
}
.workList_rowtrover {
	background-color: #DCDCDC;
	white-space: nowrap;
	color: black;
	cursor: pointer;
}
.workList_rowtrover td {
	white-space: nowrap;
}
.workList_options {
	display: block;
	height: 40px;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
	text-align: right;
}


#dhtmlgoodies_tooltip{
	background-color:rgb(252,245,229);
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:10px;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: Arial, sans-serif;
	
}
#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:rgb(102,62,7);
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

/* ----- tool tip specific styles ----- */
.voetnoot a.addToolTip {
	color:white ;
	font-weight: bold;
	background-color: rgb(181,146,103) ;
}
.voetnoot a.addToolTip:hover{
	text-decoration:none ;
}

#theToolTip{
position: absolute;
left: -300px;
width: 300px;
border: 1px solid black;
padding: 6px;
background-color: rgb(252,245,229);
font-size: 11px;
font-family: arial, helvetica, sans-serif;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 11px;
font-family: arial, helvetica, sans-serif;
color: #333333;
line-height:1.2em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1em;
color: #592C16;
margin-right:10px;
}


#ui-datepicker-div {
	z-index: 255 ;
}