html, body
{
  background-color: #c8c8ca;
  padding: 0;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
  background-image: url('../images/cnt_brdr.jpg');
  background-repeat: repeat-y;
  background-position: top center;
  color: #555555;
  font-family: tahoma;
  font-size: 12px;
}

h1
{
  font-size: 18px;
}

h2
{
  font-size: 18px;
}

h3
{
  font-size: 12px;
  font-weight: bold;
}

h3.red
{
  color: #c72d26;
}

p.red, span.red
{
  font-weight: bold;
  color: #c72d26;
}

p.highlight
{
  font-weight: bold;
}

html>body .viewport{
  height: auto;
}

a, a.red
{
  color: #c72d26;
  text-decoration: underline;
}

a:hover, a.red:hover
{
  color: #555555;
}

a.gray
{
  color: #555555;
  text-decoration: underline;
}

a.gray:hover, h1, h2
{
  color: #c72d26;
}

a.white
{
  color: white;
  text-decoration: underline;
}

a.white:hover
{
  color: #555555;
}

.graylinks a
{
  color: #555555;
}

.graylinks a:hover
{
  color: #c72d26;
}

.viewport
{
  height: 100%;
  min-height: 100%;
  width: 1000px;
  margin-bottom:-30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#marginBottom
{
  height: 30px;
  clear: both;
}

.footer
{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 30px;
  background-image: url('../images/footer_brdr.jpg');
  background-repeat: repeat-y;
  background-position: top left;
  clear: both;
  color: white;
  font-size: 10px;
}

.footer div
{
  padding-top: 2px;
  padding-left: 33px;
  margin-left: 750px;
  height: 28px;
  background-image: url('../images/ftr_logo-trans.png');
  background-repeat: no-repeat;
  background-position: center left;
}

.footer div a
{
  position:relative;
}

.header
{
  width: 1000px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: top right;
}

.hdrlogo
{
  position: absolute;
  left: auto;
  margin-left: 600px;
  top: 206px;
  width:355px;
  height:55px;
}

.content
{
  position: relative;
  top: 0;
  left: 0;
  width: 1000px;
  min-width: 768px;
  line-height: 20px;
  height: 100%;
}

.col_one
{
  width: 212px;
  float: left;
  padding: 0 20px 15px 20px; /* T R B L */
  margin-top: 15px;
}

.col_two
{
  width: 214px;
  float: left;
  padding: 0 15px 20px 19px; /* T R B L */
  margin-top: 15px;
}

.col_three
{
  width: 211px;
  float: left;
  padding: 15px 15px 20px 19px; /* T R B L */
}

.col_four
{
  width: auto;
  float: left;
  padding: 15px 2px 20px 15px; /* T R B L */
}

.col_50
{
  width: 450px;
  float: left;
  padding: 15px 20px 20px 19px; /* T R B L */
  background-color: white;
}

.col_50 a
{
  color: #555555;
  text-decoration: underline;
}

.col_50 a
{
  color: #555555;
  text-decoration: underline;
}

.col_50 a:hover
{
  color: #c72d26;
}

/* menu styling */

ul.menu, ul.col
{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.menu img, ul.col img
{
  border: 0;
}

ul.menu li
{
  margin-top: 10px;
  padding-bottom: 7px;
}

ul.col li
{
  margin-bottom: 10px;
}

ul.menu li a, ul.col li a
{
  text-decoration: none;
  color: white;
}

ul.menu li a:hover, ul.col li a:hover
{
  color: #c72d26;
}

ul.menu li a.selected, ul.col li a.selected
{
  color: #c72d26;
}

/* submenu styling */

ul.submenu
{
  list-style-image: url('../images/bullet-trans-2.png');
  margin: 15px;
  list-style-position: outside;
  padding: 0;
}

ul.submenu li
{
  margin-top: 2px;
}

ul.submenu li a
{
  color: #555555;
  text-decoration: underline;
}

ul.submenu li a:hover
{
  color: #c72d26;
}

ul.submenu li a.selected
{
  color: #c72d26;
}

/* Seperator */
#seperator
{
  float: left;
  position: absolute;
  top: 15px;
  left: 750px;
  height: 50px;
  width: 5px;
  border-left: 1px solid silver;
}

/* Filter */

.filter
{
   padding-top:15px;
   font-weight: bold;
   padding-left: 1px;
   height: 35px;
}

.vacaturefilter
{
  background-color: #c72d26;
  width: 125px;
  border: 1px solid #c72d26;
  margin: 0;
  color: white;
  float: left;
  font-weight: bold;
}

.filtercaption
{
  display: block;
  float: left;
  width: 19px;
  height: 20px;
  margin-right: 5px;
  padding-right: 23px;
  text-align: right;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.applyfilter
{
  float: left;
  background-color: #c72d26;
  border: 0;
  padding: 0;
  margin: 0;
  height: 20px;
  width: 160px;
  color: white;
  font-weight: bold;
  padding-bottom: 1px;
}


/* Vacatures */


.vacature, .vacaturefirst
{
  float: left;
  clear: both;
  border: 1px solid #c72d26;
  margin-top: 20px;
  width: 100%;
  line-height: 21px;
}

.vacaturefirst
{
  margin-top: 0;
}

.status
{
  color: gray;
  font-size: xs;
  height: 10px;
  padding: 0;
  margin: 0;
  text-align: right;
}

.vacatureoptions
{
  float: left;
  clear: both;
  width: 100%;
}

.vacatureoptions .new
{
  border: 0;
  margin: 0;
  color: #c72d26;
  font-weight: bold;
  width: 205px;
  background-color: transparent;
  margin-top: 10px;
  text-align: right;
}

.vacatureoptions .update
{
  border: 0;
  margin: 0;
  color: #c72d26;
  font-weight: bold;
  width: 165px;
  background-color: transparent;
  margin-top: 10px;
  text-align: right;
 }

span.caption
{
  display: block;
  float: left;
  width: 85px;
  margin-right: 5px;
  padding-right: 25px;
  text-align: right;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-position: top right;
}

a.detailsnone
{
  font-weight: bold;
  padding-right: 10px;
}

a.detailsopen
{
  font-weight: bold;
  padding-left: 15px;
  background-image: url('../images/arrow_up.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100px;
}

a.detailsclosed
{
  font-weight: bold;
  padding-left: 15px;
  text-indent: 10px;
  background-image: url('../images/arrow_down.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100px;
}

span.details
{
  display: table-cell
  left: 97px;
  width: 330px;
}

span.functie
{
  color: #c72d26;
  font-weight: bold;
  text-indent: 97px;
}

.omschrijving
{
  float: right;
  width: 332px;
  margin-right: 2px;
}

.profiel
{
  float: right;
  width: 332px;
  margin-right: 2px;
}

.check
{
  background-image: url('../images/bck_check.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: white;
  width: 80px;
  height: 21px;
  float: right;
  margin: 0;
  padding-right: 1px;
  color: #c72d26;
  font-weight: bold;
  text-align: right;
}

.check input
{
  padding-right: 2px;
  padding-left 2px;
}

.vacature div.dynamic, div.static
{
  border-top: 1px solid #c72d26;
  float: left;
  background-color: #e6e7e8;
  width: 100%;
  display: none;
  background-image: url('../images/redline.png');
  background-repeat: repeat-y;
  background-position: 106px 0;
}

.inline
{
  height: 19px;
  width: 325px;
  border: 1px dotted transparent;
  padding: 0;
  font-family:tahoma;
  font-size:12px;
  color: #555555;
}

.inline:hover
{
  border: 1px dotted #c72d26;
}

.inlinemulti
{
  width: 325px;
  height: 100px;
  border: 1px dotted transparent;
  padding: 0;
  background-color: transparent;
  font-family:tahoma;
  font-size:12px;
  color: #555555;
  line-height: 20px;
}

.inlinemulti:hover
{
  border: 1px dotted #c72d26;
}

div.static
{
  display: block;
}

/* Homepage selection */
.selection
{
  background-image: url('../images/bullet-trans-3.png');
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding: 0;
  padding-left: 15px;
}

.selection a
{
   font-weight: bold;
}

/* Action */

.action
{
  padding-top: 15px;
  float: right;
}

.action .submit
{
  background-color: #c72d26;
  border: 0;
  margin: 0;
  height: 20px;
  width: auto;
  color: white;
  font-weight: bold;
  padding: 0 3px 1px 3px; /* T R B L */
}

/* Meldvacature */
.vacatureform
{
  margin: 0;
  padding: 12px 0 0 0;
}

.vacatureform hr
{
  height: 0;
  border: 0;
  border-top: 1px solid #d1d2d3;
  background-color: transparent;
  clear: both;
}

.vacatureform fieldset
{
  width: 100%;
  border: 0;
  clear: both;
  display: block;
  padding-bottom: 10px;
}

.vacatureform fieldset legend
{
  font-size: 18px;
  color: #c72d26;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
  margin-left: -5px;
}

.vacatureform label
{
  float: left;
  clear: left;
  text-align: right;
  vertical-align: top;
  width: 100px;
  padding: 0;
  margin: 0;
  padding-right: 10px;
  margin-bottom: 3px;
}

.vacatureform label.nobreak
{
  float: none;
  clear: none;
  width: auto;
  margin-left: 5px;
}

.vacatureform fieldset div
{
  margin-bottom: 3px;
  display: block;
}

.vacatureform div.medium
{
  padding-top: 15px;
}

.vacatureform div.large
{
  height: 70px;
  min-height: 70px; // Firefox
}

.vacatureform input
{
  border: 1px solid #d1d2d3;
  width: 330px;
  height: 16px;
}

.vacatureform input.short
{
  width: 127px;
}

.vacatureform input.phone
{
  width: 127px;
}

.vacatureform input.date
{
  width: 127px;
}

.vacatureform input.file
{
  width: 240px;
  float: left;
  margin-right: 5px;
}

.vacatureform textarea
{
  border: 1px solid #d1d2d3;
  width: 330px;
  height: 70px;
}

.vacatureform input.radio
{
  border: 0;
  width: 15px;
}

.vacatureform .action
{
  float: right;
  width: auto;
}

.vacatureform .vacaturebutton
{
  background-color: #c72d26;
  border: 0;
  margin: 0;
  height: 20px;
  width: 150px;
  color: white;
  font-weight: bold;
  margin-right: 6px;
}

/* File upload fix */

.SI-FILES-STYLIZED label.cabinet
{
  border: 1px solid white;
  float: none;
  clear: none;
  width: 79px;
  height: 22px;
  background: url('../images/browse.png');
  background-repeat: no-repeat;
  background-position: 10px 0;

  display: block;
  overflow: hidden;
  cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
  border: 1px solid white;
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

table.red
{
  border-collapse: collapse;
  border: 1px solid #c72d26;
  padding: 4px;
  margin: 0;
}

table.red th
{
  margin: 0;
  background-color: #c72d26;
  padding: 1px 5px 1px 10px; /* T R B L */
  color: white;
  font-weight: normal;
  border-right: 1px solid white;
  vertical-align: top;
  width: 25%;
}

table.red th.total
{
  border: 0;
}

table.red td
{
  color: #555555;
  font-weight: bold;
  padding: 0 5px 0 10px; /* T R B L */
  border-right: 1px solid #c72d26;
}

table.red td.total
{
  color: #c72d26;
  border: 0;
}
