/* Layout */
html, body {
  background : #e4f7d3;
}
div#hd {
  position: relative;
  font-size: 85%;
  color: #FFFFFF;
  background: #0B965F;
}
div#bd {
  position: relative;
  background-color: white;
  border: 2px solid #d9ebc9;
}
div#ft {
  position:relative;
  height: 20px;
  font-size: 93%;
  color: #477F4F;
}
div#ft a, div#ft a:visited {
  background: transparent;
  color: #477F4F;
  text-decoration: none;
}
div#ft a:hover {
  background: transparent;
  color: #111F13;
  text-decoration: none;
}
div#copyright {
  bottom: 0;
  left: 2em;
  position: absolute;
}
div#headerLogo {
  height: 55px;
}
div#userStatus {
  position: absolute;
  color: #111F13;
  right: 1em;
  top: .7em;
  font-size: 77%;
  line-height: 1.3;
  text-align: right;
}
div#selectLanguages {
  position: absolute;
  z-index: 8;
  right: 0.5em;
  top: 40px;
  background: transparent;
}
img.langIcon {
  border: 0px;
  height: 13px;
  width: 22px;
}

div#logoFloat {
  margin: 60px 0 25px 0;
  width: 125px;
  text-align: center;
}

div.activeSurveyList {
  border: #e0dac1 2px solid;
  background-color: #F0F7E0;
  text-align: left;
  padding: .5em 1em 1em 1em;
  margin: .3em 2em 1.5em 1em;
}
div.activeSurveyList p {
  margin-left: 4em;
}
div.availableSurveyLangList {
 font-size: 77%;
 margin: .5em .2em .5em 9em;
 text-indent: -8em;
}
div.thankYou {
  font-size: 123.1%;
  margin: 1em 1em 1em 1em;
}
div.otherSurveys .info {
  background: url(images/iconWarning.gif) no-repeat 10px 5px;
  font-style: oblique;
  padding: 3px 3px 3px 32px;
  margin: 1.2em 1em 0 1em;
}
div.extra{
  margin: .2em;
}
div.main{
  margin: .5em;
}

.menu {
  text-align: center;
  padding: 1em 0 0 0;
}
.menulist {
  padding: 0 1px 1px;
  margin-left: 0;
  font: bold 12px;
  background: #809F63;
  width: 170px;
}

.menulist li {
  list-style: none;
  margin: 0;
  border-top: 1px solid #465F2F;
  text-align: left;
}

.menulist li a {
  display: block;
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #465F2F;
  background: #6E8F50;
  text-decoration: none;
}

.menulist li a:link { color: white; }
.menulist li a:visited { color: white; }

.menulist li a:hover {
  border-color: white;
  color: black;
  background: #e4f7d3;
}
/* Typefaces */
a, a:visited {
  color: #477F4F;
}
a:hover {
  color: #111F13;
}
div.form-container fieldset { border: #d9ebc9 1px solid; background-color: #F7FFEF;}
div.form-container fieldset legend { color: #292F23; }

div.remainder {
  background: #FFFFCF url(images/iconWarning.gif) no-repeat 10px 5px;
  color: #900;
  border: 1px solid #c00;
  padding: 0.25em 0.5em 0.25em 2.5em;
  margin:  .4em 0 0.5em 0;
  font-weight: normal;
  min-height: 1.25em;
}
p.question {
  margin: .3em 0 .2em 1.2em;
  text-align: left;
  text-indent: -1em;
  font-weight: bold;
  clear: both;
}
table.scoreTable {
  width: 100%;
  margin: .1em 0 .1em 0;
}
table.scoreTable tr {
  border: #d9ebc9 1px solid;
}
table.scoreTable td {
  border: #d9ebc9 1px solid;
  padding: .2em;
}

