/* Start of CMSMS style sheet 'Colours' */
/* Layout sections */
	body {
		background: #E0E0E0 !important;
		color: black;
		}
		
	div#page {
		/* border: 1px solid #c0c0c0; */
		background: #fff;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #fff;
		background-color: #E76321;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #196F9E;
                          text-decoration: none;
	}

             a:hover {
                          text-decoration: underline;
             }
        
 


/* Headings */	
	h2, h3, h4, h5, h6 {
		color: #000;
	}
	h1{
                         color: #000;
		background-color: #ffe989;
	}

h2{
		color: #196F9E;
	}
/* End of 'Colours' */

/* Start of CMSMS style sheet 'Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
border: 1px solid #a0a0a0;
		margin:5px auto 10px auto;
                          padding: 15px 10px 5px 10px;
                          background-color: #f0f0f0;
	}
	form div,
	form p {
		font-size: 1em;
                          line-height: 1em;
		margin: 0 0 0 0;
		padding: 0;
	}
	#form h4 {
		font-size: 1em;
		font-weight: normal;
		color: red !important;
		line-height: 1em;
		margin: 0 0 0 0;
		margin-left: 12px;
		padding: 0;
		padding-bottom: 4px;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	input, select, textarea {
		margin: 0 0 0.5em 0;
                          width: 70%;
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
		padding: 1px;
		margin-top: 1px;
		margin-bottom: 10px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		height: 8em;
	}
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	.radio input {
		width: auto;
		height: auto;
		margin-top: 10px;
                          margin-bottom: 10px;
                          margin-left: 8px;
	}
	.check {
		margin-top: 4px;
                          margin-bottom: 16px;
                          margin-left: 2px;
	}
	.check input {
		width: auto;
		height: auto;
                         margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	.ffsubmit {
		width: 10em;
	}
	input.button {
		width: 10em;
		background-color: #ddd;
                          border: 1px #b3b3b3 solid;
                          height: 22px;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
             form div.submit {
		margin: 1em 0;
	}

             form div.submit input {
		height: 2em;
		width: 15em;
	}

/* END FORM ELEMENTS */
		
/* End of 'Forms' */

/* Start of CMSMS style sheet 'Layout' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */

/* #myframe { height: 1000px; } was noodzakelijk voor de embed label die op de portal pagina's wordt gebruikt */

    body {
        margin: 0;
        padding: 0;
        /* text-align: center; */
    }

    div#page {
        width: 780px;                       /* de inhoud van 'page' is 'content' die op zijn beurt 760 breed is */
        margin: 10px auto auto auto;
        padding: 0;
        /* text-align: center; */
        height: 100%; 
    }
    

    /* HEADERS */

       div#topheader {
        clear: both;
        color: #fff;
        background-color: #E76321;
        border-top: 0px solid #666666;
        border-bottom:  0px solid #E76321;
       }

       div#topheader p {
           font-size: 0.8em;
           margin: 0;
           padding: 8px;
           /* text-align: center; */
       }

        div#header {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.gif);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            /* text-align: center; */
       }

        div#header_organisatie  {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.gif);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            /* text-align: center; */
       }

        div#header_dienstverlening  {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.gif);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            /* text-align: center; */
       }

        div#header_kandidaten  {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.gif);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            /* text-align: center; */
       }

        div#header_vacatures {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.gif);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            /* text-align: center; */
       }

        div#header_nieuws {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.gif);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            /* text-align: center; */
       }
 
    /* END HEADERS */
    
    /* MENU */

       div#menu_vert h1 {
           color: #F3B000;
           text-align: right;
           margin-bottom: 10px;
       }

       div#menu_vert {
           /* background-color: #E76321; */
           /* border: 1px solid #000000; */
           float: left;
           margin-top: 15px;
           /* Real width = 160px + 10px = 170px */
           width: 160px;
           padding: 0 10px 0 0;
      }

      div#menu_horiz {
           padding: 2px 0px 2px 10px;
      }
      #menu_horiz a {
           color: #ffd522;
           text-decoration: none;
           font-weight: bold;
      }


    /* END MENU */
    
    /* CONTENT */

    /* home main:         | <- 540+5=545 -> |    */
    /* home content2:   | <- 180+5=185 -> |    */

    /* other menu_vert: | <- 140+5+10=155 -> |  */
    /* other content1:   | <- 400+5=405 -> |     */
    /* other content2:   | <- 180+5=185 -> |     */

        div#content {
           /* border: 1px solid #ff0000; */
           /* background-color: #bbbbff; */
           width: 760px; 
           margin: auto auto auto 10px;
           text-align: left;
       }

       div#content1 {                   /*content deel van vervolg pagina (met menu links) */
border: 0px solid #000000;
           float: left;
           width: 450px;
           margin: 10px auto auto auto;
           padding: 0px 0px 0px 5px;
       }

       div#content2 {                     /* rechterkolom */
border: 0px solid #000000;
           clear: right;
           float: right;
           font-size: 0.91em;
           line-height: 150%;
           color: #404040;
           width: 180px;
           margin: 15px auto auto auto;
           padding: 0px 5px 0px 0px; /* 5 uit de rechterrand van de de content style */
       }

       div#content_organisatie {                   /*content deel van vervolg pagina (organisatie) */
           /* border: 1px solid #000000; */
           float: left;
           /* actual width =  500 + 10 padding = 510 */
           width: 500px;
           margin-top: 15px;
           padding: 0 10px 0 0;
       }

       div#content_dienstverlening {                   /*content deel van vervolg pagina (organisatie) */
border: 0px solid #000000;
           float: left;
           width: 550px;
           margin: 15px auto auto auto;
           padding: 0px 0px 0px 5px;
       }

       div#content_kandidaten {                   /*content deel van vervolg pagina (organisatie) */
border: 0px solid #000000;
           float: left;
           width: 550px;
           margin: 15px auto auto auto;
           padding: 0px 0px 0px 5px;
       }

       div#content_vacatures {                   /*content deel van vervolg pagina (organisatie) */
border: 0px solid #000000;
           float: left;
           width: 550px;
           margin: 0px auto auto auto;
           padding: 0px 0px 0px 5px;
       }

       div#content_nieuwsoverzicht {                   /*content deel van vervolg pagina (organisatie) */
border: 0px solid #000000;
           float: left;
           font-size: 111%;
           width: 550px;
           margin: 15px auto auto auto;
           padding: 0px 0px 0px 5px;
       }

       div#content_nieuws {                   /*content deel van vervolg pagina (organisatie) */
border: 0px solid #000000;
           float: left;
           width: 550px;
           margin: 15px auto auto auto;
           padding: 0px 0px 0px 5px;
       }

       div#content_labels {
           border: 0px solid #000000;
           /* background-color: #ffeeaa; */
           clear: right;
           float: right;
           width: 80px;
           margin-top: 15px;
       }

       div#main {                        /* content deel van de home page */
           float: left;
           width: 755px; 
           margin: 15px auto auto auto;
           padding: 0px 0px 0px 5px;  /* 5 uit de linkerrand van de de content style */
       }

    /* END CONTENT */

    /* HOMEPAGE */
       div#homebox_left {
           clear: left;
           float: left;
           width: 500px;
       }

         div#homebox_right {
           clear: right;
           float: right;
           width: 220px;
       }

       div#homebox h1 {
            font-size: 1.2em;
            color: #ffffff;
            margin: 0;
            padding: 3px 11px 4px 10px;
            xbackground-color: #E76321;
       }


       div#welcome {
           clear: left;
           float: left;
           width: 500px;
           border: 0px solid #d0d0d0;
           background-color: #FFFFFF;
           background-image: url(uploads/images/figuurtjehome1.gif);            
           background-repeat: no-repeat;
           background-position: 0px 0px;
       }

       div#welcome h1{
            font-size: 1.4em;
            color: #196F9E;
            margin: 0;
            padding: 3px 3px 4px 40px;
            xbackground-color: #ffffff;
       }

div#welcome p{
            padding: 3px 3px 4px 0px;
       }

       div#welcomefoot {
       }

       div#top5 {
           clear: right;
           float: right;
           width: 220px;
           border: 2px solid #196F9E;
           background-color: #4FC2D5;
       }

       div#top5_content {
      font-size: 12px;
      color: #000000;
      text-align: left;
      padding: 5px 5x 5px 5px;
      }


       div#top5 h1 {
            font-size: 1.2em;
            font-weight: normal;
            text-transform: uppercase;
            color: #ffffff;
            margin: 0;
            padding: 3px 11px 4px 4px;
            background-color: #196F9E;
            /* text-align: center; */
       }

       div#top5 h3 {
            font-size: 1.2em;
            color: #FFD133;
            margin: 0;
            padding: 3px 0px 4px 4px;
            border: 0;
       }

       div#top5 p {
            font-size: 12px;
            color: #404040;
            margin: 0;
            padding: 0px 0px 4px 4px;
}

       div#top5 a {
            color: #FFD133;
            margin: 0;
       }

       div#top5foot {
       }

       div#top3news {
           clear: left;
           float: left;
           width: 500px;
           background-image: url(uploads/images/figuurtjehome2.gif); 
           background-repeat: no-repeat;
           background-position: 0px 0px; 
           xborder: 0px solid #d0d0d0;
           xbackground-color: #FFFFFF;        

       }

       div#top3news h1 {
            font-size: 1.2em;
            color: #4FC2D5;
            margin: 0;
            padding: 3px 3px 4px 40px;
            xbackground-color: #ffffff;
       }

       div#top3newsfoot {
       }

       div#homecontact h1 {
            font-size: 1.2em;
            font-weight: normal;
            text-transform: uppercase;
            color: #ffffff;
            margin: 0;
            padding: 3px 11px 4px 10px;
            background-color: #4FC2D5;
            /* text-align: center; */
      }

       div#homecontact h2 {
            font-size: 1em;
            color: #196F9E;
            margin: 0;
            padding: 3px 11px 4px 10px;
      }

       div#homecontact p {
            font-size: 1em;
            margin: 0;
            padding: auto auto auto 10px;
      }

       div#homecontact {
           clear: right;
           float: right;
           margin: 10px auto auto auto;
           width: 220px;
           border: 2px solid #4FC2D5;
           background-color: #FFD133;
       }

       div#homecontactfoot {
       }

    /* HOMEPAGE */

        
    /* END CONTENT */
 
    
    /* FOOTER */

       div#footer {
        clear: both;
        background-color: #FFD522;
        border-top: 20px solid #91a0bf;
        margin: 10px auto auto auto;
        color: #000 !important;
       }

       div#footer p {
           font-size: 0.8em;
           margin: 0;
           padding: 2px;
           text-align: center;
       }

       div#footer a, div#footer a:link, div#footer a:active, div#footer a:visited {
          color:#000 !important;
          text-decoration:none;
       }

       div#aftertext p {
           font-size: 81%;
           line-height: 1.2em;
           color: #a0a0a0;
           padding: 10px 10px 0px 20px;
           text-align: left;
       }

    /* END FOOTER */

/* END LAYOUT */





          

/* End of 'Layout' */

/* Start of CMSMS style sheet 'Menu' */
/* MENU_VERT */

div#menu_vert .sectionheader1 {
  font-weight: bold;
}

div#menu_vert ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div#menu_vert a {
  text-decoration: none;
}

div#menu_vert ul ul li
{
  background-image: url(/uploads/images/punt.jpg);
  background-repeat: no-repeat;
  background-position: 0 .25em;
  line-height: 130%;
  padding-left: 1.1em;
}

#menu_vert li a:hover {
  color: #91A0BF;
}

#selected {
  font-weight: bold;
}

/* END MENU_VERT */


#menu_horiz {
   background-color: #140C4D;
   text-align: left;
}

/* End of 'Menu' */

/* Start of CMSMS style sheet 'News' */
        .actionnews1 a {
            font-size: 1.1em;
            font-weight: bold;
            color: #FFE75A;
       }

        .actionnews1 a:visited {
            font-size: 1.1em;
            font-weight: bold;
            color: #FFE75A;
       }

        .actionnews1 p {
            margin: 0;
            padding: 0px 4px 5px 4px;
            font-weight: bold;
            font-size: 1.1em;
            font-variant: small-caps;
            color: #FDEDF0;
       }

       .actionnews1 {
            margin: 0;
            margin-bottom: 10px;
            padding: 0;
            padding-bottom: 5px;
            width: 168px;
            background-color:  #D21831;
            text-align: center;
            border: 1px solid #909090;
       }

        .news a {
            font-weight: bolder;
       }

        .news a:visited {
            font-weight: bolder;
       }

        .news {
            border: 1px solid #b0b0b0;
            margin-bottom: 10px;
       }

        .newshead h1 {
            margin: 0;
            padding:0;
            font-size: 1.1em;
            font-weight: bolder;
            color: #ffffff;
       }

        .newshead {
            margin: 0;
            padding: 4px 0px 4px 0px;
            background-color:  #1578AA; /* #FFE75A; */
            xbackground-image: url(images/newshead.gif);            
            xbackground-repeat: no-repeat;
            xbackground-position: left top;
       }

        .newsfoot {
            xmargin-bottom: 4px;
            xpadding: 0;
            xheight: 0px;
            xbackground-image: url(images/newsfoot.gif);            
            xbackground-repeat: no-repeat;
            xbackground-position: left top;
       }

       .newsbox {
            margin: 0;
            padding: 5px 10px 5px 10px;
            width: 158px;
            xborder-left: 1px solid #B5B5BD;
            xborder-right: 1px solid #B5B5BD;
       }

        .newspagenews {
            border: 0px solid #b0b0b0;
            margin-bottom: 20px;
       }

        .newspagenewsfoot {
            xmargin-bottom: 14px;
            xpadding: 0;
            xheight: 0px;
            xbackground-image: url(images/newsfoot.gif);            
            xbackground-repeat: no-repeat;
            xbackground-position: left top;
       }

.NewsSummaryTitle {
  font-size: 90%;
  font-weight: bold;
  color: #666666;
  line-height: 1.3em;
  margin: 0 0 0 0;
  padding: 3px 3px 4px 0px;
}

.NewsSummaryLink a {
  font-size: 100%;
  font-weight: normal;
  line-height: 130%;
  padding: 12px 14px 0px 0px;
            color: #E76221;
 }

.NewsSummaryMorelink {
  font-size: 90%;
  padding: 0px 0px 0px 0px;
            color: #689DA6;
 }


.NewsSummaryCategory {
  font-style: italic;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: nornal;
 }

.NewsSummarySummary, .NewsSummaryContent {
  font-size: 90%;
  padding: 0px 0px 0px 0px;
 }

#NewsPostDetailDate {
  font-style: italic;
  }

#NewsPostDetailTitle{
  margin-top: 5px;
  }


#NewsPostDetailSummary {
  xfont-size: 1.06em;
  font-weight: bolder;
  xfont-style: italic;
  margin-bottom: 10px;
  }

#NewsPostDetailContent {
  }


/* End of 'News' */

/* Start of CMSMS style sheet 'Tools' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.menu_horiz:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html>body .menu_horiz{
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
	* html .menu_horiz{
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
/* end accessibility */
/* End of 'Tools' */

/* Start of CMSMS style sheet 'Typography' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
  body {
    text-align: left;
    font-family: sans-serif, Verdana, Arial, Helvetica, Sans;
    font-size: 0.79em;
    line-height: 1.5em;
  }

  div {
  }

  img {
    display: inline;
    border: 0;
  }
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
		text-decoration: none;
	}

	a:hover {
	text-decoration: underline;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
                         border: 0px solid #000000;
                         font-size: 13px;
	            font-weight: bold; 
		line-height: 1.25em;
		margin: 0 0 0.25em 0;
		padding: 1px 0 1px 5px;
	}
	h2 {
border: 0px solid #000000;
		font-size: 120%;
	             FONT-WEIGHT: bold; 
                          line-height: 1.25em;
		margin: 0 0 0.25em 0;
		padding: 0;
                          xPADDING-BOTTOM: 0.17em; 
                          xBORDER-BOTTOM: 1px solid #a0a0a0;
	}
	h3 {
		font-size: 1.3em;
	             FONT-WEIGHT: bold; 
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
                          PADDING-BOTTOM: 0.17em; 
                          BORDER-BOTTOM: #aaa 1px solid
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
border: 0px solid #000000;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 0 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
                          border-style: solid;
                          border-color: gray;
                          border-width: 1px;
		margin: 0px 0px 4px;
                          padding: 0px;
		xborder-top: 1px solid gray;
		   
	}
	div.hr {
		margin: 0px;
                          padding: 0px;
		xborder-top: 1px solid gray;
	}

	
/* END TYPOGRAPHY */	
/* End of 'Typography' */

/* Start of CMSMS style sheet 'Portalcss' */
/*
/*  Basic stylesheet information in <client>.carerix.com/portal/style/cx.css
/*  In this stylesheet only the the changes to that stylesheet         
*/                                                                                               

/* === GENERAL ================================================== */

body {
 font-family: sans-serif, Verdana, Arial, Helvetica, Sans;
  font-size: 0.79em;
  /* line-height: 2.0em; */
  /* text-align: center; */
  background-color: inherit;
  color: #333333; 
  margin: 0px 0px 0px 0px;;
  padding: 0px 0px 0px 0px;
}
table {
  border-collapse: collapse;
  font-family: sans-serif, Verdana, Arial, Helvetica, Sans;
  font-size: 1em;
  line-height: 1.5em;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

td {
  font-family: sans-serif, Verdana, Arial, Helvetica, Sans;
  font-size: 1em;
  line-height: 1.5em;
  text-align: left;
  margin: 0;
  padding: 0;
}
h2, h3 {
  font-weight: bold;
  background-color: inherit;
  color: #333333; 
  margin:0px;
  padding-top: 12px;
  padding-bottom: 6px;
  letter-spacing: 1px;
  text-align: left;
}	 
h1 {
  /* font-size: 16px; */
}

h2 {
  padding-top: 16px;
  color: #196F9E;
}

h3 {
  font-size: 12px;
}
hr {
  height: 1px;
  background-color: inherit;
  color: #dddddd;
  width: 95%;
}
strong, b {
  font-weight: bold;
  background-color: inherit;
  color: #333333;
}
div.center {
  text-align: center;  /* also centers tables in divs in ie */
}

div.center table {     /* center tables in divs in ff                           */
  margin-left: auto;   /* http://htmlhelp.com/faq/html/tables.html#center-table */
  margin-right: auto;
  text-align: left;
}
.left {
  text-align: left;
}
.invisible {
  display: none;
}
/* error messages on a page */
.error {
  color: red;
}
/* introduction text on a page */
.intro {
}
a {
  text-decoration: none;
  background-color: inherit;
  color: #196F9E;
  background: none;
}
a:visited {
  background-color: inherit;
  color: #196F9E;
}
a:active {
  background-color: inherit;
  color: #196F9E;
}
a:hover {
  text-decoration: underline;
}	
select { 
  /* background-color: inherit; */
  color: #333; 
  border: 1px solid #aaa; 
}
textarea { 
  /* background-color: inherit; */
  color: #333333; 
  padding-left: 1px; 
  border: 1px solid #aaaaaa; 
}
input { 
  /* background-color: inherit; */
  color: #333333; 
  border: 1px solid #aaaaaa; 
}
input[type=checkbox] { 
  border: none;
  width: auto !important;
}
input[type=radio] { 
  border: none; 
}
input[type=submit] { 
  background-color: #ECE9D8;
  cursor: pointer;
}
/* make a button by attaching the 'button' class to an <a> element */
a.button {
  cursor: pointer;
  height: 19px;
  color: #333;
  background-color: #ECE9D8;
  text-align: center;
  text-decoration: none;
  padding: 0px 8px 2px 8px;
  border: 1px #b3b3b3 solid; 
  margin: 0px;
}

.button:hover {
  color: #333;
  background-color: #ECE9D8;
  text-decoration: none;
}
.button:visited {
  color: #333;
  background-color: #ECE9D8;
}
.button:active {
  color: #333;
  background-color: #ECE9D8;
}
/* make a row with buttons by attaching the class 'navigation' to an unordered list <ul> with <li> items containing <a> elements */
ul#navigation {
  height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#navigation .left { 
  float: left;
  padding-right: 8px; 
}
ul#navigation .right { 
  float: right; 
  padding-left: 8px; 
}
ul#navigation li a {
  list-style-type: none;
  cursor: pointer;
  height: 19px;
  color: #333;
  background-color: #ECE9D8;
  text-align: center;
  text-decoration: none;
  padding: 0px 8px 2px 8px;
  margin: 0px;
  border: 1px #b3b3b3 solid; 
}
ul#navigation li a:hover {
  color: #333;
  text-decoration: none;
}
ul#navigation li a:link {
  color: #333;
}
ul#navigation li a:active {
  color: #333;
}

/* === LISTING.HTML ================================================== */

.listDiv {
  margin-left: 0px;
  margin-right: auto;
  /* width: 540px; */
  text-align: left;
}
.listDiv input {
}
.listTable {
  width: 100%;
  text-align: left;
}
.listTrEven {
}
.listTrOdd {
  background-color: #f0f0f0;
}
.listTh {
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  color: #333333;
  background-color: #f0f0f0;
  padding: 4px 4px 8px 4px;
}
.listTd {
  vertical-align: top;
  text-align: left;
  background-color: inherit;
  color: #333333;
}
.listTdCount {
  padding-top: 0px;
  padding-bottom: 16px;
  color: #000000;
}

.listTdPublicationStart {
  padding: 4px 4px 4px 4px;
}
.listTdJobTitle {
  padding: 4px 4px 4px 4px;
}
.listTdCompanyName {
  padding: 4px 4px 4px 4px;
}
.listTdWorkCity {
  padding: 4px 4px 4px 4px;
}
.listCount {
  font-weight: bold; 
  text-align: right; 
  padding: 16px 0px 0px 0px;
}
.listJobTitle {
}
.listWorkCity {
}
.listJobIntro {
}
.listPager { 
  text-align: left; 
  padding-top: 24px;
}
.listPager a { 
  color: #333333; 
  background-color: #ECE9D8; 
  border: 1px #b3b3b3 solid; 
  text-align: left; 
  text-decoration: none; 
  padding-left: 4px; 
  padding-right: 4px; 
  padding-top: 2px; 
  padding-bottom: 3px; 
  margin: 0px; 
  height: 18px; cursor: pointer;
}
.listPager a:hover { 
  color: #333333; 
  border: 1px #888888 solid; 
}
.listPager a:link { 
  color: #333333; 
  background-color: #ECE9D8; 
  border: 1px #b3b3b3 solid; 
  text-align: left; 
  text-decoration: none; 
  padding-left: 4px; 
  padding-right: 4px; 
  padding-top: 2px; 
  padding-bottom: 3px; 
  margin: 1px 1px 1px 1px; 
  height: 18px; cursor: pointer; 
}
.listPager a:visited { 
  color: #333333; 
  background-color: #dddddd; 
  border: 1px #b3b3b3 solid; 
  text-align: left; 
  text-decoration: none; 
  padding-left: 4px; 
  padding-right: 4px; 
  padding-top: 2px; 
  padding-bottom: 3px; 
  margin: 1px 1px 1px 1px; 
  height: 18px; cursor: pointer; 
}

/* == SEARCH.HTML ================================================== */

.searchDiv {
  margin-left: auto;
  margin-right: auto;
  /* width: 540px; */
  text-align: left;
}
.searchTable {
  width: 100%;
  text-align: left;
}
.searchParameterLabel {
}
.searchParameter {
   width: 180px;
}
.searchLookup {
  margin: 4px 0px 0px 0px;
  width: 184px;
}
.cxtablecellbutton {
  cursor: pointer;
  height: 19px;
  color: #333;
  background-color: #ECE9D8;
  text-align: center;
  text-decoration: none;
  padding: 0px 8px 2px 8px;
  margin: 20px 0px 0px 0px;
  border: 1px #b3b3b3 solid; 
}
.cxtablecellbutton:hover {
  color: #333;
  text-decoration: none;
}
.cxtablecellbutton:visited {
  color: #333;
}
.cxtablecellbutton:active {
  color: #333;
}
.searchTdCount {
  font-weight: bold; 
  height: 50px;
  text-align: right;
  color: 666666;
}
.searchTdPublicationStart {
  text-align: right;
  vertical-align: top;
}
.searchTdJobTitle {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 0px 0px 0px 0px;
}
.searchTdIntro {
  padding: 0px 0px 20px 0px;
}
.searchTdJobTitle a {
  text-decoration: none; 
  color: 333333;
}
.searchTdJobTitle a:visited {
  color: 333333;
}
.searchTdJobTitle a:active {
  color: 333333;
}
.searchTdJobTitle a:hover {
  color: 333333;
  text-decoration: underline; 
}
.searchPager { 
  text-align: left; 
  padding-top: 24px;
}
.searchPager a { 
  color: #333333; 
  background-color: #ECE9D8; 
  border: 1px #b3b3b3 solid; 
  text-align: left; 
  text-decoration: none; 
  padding-left: 4px; 
  padding-right: 4px; 
  padding-top: 2px; 
  padding-bottom: 3px; margin: 1px 1px 1px 1px; 
  height: 18px; cursor: pointer;
}
.searchPager a:hover { 
  color: #333333; 
  border: 1px #888888 solid; 
}
.searchPager a:link { 
  color: #333333; 
  background-color: #ECE9D8; 
  border: 1px #b3b3b3 solid; 
  text-align: left; 
  text-decoration: none; 
  padding-left: 4px; 
  padding-right: 4px; 
  padding-top: 2px; 
  padding-bottom: 3px; 
  margin: 1px 1px 1px 1px; 
  height: 18px; cursor: pointer; 
}
.searchPager a:visited { 
  color: #333333; 
  background-color: #dddddd; 
  border: 1px #b3b3b3 solid; 
  text-align: left; 
  text-decoration: none; 
  padding-left: 4px; 
  padding-right: 4px; 
  padding-top: 2px; 
  padding-bottom: 3px; 
  margin: 1px 1px 1px 1px; 
  height: 18px; cursor: pointer; 
}

/* == JOBDETAILS.HTML ================================================== */

.detailDiv {
  margin-left: auto;
  margin-right: auto;
  /* width: 540px; */
  text-align: left;
}
.detailTable {
  width: 100%;
}
.detailTdCount {        /* copy of listTdCount to get the same distance from the top */
    font-size: 0.70em;  
xfont-weight: bold; 
  height: 0px;
  text-align: right;
  color: 666666;
}

.detailImg {
  float: right;
  vertical-align: top;
}
.detailJobTitle {
  text-align: left;
  font-size: 16px;
  color: #196F9E;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}

.detailPublicationStart {
  text-align: right;
  vertical-align: top;
}
.detailFieldLeft {
  text-align: right;
  background-color: inherit;
  color: #333333;
  padding: 3px;
  vertical-align: top;
  font-weight: bold;
}
.detailFieldRight {
  text-align: left;
  background-color: inherit;
  color: #333333;
  padding: 3px;
}
.detailHead {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  background-color: inherit;
  color: #333333;
  padding: 12px 0px 2px 0px;
  vertical-align: top;
}

.detailBody {
  text-align: left;
  background-color: inherit;
  color: #333333;
  padding: 0px;
  vertical-align: top;
}
.detailFoot {
}

/* == APPLY.HTML ================================================== */

.applySectionPersonal         { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionContact          { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionAddressHome      { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionAddressWork      { display: block;  width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionAddressAlternate { display: block;  width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionWishes           { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionAmbition         { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionTransport        { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionExperiences      { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionEducations       { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionSkills           { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionLanguages        { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }
.applySectionCV               { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #196F9E; }

.applyLastName                { width: 172px; }
.applyBirthName               { width: 172px; }
.applyLastNamePrefix          { width: 72px; }
.applyInitials                { width: 72px; }
.applyFirstName               { width: 172px; }
.applySuffix                  { width: 72px; }
.applySalutation              { width: 72px; }
.applyTitle                   { width: 72px; }
.applySuffix                  { width: 72px; }
.applyBirthDate               { width: 72px; }
.applyBirthCity               { width: 172px; }
.applyBirthCountry            { width: 172px; }
.applyNationality             { width: 172px; }
.applyProfessionalLevel       { width: 172px; }
.applyExperience              { width: 172px; }
.applyMaritalStatus           { width: 172px; }
.applyAttachment1             { width: 256px; }
.applyAttachment              { width: 299px; }

.applyEmailAddress            { width: 272px; }
.applyEmailAddressBusiness    { width: 272px; }
.applyPhoneNumber             { width: 172px; }
.applyContactInfo             { width: 348px; }

.applyStreet                  { width: 172px; }
.applyHouseNumber             { width: 72px; }
.applyHouseNumberSuffix       { width: 72px; }
.applyPostalCode              { width: 72px; }
.applyCity                    { width: 172px; }
.applyCountry                 { width: 172px; }
.applyRegion                  { width: 172px; }

.applyEmployment              { width: 172px; }
.applyFTE                     { width: 72px; }
.applyPrefBranche0            { width: 256px; }
.applyPrefBranche1            { width: 256px; }
.applyPrefCountry             { width: 172px; }
.applyPrefRegion              { width: 172px; }

.applyAmbition                { width: 348px; height: 72px; }

.applyMeansOfTransport        { width: 172px; }
.applyDriversLicenseCity      { width: 172px; }
.applyDriversLicenseCode      { width: 172px; }
.driversLicenseValidUntilDate { width: 64px; }

.work_employer                { width: 156px; }
.work_startDate               { width: 72px; }
.work_endDate                 { width: 72px; }
.work_title                   { width: 156px; }
.work_workLocation            { }
.work_info                    { width: 348px; height: 72px; }
.applyExperienceInformation   { width: 348px; height: 72px; }
.educationStart               { width: 48px; }
.educationEnd                 { width: 48px; }
.applyEducationInformation    { width: 348px; height: 72px; }
.applySkillsNotes             { width: 348px; height: 72px; }
.applyLanguageNotes           { width: 348px; height: 72px; }
.applyAttachment              { width: 253px; }
.applyMotivation              { width: 80%; }

.applyDiv {
  margin-left: auto;
  margin-right: auto;
  /* width: 540px; */
  text-align: left;
}
.applyTable {
  width: 100%;
}

div.applyTitle {
  white-space: nowrap;
  text-align: left;
  font-size: 16px;
  color: #196F9E;
  font-weight: bold;
  padding: 0px 0px 4px 0px;
}

.applySubTitle {
  text-align: left;
  padding: 4px 0px 4px 0px;
}
.applySectionHeader {
  background-color: #196F9E;
  color:#fff;
  height: 20px;
  font-weight: bold;
  text-align: left;
  font-size:12px;
  letter-spacing:1px;
  padding-left: 5px;
  padding-bottom: 6px;
  padding-top: 3px;
}

.applySectionFooter {
  height: 6px;
}
.applySection {
  border-bottom: 1px solid #dddddd; 
  padding-bottom: 6px;
}
.applyRow { 
  vertical-align: bottom;
}
.applyLeft {
  width: 140px;
  padding-right: 4px;
  padding-top: 6px;
  text-align: right;
  vertical-align: text-top;
}
.applyRight {
  width: 400px;
  padding-top: 5px;
  text-align: left;
}
.applyLeftMandatory {
  width: 140px;
  font-weight: bold;
  padding-right: 4px;
  padding-top: 6px;
  text-align: right;
  vertical-align: text-top;
}
.applyRightMandatory {
  width: 400px;
  border-color: black; 
  padding-top: 5px;
  text-align: left;
}
.applyRight img {           /* to move the date picker to the right */
  margin: 0px 0px 0px 4px;
}
.applyMandatoryError { 
  background-color: inherit;
  xborder-color: red;
  color: red;
}
.applyFormatError { 
  background-color: inherit;
  xborder-color: red;
  color: red;
}
.applyResponseText { 
  margin: 32px 0px 32px 0px;
}
.applyErrorText { 
  margin: 32px 0px 32px 0px;
  color: red;
}
.errorMessage {           /* class name as used in the smarty plugin code */
  background-color: inherit;
  color: red; 
  margin-right: 4px;
}
.applyDisclaimer {
}
.applyDisclaimer input {
  margin: 12px 4px 2px 0px;
}

/* == TELLAFRIEND.HTML ================================================== */

.tafDiv {
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  text-align: left;
}
.tafTable {
  width: 100%;
}

.tafTable b {
color: #196F9E;
}
.tafTdLeft {
  height: 30px;
  text-align: left;
}
.tafTdRight {
  height: 30px;
  text-align: right;
}
.tafSenderName {
}
.tafSenderEmail {
}
.tafReceiverName {
}
.tafReceiverEmail {
}
.tafResponseText {
}

/* == DISCLAIMER.HTML ================================================== */

.discDiv {
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  text-align: left;
}



/* End of 'Portalcss' */

