a {
  color: #00a4e4;
}

a:hover {
  color: #19789d;
}

a img {
  border: 0;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: url(/img/base/main.png) repeat-y center;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font: 12px/1.5 Arial, Tahoma, Verdana, sans-serif;
}

button {
  border: none;
  cursor: pointer;
  height: 25px;
  width: auto;
}

input[type=text],
textarea {
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0 0 0.85em 0;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h1.styled,
h2.styled,
h3.styled {
  border-bottom: 1px solid #bccad3;
}

h4.gegevens {
  color: #00a4e4;
  margin-bottom: 5px;
}

h2.select-license {
  float: left;
  margin: 0;
}

form,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  display: none;
}

ol,
ul {
  padding: 0;
}

#base {
  height: auto;
  margin: auto;
  min-height: 100%;
  position: relative;
  width: 960px;
}

#base #main {
  padding-bottom: 51px;
}

#base #main #header {
  background: #fff url(/img/base/header.png) repeat-x;
  font-size: 11px;
  height: 120px;
  position: relative;
}

#base #main #header.splash {
  height: 95px;
}

#base #main #header #logo {
  left: 20px;
  position: absolute;
  top: 17px;
}

* html #base #main #header #logo {
  behavior: url(/css/pngbehavior.htc);
  height: 57px;
  width: 203px;
}

#base #main #header #payoff {
  position: absolute;
  right: 20px;
  top: 40px;
}

* html #base #main #header #payoff {
  behavior: url(/css/pngbehavior.htc);
  height: 14px;
  width: 200px;
}

#base #main #header .logon {
  bottom: 20px;
  left: 20px;
  margin: 0;
  position: absolute;
}

/* Vermoedelijke fix voor IE6 */
#base #main #header .form-search-outer {
  position: absolute;
  right: 20px;
  top: 76px;
}

* html #base #main #header .form-search-outer {
  height: 26px;
  width: 165px;
}

#base #main #header #search {
}

#base #main #header #search input[type=text] {
  background: url(/img/base/sprite-search.png);
  border: none;
  color: #808080;
  float: left;
  font-size: 11px;
  height: 16px;
  line-height: normal;
  margin-right: 3px;
  padding: 5px;
  width: 127px;
}

#base #main #header #search input[type=text]:focus {
  background: url(/img/base/sprite-search.png) left -26px;
  color: #333;
}

#base #main #header #search button {
  background: url(/img/base/sprite-search.png) -137px top;
  border: none;
  float: left;
  height: 22px;
  margin-top: 2px;
  padding: 0;
  width: 22px;
}

#base #main #header #search button:hover {
  background-position: -137px -26px;
}

#base #main #header #inlognaam {
  left: 23px;
  position: absolute;
  top: 90px;
}

#base #main #nav-container {
  background: #fff url(/img/base/sprite-nav.png);
  font-weight: bold;
  padding: 0 20px;
  position: relative;
}

#base #main #nav-container a {
  color: #fff;
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  text-decoration: none;
}

#base #main #nav-container #nav {
  height: 41px;
  list-style: none;
  margin: 0;
}

#base #main #nav-container #nav li {
  background: url(/img/base/nav-divider.png) right 4px no-repeat;
  float: left;
}

#base #main #nav-container #nav li a {
  margin-right: 2px;
}

/* The active item is light grey*/
#base #main #nav-container #nav li.active-item a {
  background: url(/img/base/sprite-nav.png) -27px -66px;
  color: #333;
}

#base #main #nav-container #nav li:first-child.active-item a { /* Home */
  background: url(/img/base/sprite-nav.png) -20px -66px;
  color: #333;
}

/* The :hover item is light gray */
#base #main #nav-container a:hover {
  background: url(/img/base/sprite-nav.png) -27px -41px; /* add !important if the active-item should also 'highlight'.. */
}

* html #base #main #nav-container,
* html #base #main #nav-container #nav li.active-item a,
* html #base #main #nav-container #nav li:first-child.active-item a,
* html #base #main #nav-container a:hover {
  background-image: url(/img/base/sprite-nav.gif);
}

#base #main #nav-container #nav li:first-child:hover a { /* Home */
  background-position: -20px -41px !important;
}

#base #main #nav-container .login {
  background: url(/img/icon-login.png) 0 8px no-repeat;
  color: #fff;
  right: 10px;
  margin-right: 15px;
  padding: 0 0 0 15px;
  position: absolute;
  top: 0;
}

#base #main #nav-container .login:hover {
  background: url(/img/icon-login.png) 0 8px no-repeat;
  color: #fff;
  text-decoration: underline;
}

#base #main #nav-container .my-dashboard {
  background: url(/img/icon-my-dashboard.png) 0 8px no-repeat;
  color: #fff;
  right: 10px;
  margin-right: 15px;
  padding: 0 0 0 15px;
  position: absolute;
  top: 0;
}

#base #main #nav-container .my-dashboard:hover {
  background: url(/img/icon-my-dashboard.png) 0 8px no-repeat;
  color: #fff;
  text-decoration: underline;
}

#base #framework { /* Inside of the template */
  padding: 0 20px;
}

#base #framework #clickpath {
  background: #fff;
  font-size: 11px;
  margin: 0;
  padding-bottom: 5px;
}

#base #framework #clickpath a {
  color: #333;
}

#base #framework #b-1 { /* Block is fixed for any layout */
  float: left;
  margin-right: 20px;
  width: 190px;
}

#base #framework #b-1 #subnav-container {
  background: url(/img/base/sprite-subnav.png) left bottom;
  margin: -4px -4px;
  min-height: 132px;
  width: 198px;
}

#base #framework #b-1 #subnav-container #subnav {
  background: url(/img/base/sprite-subnav.png) -198px top;
  font-weight: bold;
  list-style: none;
  padding: 4px;
}

* html #base #framework #b-1 #subnav-container,
* html #base #framework #b-1 #subnav-container #subnav {
  background-image: url(/img/base/sprite-subnav.gif);
}

#base #framework #b-1 #subnav-container #subnav li {
	list-style: none;
}

#base #framework #b-1 #subnav-container ul {
  margin: 0;
}

#base #framework #b-1 #subnav-container #subnav > li {
  background: url(/img/base/subnav-divider.png) 8px bottom no-repeat;
  padding: 0 0 2px 0;
}

#base #framework #b-1 #subnav-container #subnav li.last-item {
  background: none;
}

#base #framework #b-1 #subnav-container #subnav li a {
  color: #fff;
  display: block;
  line-height: 29px;
  padding: 0 15px;
  text-decoration: none;
}

#base #framework #b-1 #subnav-container #subnav li li a {
  line-height: 25px;
  padding: 0 30px;
}

#base #framework #b-1 #subnav-container #subnav li li li a {
  padding: 0 45px;
}

#base #framework #b-1 #subnav-container #subnav li a:hover {
  background: url(/img/base/trans20.png);
}

#base #framework #b-1 #subnav-container #subnav li.active-item > a {
  background-color: #fff;
  color: #000;
}

#base #framework #b-1 #subnav-container #subnav li .sub-items {
  list-style: none;
}

#base #framework #b-1 #subnav-container #subnav li .sub-items li {
  font-weight: normal;
  margin-bottom: 2px;
}

#base #framework #b-1 #subnav-container #subnav li .sub-items .sub-sub-items {
  list-style: none;
  /*padding-left: 15px;*/
}

#base #framework #b-1 #subnav-container #subnav li .sub-items .sub-sub-items .active-item {
  font-weight: bold;
}

#base #framework #b-2 {
  float: left;
}

#base #framework #b-2 > p {
  margin: 10px 0;
}

#base #framework #b-2 ul, #ajax-content ul{
  list-style: none;
}

#base #framework #b-2 ul li, #ajax-content ul li {
  background: url(/img/ul-bullet.gif) 0 6px no-repeat;
  margin-left: 10px;
  padding-left: 15px;
}

#base #framework #b-2 ol li, #ajax-content ol li {
  margin-left: 25px;
}




#base #framework #b-2 #illustratie {
  margin-bottom: 10px;
}

/* Tabs */
#base #framework #b-2 ul.tabs {
  font-size: 11px;
  height: 25px;
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
}

#base #framework #b-2 ul.tabs li {
  background: url(/img/sprite-tabs.png) 0 0 repeat-x;
  float: left;
  margin-right: 1px;
  margin-left: 0;
  padding-left: 0;
}

#base #framework #b-2 ul.tabs li a {
  background: url(/img/sprite-tabs.png) no-repeat right -25px;
  color: #fff;
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  text-decoration: none;
}

* html #base #framework #b-2 ul.tabs li,
* html #base #framework #b-2 ul.tabs li a {
  background-image: url(/img/sprite-tabs.gif);
}

#base #framework #b-2 ul.tabs li.active-item {
  background-position: 0 -50px;
  font-weight: bold;
  margin-left: 0;
  padding-left: 0;
}

#base #framework #b-2 ul.tabs li.active-item a {
  background-position: right -75px;
  color: #000;
}

.contentblock-tabs {
  background: url(/img/sprite-tab-container.gif) no-repeat 0 0;
  margin: -1px 0 10px 0;
  z-index: 0;
}

.contentblock-tabs > .inner {
  background: url(/img/sprite-tab-container.gif) no-repeat -530px bottom;
  padding: 10px;
}

#base #framework #b-3 {
  float: left;
  width: 160px;
  top: 0px;
}

/* Default layout is three column layout */
#base #framework.default #b-2 {
  margin-right: 20px;
  width: 530px;
  overflow-x: hidden;
}


/* Sometimes we need a larger block to display the content (2-columns) */
#base #framework.larger #b-2 {
  overflow: hidden;
  width: 710px;
}

#base #footer {
  background: url(/img/base/footer.png) repeat-x;
  bottom: 0;
  color: #fff;
  font-size: 11px;
  height: 51px;
  padding: 16px 20px 0 20px;
  position: absolute;
  width: 920px;
}

* html #base #footer {
  background-image: url(/img/base/footer.gif);
  position: static;
}

#base #footer a {
  color: #fff;
}

#base #footer .inner {
  height: 44px;
  padding-top: 7px;
  position: relative;
}

#base #footer .inner #copyright {
  margin: 0;
}

#base #footer .inner ul.links {
  left: 0;
  list-style: none;
  position: absolute;
}

#base #footer .inner ul.links li {
  float: left;
  margin-right: 3px;
}

#base #footer .inner ul.icons {
  height: 18px;
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 16px;
}

#base #footer .inner ul.icons li {
  background: url(/img/base/sprite-footer-icons.png) no-repeat;
  height: 18px;
  float: left;
  margin-right: 10px;
  padding-left: 24px;
}

#base #footer .inner ul.icons li.rss {
  background-position: 0 0;
}

#base #footer .inner ul.icons li.linkedin {
  background-position: 0 -18px;
}

#base #footer .inner ul.icons li.twitter {
  background-position: 0 -36px;
}

#base #footer .inner ul.icons li.last-item {
  margin-right: 0;
}

.legenda {
  background: url(/img/vinkje.png) 5px 7px no-repeat;
  border: 1px solid #BCCAD3;
  font-size: 11px;
  height: 20px;
  margin-bottom: 10px;
  padding: 5px 0 0 20px;
}

.gevonden-interimmers-button {
  background: url(/img/sprite-buttons.png) 0 0;
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  line-spacing: 25px;
  margin: 0 20px 10px 0;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  width: 215px;
}

.gevonden-interimmers-button:hover {
  background: url(/img/sprite-buttons.png) 0 -25px;
  color: #fff;
}

.gevonden-interimmers-button.last-item {
  margin: 0;
}

.sort-arrow {
  background: url(/img/sprite-sorteerpijltje.png)  0 -8px no-repeat;
  height: 8px;
  margin-top: 6px;
  width: 9px;
}

.sort-arrow.active-down {
  background-position: 0 0;
}

.sort-arrow.active-up {
  background-position: -9px 0;
}

.sort-arrow.inactive-up {
  background-position: -9px -8px;
}

#news-shortlist li, #news-list li {
	margin-left: 0px !important;
	padding-left: 15px !important;
}


#news-shortlist, #news-list { /* #news-shortlist > li combined with .xtralinx */
  border-bottom: 1px solid #d2d5d4;
  list-style: none;
}

#news-shortlist li a, #news-list li a {
  color: #19789d;
  display: block;
  text-decoration: none;
}

#news-shortlist li a:hover, #news-list li a:hover  {
  text-decoration: underline;
}

/*#GLOBALS*/

/* Accordion */

div#test-accordion{
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 1px;
	position: relative; /* required for effect */
	z-index: 10; /* required for effect */
}

div.accordion-toggle .control {
  background: url(/img/sprite-filtercontrol.gif) -13px 0;
  cursor: pointer;
  height: 13px;
  margin-top: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
}

div.accordion-toggle:hover .control {
  background-position: -13px -13px;
}

div.accordion-toggle-active .control {
  background-position: 0 0;
}

div.accordion-toggle-active:hover .control {
  background-position: 0 -13px;
}

div.accordion-content {
	overflow: hidden;	/* required for effect */
	background: #fff;
	padding: 0;
}


.accordion-content .datepicker-container input{
  width: 81px !important;
}

div.accordion-content select {
  width: 130px;
}

.blocklevel {
  margin-bottom: 15px;
  overflow: hidden;
}

.button {
  background: url(/img/sprite-buttons.png) 0 0;
  border: none;
  float: right;
  margin: 5px 0 5px 10px;
  padding: 3px 15px;
}

.button a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.button:hover {
  background-position: 0 -25px;
}

.level {
  overflow: hidden;
}

.custombullet {

}

.customlist {

}

.customtable {
  border-collapse: collapse;
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
}

.customtable td,
.customtable th {
  border-bottom: 1px solid #bccad3;
  padding: 2px 4px;
  vertical-align: top;
}

.customtable thead th {
  text-align: left;
}

.customtable tbody tr td .logo {
  border: 1px solid #bccad3;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
  width: 150px;
}

/* Horizontal means data inline with the th */
.customtable.horizontal tr th,
.customtable.horizontal tr td {
  text-align: left;
}

.customtable.horizontal tr th {
  width: 150px;
}

.customtable.horizontal.contract tr th {
  width: 180px;
}

.customtable.horizontal.infolinks th a {
  float: right;
  padding-right: 5px;
}

.customtable.vertical .icon {
  padding: 0;
  width: 18px;
}

.customtable.vertical .kosten {
  padding-right: 20px;
  text-align: right;
}

.customtable.vertical th span {
  float: left;
  margin-right: 2px;
}

.customtable.vertical .icon-sorter {
  text-align: center;
}

.customtable.vertical .icon img {
  display: block;
}

.customtable.vertical .budget {
  padding-right: 3px;
  text-align: right;
}

.customtable.vertical .naam {
  width: 95px;
}

.customtable.vertical .tarief {
  padding-right: 10px;
  text-align: right;
  width: 70px !important;
}

.customtable.vertical.contract-candidate .naam,
.customtable.vertical.contract-candidate .functie {
  width: 100px
}

.customtable.vertical.saved-candidates .naam,
.customtable.vertical.saved-candidates .functie,
.customtable.vertical.saved-candidates .periode, {
  width: 125px
}

.customtable.vertical.saved-candidates .uren,
.customtable.vertical.saved-candidates .tarief,
.customtable.vertical.saved-candidates .reiskosten, {
  width: 35px
}

.customtable.vertical.saved-candidates .tarief {
  text-align: right;
  width: 50px;
}

.customtable.vertical.saved-candidates .optie {
  text-align: right;
  width: 65px;
}

.customtable.vertical.saved-queries .query {
  width: 75%;
}

.customtable.vertical.saved-queries .search {
  text-align: right;
  width: 25%;
}

.customtable.vertical .weekstaten {
  text-align: center;
}

.customtable.vertical .weekstaten tr td,
.customtable.vertical .weekstaten tr th {
  padding: 3px;
}

.customtable.vertical tr th {
  padding: 3px 0;
}

.customtable.controlpanel {
  margin-bottom: 10px;
}

.customtable.controlpanel tr th,
.customtable.controlpanel tr td {
  width: 170px;
}

.customtable.controlpanel tr th {
  text-align: left;
}

.customtable.controlpanel tr td {
  padding: 4px 0;
  text-align: center;
}

.customtable.controlpanel tr td.aantal {
  width: 50px;
}

.customtable.controlpanel tr td a.bekijk,
.customtable.controlpanel tr td a.zoeken {
  display: block;
  float: right;
  height: 19px;
  width: 19px;
}

.customtable.controlpanel tr td a.bekijk {
  background: url(/img/sprite-controlpanel-buttons.png) 0 0 no-repeat;
}

.customtable.controlpanel tr td a.bekijk:hover {
  background-position: -19px 0;
}

.customtable.controlpanel tr td a.zoeken {
  background: url(/img/sprite-controlpanel-buttons.png) 0 -19px no-repeat;
}

.customtable.controlpanel tr td a.zoeken:hover {
  background-position: -19px -19px;
}

.customtable.home {
  float: left;
  margin: 0 20px 10px 0;
  text-align: left;
  width: 245px;
}

.customtable.detail {
  float: left;
  margin: 0 20px 10px 0;
  text-align: left;
}

.customtable.home a{
  text-align: left;
}

.customtable.home.last-item {
  margin-right: 0;
}

.customtable.home tr th {
  text-align: left;
  width: 200px;
}

.customtable.home.im tr th {
  color: #00a4e4;
  font-weight: bold;
  text-align: left;
  width: 200px;
}

.customtable.home tr td {
  text-align: right;
  width: 45px;
}

.customtable.detail tr th {
  color: #00a4e4;
  font-weight: bold;
  text-align: left;
}

.customform {
  padding-top: 5px;
}

.customform input[type=password] {
  padding: 2px 0;
  width: 346px;
}

.customform input[type=text],
.customform select,
.customform textarea {
  padding: 0;
  width: 346px;
}

.customform input[type=file] {
  padding: 0;
  width: 300px;
}

.customform input[type=text] {
  line-height: 15px;
  padding: 2px 0;
}

#base #framework #b-2 table th.license {
  text-align: right;
}

.customform button, .license button {
  background: url(/img/sprite-buttons.png) 0 0;
  border: none;
  color: #fff;
  font-weight: bold;
  margin: 5px 0px 5px 5px;
  padding: 3px 15px;
}

#trigger_start_date, #trigger_end_date {
  margin: 5px 0;
}

.customform button:hover, .license button:hover {
  background-position: 0 -25px;
}

.customform button.disabled,
.license button.disabled,
.customform button.disabled:hover,
.license button.disabled:hover {
  color: #bbb;
  background-position: 0 0;
}

.customform .form-row {
  margin-bottom: 9px;
  overflow: hidden;
}

* html .customform .form-row {
  width: 100%;
}

.customform .form-row .info-button {
  position: absolute;
  right: 0;
  top: 4px;
}

.customform .uitleg {
  font-weight: normal;
}

.customform.search-extended .form-row {
  background: url(/img/stippellijn.png) 0 bottom repeat-x;
  margin-bottom: 9px;
  overflow: hidden;
  padding-bottom: 9px;
}

.customform.search-extended .form-row .form-input td {
  width: 175px;
}

.customform.search-extended .form-row .form-input td.tarief {
  padding-right: 58px;
  text-align: right;
  width: 117px;
}

.customform.search-extended .form-row .form-input td.tarief input[type=checkbox]{
  float: left;
}

.customform.search-extended .form-row .form-input td.werkervaring {
  padding-right: 88px;
  text-align: right;
  width: 87px;
}

.customform.search-extended .form-row .form-input td.werkervaring input[type=checkbox]{
  float: left;
}

.customform .form-label {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  position: relative;
  width: 150px;
}

.customform .form-label label.custom-label {
  padding-left: 10px;
}

.customform .form-input {
  float: left;
  width: 350px;
}

.customform .form-button {
  text-align: right;
}

.hilight {
}

.meta {
  color: #808080;
}

.no-spacing {
  margin: 0 !important;
}


.contentblock-1 {
  background: url(/img/sprite-contentblock-1.png) no-repeat 0 0;
  margin-bottom: 15px;
}

.tableblock-1 {
  background: url(/img/sprite-table-1.gif) no-repeat 0 0;
  margin-bottom: 15px;
}

.tableblock-1 h1 {
  color: #FFFFFF;
  font-size: 16px;
  padding-left: 3px;
}

.contentblock-1 .inner {
  background: url(/img/sprite-contentblock-1.png) no-repeat -530px bottom;
  padding: 0 10px 10px 10px;
}

.tableblock-1 th {
  width: 105px;
}

* html .contentblock-1,
* html .contentblock-1 .inner {
  background-image: url(/img/sprite-contentblock-1.gif);
}

.contentblock-1 h1 {
  color: #fff;
  font-size: 14px;
  padding-top: 2px;
}

.contentblock-2 {
  background: url(/img/sprite-contentblock-2.png) no-repeat 0 0;
  margin-bottom: 15px;
}

.contentblock-2 .inner {
  background: url(/img/sprite-contentblock-2.png) no-repeat -710px bottom;
  padding: 0 10px 10px 10px;
}

* html .contentblock-2,
* html .contentblock-2 .inner {
  background-image: url(/img/sprite-contentblock-2.gif);
}

.contentblock-2 h1 {
  color: #fff;
  font-size: 14px;
}

.contentblock-splash {
  background: url(/img/sprite-contentblock-splash.png) no-repeat 0 0;
  margin-bottom: 15px;
}

* html .contentblock-splash {
  background-image: url(/img/sprite-contentblock-splash.gif);
}

.contentblock-splash .inner {
  background: url(/img/sprite-contentblock-splash.png) no-repeat -530px bottom;
  min-height: 300px;
  position: relative;
  padding: 0;
}

* html .contentblock-splash .inner {
  background-image: url(/img/sprite-contentblock-splash.gif);
}

.contentblock-splash .inner .content {
  float: left;
  width: 245px;
  padding-left: 5px;
}

.contentblock-splash .inner .content.last-item {
  margin-right: 0;
  padding-right: 5px;
  float: right;
}

.contentblock-splash .content a {
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 10px;
  position: absolute;
}

.contentblock-splash .content a:hover {
  color: #bebebe;
}

#base #framework #b-2 .contentblock-splash .content ul {
  list-style: none;
  padding: 0 0 40px 0px;
}

#base #framework #b-2 .contentblock-splash .content ul li {
  background: url(/img/ul-bullet.gif) 0 6px no-repeat;
  color: #000;
  font-size: 12px;

  line-height: 15px;
  margin-bottom: 4px;
  margin-left: 5px;
  padding-left: 12px;
}

.contentblock-splash h1 {
  color: #fff;
  font-size: 14px;
  padding-top: 2px;
  padding-left: 10px;
}

#splash-block {
  margin-bottom: 25px;
}

.styleblock-1 {
  background: url(/img/sprite-styleblock-1.png) left bottom;
  font-size: 11px;
  margin-bottom: 15px;
  position: relative;
}

* html .styleblock-1,
* html .styleblock-1 .inner {
  background-image: url(/img/sprite-styleblock-1.gif);
}

.styleblock-1 .inner {
  background: url(/img/sprite-styleblock-1.png) right top;
  padding: 1em 6px 1px 6px;
}

.styleblock-1 .inner h1 {
  background: #fff;
  color: #00a4e4;
  font-size: 14px;
  left: 13px;
  line-height: normal;
  padding: 0 3px;
  position: absolute;
  top: -7px;
}

.insideblock-1 {
  background: url(/img/sprite-insideblock-1.png) left bottom;
  margin-bottom: 5px;
}

.insideblock-1 > .inner {
  background: url(/img/sprite-insideblock-1.png) right top;
  padding: 6px;
}



.filter-checkboxes { /* Dit is in principe altijd een lijst */
  list-style: none;
}

.filter-checkboxes li {
  overflow: hidden;
}

.filter-checkboxes li .checkbox {
  background: url(/img/sprite-checkboxes.png);
  cursor: pointer;
  float: left;
  height: 13px;
  margin-right: 7px;
  width: 13px;
}

.filter-checkboxes li .fauxlabel {
  cursor: pointer;
  float: left;
  margin: 0;
  width: 116px;
}

/* Disabled checkbox */
.filter-checkboxes li.disabled {
  color: #d4d4d4;
}

.filter-checkboxes li.disabled .checkbox,
.filter-checkboxes li.disabled .checkbox:hover {
  background-position: -13px -13px;
  cursor: default;
}

.filter-checkboxes li.disabled .fauxlabel {
  cursor: default;
}

/* Prefilled checkbox */
.filter-checkboxes li.prefilled .checkbox {
  background-position: 0 -13px;
}

.filter-checkboxes li.prefilled:hover .checkbox {
  background-position: -26px -13px;
}

/* Checked checkbox */
.filter-checkboxes li.checked .checkbox {
  background-position: -13px 0;
}

.filter-checkboxes li.checked:hover .checkbox {
  background-position: -39px 0;
}

/* Open checkbox */
.filter-checkboxes li.open .checkbox {
  background-position: 0 0;
}

.filter-checkboxes li.open:hover .checkbox {
  background-position: -26px 0 !important;
}

.filter-chosen {
  margin-bottom: 5px;
  overflow-x: hidden;
  width: 145px;
}

.login-incorrect {
  color: red;
  font-weight: bold;
  margin: 0px;
}

.login-incorrect ul {
  list-style: none !important;
  display: inline !important;
}

.login-incorrect ul li {
  background: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

#pager {
  background: url(/img/sprite-buttons.png) 0 -25px repeat-x;
  color: #fff;
  height: 21px;
  list-style: none;
  text-align: center;
}

#pager li {
  display: inline;
}

#pager li a {
  color: #fff;
}

#pager .active-item {
  font-weight: bold;
  text-decoration: none;
}

.pager {
  background: url(/img/sprite-buttons.png) 0 -25px repeat-x;
  color: #fff;
  height: 21px;
  list-style: none;
  padding-top: 2px;
  text-align: center;
}

.pager li {
  display: inline;
  font-weight: bold;
  margin: 0 !important;
  width: 20px;
  text-align: center;
}

.pager li a {
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
}

.pager li span {
  color: #000;
  padding: 0 10px;
}

.xtralinx {
  font-size: 11px;
  list-style: none;
}

#base #framework #b-2 ul.xtralinx li,
#base #framework #b-3 ul.xtralinx li,
#news-shortlist li, #news-list li  {
  background: url(/img/bullet-1.png) no-repeat 0 6px;
  padding-left: 10px;
}

#base #framework #b-2 ul.xtralinx li a {
  color: #19789d;
  text-decoration: none;
}

#base #framework #b-2 ul.xtralinx li a:hover {
  text-decoration: underline;
}

.license-select {
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  margin-bottom: 10px;
  overflow: hidden;
}

.selectbox-licenses {
  float: right;
  margin: 5px 0;
}

.news-type {
  color: #00a4e4;
  border-right: 1px solid #00a4e4;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding-right: 10px;
}

.news-type-entry {
  color: #00a4e4;
  border-right: 1px solid #00a4e4;
  font-weight: bold;
  margin-right: 3px;
  padding-right: 3px;
}

.news-date {
  float: left;
}




.error, .hillight, .widgetform .form-error {
  color: #e4302c;
}


.widgetform-errors, .form-errors, #base #framework #b-2 .form-errors{
  border: 2px solid #e4302c;
  color: #e4302c;
  padding: 10px 0 0 0;
  margin-bottom: 15px;
}

.widgetform-errors .attention {
  margin-left: 15px;
}

#b-2 .form-errors li {
  list-style: none;
}

.form-errors li, #base #framework #b-2 .form-errors li, .widgetform-errors li {
  background: url(/img/ul-bullet-red.gif) no-repeat 5px 8px !important;
  list-style: none;
  padding: 1px 10px 1px 20px;
}

.form-errors p {
  text-align: left;
}

.accordion-content .datepicker-container {
  width: auto !important;
}

.accordion-content input {
  width: 115px !important;
}

.datepicker-container {
  float: left;
  width: 169px;
}

.datepicker-container a {
  font-size: 11px;
  text-decoration: none;
}

.datepicker-container button {
  padding: 0;
  background: none;
}

.datepicker-container button img {
  margin-bottom: -6px;
}

.startdate, .enddate, .startdate2, .enddate2 {
  width: 110px !important;
}

.enddate, .enddate2{
	margin-left: 10px;
}

.start_range, .end_range {
  width: 155px !important;
}
.end_range {
	margin-left: 10px;
}

#base #framework #b-2 table .icon {
  padding: 0;
  width: 18px;
}

#base #framework #b-2 table .kosten {
  padding-right: 20px;
  text-align: right;
}

#base #framework #b-2 table th span {
  float: left;
  margin-right: 2px;
}

#base #framework #b-2 table .icon-sorter {
  text-align: center;
}

#base #framework #b-2 table .icon img {
  display: block;
}

#base #framework #b-2 table .budget {
  padding-right: 3px;
  text-align: right;
}

#base #framework #b-2 table .naam {
  width: 95px;
}

#base #framework #b-2 table .tarief {
  padding-right: 10px;
  text-align: right;
  width: 50px;
}

#base #framework #b-2 table.contract-candidate .naam,
#base #framework #b-2 table.contract-candidate .functie {
  width: 100px
}

#base #framework #b-2 table.saved-candidates .naam,
#base #framework #b-2 table.saved-candidates .functie,
#base #framework #b-2 table.saved-candidates .periode, {
  width: 125px
}

#base #framework #b-2 table.saved-candidates .uren,
#base #framework #b-2 table.saved-candidates .tarief,
#base #framework #b-2 table.saved-candidates .reiskosten, {
  width: 35px
}

#base #framework #b-2 table.saved-candidates .tarief {
  text-align: right;
  width: 50px;
}

#base #framework #b-2 table.saved-candidates .optie {
  text-align: right;
  width: 65px;
}

#base #framework #b-2 table.saved-queries .query {
  width: 75%;
}

#base #framework #b-2 table.saved-queries .search {
  text-align: right;
  width: 25%;
}

#base #framework #b-2 table .weekstaten {
  text-align: center;
}

#base #framework #b-2 table .weekstaten tr td,
#base #framework #b-2 table .weekstaten tr th {
  padding: 3px;
}


#base #framework #b-2 table th {
  font-weight: bold;
  text-align:  left;
}

#base #framework #b-2 table td,
#base #framework #b-2 table th {
  border-bottom: 1px solid #bccad3;
  padding: 2px 4px;
  vertical-align: top;
}

#base #framework #b-2 table {
  border-collapse: collapse;
}

.form-input #country_code {
	width: 60px;
}

.form-input #telephone {
	margin-left: 8px;
	width: 273px;
}

.calendar {
  z-index: 100;
}

.calendar .button{
	background: transparent !important;
	border: none !important;
	float: none !important;
	padding: 0% !important;
	margin: 0% !important;
}

.calendar .nav div{
	background: transparent !important;
}

.faq_header{
   border: solid 1px #19789D;
   padding: 5px;
   background: #F4F4F4;
   margin-bottom: 15px;
}

.faq_header h3, .faq_header a, .faq_backtotop a {
	color: #19789D;
}

#base #framework #b-2 .faq_header li {
  margin-left: 25px;
}

.faq_backtotop {
	height: 20px;
}

.faq_backtotop a {
	float: right;
}


.widgetform .form-row, .widgetform .form-text {
	width: 100%;
}

.widgetform .form-row .form-label, .widgetform .form-text .form-label{
	width: 150px;
	float: left;
}

.widgetform .form-row input, .widgetform .form-text textarea{
	float: left;
	width: 346px;
}

.widgetform .form-text textarea {
	height: 150px;
}

.widgetform .form-row-container, .widgetform .form-button {
	width: 100%;
	float: left;
	margin-bottom: 9px;
}

.widgetform .form-label{
	font-weight: bold;
}

.widgetform .form-button {
	margin-top: 15px;
}

.widgetform .form-button button{
  background: url(/img/sprite-buttons.png) 0 0;
  border: none;
  color: #fff;
  font-weight: bold;
  margin: 5px 0;
  padding: 3px 15px;
  float: right;
}

#ajax-content p, #ajax-content ul {
  line-height: normal;
}

.license-disabled{
  color:#ccc;
}

.indent {
  text-indent: 10px;
}

.message {
  font-weight: bold;
}

.bannerRegisteren {
  margin-top: 32px;
  padding-left: 10px;
}

.final_row th, .final_row td{
  border-bottom: 0px !important;
}

.competiveposition .customtable {
  margin-bottom: 0px !important;
}

.competiveposition .contentblock-1 .inner {
  padding: 0 10px 0;
}

.competiveposition .table_header {
  cursor: pointer;
  height: 25px;
}

.competetiveTable {
  margin-top: 25px;
}

.competetiveTable td{
  vertical-align: middle !important;
}

.competetiveTable a{
  vertical-align: middle !important;
}

.competetiveTable .number{
  text-align: center !important;
}

.teller {
  background: url("/img/sprite-statsblock.png") no-repeat scroll 0 0 transparent;
  width: 170px;
}

.teller .content {
  background: url("/img/sprite-statsblock.png") no-repeat scroll bottom right;
}

.teller .header {
  text-align:  center;
  width:       87px;
  height:      13px;
  margin:      0;
  left:        13px;
  top:         -12px;
  position:    relative;
  background:  #E9E7E5;
  color:       #00a4e4;
  font-size:   14px;
  font-weight: bold;
  padding:     1px;
}

.teller table {
  font-size: 11px;
  margin-bottom: 3px;
  width: 170px;
}

.teller th {
  font-weight: normal;
  text-align: left;
  padding-left: 5px !important;
  color: #19789D;
}

.teller td {
  color: #000000;
  text-align: right;
  padding-right: 3px;
}

.testimonial {
  padding-left:  10px;
  border-bottom: 1px solid #D2D5D4;
  margin-bottom: 8px;
}