
/*
*  Algemene elementen
*/

/*--------------------- clearfix ---------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clear {
  clear: both; 
}
.clear-left {
  clear: left;
}
/*--------------------- end clearfix -----------------------*/

/*------------------- reset CSS --------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding:0;
  border: 0 none;
  font-size: 100%;
  outline-style: none;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
}

/* Tables still need cellspacing="0" in the markup. */
table {
  border-spacing: 0px;
  border-collapse:collapse;
  padding: 0px;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td, th {
  vertical-align: top;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* Remove annoying border on linked images. */
a img {
  border: none;
}
/*----------------- end reset CSS ---------------------------*/

/*--------------------- hoverfix -----------------------------*/
/* Hides from IE-mac \*/
* html body {
  behavior:url(css/csshover.htc);
}
/* End hide from IE-mac */
/*---------------------end hoverfix --------------------------*/


body {
  font-size: 62.5%; /*1.0em --> 10px*/
  line-height: 1.8em;
  font-family: Arial, Helvetica, sans-serif;
  background: #97c123 url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/bg_body.gif) repeat-x left top;
  color: #474747;
  height:100%;
}

* html body {
	height: 100%;
}

body.lookup {
  background: #97c123 url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/bg_body.gif) repeat-x left top;
}

#bgtotal_bottom {
  background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/bgtotal_bottom.gif) repeat-x left bottom;
  min-height: 100%;
}
* html #bgtotal_bottom {
	height: 100%;
}
#wrapper {
  background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/bg_wrapper.gif) no-repeat center top;
  min-height: 450px;
}
  * html #wrapper {
    height: 450px;
  }

#container {
  font-size: 1.2em;/*12px*/
  width: 960px; /*set width of global container*/
  margin: 0px auto;
}

#container .marginright15 {
		margin: 0px 15px 0px 0px;
	}

  #topnavigation {
    height: 28px;
    text-transform: uppercase;
    font-size: 1.025em;
  }
    ul#topmenu {
      margin: 6px 0px 0px 0px;
      height: 22px;
    }
      ul#topmenu li {
        float: left;
        line-height: 22px;
        background: #444444;
        margin: 0px 2px 0px 0px;
        color: #a6a6a6;
        list-style: none;
      }
        ul#topmenu li a {
          color: #a6a6a6;
          display: inline-block;
          padding: 0px 22px;
          line-height: 22px;
          text-decoration: none;
        }
        ul#topmenu li a:hover, ul#topmenu li a.active {
          background: #ffffff;
          color: #000000;
        }
        ul#topmenu li a.active {
          font-weight: bold;
        }
        ul#infomenu {
      margin: 6px 0px 0px 0px;
      height: 22px;
      font-size:0.9em;
    }
      ul#infomenu li {
        float: left;
        line-height: 22px;
        padding: 0px 14px;
        color: #FFFFFF;
        list-style: none;
        background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/li_border_infomenu.gif) no-repeat right bottom;
      }
        ul#infomenu li a {
          color: #FFFFFF;
          display: inline-block;
          line-height: 22px;
          text-decoration: none;
        }
        ul#infomenu li a:hover {
          color: #e3e3e3;
        }
        ul#infomenu li a.active {
          color: #222222;
        }
.contentbox {
  padding: 0px 5px;
  margin: 0px 0px 13px 0px;
}
.contentboxgradient {
  background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/boxgradient.gif) no-repeat right top;
  min-height: 71px;
  padding: 20px 5px 0px 5px;
  margin: px 0px 13px 0px;
  text-align:right;
}
  * html .contentboxgradient {
    height: 71px;
  }
.contentboxgradient h2{
  margin:0 30% 0 0;                  
}

.bodyContent{
  padding: 5px 20px 5px 20px;
  min-height:700px;
}
.bodyContentFac{
  padding: 5px 5px 5px 20px;
}

#header {
    min-height: 146px;
    position: relative;
  }
    * html #header {
      height: 146px;
    }
      #header .logo {
        position: absolute;
        top: 24px;
        left: 24px;
      }
      #header #topheader {
        height: 48px;
      }
      
      #header #topheader #searchbox{
       padding-top:3px;
       padding-right:3px;
      }
      
      #header #topheader a{
         text-decoration: none;
         color: #6D1872;
      }
      
      #header #topheader a:hover{
         text-decoration:underline;
      }
            
      #header ul#mainnav {
        margin: 0px 0px 0px 245px;
        position: relative;
        font-size: 1.1em;
        height: 21px;
      }
        #header ul#mainnav li {
          float: left;
          line-height: 21px;
          height: 1%;
          margin: 0px 12px 0px 0px;
          text-transform: uppercase;
          list-style: none;
        }
        #header ul#mainnav li a {
          text-decoration: none;
          color: #000000;
          padding: 0px 15px;
          display: inline-block;
          line-height: 21px;
        }
          #header ul#mainnav li ul {
            /*display: none;*/
            position: absolute;
            top: 21px;
            left: 0px;
            margin: 0px;
          }
          #header ul#mainnav li:hover ul {
            display: inline-block;
          }
            #header ul#mainnav li ul li {
              float: left;
              text-transform: none;
              margin: 0px;
              padding: 0px;
              line-height: 30px;
              display: inline-block;
            }
              #header ul#mainnav li ul li.first {
                border: none;
              }
            #header ul#mainnav li ul li a {
              text-decoration: none;
              color: #686868;
              padding: 0px 11px;
              line-height: 30px;
              display: inline-block;
            }
            #header ul#mainnav li ul li a:hover, #header ul#mainnav li ul li a.active {
              color: #61006f;
            }
  #content {
    background: #ffffff;
  }
  
#printheader {
  display: none;
}

/*
*  We gaan enkele verschillend layouts definieren:
*  - met menu links
*  - zonder menu links
*  - application style zonder menu links maar met top menu
*/

/*
*  Layout met menu links
*/
#body_left {
float: left;
width: 159px;
font-size: 0.6em;
}

#body_right {
  background-color: #F3F0E9;
  background-image: url("http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/BG_BORDER.JPG");
  background-position: left;
  background-repeat: repeat-y;
  width: auto !important;
  font-size: 0.7em;  
  margin-left:159px;
  height:auto !important;
  display:block;
  position:relative;
}

#body_right_full {
  background-color: #F3F0E9;  
  height: 100%;
  font-size: 0.7em;
  width: auto !important; 
  
}

#body_top {
  background-image: url("http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/BG_FADE.JPG");
  background-repeat: repeat-x;
  margin-left: 4px;
  height: 32px;

}



/*
* Sidebar voor in de applicatie
*/
#sideBar {
  margin: 5px 10px 0px 0px;
}

.sideBarSub {
  font-size: 0.8em;
  background-color: #FFFEEF;
  border: 1px solid #C9C5A0;
  margin-bottom: 5px;
  display:block;
  position:relative;
}

.sideBarSub h3 {
  margin:0;
  padding: 1px;
  background-color: #C9C5A0;
  font-size: 1.1em;
}

#sideBar input, select, textarea {
  font-size: 1em;
  font-family: Verdana;
}

/*
*  Menu-specifieke layout items
*/
#loginbox {
  margin: 0;
  padding: 0;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  width: 100%;
  margin-top: 5px;
}

#loginbox li{
  background-color: #6D1872;  
  border-bottom: 1px solid #807A3E;
  text-align: left;
  border-left: 5px solid #AB80A5;
  width: auto;  
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

#loginbox li a {
  text-decoration: none;
  color: white;
  font-size: 120%;  
  width: 100%;
}

#loginbox li a:hover {
  text-decoration: underline;
}

#menubox ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  width: auto;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  background-color: #F0F0F0;

}

#menubox ul li {    
  border-bottom: 1px solid #F0F0F0;
  text-align: left;
  border-left: 1px solid #D0D0D0;   
  padding-top: 3px;
  padding-bottom: 3px;
 /* padding-left: 1px;*/
  border-top: 1px solid #D0D0D0;
  position: relative;
  width: 100%;
  color: white;
  z-index:99;
}

#menubox ul li a {
  text-decoration: none;  
  width: 100%;
  display:block;
  color: white;
  position:relative;
}

#menubox ul li a:hover {
  text-decoration: underline;
}

#menubox ul {
  display: block;
}

#menubox ul li > ul {
  display: none;
  position: absolute;
  top: -6px;
  left: 100%;
  width: 120%;
  /* border: 1px solid #B3AF87; */
  
}

#menubox ul li > ul li {
  width: 100%; 
}

#menubox ul li:hover > ul {
  display: block;
  background-color: #9A9452;
  
}

li.menu_arrow {
  background-image: url("http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/MENU_ARROW_WHITE.GIF");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
/*
*  Boxen
*/
#boxen {
  float: right;
  width: 155px;
  margin-left:10px;
  margin-bottom: 10px;
  position:relative;
}

ul.box {
  margin:0;
  padding:0;
  text-align: center;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

ul.box li {
  background-color: #E5E3CF;
  width: 150px;
  border: 1px solid #B8B384;
  margin-bottom: 10px;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #6D1872;
  font-size: 130%;
  font-weight: bold; 
}

ul.box li a {
  color: #6D1872;
  text-decoration: none;

}

ul.box li a div a {
  font-size: 80%;
}


/*
* Footer
*/
#wrapper-footer {
  background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/bg_wrapper_footer.gif) no-repeat center bottom;
  min-height: 268px;
}
  * html #wrapper-footer {
    height: 268px;
  }
    #footer {
      width: 960px;
      margin: 0 auto;
      position: relative;
      min-height: 268px;
    }
      * html #footer {
        height: 268px;
      }
      #footer-topcontent {
      
      }
      #footer-copyright {
        height: 34px;
        line-height: 34px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: block;
        width: 100%;
        text-align: center;
        color: #ecf0e0;
        font-size: 0.9em;
      }
        #footer-copyright a {
          color: #ecf0e0;
        }

#banner {
  margin-top: 2px;
  margin-bottom: 2px;
}
/*
*  Main body Styles
*/
p {
  text-align: justify;
}

h2 {
  color: #6D1872;
  margin-top: 0;
  font-size: 1.5em;
}

td.contenttitle {
  
  color: #6D1872;
  margin-top: 0;
/*  font-size: 1.3em;*/
  font-weight: bold;
}

div.newsflash {
  padding-bottom: 10px;
  min-height: 80px;
 
}

img.flashfoto {
  width: 64px;
  height: 80px;
  float: left;
}

hr {
  text-align: left;/*this will align it for IE*/
  margin: 0 auto 0 0; /*this will align it left for Mozilla*/
  color: #B8B384;
  background-color: #B8B384;
  border: 0;
  height: 1px;
}

p.readmore {
  text-align: left;
  margin: 0;
  padding: 0;
  position:relative;
}

p.readmore a {
  text-decoration:none;
  color: #B8B384;
  font-weight: bold;
}

/*
*  Statische paginas
*/
.bannertitle {
  font-size: 18px;
  font-weight: bold;  
  color: #807A3E;
  padding-bottom: 12px;
}

.bannersubtitle{
  font-size: 14px;
  color: #6D1872;
  font-weight: bold;
}

.bannertitle a {
  font-size: 12px;
}

.bannertitle br {
  font-size: 10px;
}

/*
*  APPLICATION SPECIFIC LAYOUT
*/
#staticMenuBar {
  height: 21px;
  background-color:#d0d0d0;
     margin: 6px 0px 0px 0px;
   height: 22px;
}
#staticMenuBar ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding: 0;
  display: inline;
  z-index:99;
 
}

#staticMenuBar ul li {
 float: left;
 line-height: 22px;
 background: #f0f0f0;
 margin: 0px 2px 0px 0px;
 color: #a6a6a6;
 z-index:99;
}

#staticMenuBar ul li a {
   color: #7B7B7B;
   display: block;
   padding: 0px 22px;
   line-height: 22px;
   text-decoration: none;
   background-repeat: no-repeat;
   padding-top: 0px;
   padding-bottom: 0px;  
   padding-left: 17px;
   width:auto;
}

#staticMenuBar ul li a:hover {
    background: #ffffff;
    color: #000000;
    background-repeat: no-repeat;
}

#staticMenuBar ul li a img {
  float: right;
}

#staticMenuBar ul li > ul {
  display: none;
  position: absolute;
  border: 1px solid;
  background-repeat: no-repeat;
}

#staticMenuBar ul li:hover > ul {
  display: block;
  width:auto;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
}

#staticMenuBar ul li > ul li{
  clear: both;
  float: none;
  position: relative;
  display: block;
  width: auto;
}

#staticMenuBar ul li ul > ul {
  display: none;
  position: absolute;
  
}

#staticMenuBar ul li ul li:hover >ul {
  display: block;
  background-color: #f0f0f0;
  left: 100%;
  top: 0;
}

/*
* FORMS
*/

/*
* NEW LAYOUT
*/

.hiddenSubmit{
	visibility: hidden;
  display:none;
}

/*----->>> HEADINGS <<<-----*/ 
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	margin: 0px 0px 25px 0px;
	font-size: 1.5em;/*child pixels / parent pixels = child ems --> 18px/12px*/
}
h2, .bigfont {
	margin: 0px 0px 3px 0px;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 24px;
}
	.whitebox h2, .greenbox h2, .greybox h2, .yellowbox h2, .purplebox h2 {
		font-size: 2.1em;
	}
	h2.black {
		color: #000000;
	}
	h2.purple {
		color: #7e0c85;
	}
	h2.diensten {
		color: #7e0c85;
		background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/zenito_diensten.png) no-repeat left top;
		padding: 0px 0px 0px 54px;
	}

h2.titel-left {
	display: inline-block;
	float: left;
	padding: 0px 48px 0px 0px;
	margin: 0px;
	font-size: 1.1em;
	color: #8e8e8e;
}

h3 {
	margin: 0px 0px 8px 0px;
	font-size: 1.1em;/*13px/12*/
	font-weight: bold;
}
	h3.boxgreen, h3.boxgrey, h3.boxred, h3.boxgreen2,h3.boxred2 h3.yellowbox {
		color: #ffffff;
		padding: 5px 13px;
		margin: 0px;
		text-transform: uppercase;
	}
	h3.boxgreen {
		background: #8ab600;
	}
	h3.boxgrey {
		background: #c4c4c4;
	}
	h3.boxred {
		background: #911b1b url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/h3_red.gif) repeat-x left top;
	}

	h3.boxred2 {
		background: #911b1b url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/h3_red.gif) repeat-x left top;
	}

	h3.boxgreen2 {
		background: #67840a url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/h3_green.gif) repeat-x left top;
	}
  
 h4.boxgrey{
    background: #c4c4c4;
    margin-top:0px;
    margin-bottom:0px;
  }
	
  h4.boxgreen, h4.boxgrey, h4.boxred, h4.boxgreen2 {
		color: #ffffff;
		padding: 3px 8px;
		margin: 0px;
		text-transform: uppercase;
	}
h4, h5, h6 {
	font-size: 1em;
  margin-top:5px;
  margin-bottom:10px;
	font-weight: bold;	
}


/*----->>> General <<<-----*/ 

.gradienttopbox-none{
	margin: 0px 0px 30px 0px;
	margin: 5px;
	padding: 5px;
}

.gradienttopbox {
	background: #ffffff url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/box_gradienttop.gif) no-repeat left top;
}
.gradienttopbox-large {
	background: #ffffff url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/box_gradienttop_large2.gif) no-repeat left top;
	margin: 0px 0px 30px 0px;
}

.boxgradientbottom {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/gradientbox_bottom.png) no-repeat center bottom;
	margin: 0px 0px 30px 0px;
}


.boxborderleft-arrow {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/arrow-gradientleft.png) no-repeat left center;
}

.boxcorner-none{
	padding: 0px 5px;
	margin: 0px 0px 13px 0px;
}

.boxcorner {
	padding: 0px 5px;
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/boxcorner_gradient.gif) no-repeat right top;
	margin: 0px 0px 13px 0px;
}
.boxcorner-small {
	padding: 0px 5px;
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/boxcorner_gradient_small.png) no-repeat right top;
	margin: 0px 0px 13px 0px;
}

.nopadding { 
	padding: 0px; 
}
	.padding15 {
		padding: 15px;
	}
	.padding15-15-0-15 {
		padding: 15px 15px 0px 15px;
	}
	.padding23-15 {
		padding: 23px 15px;	
	}

.text-left { 
	text-align: left; 
}
.text-right { 
	text-align: right;
}
.text-center { 
	text-align: center; 
}
.text-justify  { 
	text-align: justify; 
}

.hr {
	display: block;
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/HR.GIF) no-repeat center;
	line-height: 4px;
	font-size: 0px;
	margin: 18px 0px 20px 0px;
}
.hr-dotted {
	display: block;
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/HR_DOTTED.PNG) repeat-x left center;
	line-height: 4px;
	font-size: 0px;
	margin: 18px 0px 20px 0px;
}

.abso-right {
	position: absolute;
	top: 0px;
	right: 0px;
}
.abso-bottom-right {
	position: absolute;
	bottom: -9px;
	right: 10px;
}
.abso-bottom-left-border {
	position: absolute;
	bottom: -9px;
	left: 10px;
}
.abso-bottom-left {
	position: absolute;
	bottom: 9px;
	left: 9px;
}

.extra-bottom-button{
  position: absolute;
	bottom: 15px;
	right: 10px;
}

.paddingright8{
  padding-right:8px;
}

.paddingright10{
  padding-right:10px;
}

.paddingright12{
  padding-right:12px;
}

.paddingright14{
  padding-right:14px;
}

.paddingright16{
  padding-right:16px;
}

.paddingleft5{
  padding-left:5px;
}

.marginleft15{
  margin-left:15px;
}

/**>> Buttons <<**/
a {
	color: #7e0c85;
	text-decoration: underline;
}
	a:hover {
		color: #636363;
	}

a.btn-more, a.btn-more-green, a.btn-more-reverse {
		background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/BTN_MORE.PNG) no-repeat left top;
		line-height: 20px;
		display: inline-block;
		margin: 0px 0px 0px 0px;
		text-decoration: none;
		color: #a0a0a0;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 0.8em;
	}
  a.btn-more-disabled{
    background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/BTN_MORE.PNG) no-repeat left top;
    line-height: 20px;
		display: inline-block;
		margin: 0px 0px 0px 0px;
		text-decoration: none;
		color: #a0a0a0;
		cursor: default;
		text-transform: uppercase;
		font-size: 0.8em;
    color: #ebebeb;
  }
	a.btn-more-green {
		background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/btn_more_green.png) no-repeat left top;
		color: #ffffff;
	}
  a.btn-more-reverse{
    background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/BTN_MORE_REVERSE.PNG) no-repeat right top;
  }
 
  a.marginright17 {
		margin: 0px 17px 0px 0px;
  }

  a.marginright15 {
		margin: 0px 15px 0px 0px;
  }
  
		a.btn-more span, a.btn-more-green span {
			background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/BTN_MORE_RIGHT.PNG) no-repeat right top;
			line-height: 20px;
			display: inline-block;
			position: relative;
			right: -16px;
			padding: 0px 24px 0px 0px;
			cursor: pointer;
		}
    
     a.btn-more-disabled span{
     			background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/BTN_MORE_RIGHT.PNG) no-repeat right top;
			    line-height: 20px;
			    display: inline-block;
			    position: relative;
			    right: -16px;
			    padding: 0px 24px 0px 0px;
			    cursor: default;
     }
    
		a.btn-more-green span {
			background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/BTN_MORE_GREEN_RIGHT.PNG) no-repeat right top;	
		}
    a.btn-more-reverse span{
      background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/BTN_MORE_RIGHT_REVERSE.PNG) no-repeat left top;	
      line-height: 20px;
			display: inline-block;
			position: relative;
			left: -16px;
			padding: 0px 0px 0px 24px;
			cursor: pointer;
    }
		a:hover.btn-more span, a:hover.btn-more-green span, a:hover.btn-more-reverse span {
			color: #7e0c85;
		}
		a.link-icon {
			color: #a0a0a0;
			text-transform: uppercase;
			text-decoration: none;
			margin-left: 3px;
			font-size: 0.8em;
		}
		a:hover.link-icon {
			color: #7e0c85;
		}

/**>> table <<**/

  .opmaaktabel, .opmaaktabelbg {
    width: 100%;
    border-collapse: collapse;
  }
	.opmaaktabelbg td, .opmaaktabelbg th {
		padding: 3px 8px 3px 8px;
		border: 1px solid #ffffff;
	}
  
  .opmaaktabel td, .opmaaktabel th{
   padding: 3px 8px 3px 8px;
  }
  
  
		.opmaaktabel input, .opmaaktabelbg input {
			border: 1px solid #d4d4d4;
		}
	.opmaaktabel .input60, .opmaaktabelbg .input60 {
		width: 60px;
	}
	.opmaaktabel .input125, .opmaaktabelbg .input125 {
		width: 125px;
	}
	.opmaaktabel .input145, .opmaaktabelbg .input145 {
		width: 145px;
	}
	.opmaaktabel .input187, .opmaaktabelbg .input187 {
		width: 187px;
	}
	.opmaaktabel .input256, .opmaaktabelbg .input256 {
		width: 256px;
	}
  .opmaaktabel .SVMBSUB{
     border-collapse:separate;
  }
  
		.opmaaktabelbg th {
			background: #8f8f8f;
			color: #ffffff;
			text-transform: uppercase;
			font-size: 0.9em;
		}
		.opmaaktabelbg td {
			background: #ebebeb;
		}
    .opmaaktabelbg td input{
      background-color: #ffffff;
    }
    	
/**>> <<**/

.relative {
	position: relative;
}


/*----->>> ICONS <<<-----*/
.icon-tip, .icon-wat, .icon-plus, .icon-meer, .icon-meer-grijs, .icon-plus-grijs, .icon-opmerking, .icon-opmerking-red, .icon-opmerking-green, .icon-bewerk, .icon-verwijder {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	margin-left: 3px;
  cursor:pointer;
}
.icon-tip {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon_tip.png) no-repeat center;	
}
.icon-wat {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon_wat.png) no-repeat center;
}
.icon-plus {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon_plus.png) no-repeat center;
}
.icon-meer {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon_meer.png) no-repeat center;
}
.icon-meer-grijs {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon_meer_grijs.png) no-repeat center;
}
.icon-plus-grijs {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon_plus_grijs.png) no-repeat center;
}
.icon-opmerking {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon-opmerking.png) no-repeat center;
}
.icon-opmerking-red {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon-opmerking-red.png) no-repeat center;
}
.icon-opmerking-green {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon-opmerking-green.png) no-repeat center;
}
.icon-bewerk {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon-bewerk.png) no-repeat center;
	display: block;
}
.icon-verwijder {
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon-verwijder.png) no-repeat center;
	display: block;
}
.icon-verwijder-inline{
  	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon-verwijder.png) no-repeat center;
	display: inline;
}

.icon-mail {
	display: inline-block;
	width: 19px;
	height: 12px;
	line-height: 12px;
	text-indent: -9999px;
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon_mail.gif) no-repeat left top;
}
.icon-phone {
	display: inline-block;
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon_phone.png) no-repeat left top;
	width: 17px;
	height: 17px;
	line-height: 17px;
}
.icon-facebook {
	display: inline-block;
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon-facebook.png) no-repeat left top;
	width: 21px;
	height: 22px;
	line-height: 22px;
}
.icon-linkedin {
	display: inline-block;
	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon-linkedin.png) no-repeat left top;
	width: 21px;
	height: 22px;
	line-height: 22px;
}

.green {
	color: #8ab600;
}
.purple {
	color: #7e0c85;
}
a.red, .red {
	color: #e21e19;
}







label {
  margin: 1px;
}

input.mandatory {
  	background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/ICON-OPMERKING.PNG) no-repeat right center;
		padding: 0px 20px 0px 0px;  
}

input.hidden {
  border: none;
  
}


div.buttons {
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #C9C5A0;
  border-top: 2px solid #A8A16A;
  text-align: center;
}

.BGOk {
  background-color: #DDFFDD;
}

.BGNotOK, .BGNotOk{
  background-color: #FFDDDD;
  color: red;
}

.BGCancel{
  background-color: #DDDDDD;
  color:gray;
}

.BGWarning{
  background-color: #FFF47F;
}

.BGUnknown {
  background-color: #B8AEF5;
}

div.StatusOK {
  BACKGROUND-COLOR: #AAFFAA;
  font-weight: bold;
}

div.StatusError {
  BACKGROUND-COLOR: #FF8888;
  color:white;
  font-weight: bold;
}

div.StatusWarning {
 background-color: #FFF47F;
 font-weight: bold;
}

div.StatusMessage {
 BACKGROUND-COLOR: white;
 font-weight: bold;
}

div.StatusBusy {
 BACKGROUND-COLOR: #BBBBFF;
 font-weight: bold;
}
   
#DIVstatusbar {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 1.1em;
  width: 100%;
  margin: 0;  
  padding-top: 3px;
  padding-bottom: 3px;
}

#DIVstatusbar img {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}

#DIVstatusbar div {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
}
 
.tooltipstyle{
  position: absolute;
  border: 1px solid black;
  padding: 2px;
  background-color: lightyellow;
  visibility: hidden;
  z-index:100;
  font-size:1.1em;
}
    
div.leurkaartheader {
  background-color: #C9C5A0;
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

div.leurkaartblok {
  margin-left: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #F2EDD6;
  padding: 6px;    
  width: 95%;
}
  
div.leurkaartMargin {
  float: left;
  width: 16px;
  padding-top: 12px;
}

  
label.labelwidth {
  float: left;
}

label.bevestiging {
  font-weight: bold; 
  padding-left: 5px;
  padding-right: 5px;
}  
    
tr.bevestiging {
  font-weight: bold; 
}

#confirm_header {
  background-color: #F3F0E9;
  border: 2px solid #C9C5A0;
  margin: 5px;
  padding: 5px;
  font-size: 1.1em;
}

#confirm_header p.subtitle {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}

.OnScreenNoPrint{
  display:block;
}

.NoScreenOnPrint{
  display:none;
}  

div.dashBoardPart {
  border:1px solid #6D1872;  
  padding-top: 2px;
  height: 140px; 
  float:left; 
  width: 136px;
  margin-right:4px;
  text-align:center;
  margin-bottom: 10px;
  margin-top: 10px;
  opacity : .75;
  filter: alpha(opacity=75);
  -moz-opacity:  0.75;
}

#AjaxSelectPopups {
  position: absolute; 
  display: block; 
  background-color: white;
  font-size:95%;
  border: 0px solid;
  z-index:10;
}

.ComboBoxDiv {
   background-Color: White;
}

.ComboBoxDivSelectedItem {
  color: White;
  background-Color: Navy;
}

div.BGDivPopUp {
  background-color: #C9C5A0;
  border: 1px solid;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
}

 .tooltipUnderline {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #B7B7B7;
  }
  
 .TDPadNoWrap {
  white-space: normal;
  padding-left:5px;
  padding-right:5px;
  }   
  
  /*
  * GRID Style
  */
  table.Grid {
    width: 100%;
    border: 1px solid #B8B384;
     background-color: #F3F0E9;
  }
  tr.Grid tr{
    
  }
  tr.GridHeader {
    
  }
  
  tr.GridHeader td {
    background-color: #B8B384;
    font-weight: bold;    
  }
  
  table.Grid tr td {
    vertical-align: top;
   
    border-bottom: 1px solid #B8B384;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  
  tr.GridHover {
  
  }
  
  td {
    vertical-align: top;
  }
  
  table.focused {
    border-collapse:separate;
    width: 100%;
    padding: 5px;
    background-color: #F3F0E9;
    border: 1px solid #B8B384; 
  }
  
  table.unfocused {
    border-collapse:separate;
    width: 100%;
    padding: 5px;
  }
  
  table.KBOPart {
    border-collapse:separate;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 5px;
    background-color: #F3F0E9;
    border: 1px solid #B8B384; 
  }
  
  table.KBOPart th {
    text-align: left;
    border-bottom: 1px solid #B8B384;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
  }
  
  table.KBOPart td {
    padding: 2px;
  }
  
  td.bold {
    font-weight: bold;
  }
  
  div.KBOPartVisible {
    display: block;
  }
  
  div.KBOPartInvisible {
    display: none;
  }
  
  #KBOleft, #KBOBUleft{
    background-color: #F3F0E9;
    margin-right: 10px;
  }
  
  ul.KBOlist {
    list-style: none;
    margin:0;
    padding: 0;
    margin-left: 5px;
    margin-top: 5px;
  }
  
  ul.KBOlist li {
    height: 30px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  ul.KBOlist li a {
    display: block;
    color: black;
    height: 30px;
    padding: 2px;
    margin: 2px;
  }
  
  ul.KBOlist li a.selected {
    border: 1px solid #C9C5A0;
    
  } 
  
  ul.KBOlist li a:hover {
    background-color: #C9C5A0;
  }
  
  .nieuwsflashlijn {
    border-bottom:1px solid #807A3E;    
    padding-top:10px;
    min-height:120px;
    height:auto !important;
    height:120px;
   }
   
   .nieuwsflashlijn h2 span {
     font-size: 60%;
   }
   
   span.tools_right {
      float: right;
      
    }
    
    span.tools_right a {
      margin-right: 5px;
      vertical-align: bottom;
      text-decoration: none;
    }
    
    a.print {
      background-image: url("http://www.admb.be/pls/portal/docs/PAGE/IMAGES/ICOON/TANGO/DOCUMENT-PRINT.PNG");
      background-position: left top;
      background-repeat: no-repeat;
      padding-left: 20px;
      padding-top:5px;      
      color: gray;
    }
    
    table.dos_overview_grid {
      border: 1px solid gray;
    }
    
    table.dos_overview_grid tr {
      background-color: #F5F5DC;
      
    }
    
   table.dos_overview_grid tr th {
     text-align: left;
     border-right: 1px dotted gray;
     
   }
   
   table.dos_overview_grid tr td {
     border-right: 1px dotted gray;
   }
    
   table.dos_overview_grid tr.BGNotOk {
     background-color: #FFDDDD;
     color:red;
   }
   
   table.dos_overview_grid tr.BGCancel {
     background-color: #DDDDDD;
     color:gray;
   }
   
   table.dos_overview_grid tr.BGOk {
     background-color:#DDFFDD;
   }
    
   
   #mt_Panel {
     display: none;     
   }
   
   #mt_Panel h3 {
     border-bottom: 2px solid #EDEDED;
   }
   
   #mt_Panel h4 {
     margin-top: 0px;
     padding-left: 0px;
     border-bottom: 1px solid #EDEDED;
   }

   #mt_Panel div.bd {
     font-size: 1em;
     height: 420px;
     overflow: auto;     
   } 
     
   #mt_Panel div.kermisrow {
     border: 1px solid gray;   
     margin: 2px;
     padding: 2px;
   }
   
   #MT_FOOTER{
     width:95%;
   }
      
   #MT_PRODUCTEN{
     width:95%;
   }
   
   #tbl_machtigingen h2 {
     background-color: #C4C4C4;
     padding: 5px;
     color: black;
   }
   
   #tbl_machtigingen div.block {
     background-color: #F2EDD6;
     margin-bottom: 10px;
     padding: 5px;
     
   }
   
   #tbl_machtigingen div.actions {
     text-align: right;
   } 
   
   #bk_Panel {
     display: none;     
   }
   
   #bk_Panel div.bd {
     font-size: 1em;
     height: 420px;
     overflow: auto;     
   }
   
   #bk_Panel h3 {
     border-bottom: 2px solid #EDEDED;
   }
   
   #bk_Panel h4 {
     margin-top: 0px;
     padding-left: 0px;
     border-bottom: 1px solid #EDEDED;
   }
   
    #tbl_beroepskaarten h2 {
     background-color: #8f8f8f;
     padding: 5px;
     color: black;
   }
   
   #tbl_beroepskaarten div.block {
     background-color: #ededed;
     margin-bottom: 10px;
     padding: 5px;
   } 
 /*----->>> GLOBAL CLASSES <<<-----*/   
.float-left {
  float: left; 
}
.float-right {
  float: right; 
}

/*----->>> HEADINGS <<<-----*/ 
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  margin: 0px 0px 25px 0px;
  font-size: 1.5em;/*child pixels / parent pixels = child ems --> 18px/12px*/
}
h2 {
  margin: 0px 0px 3px 0px;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 24px;
}
  .whitebox h2, .greenbox h2, .greybox h2, .yellowbox h2, .purplebox h2 {
    font-size: 2.1em;
  }
  h2.black {
    color: #000000;
  }
  h2.purple {
    color: #7e0c85;
  }
h3 {
  margin: 0px 0px 8px 0px;
  font-size: 1.3em;/*13px/12*/
  font-weight: bold;
}
  h3.boxgreen {
    background: #8ab600;
    color: #ffffff;
    padding: 6px 13px;
    margin: 0px;
    text-transform: uppercase;
  }
h4, h5, h6 {
  font-size: 1em;
  font-weight: bold;
}

a.shortcut {
  background-position: left;
  background-repeat:no-repeat;
  padding-left: 20px;
  padding-top: 4px;  
  display: block;
  min-height: 20px;
}
 
#toolboxDiv{
  background-color:#f0f0f0;
  z-index: 10;
  position:absolute;
  font-size:89%;
  visibility:hidden;
  display:hidden;
  width:180px;
  right:5px;
  top:5px;
}
#toolboxDiv h3{
  background-color:#cccccc;
  color:#78157f;
  font-size:98%;
  margin-top:10px;
  margin-right:2px;
  margin-left:2px;
}

#toolboxDiv a{
  text-decoration: none;
  color: #6D1872;
}

#toolboxDiv a:hover{
  text-decoration:underline;
}


#asterixDiv{
  background-color:#f0f0f0;
  z-index: 10;
  position:absolute;
  font-size:89%;
  visibility:hidden;
  display:hidden;
  width:180px;
  right:5px;
  top:5px;
}

#autoSave{
  position:absolute;
}

#breadcrum{
  text-align:right;
  width:100%;
  padding-top:18px;
}

 .mainthing
 {
    width:540px;
 }

#txtquicksearch{
    background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/input-search.png) no-repeat;	
		border: none;
		width: 190px;
		height: 20px;
		display: inline-block;
		padding: 3px 22px 0px 10px;
		color: #a2a2a2;
}

#searchButton{
    position: absolute;
		right: 19px;
		top: 10px;
		background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/icon_search.png) no-repeat left top;
		width: 12px;
		height: 13px;
		display: block;
		text-indent: -9999px;
		border: none;
		cursor: pointer;
		color: transparent;
		text-transform: capitalize;
}

#autosave_filename_txt{
    background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/ZENITO/input-search.png) no-repeat;	
		border: none;
		width: 190px;
		height: 20px;
		display: inline-block;
		padding: 3px 22px 0px 10px;
		color: #a2a2a2;
}

#saveButtenTempSave{
    position: absolute;
		right: 7px;
		top: 5px;
		background: url(http://www.admb.be/pls/portal/docs/PAGE/IMAGES/KMODIRECT/IMG/16X16-SAVE.GIF) no-repeat left top;
		width: 16px;
		height: 16px;
		display: block;
		text-indent: -9999px;
		border: none;
		cursor: pointer;
		color: transparent;
		text-transform: capitalize;
}

.box230 {
	width: 230px;
	overflow: hidden;
}

.borderbox{
  border: 1px solid #d4d4d4;
  margin: 0px 0px 0px 0px;
}

.whitebox {
	border: 1px solid #d4d4d4;
	background: #ffffff url(../images/gradientbox_bottom.png) no-repeat center bottom;
	margin: 0px 0px 30px 0px;
}
.greybox, #DuplicateUserInfo {
	border: 1px solid #d4d4d4;
	background: #e7e7e7 url(../images/gradientbox_bottom.png) no-repeat center bottom;
	margin: 0px 0px 30px 0px;
}

.greyboxNoBackground {
  background: #e7e7e7;
	border: 1px solid #d4d4d4;
}

#DuplicateUserInfo {
  padding: 15px;
}

.greenbox {
	border: 1px solid #d4d4d4;
	background: #88b400 url(../images/gradientbox_bottom.png) no-repeat center bottom;
	margin: 0px 0px 30px 0px;
	color: #ffffff;
}
.purplebox {
	border: 1px solid #d4d4d4;
	background: #7e0c85 url(../images/gradientbox_bottom.png) no-repeat center bottom;
	margin: 0px 0px 30px 0px;
	color: #ffffff;
}
.yellowbox {
	border: 1px solid #d4d4d4;
	background: #ffe78b url(../images/gradientbox_bottom.png) no-repeat center bottom;
	margin: 0px 0px 30px 0px;
}
.redbg {
	border: 1px solid #d4d4d4;
	background: #c71c1c;
	margin: 0px 0px 30px 0px;
	color: #ffffff;
}
.greenbg {
	border: 1px solid #d4d4d4;
	background: #8ab600;
	margin: 0px 0px 30px 0px;
	color: #ffffff;
}

#tbl_machtigingen{
  margin-top:10px;
}

#div_provisions{
  margin-bottom:15px;
}

  h3 a.anchor{
     text-decoration:none;
     margin: 0px 0px 8px 0px;
	   font-size: 1.1em;/*13px/12*/;
	   font-weight: bold;
     cursor:default;
     color:#474747;
  }
  
  h3 a.anchor:hover{
     color:#474747;
     text-decoration:none;
  } 
  

  
  #DuplicateUserInfo h1 {
      color: #6D1872;
      font-weight: bold;
      font-size: 2.1em;
  }
   #DuplicateUserInfo p {
     font-size: 120%;
   }
  
  .form-submit{
  }
  
  .opmerkingIcon{
   padding-top:15px;
  }
  
  .question{
    height:16px;
    width:16px;
    display:inline-block;
  }
    

