/*
* Note: #<name>: is used for id
*       .<name>: is used for class
*       There can only be one id with name = <name> on one page
*       There can be multiple classes with name = <name> on one page
*       It will render the page fine if id <name> is used multiple times
*       But it will not validate.
*/
html {
	overflow-y: scroll; 
}

body { 
  background: #FFFFFF;
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
/*  text-align: center;*/
  margin: 0px;
}

a:link { 
  color:#006600;
  text-decoration:underline;
}
a:visited { 
  color:#00CC33;
  text-decoration:underline;
}
a:hover { 
  color:#006600;
  text-decoration:underline;
}

hr{
  color:#999999;
  background-color:#999999;
  height:1px;
  border: none; 
}

ul{
  list-style: disc url('/omi/incldstyle/images/b_purple.gif');
  margin-left:9px;
  padding-left:15px;
  margin-top:0px;
  padding-top:0px;
}
ul ul{
  list-style: square url('/omi/incldstyle/images/dash_small_pr.gif');
  margin-left:9px;
  padding-left:15px;
  margin-top:0px;
  padding-top:0px;
}

#container {
	background: #ffffff;
	width: 830px;
	margin: 0px ;
	padding: 0px ;
	text-align: left;
/*	border: 1px solid #000099;*/
}

#contentbar {
        float: left;
        width: 70%;
}
#content {
        padding: 0px;
        margin-left: 80px; /* size of logo*/
}

#content h1, h2, h3, h4 {
        font-size: 12px;
        font-weight: bold;
}
#content h1 {
  margin: 9px 0px;
  font-size: 14px;
  color: #0000CC;
}

#content h3 {
  font-size: 11px;
}
#content h4 {
  font-size: 11px;
  font-style: italic;
}

#header {
        background-color: #009966;
        color: #ffffff;
        padding: 2px;
}
#header a {
        color: #ffffff;
        text-decoration: none;
}

#header a:hover {
        text-decoration: underline;
        font-weight:bold;
}
ul.nav, .nav ul {
  margin: 0;
  padding: 0;
  cursor: default;
  list-style-type: none;
  list-style: none ;
}
ul.nav li {
  float: left;
  position: relative;
  width: 8em;
  padding: 2px 6px;
}

#header table {
        margin: 10px 5px 0px 0px;
}

#header form{
  margin: 5px 10px 5px 5px;
  padding: 2px 2px 2px 2px;
}
#header .submit{
  border-color:#AADDAA;
  background-color:#AADDAA;
  color: #FFFFFF;
  font-weight: bold;
  margin: 5px;
  margin-left: 0px;
}
#header .input{
  border-color:#FFFFFF;
  background-color:#FFFFFF;
  color: #000000;
  margin: 5px;
  margin-left: 10px;
}

.picleftlogo {
  float:left;
  border: 1px;
}
.picrightlogo {
  float:right;
  border: 1px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.picleft_half {
  float:left; 
  width:240px;
  border: 0px; 
  margin-top:11px;
  margin-bottom: none;
  padding-left: none;
  padding-right: 10px;
}
.picright_half {
  float:right; 
  width:240px;
  border: 0px; 
  margin-top:11px;
  margin-bottom: none;
  padding-left: 10px;
  padding-right: none;
}

.picleft_small {
  float:left; 
  width:160px;
  border: none; 
  margin-top: 11px;
  margin-bottom: 11px;
  padding-left: none;
  padding-right: 11px;
}

.picright_small {
  float:right; 
  width:160px;
  border: none; 
  margin-top: 11px;
  margin-bottom: 11px;
  padding-left: 11px;
  padding-right: none;
}
.thumb90 {
  float:left; 
  width: 90px;
  margin-right: 11px;
  margin-bottom: 11px;
  border: none; 
}

.thumb60 {
  height: 60px;
  margin-right: 5px;
  margin-bottom: 11px;
  border: none;
}
.contenttekst{
  text-align: left;
}
   
.contentbody{
  margin-top: 14px;
}    
caption{
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  color: #000000;
}

.caption{
  border-bottom: solid 1px #999999;
  margin-bottom: 5px;
  font-size: 10px;
  color:#000000;
  font-style:italic;
}

.captionred{
  border-bottom: solid 1px #999999;
  margin-bottom: 5px;
  font-size: 10px;
  color:#CC0000;
  font-style:italic;
}

.captionplain{
  margin-bottom: 5px;
  font-size: 10px;
  color:#000000;
  font-style:italic;
}

.captionthumb{
  font-size: 10px;
  color:#000000;
  font-style:italic;
  text-align: left;
/*  margin-bottom: 22px;*/
}

.capmedium {
  width:350px;
  margin-left: 75px;
  margin-top: 11px;
  margin-bottom: 5px;
}

.captionpop{
  margin-bottom: 5px;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#006633;
}

.legenda{
  clear:both;
  background-color:#AAAAAA;
  color:#FFFFFF;
}

.crumbpath{
  clear: both;
  width: 100%;
  background-color:#99CC99;
  text-align:left;
}

.crumbpath a:link {
  color:#000099;
  text-decoration:none;
}
.crumbpath a:visited {
  color:#000099;
  text-decoration:none;
}
.crumbpath a:hover {
  color:#000099;
  text-decoration:underline;
}

#menubar {
        float: right;
        width: 28%;
}
#menu {
        background-color: #FFFFFF;
        color: #999999;
}

#menu .treeopen {
  background-image : url('/omi/incldstyle/images/open.gif');
  background-repeat : no-repeat;
  background-position : left;
}

#menu .treeclosed {
  background-image : url('/omi/incldstyle/images/closed.gif');
  background-repeat : no-repeat;
  background-position : left;
}

#menu .leaf {
  background-image : url('/omi/incldstyle/images/menur_small_pr.gif');
  background-repeat : no-repeat;
  background-position : left;
}

#menu ul{
  list-style: none;
  margin: 0px 10px;
  padding: 0px 10px;
}

#menu li{
/* onderstaande alleen nodig voor IE5 (?)*/
  display: inline;
}

#menu a:link {
  display: block;
  padding-left : 12px;
  font-size:11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#006600;
  text-decoration:none;
}
#menu a:visited {
  display: block;
  padding-left : 12px;
  font-size:11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#00CC33;
  text-decoration:none;
}
#menu a:hover {
  display: block;
  padding-left : 12px;
  font-size:11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#006600;
  text-decoration:underline;
}
.menukopje{
  background-color:#CCFFCC;
  color: #000000;
  padding-left:16px;
  margin-top:14px;
  font-weight:bold;
}

#footer{
   clear: both;
}

.warning{
   color: #CC0033;
   color: #FF0033;
   color: #CC66CC;
   color: #CC3333;
}
#test{
  background: #000000;
  color: #FFFFFF;
  padding:10px;
  text-align:left;
}
#rowanomalywarning{
  background: #FFCC99;
  background: #FFFFCC;
  color: #000000;
  border: 1px solid #888888;
  padding:2px;
  text-align:left;
}
#print {
        float: right;
        clear: right;
        margin: 8px 0px;
}

.printable {border: solid 1px #9999CC;}

.bottomfloat {
  border: solid 1px #88BBBB;
  background-color:#CCFFCC;
}
.bottomfloat a:link {
  color:#000099;
  text-decoration:none;
}
.bottomfloat a:visited {
  color:#8A8ADD;
  text-decoration:none;
}
.bottomfloat a:hover {
  color:#000099;
  text-decoration:underline;
}
#divStayBottomRight {
  position: fixed;
  bottom: 10px;
}

table {
  border: 1px solid #888888;
  border-collapse: collapse;
  background-color:#CCCCFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

/* default th is bold, center en no border */
th{
  border: 1px solid #888888;
  background-color:#9999FF;
  padding:2px;
}
th.cent{
  border: 1px solid #888888;
  background-color:#9999FF;
  padding:2px;
  text-align:center;
}
th.left{
  border: 1px solid #888888;
  background-color:#9999FF;
  padding:2px;
  text-align:left;
}
th.right{
  border: 1px solid #888888;
  background-color:#9999FF;
  padding:2px;
  text-align:right;
}
th.header{
  border: 1px solid #888888;
  background-color:#FFFFFF;
  color:#FF0000;
}
/* default td is center en no border */
td{
  border: 1px solid #888888;
  padding:2px;
  text-align:center;
}
td.cent{
  border: 1px solid #888888;
  padding:2px;
  text-align:center;
}
td.left{
  border: 1px solid #888888;
  padding:2px;
  text-align:left;
}
td.right{
  border: 1px solid #888888;
  padding:2px;
  text-align:right;
}
td.warning{
  background: #FFCC99;
  background: #FFFFCC;
  color: #000000;
}

.formbody label {
  display:block;
  float: left;
  width: 120px;
  padding-right: 20px;
  text-align: right;
}
.formbody br {
  clear:left;
}
.formbody{
  padding: 3px 4px 3px 4px;
  background-color:#E3E3F4;
}
.formheader{
  border-bottom: solid #ffffff 1px; 
  padding: 3px 4px 3px 4px;
  background-color:#8A8ADD; 
  line-height:14px;
  font-weight:bold; 
}
.forminput{
  background-color:#ffffff;
  display:block;
  float: left;
  width: 175px;
  margin-bottom: 10px;
}
.formcheck{
  width:1em;
}
.formradio{
  width:1em;
}
.formbutton{
  border: solid #8888BB 1px; 
  background-color:#AAAADD;
  color: #000000; 
  font-weight: bold;
}

.formsingle{background-color:#FFFFFF;}

.onzichtbaar{display: none;}


