* {
  margin:0;
  padding:0;
}

body {
  font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana", sans-serif;
  font-size:small;
}

hr {
  margin: 20px 0;
}

/* HEADER */

#header {
  color: #EEE;
  background-color: #153E7E;
  border-bottom:5px solid #4863A0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding:12px 50px;
  text-align:left;
}

#header li {
  display:inline;
  margin:0 10px;
  padding-bottom:4px;
}

#header a {
  color: #EEE;
  font-size: 140%;
  text-decoration: none;
}

#header #header_message {
  float: right;
}

/* CONTENT */

#content {
  background-color: white;
  height: 1%;
  padding: 0 100px;
}

#content a {
  color: #2B60DE;
  text-decoration:none;
}

#content a:hover {
  background-color:#ECF2F8;
}

#content h1 {
  color: #504A4B;  
  font-size: 300%;
  font-weight: lighter;
  margin: 0 0 20px;
  padding: 20px 0 0;
}

#content h1 a {
  color: #504A4B;
  text-decoration: none;
}

#content h1 span {
  color: #153E7E;
  font-size: 50%;
}

#content h1 span a {
  color: #153E7E;
}

#content h2 {
  color: #676767;
  font-size: 200%;
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
}

#content h3 {
  color: #676767;
  font-size: 160%;
  margin: 20px 0;
}

#content h4 {
  color: #676767;
  font-size: 140%;
  margin: 20px 0;
}

#content p, #content ul {
  margin: 20px 0;
  font-size: 120%;
  line-height: 1.4em;
}

#content ul {
  margin-left: 40px;
  list-style-position: inside;
  list-style-type: circle;
}

#more {
  clear: both;
  margin:0 0 0;
  text-align:right;
  font-size: 140%;
  padding: 10px 0 30px;
  color: #153E7E;
}

#more a {
  color: #153E7E;
}

#more .left_align {
  float:left;
}

.field {
  border: 1px dotted #4863A0;
  padding: 8px 4px;
  font-size: 100%;
}

.compulsory {
  border-left: 4px solid #F76541;
}

.pagination {
  padding-top: 20px;
  clear: both;
  text-align: center;
  font-size: 120%;
}

.notice {
  color: green;
}

.error {
  color: red;
}

/* FOOTER */

#footer {
  clear: both;
  background-color: #15317E; 
  border-top: 5px solid #4863A0;
  color: #EEE;
  padding: 10px 50px 30px;
  text-align: center;
}

#footer a {
  color: #EEE;
  text-decoration:none;
}

/* SCAFFOLD */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

