/* 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: 1.5em;
  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: 1.0em;
  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: 2px 0px 0px 0px;
}

h2, h3 {
  font-weight: bold;
background-color:none !important;
  color: #333333; 
  margin:0px;
  padding-top: 12px;
  padding-bottom: 6px;
  letter-spacing: 1px;
  text-align: left;
}	 
h1 {
  text-align: left;
  font-size: 14px;
  color: #7BA400;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
margin-bottom:3px;
}

h2 {
  padding-top: 16px;
  color: #196F9E;
}

h4 {
  xpadding-top: 16px;
  xcolor: #196F9E;
            font-size: 1.4em;
            color: #94AD52;
            margin-right: 40px;
            padding: 0px 2px 20px 0px;
           background-image: url(uploads/images/h1_streep.gif); 
           background-repeat: repeat;
           background-position: 100px left; 
            xbackground-color: #ffffff; 
}

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: #7BA400;
  background: none;
  text-decoration: underline;
}
a:visited {
  background-color: inherit;
  color: #7BA400;
}
a:active {
  background-color: inherit;
  color: #7BA400;
}
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;
}
input[type=radio] { 
  border: none; 
}
input[type=submit] { 
  background-color: #93AE51;

  cursor: pointer;
}

select { 
  background-color: inherit;
  color: #333; 
  border: 1px solid #aaa; 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

cx_select { 
  background-color: inherit;
  color: #333; 
  border: 1px solid #aaa; 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* make a button by attaching the 'button' class to an <a> element */
.button {
  cursor: pointer;
  height: 21px;
  color: #ffffff !important;
  background-color: #93AE51;
  text-align: center;
  text-decoration: none !important;
  padding: 0px 8px 2px 8px;
  margin: 0px;
  xborder: 1px #93AE51; 
}
.button:hover {
  color: #ffffff;
  background-color: #4A647E;
  text-decoration: none;
}
.button:visited {
  color: #ffffff;
  background-color: #93AE51;
}
.button:active {
  color: #ffffff;
  background-color: #93AE51;
}
/* 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; 
 list-style-image:none;
}
ul#navigation .right { 
  float: right; 
  padding-left: 8px; 
 list-style-image:none;
}
ul#navigation li a,
ul#navigation li button,
ul#navigation li input {
  list-style-type: none;
  cursor: pointer;
  height: 25px;
  color: #ffffff;
  background-color: #93AE51 !important;
  text-align: center;
  text-decoration: none;
  padding: 2px 8px 4px 8px;
  margin: 0px;
  border: 1px #93AE51 solid; 
}

ul#navigation li a:hover,
ul#navigation li input:hover  {
  color: #ffffff;
  background-color: #93AE51;
  text-decoration: none;
}
ul#navigation li a:link,
ul#navigation li input:link {
  color: #ffffff;
  background-color: #93AE51;
}
ul#navigation li a:active,
ul#navigation li input:active {
  color: #ffffff;
  background-color: #93AE51;
}

/* === LISTING.HTML ================================================== */

.listDiv {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 504px;
  text-align: left;
}
.listDiv input {
}
.listTable {
  width: 490px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.listTrEven {
}
.listTrOdd {
  background-color: #ffffff;
}
.listTh {
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  color: #000000;
  background-color: #ffffff;
  margin: 0px 10px 0px 0px;
  padding: 4px 4px 8px 4px;

}
.listTd {
  vertical-align: top;
  text-align: left;
  background-color: inherit;
  color: #333333;
}
.listTdCount {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #000000;
}

.listTdPublicationStart {
  padding: 4px 4px 4px 4px;
}
.listTdJobTitle {
  padding: 4px;
}
.listTdJobTitle  p{margin:0px; padding:0px; text-decoration:underline;}

.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: #ffffff; 
  background-color: #93AE51; 
  xborder: 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: #ffffff; 
  background-color: #4A647E; 
}
.listPager a:link { 
  color: #ffffff; 
  background-color: #93AE51; 
  xborder: 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: #ffffff; 
  background-color: #93AE51; 
  xborder: 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: 504px;
  text-align: left;
}
.searchTable {
  width: 100%;
  text-align: left;
}
.searchParameterLabel {
}
.searchParameter {
}
.searchLookup {
  margin: 4px 0px 0px 0px;
}
.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: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 504px;
  text-align: left;
}

.detailDiv li {
		margin: 0px 0px 0px 0px;
                          list-style-image: url(uploads/images/li.gif);
                          font-size: 1.0em;
		line-height: 1.4em;
		xmargin: 0 0 1.5em 0;
		padding: 0px 10px 0px 10px;
	}

.detailTable {
  width: 490px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.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: 14px;
  color: #7BA400;
  xfont-weight: bold;
  padding: 20px 0px 0px 0px;
}

.detailSolliciteer {
  text-align: right;
  font-size: 14px;
  color: #7BA400;
  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:#ffffff;
  color: #333333;
  padding: 2px 0px 2px 0px;
  vertical-align: top;
}
.detailHead  h2{padding:0px !important; margin:0px 2px !important; background-color:none !important;}

.detailBody {
  text-align: left;
  background-color: inherit;
  color: #333333;
  padding: 0px;
  vertical-align: top;
}

.detailBody p {padding:0px !important; margin:0px !important;}

.detailBody  ul {margin:0px !important;}
.detailBody li {list-style-image:url(http://www.cobtul.nl/cms/uploads/images/li.gif);
  margin: 0px 0px 0px 20px;
}

.detailFoot {
}

/* == APPLY.HTML ================================================== */

.applySectionPersonal         { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionContact          { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionAddressHome      { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionAddressWork      { display: block;  width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionMatches { display: block;  width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionWishes           { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionAmbition         { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionTransport        { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionExperiences      { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionEducations       { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionSkills           { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionLanguages        { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }
.applySectionCV               { display: block; width: 100%; padding-bottom: 20px; margin-bottom: 16px; border: 1px solid #4A637B; }

.applyLastName                { width: 172px; }
.applyBirthName               { width: 172px; }
.applyLastNamePrefix          { width: 72px; }
.applyInitials                { width: 72px; }
.applyFirstName               { width: 172px; }
.applySuffix                  { width: 72px; }
.applySalutation              { width: 72px; padding-bottom: 0px; margin-bottom: 8px; }
.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: 248px; }

.applyStreet                  { width: 172px; }
.applyHouseNumber             { width: 72px; }
.applyHouseNumberSuffix       { width: 72px; }
.applyPostalCode              { width: 72px; }
.applyCity                    { width: 172px; }
.applyCountry                 { width: 172px; padding-bottom: 0px; margin-bottom: 8px;}
.applyRegion                  { width: 172px; }

.applyEmployment              { width: 172px; }
.applyFTE                     { width: 72px; }
.applyPrefBranche0            { width: 256px; }
.applyPrefBranche1            { width: 256px; }
.applyPrefCountry             { width: 172px; }
.applyPrefRegion              { width: 172px; }

.applyAmbition                { width: 248px; height: 72px; }
.applyMinSalary               { width: 100px; padding-bottom: 0px; margin-bottom: 8px;}
.applyAvailableWithin   { width: 172px; padding-bottom: 0px; margin-bottom: 8px;}

.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: 248px; 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%; }
.applySource                   { width: 353px; }

.applyDiv {
  margin-left: auto;
  margin-right: auto;
  width: 504px;
  text-align: left;
}
.applyTable {
  width: 499px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

.applyJobTitle {
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  color: #7BA400;
  font-weight: bold;
  padding: 0px 0px 4px 0px;
}

.applySubTitle {
  text-align: left;
  padding: 4px 0px 4px 0px;
}
.applySectionHeader {
  background-color: #4A637B;
  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: top;
}
.applyLeft {
  width: 120px;
  padding-right: 4px;
  padding-top: 5px;
  text-align: right;
  vertical-align: text-top;
}
.applyRight {
  width: 379px;
  padding-top: 5px;
  text-align: left;
  vertical-align: text-top;
}
.applyLeftMandatory {
  width: 120px;
  font-weight: bold;
  padding-right: 4px;
  padding-top: 5px;
  text-align: right;
  vertical-align: text-top;
}
.applyMandatory {
  width: 400px;
  font-weight: bold;
  padding-right: 4px;
  padding-left: 24px;
  padding-top: 5px;
  text-align: left;
  vertical-align: text-top;
}


.applyRightMandatory {
  width: 379px;
  border-color: black; 
  padding-top: 5px;
  text-align: left;
  vertical-align: text-top;
}
.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: #7BA400;
}
.tafTdLeft {
  height: 30px;
  text-align: left;
}
.tafTdRight {
  height: 30px;
  text-align: right;
}
.tafSenderName {
}
.tafSenderEmail {
}
.tafReceiverName {
}
.tafReceiverEmail {
}
.tafResponseText {
}

/* == DISCLAIMER.HTML ================================================== */


.loginDiv {
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  text-align: left;
  background: #ffffff;
}

.discDiv {
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  text-align: left;
}

.goLeft a{ 
  cursor: pointer;
  height: 19px;
  color: #ffffff;
  background-color: #93AE51;
  text-align: center;
  text-decoration: none !important;
  padding: 2px 8px 4px 8px;
  margin: 0px;
  border:1px solid #B3B3B3;
}
.goLeft{list-style:none; width:70%;float:left;}


.goRight {list-style:none; float:left;}
.goRight a{ 
  cursor: pointer;
  height: 19px;
  color: #ffffff;
  background-color: #93AE51;
  text-align: center;
  text-decoration: none !important;
  padding: 2px 8px 4px 8px;
  margin: 0px;
  border:1px solid #B3B3B3;
}




/* End of 'Portalcss' */

