body {
  text-align: center;
  font-family: verdana;
  font-size: 11px;
  background: #fff;
  margin: 0;
  padding: 0;
}

  body a {
    color: #333;
  }

#content {
  padding: 5px 50px 50px 50px;
  overflow: hidden;
}

#wrapper {
  text-align: left;
  margin: 10px auto 0 auto;
  width: 1018px;
  background-image: url('wrapper_bg.jpg');
  background-repeat: repeat-y;
}

#logo {
  margin: 0; padding: 0;
  background-image: url('wrapper_top.jpg');
  height: 61px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9000px;
}

#bottom {
  margin: 0 auto;
  width: 1018px;
  background-image: url('wrapper_bottom_orange.jpg');
  height: 32px;
}

h1, h2, h3, h4 {
  font-family: georgia, times, serif;
  font-weight: normal;
  line-height: 1.5;
}


/* Boxes */
.box {
  border: 1px solid black;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.box h3 {
  font-style: italic;
}
.box div.actions {
  margin-top: 5px;
  text-align: right;
}

/* Box states */


.question {
  
    height: 250px;    
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url('faded_bg.jpg') repeat;
  margin: 10px;
}
.question h2 {
  color: #79b61d;
  text-align: center;
  font-size: 2.5em;
  height: 3em;
}

.question input.text {
  width: 100%;
  height: 20%;
}
.question .error {
  text-align: center;
}
.question .answer {
  text-align: center;
  margin-bottom: 20px;
}

.question-nav {
  overflow: auto;
}

.question-nav a.nav {
  text-decoration: none;
  font-size: 2.0em;
  height: 39px;
  line-height: 39px;
  padding: 0; margin: 0 30px 0 0;
  position: absolute;
  top: 0;
}

  .question-nav a.prev {
    left: 250px;
  }
  
  .question-nav a.next {
    right: 250px;
  }

.question-nav a.nav img {
  border: 0;
  height: 39px;
  width: 31px;
  vertical-align:middle
}
.question-nav .action {
  text-align: center;
  margin-top: 20px;
  line-height: 39px;
  height: 49px;
  overflow: auto;
  position: relative;
}

table.company-info {
  font-size: 11px;
  font-family: verdana;
   width: auto;
}
table.company-info th {
  font-weight: normal;
  text-align: right;
}

table.company-info td {
  font-weight: bold;
  padding: 0.5em;
  text-align: left;
}
table.company-answers {
  font-size: 1.5em;
}
table.company-answers th {

}
/* Companies */


/* Rails classes */
form.button-to, form.button-to div {
  display: inline;
}

.error {
  color: Red;
}

.green {
  color: #79b61d;
}

/* Progress bar overrides */
.ui-progressbar {
  height: 1em !important;  
  margin: 10px;
}
.ui-progressbar-value {
  background: #7ab51d !important;
}

div.results_container {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 5px;
  width: 300px;
  overflow: hidden;
  float: left;
  border-style: solid;
  border-width: 4px;
}

  div.leadership_skills div.results_container {
    border-color: #89BA17;
  }
  
  div.leadership_skills_followup div.results_container {
    border-color: #6288B7;
  }
  
  div.job_satisfaction div.results_container {
    border-color: #F08A00;
  }

  div.results_container span.first_measurement {
    width: 10px;
    height: 10px;
    border: 1px #333 solid;
    display: block;
    background: black;
  }

table.results {
  font-size: 10px;
}

table.results td {
  padding: 5px;
  text-align: center;
  border: 1px solid;
}

table.results td.low {
  color: red;
  border-color: black;
}

table.results td.first {
  text-align: left;
}

table.results td.average_score {
  border: 0;
  font-weight: bold;
}

table.results th {
  background: transparent;
  color: #333;
  font-size: 9px;
  font-weight: bold;
  text-align: right;
  padding: 2px;
}

div.measurement_part {
  position: relative;
  overflow: hidden;
}

  div.measurement_part table {
    float: left;
    width: 250px;
  }
  
  div.measurement_part img {
    float: left;    
  }


div.column {
  float: left;
  width: 49%;
  margin: 0; padding: 0;
}

form div.text_field label {
  display: block;
}

h2 {
  border-bottom: 1px #999 solid;
}

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

table td {
  font-size: 11px;
  padding: 0.5em;
}

div.answer table td {
  text-align: center;
}

table.list th {
  background: #666;
  color: #eee;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  padding: 2px 4px;
}

tr.odd td {
  background: #eee;
}

#flash {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100px;
  width: 100%;
  border-width: 0 0 4px 0;
  border-style: solid;
  color: #eee;
  background: #333;
  text-align: center;
  z-index: 50;
  padding: 0;
  margin: 0;
  filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

  #flash.success {
    border-color: #030;
  }
  
  #flash.notice_or_failure {
    border-color: #300;
  }

a img {
  border: 0;
}

ul.subdivisions {
  margin: 0;
}

#divisions li {
  line-height: 25px;
}

  #divisions li img {
    vertical-align: middle;
  }

span.inactive {
  font-style: italic;
  color: #666;
  text-decoration: line-through;
}

table.company_info th {
  text-align: right;
  font-size: 10px;
  font-family: verdana;
  font-weight: normal;
}

#startinfo p {
  width: 60em;
  font-size: 12px;
  line-height: 16px;
}

  #startinfo a {
    background-image: url('start.png');
    width: 173px;
    height: 80px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  #menu {
    position: absolute;
    top: 0;
    left: 11px;
    padding: 0;
    background-image: url('faded_bg_green.png');
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0;
    overflow: hidden;
    width: 200px;
  }

 /* Fix for IE */
  #content {
   zoom: 1;
  }

  #real_menu {
    position: absolute;
  left: 0;
  top: 150px;
  font-family: georgia;
  font-size: 15px;
  padding-left: 15px;

  }

  #real_menu li a {
    text-decoration: none;
    line-height: 28px;
    font-size: 15px;
    color: #999;
  }

  #real_menu li.selected a {
   font-weight: bold;
   color: #000;
  }
  
    #menu p {
      margin: 1em;
    }

  #content {
    position: relative;
    padding: 0 12px 0 0;
    overflow: auto;
    zoom: 1;
  }

  #text-content {
    border-left: 1px #ccc dashed;
    padding: 2em;
    overflow: hidden;
    margin: 0 0 0 211px;
    min-height: 300px;  
  }

  #menu #languages {
    text-align: right;
    margin: 4px;
  }
    #languages img {
      border: 0;
    }

  td form {
    display: inline;
    padding: 0; margin: 0;
  }
  
  #text-content label {
  float: left;
  width: 100px;
  font-size: 11px;
  font-family: verdana;
  line-height: 1.5;
  display: block;
  height: 20px;
}

#spam {
  width: 1px;
  height: 1px;
  overflow:hidden;
}

