html {
	border:		0; overflow: -moz-scrollbars-vertical;}
}

body {
	border: 0;
	margin: 0;
	font-family: arial;
	font-size: 9pt;
}

TR  {
	text-align : justify;
	text-decoration : none;
	font-family : Arial;
	color : navy;
	font-size: 10pt;
}
TD  {
	text-align : justify;
	text-decoration : none;
	font-family : Arial;
	color : black;
	font-size: 10pt;
	background-color: white;
	padding: 4px;

	}
HR	{
width: 100%;
color: black;
}
.values {width:250px;}
.boxdetail
{
	background-color: white;
	text-align: left;

}
input[type='button'],input[type='submit'], .button{ cursor: pointer;}
.boxdetailsmall
{
	font-size: 11px;
	height: 14px;
	padding: 2px 2px 0px 2px;
	background-color: white;
	text-align: left;
}
.contract
{
	background-color: white;
	text-align: left;
	vertical-align: top;
}
A:Link.map  {
	color : white;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
	font-size: 12px;
	}
A:Visited.map  {
	color : white;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
	font-size: 12px;
	}
A:Active.map  {
	font-family : Arial;
	color : red;
	font-weight : bold;
	text-decoration : none;
	font-size: 12px;
	}
A:Hover.map  {
	font-family : Arial;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size: 12px;
	}

A:Link.body  {
	color : #090097;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
	}
A:Visited.body  {
	color : #090097;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
	}
A:Active.body  {
	font-family : Arial;
	color : red;
	font-weight : bold;
	text-decoration : none;
	}
A:Hover.body  {
	font-family : Arial;
	color : red;
	font-weight : bold;
	text-decoration : none;
	}

A:Link  {
	color : white;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
	}
A:Visited  {
	color : white;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
	}
A:Active  {
	font-family : Arial;
	color : #090097;
	font-weight : bold;
	text-decoration : none;
	}
A:Hover  {
	font-family : Arial;
	color : #090097;
	font-weight : bold;
	text-decoration : none;
	}


.white  {
	color: white;
	text-align: center;
	font-size: 10px;
	}

.label  {
	text-align : center;
	font-weight : bold;
	font-family : Arial;
	font-size: 12px;
	color: white;
}
.subtext {
	color: #090097;
	font-size: 10px;
	text-align: right;
}


.block {

	text-align: center;
	background-color: #999999;

	}
.white{ background-color: white; }

.gray {
	border: 1px solid Black;
	background-color: gray;
	text-align: center;
	}
.title	{
	text-align : left;
	text-decoration : bold;
	font-family : Arial;
	font-size: 17pt;
	color: black;
}
INPUT.form {
	border: 1px solid Black;
	background-color: silver;
}
INPUT.view {
	border: 0px solid Black;
	background-color: none;
}
.right{
text-align:right;
}
.doctitle	{
	text-align : left;
	font-weight : bold;
	font-family : Arial;
	font-size: 24px;
	color: black;
	background-color: white;
}
INPUT.button {
	border: 1px solid #090097;
	background-color: white;
}

@media print {
	.noprint { visibility: hidden; }
	table
	{
	width: 660;
	}

}

.hoofdmenu {
	height: 22;
	width: 100;
	cursor: pointer;
	cursor: hand;
	font-weight:	 bold;
	border: 1px solid #090097;
	background-color: #090097;
	color: #ffffff;
}

.pdabutton {
	height: 22;
	width: 40;
	cursor: pointer;
	cursor: hand;
	font-weight:	 bold;
	border: 1px solid #090097;
	background-color: #090097;
	color: #ffffff;
}

.menuBottom {
	top:		17px;
	height:		1px;
	width:		auto;
	overflow: hidden;
	background:	buttonshadow;
}


 div.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;

    }
    ul.autocomplete  {
      list-style-type: none;
      margin:0px;
      padding:0px;
      font-family: Arial;
      font-size: 11px;
    }
    ul.autocomplete li.selected { background-color: #ffb; cursor: pointer;}
    li.autocomplete {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
    }


.tooltip {
	    color : #FFF;
	    cursor: pointer;
}

	  .tooltip_content{

    	font: 11px Arial,sans-serif;
    	overflow:hidden;
    	margin:0;
    	padding:0;

	  }
	  .tooltip_content h3 {
	    margin:0;
    	padding:0;

  	}
.bold {  	font-weight: bold; }
