/**** MAIN ***************************/

body {
  margin: 2px;
  background-color: white;
  font-family: tahoma, arial, helvetica, verdana, sans-serif;
  font-size: 0.7em;
  color: #444455;
}
  
input, textarea, select {
  font-family: tahoma, arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  color: #757d8f;
}

p {
  margin: 10px 0;
}

h1 {
  font-family: arial, helvetica;
  font-size: 190%;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: -0.25px;
}

h2 {
  font-family: arial, helvetica;
  font-size: 210%;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: -0.25px;
}

h3 {
  font-family: arial, helvetica;
  font-size: 150%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: -0.25px;
}

form { 
  margin: 0; 
  padding: 0; 
}

option.default {
  background-color: #eeeeee;
}

img, table { 
  border: 0; 
}

.clear {
  clear: both;
}

.main {
  width: 750px;
  margin: auto;
  background-color: white;
}

a { 
  color: blue; 
  text-decoration: underline; 
}

a:visited { 
  color: #000066; 
}

a:hover,
a:visited:hover { 
  color: red; 
}

fieldset {
  position: relative;
  border: #cccccc 1px solid;
  margin: 10px 0;
  padding: 0 5px;
}

fieldset p {
  margin-left:20px;
}

legend {
  font-size: 120%;
  font-weight: bold;
  color: #a1abc4;
  margin: 0 5px;
}


/**** HEADER ***************************/

table.header {
  background-color: black;
  color: white;
  width: 100%;
  border-collapse: collapse;
}

table.header td {
  padding: 10px;
}

table.header td.logo {
  background-color: #a1abc4;
  border-right: 2px solid white;
}

table.header td.banner {
  padding: 0;
  border-right: 2px solid white;
  background: url(/images/banners/2.jpg) no-repeat;
  width: 370px;
  padding: 10px;
}

table.header td.banner h1 {
  font-weight: normal;
  font-size: 160%;
  margin: 0 0 5px 0;
}

table.header td.banner h2 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  letter-spacing: 0;
}

table.header .login td {
  padding: 0;
}

table.header a,
table.header a:visited {
  color: white;
}

table.header a:hover {
  color: white;
  text-decoration: none;
}

table.header table.login {
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.header table.login td {
  padding: 3px;
}

table.header table.login th {
  width: 60px;
  font-weight: normal;
  color: white;
  text-align: left;
}

table.header .buttons {
  margin-left: 3px;
}

table.header .buttons a,
table.header .buttons input {
  margin-right: 10px;
}



/**** NAVIGATION ***********************/

.navigation {
  background-color: #a1abc4;
  padding: 10px 10px 10px 20px;
  margin-top: 2px;
}

.navigation .menu {
  display: none;
}

/**** HOMEPAGE ***************************/


/* HOMEPAGE TOP TABLE */

table.home-top-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2px;
}

table.home-top-table td {
  padding: 0;
}

table.home-top-table td.welcome {
  background-color: #dce0e9;
  color: #7180a4;
  padding: 10px 10px 16px 10px;
}

table.home-top-table td.welcome h1 {
  color: black;
}

table.home-top-table td.homepage-jobseekers {
  background-image: url('/images/rec_logo.gif');
  background-repeat: no-repeat;
  background-position: 134px 6px;
  width: 192px;
  padding: 10px;
}

table.home-top-table td.homepage-jobseekers a {
  color: #7180a4;
}

table.home-top-table td.homepage-jobseekers a:hover {
  color: red;
}

table.home-top-table td.homepage-employers {
  background-color: #ececee;
  background-image: url('/images/homepage_employers_bg.jpg');
  background-repeat: no-repeat;
  background-position: -80px -60px;
  width: 226px;
  padding: 10px;
}

table.home-top-table td.homepage-employers a {
  color: #7180a4;
}

table.home-top-table td.homepage-employers a:hover {
  color: red;
}


/* HOMEPAGE BOTTOM TABLE */

table.home-bottom-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2px;
}

table.home-bottom-table td {
  padding: 0;
}

table.home-bottom-table td.left-column {
  background-color: #ebebeb;
  border-right: white 2px solid;
}

table.home-bottom-table td.centre-column {
  width: 209px;
  background-color: #dce0e9;
}

table.home-bottom-table td.centre-column img {
  display: block;
}

table.home-bottom-table td.right-column {
  width: 246px;
  background-color: #ebebeb; 
  border-left: 2px solid white;
}

.using-ceauto {
  border-top: 2px solid white; 
  background-color: #ebebeb; 
  padding: 10px; 
  color: #7180a4;
}


/* HOMEPAGE VACANCY SEARCH */

.vacancy-search {
  background-color: white;
  padding-top: 10px;
}

.vacancy-search h2 {
  margin-left: 10px;
}

table.search-heading {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2px;
}

table.search-heading td {
  padding: 0;
  background-color: #ffa200;
  color: white;
}

table.search-heading td.inactive {
  background-color: #7180a4;
}

table.search-heading td.text {
  text-align: center;
}

table.search-heading td.tab {
  width: 9px;
}

table.search-heading td a,
table.search-heading td a:visited {
  color: white;
  text-decoration: underline;
}

table.search-heading td a:hover,
table.search-heading td a:visited:hover {
  text-decoration: none;
}

form.vacancy-search-form {
  padding: 10px;
}

form.vacancy-search-form th {
  text-align: left;
  font-weight: normal;
}

form.vacancy-search-simple {
  background-color: #ffa200;
}

form.vacancy-search-advanced {
  background-color: #7180a4;
}

form.vacancy-search-form table {
  width: 100%;
  border-collapse: collapse;
  color: white;
}

form.vacancy-search-form table td {
  padding: 3px;
}


/* HOMEPAGE LATEST VACANCIES */
table.home-bottom-table td.right-column h3 {
  margin-bottom: 0;
}

table.home-bottom-table .vacancies {
  background-color: #7180a4;
  padding: 10px;
  color: white;
  height: 363px;
}

table.home-bottom-table .vacancies a {
  color: white;
  font-weight: bold;
  font-size: 110%;
}

table.home-bottom-table .vacancies .column a:hover {
  text-decoration: none;
}


/* HOMEPAGE ARTICLES */
table.home-bottom-table .articles {
  padding: 10px;
  color: #7180a4;
  border-top: 2px solid white;
}

table.home-bottom-table .articles ul {
  font-weight: bold;
  padding-left: 0;
  margin-left: 0;
}

table.home-bottom-table .articles ul li {
  margin-bottom: 5px;
  margin-left: 15px;
}

table.home-bottom-table .articles a,
table.home-bottom-table .articles a:visited {
  color: #7180a4;
}

table.home-bottom-table .articles a:hover {
  text-decoration: none;
}


/* HOMEPAGE SHOWCASE */
table.home-bottom-table .showcase {
  padding: 10px;
  color: #7180a4;
  border-bottom: 2px solid white;
}

table.home-bottom-table .showcase ul {
  font-weight: bold;
  padding-left: 0;
  margin-left: 0;
}

table.home-bottom-table .showcase ul li {
  margin-bottom: 5px;
  margin-left: 15px;
}

table.home-bottom-table .showcase a,
table.home-bottom-table .showcase a:visited {
  color: #7180a4;
}

table.home-bottom-table .showcase a:hover {
  text-decoration: none;
}


/* HOMEPAGE TEMP */
table.home-bottom-table .temp {
  padding: 10px;
  color: white;
  border-top: 2px solid white;
  background-color: #7180a4;
}

table.home-bottom-table .temp ul {
  font-weight: bold;
  padding-left: 0;
  margin-left: 0;
}

table.home-bottom-table .temp ul li {
  margin-bottom: 5px;
  margin-left: 15px;
}

table.home-bottom-table .temp a,
table.home-bottom-table .temp a:visited {
  color: white;
}

table.home-bottom-table .temp a:hover {
  text-decoration: none;
}


/* HOMEPAGE JOB LINKS */
.home-job-links {
  margin-top: 5px;
}

.home-job-links p {
  width: 176px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.home-job-links p a {
  color: #999999;
  display: block;
  margin-bottom: 2px;
}

.home-job-links p a:hover {
  text-decoration: none;
}

.home-job-links p a:visited {
  color: #999999;
}




/* content layout */
table.main-content {
  border-collapse: collapse;
  width: 100%;
  margin-top: 2px;
}

table.main-content td.left-column {
  padding: 2px 2px 10px 0;
  font-size: 105%;
}

table.main-content td.left-column h2 {
  font-size: 200%;
}

table.main-content td.padded {
  padding-right: 10px;
}

table.main-content td.right-column {
  padding: 0;
  width: 250px;
}

table.main-content td.right-column img.image {
  margin-bottom: 2px;
}

table.main-content td.left-column h3 {
  margin-top: 15px;
  font-size: 125%;
}

table.main-content td.left-column li {
  margin-top: 3px;
  margin-bottom: 3px;
}

table.main-content td.left-column img.inline-left {
  float: left;
  margin: 0 10px 10px 0;
  border: #cccccc 1px solid;
}

table.main-content td.left-column hr {
  border-top: #cccccc 1px solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  height: 1px;
  margin: 10px 0;
}

table.main-content td.left-column .breadcrumb {
  padding: 3px 0;
  margin-bottom: 15px;
  font-size: 90%;
}



/* SEARCH RESULTS */

table.vacancy-table {
  width: 100%;
  border-collapse: collapse;
}

table.vacancy-table th {
  padding: 4px;
  border-top: #eeeeee 1px solid;
  text-align: left;
  font-weight: bold;
}

table.vacancy-table td {
  padding: 4px;
  background-color: #eaecf1;
}

table.vacancy-table tr.alternate td {
  background-color: #f3f5f9;
}

table.vacancy-table td h1 {
  margin: 0;
  font-family: tahoma, arial, helvetica, verdana, sans-serif;
  font-size: 120%;
  font-weight: bold;
}

table.vacancy-table td p {
  margin: 2px 0;
}

table.vacancy-table tr.result {
  cursor: pointer;
}

table.vacancy-table tr.result:hover td {
  background-color: #cbcfdb;
}

table.vacancy-table .heading-line-1 th {
  padding-bottom: 0;
}

table.vacancy-table .heading-line-2 th {
  border: 0;
  padding-top: 0;
}

.vacancy-paging {
  margin: 10px 0;
  padding: 5px;
  text-align: center;
  border-top: #eeeeee 1px solid;
  border-bottom: #eeeeee 1px solid;
}

table.vacancy-table td.links a {
  margin-right: 10px;
}


/* FORM TABLE */
table.form {
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto;
}

table.bordered {
  border-top: #eeeeee 1px solid;
  border-bottom: #eeeeee 1px solid;
}

table.form td,
table.form th {
  padding: 5px;
}

table.form th {
  text-align: right;
  padding-top: 8px;
  color: #606163;
}

table.form th label {
  font-weight: bold;
}

table.form td {
  padding-left: 20px;
}

table.form div.note {
  font-size: 90%;
  margin-top: 3px;
  font-weight: normal;
}

table.form span.note {
  font-size: 90%;
  margin-left: 5px;
  font-weight: normal;
}

table.form td.mandatory-indicator {
  background-image: url(/images/icons/mandatory_bullet.png);
  background-repeat: no-repeat;
  background-position: 4px 9px;
  font-size: 90%;
  padding-left: 14px;
}

table.form td input,
table.form td select,
table.form td textarea {
  width: 200px;
}

table.form td.mandatory {
  background-image: url(/images/asterisk.png);
  background-repeat: no-repeat;
  background-position: 4px 13px;
}

table.form td .auto {
  width: auto;
}

table.form td .short {
  width: 80px;
}

table.form td input.box {
  width: auto;
  vertical-align: -20%;
}

table.form tr.divider td {
  height: 1px;
  font-size: 0;
  background-color: #e5e7eb;
  padding: 0;
}

table.form tr.spacer td {
  height: 10px;
  font-size: 0;
  padding: 0;
}

table.form tr.no-form th {
  padding-top: 5px;
  font-weight: bold;
}

table.form td.warning {
  color: red;
}

table.form td .important-note {
  font-size: 90%;
  margin-top: 3px;
  font-weight: normal;
  color: red;
}

table.form tr.heading th {
  background-color: #e5e7eb;
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
}

table.form tr.heading th a.edit-link {
  float: right;
}

.form-nav .right {
  float: right;
}

.form-nav .right a,
.form-nav .right input {
  margin-left: 10px;
}

table.form td.submit,
table.data td.submit,
div.submit {
  padding-left: auto;
  text-align: right;
}

table.form td.submit input,
table.data td.submit input,
div.submit input {
  color: #585d6b;
  padding: 2px 15px;
  width: auto;
}

table.form td.submit input.default,
table.data td.submit option.default,
div.submit input.default {
  font-weight: bold;
  width: 100px;
}


/* form errors */
form .error {
  color: red;
}

form .error li {
  margin-bottom: 2px;
}

form .error li label {
  text-decoration: underline;
  cursor: pointer;
}

form .error li label:hover {
  text-decoration: none;
}


/* panels */
a.panel,
div.panel {
  height: 70px;
  padding: 10px;
  margin-bottom: 2px;
  display: block;
}

a.panel {
  padding-right: 35px;
  cursor: pointer;
  text-decoration: none;
}

.panel h3,
.panel span.heading {
  font-family: arial, helvetica;
  font-size: 150%;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}

.panel p,
.panel span.paragraph  {
  display: block;
  margin: 5px 0;
}

.panel ul {
  margin-left: 0;
  padding-left: 20px;
}

.panel li {
  margin-bottom: 1px;
}

.panel-white {
  border: #eeeeee 1px solid;
  color: black;
}

a.panel-white:hover {
  color: black;
}

.panel-dark,
a.panel-dark:visited {
  background-color: #7180a4;
  color: white;
}

div.panel-dark a,
div.panel-dark a:hover,
div.panel-dark a:visited,
div.panel-dark a:visited:hover,
div.panel-light a,
div.panel-light a:hover,
div.panel-light a:visited,
div.panel-light a:visited:hover {
  color: white;
}

div.panel-dark a:hover,
div.panel-light a:hover {
  text-decoration: none;
}

.panel-light,
a.panel-light:visited {
  background-color: #a1abc4;
  color: white;
}

a.panel-dark,
a.panel-light {
  background-image: url(/images/panel_arrow.png);
  background-repeat: no-repeat;
  background-position: 225px 65px;
}

a.panel-dark:hover,
a.panel-dark:visited:hover,
a.panel-light:hover,
a.panel-light:visited:hover {
  color: white;
}


/* DATA TABLE */

fieldset .edit-link {
  position: absolute;
  right: 15px;
}

table.data {
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto;
}

table.data td,
table.data th {
  padding: 5px;
  vertical-align: top;
}

table.data th {
  text-align: right;
  color: #606163;
}

table.data th label {
  font-weight: bold;
}

table.data td {
  padding-left: 20px;
}

table.data div.note {
  font-size: 90%;
  margin-top: 3px;
  font-weight: normal;
}

table.data span.note {
  font-size: 90%;
  margin-left: 5px;
  font-weight: normal;
}

table.data tr.divider td {
  height: 1px;
  font-size: 0;
  background-color: #e5e7eb;
  padding: 0;
}

table.data tr.spacer td {
  height: 10px;
  font-size: 0;
  padding: 0;
}

table.data tr.grid td {
  padding-left: 5px;
}

table.data td .important-note {
  font-size: 90%;
  margin-top: 3px;
  font-weight: normal;
  color: red;
}

table.data tr.heading th {
  background-color: #e5e7eb;
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
}


/* FOOTER */
.footer {
  margin: 10px 0;
  border-top: #999999 1px solid;
  color: #999999;
  font-size: 90%;
}

.footer p {
  margin: 5px 0;
}

.footer a,
.footer a:visited {
  color: #999999;
}

.footer a:hover,
.footer a:visited:hover {
  color: #999999;
  text-decoration: none;
}

.footer .contact {
  float: left;
}

.footer .snippet {
  float: right;
  text-align: right;
}

/* FILE LIST ******************************************************/

ul.file-list {
  margin: 0;
  padding: 0;
}

ul.file-list li {
  list-style: none;
  margin: 0;
  padding: 1px 0 3px 22px;
  background-repeat: no-repeat;
}

ul.file-list li.pdf {
  background-image: url(/images/pdf.png);
}

ul.file-list li.msg {
  background-image: url(/images/msg.png);
}

/* MANAGE-JOB TABLE ******************************************************/

table.manage-job-table {
  width: 100%;
  border-collapse: collapse;
}

table.manage-job-table th {
  padding: 4px;
  border-top: #eeeeee 1px solid;
  text-align: left;
  font-weight: bold;
}

table.manage-job-table td {
  padding: 4px;
  background-color: #eaecf1;
}

table.manage-job-table tr.alternate td {
  background-color: #f3f5f9;
}

table.manage-job-table td h1 {
  margin: 0;
  font-family: tahoma, arial, helvetica, verdana, sans-serif;
  font-size: 120%;
  font-weight: bold;
}

table.manage-job-table td p {
  margin: 2px 0;
}


table.manage-job-table .details td {
  padding-top: 7px;
  border-top: #A1ABC4 1px solid;
}

table.manage-job-table .actions td {
  padding-bottom: 10px;
  border-bottom: #A1ABC4 1px solid;
}

table.main-content td.left-column .section h3 {
  color: #A1ABC4;
  font-size: 120%;
  font-weight: bold;
  margin: 0px 5px 0px 5px;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  display: inline;
}

table.main-content td.left-column .section p {
  font-size: 100%;
  margin: 0px 5px 0px 5px;
  display: inline;
}