@import "forms.css";
@import "colors.css";

body { 
  margin: 0; 
  padding: 0; 
  font-family: arial, verdana, tahoma, helvetica, sans-serif; 
  font-size: 80%;
  color: #000;
  background: #fff;
}
img {
  border: 0;
}
a {
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#skip-to-content {
  display: none;
}
p {
  text-align: justify;
}

/* Header */
#header {
  text-align: center;
}
#banner {
  display: none;
}

/* Menu */
#menu {
  display: none;
}

/* Submneu */
#submenu {
  display: none;
}

/* Left column */
h1 {
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 0.5em;
  text-align: center;
}
h2 {
  font-weight: normal;
  text-align: center;
  margin: 0.8em;
  font-size: 150%;
}
img.left {
  float: left;
  border: 1px solid #e0e0e0;
  margin: 0 1em 0.5em 0;
}
img.right {
  float: right;
  border: 1px solid #e0e0e0;
  margin: 0 0 0.5em 1em;
}

/* Right column */
#right-col {
  display: none;
}

/* Login */
#login {
  display: none;
}

/* Partners */
#partners {
  display: none;
}

/* Footer */
#footer p {
  text-align: center;
  margin: 0;
}
#footer p.small-links {
  display: none;
}

/* Error message */
p.error {
  font-size: 120%;
  text-align: center;
  margin: 1.3em 0 0 0;
}
p.error em {
  font-weight: bold;
  font-style: normal;
}

/* Pagination */
.pagination {
  margin-top: 1em;
  width: auto;
  text-align: center;
}
.pagination em {
  font-weight: bold;
  font-style: normal;
}
.pagination p {
  padding: 0;
  margin: 0 auto;
}

/* List */
table.list {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  font-size: 90%;
  width: 99%;
}
table.list th {
  border-width: 1px;
  border-style: solid;
  padding: 0.3em;
  text-align: center;
  padding: 0.3em;
}

table.list th a:hover {
  text-decoration: none;
}
table.list td {
  border-width: 1px;
  border-style: none solid none none;
  padding: 0.3em;
  vertical-align: top;
}
table.list em {
  font-style: normal;
}

/* Job offer */
.job-offer {
  padding: 0.8em;
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 99%;
}
.job-offer .header {
  text-align: center;
}
.job-offer dt {
  padding-right: 0.8em;
  font-weight: bold;
  margin-bottom: 0.7em;
  width: 50%;
  font-style: italic;
}
.job-offer dd {
  vertical-align: top;
  margin: 0 0 1.8em 2em;
}
.job-offer h1 {
  border: none;
  text-align: center;
  font-weight: bold;
}
.job-offer h2 {
  border: none;
  text-align: center;
  font-weight: bold;
}
.job-offer p.header-text {
  text-align: center;
  font-style: italic;
}
.job-offer .footer {
  text-align: center;
}
.job-offer .actions {
  display: none;
}

/* Employees */
#employee h2 {
  text-align: left;
  margin: 0 0 1em 0;
  color: #999;
}
#employee .with-photo {
  margin-left: 30%;
}
#employee table td {
  vertical-align: top;
}
#employee table td.field {
  color: #359;
  font-weight: bold;
  width: 50%;
  padding-bottom: 5px;
}
#employee dt {
  padding-right: 0.8em;
  font-weight: bold;
  margin-bottom: 0.7em;
  width: 50%;
  color: #359;
}
#employee dd {
  vertical-align: top;
  margin: 0;
}
#employee img {
  float: left;
}
#employee a,
#employee input {
  display: none;
}

/* Back */
p.back {
  display: none;
}
