/* [mjh] Only visible to Mac IE 5 */
@import("ie5.css");

*
{
  font-family : Verdana, Arial, Geneva, Helvetica, Sans-serif;
  font-size   : 10pt;
}
/* commented backslash hack v2 ||||||||| Not visible to mac IE5 ||||||||| \*/
html
{
  height    : 100%;
  overflow  : auto;
}

body
{
  height    : 100%;
  margin:0px;
  background-color: #FFE5CC;
}

address
{
  font-size   : 8pt;
  font-style: italic;
}

img
{
border: 0px;
}
#logo
{
  position  : absolute;
  left      : 3%;
  top       : 3%;
}

#top
{
  left: 200px;
  height: 75px;
  background-color: #FBD0A6;
  text-align: right;
}

#MenuLeft
{
  position  : absolute;
  left      : 0%;
  top       : 0%;
  width: 180px;
  height: 100%;
  background-color: #FBD0A6;
}
#menu
{
  position  : absolute;
  left      : 3%;
  top       : 32%;
}

#content
{
  position  : absolute;
  right     : 3%;
  bottom    : 3%;
  width     : 69%;
  left:       200px;
  height    : 80%;
  color		: #21457b;
/* [hcd]   background-color: #FFE5CC; */
  padding-left: 20px;
  padding-right: 50px;
  padding-top: 20px;
}
/* end hack */
#zoek
{
position: absolute; 
top: 10px; 
left: 200px;
}

#formulier
{
position: absolute; 
top: 80px; 
left: 200px;
}

.title
{
  font-size : 10pt;
  font-weight: bold;
  right		: 1px;
  top		: 5px; 
  text-align: left;
}

.TitlePopup
{
 color		: #0A50A1;
 font-size   : 10pt;
 font-style: italic;
 font-weight: bold;
 
}
.intro
{
  right		: 1px;
  top		: 5px; 
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.readon
{
  font-size: 9pt;
  text-align: right;
  padding-bottom: 10px;
}

.readon a
{
  color: #0A50A1;
  text-decoration : none;
}

.readon a:hover
{
  text-decoration : underline;
}

.goback
{
  font-size: 9pt;
  text-align: right;
}

.goback a
{
  color: #0A50A1;
  text-decoration : none;
}

.goback a:hover
{
  text-decoration : underline;
}

.menuitem, .submenuitem, .activemenuitem, .activesubmenuitem
{
  margin-bottom : 5px;
  background-color: #004573;
}

.menuitem a
{
  color : white;
  height: 50px;
  text-decoration : none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:10px;
  font-size   : 8pt;

}

.menuitem a:hover
{
  color : #FBD0A6;
  height: 50px;
  text-decoration : none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:10px;
  font-size   : 8pt;
}
.activemenuitem a
{
  display:block;
  padding-left: 3px;
  color : #FBD0A6;
  text-decoration : none;
  font-size   : 8pt;
  font-weight: bold;
}


.submenuitem a
{
  display:block;
  width:137px;
  background-color : white;
  padding-left: 13px;
  color : black;
  text-decoration : none;
}

.activesubmenuitem a
{
  display:block;
  width:137px;
  background-color : #EAF0F1;
  padding-left: 13px;
  color : black;
  text-decoration : none;
}

th
{
  text-align  : left;
  white-space : nowrap;
  padding-right : 10px;
  vertical-align : top;
  padding-top: 3px;
}

input, textarea
{
  background-color:#EEF3F3;
  border:1px solid #0A50A1;
  margin:2px;
}

.radio, .checkbox
{
  vertical-align : top;
  margin-top:2px;
  background-color : transparent;
  border:0px;
}

.submit
{
  border : 2px outset transparent;
  background-color:silver;
}

#disabler,
#statusbg
{
  z-index   : 10000;
  position  : absolute;
  top:0px; left:0px;
  width     : 100%;
  height    : 100%;
  border    : 0px;
  margin    : 0px;
  padding   : 0px;
  background-color  : black;
  opacity   : .3;
}

#statusmsg
{
  z-index:10002;
  position:absolute;
  top:30%;
  left:50%;
  margin-left:-150px;
  background-color:#ffffcc;
  padding:10px;
  border:1px solid black;
  width:300px;

  font-size:14px;
  color:black;
}

.fakeBtn
{
  clear:both;
  float:right;
  border:1px outset black;
  background-color:gainsboro;
  font-size:12px;
  padding: 2px 10px;
  cursor:default;
  margin-top:20px;
}
