



html, body {
  height: 100%; }

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2em; }

#footer, #push {
  clear: both;
  height: 2em; }

body {
  margin: 0;
  padding: 0;
  color: #4f6b72;
  background-color: #E6EAE9;
  font: normal 14px Arial, Helvetica, sans-serif; }
  body a {
    color: #59c;
    text-decoration: none; }
    body a:hover {
      color: rgb(199, 95, 62);
      text-decoration: underline; }
    body a:focus {
      color: rgb(199, 95, 62);
      text-decoration: underline; }

#header {
  height: 74px;
  width: 100%;
  background: url("/images/background_header.png") #1885c9 repeat-x; }
  #header img {
    margin: 0;
    padding: 0; }


#login_region {
  position: absolute;
  right: 5px;
  top: 5px; }

.navigation {
  background-color: #cae8ea;
  border-bottom: 1px solid #ccc;
  font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 1em; }
  .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0.5em 0; }
  .navigation li {
    display: inline;
    padding: 0.5em;
    font-weight: bold;
    font-size: 13px; }
  .navigation a {
    color: #4f6b72;
    text-decoration: none; }
    .navigation a:hover {
      color: #a20;
      text-decoration: underline; }

#content {
  margin: 20px;
  margin-right: 304px;
  border: 1px solid black;
  padding: 20px;
  color: #333;
  background-color: white;
  font-weight: 400; }

#page_content {
  line-height: 160%; }

h3 {
  margin: 0;
  font: bold 18px Arial, Helvetica, sans-serif;
  color: #333;
  letter-spacing: -1px;
  line-height: 120%; }

h2 {
  font-family: arial;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 122%;
  margin-top: 0; }

#page_content #screenshots img {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 5px; }
#page_content #screenshots p {
  font-weight: bold; }

#sidebar {
  float: right;
  margin: 20px;
  border: 1px solid black;
  padding: 0.5em;
  width: 240px;
  background-color: white; }
  #sidebar > h3 {
    margin-top: 0.5em; }

#footer {
  color: #4f6b72;
  background-color: #cae8ea; }

#footer_content {
  border-top: 1px solid #ccc;
  font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: right;
  padding: 0.5em; }

#login_region a {
  color: white; }
  #login_region a:hover, #login_region a:focus {
    color: #a20; }



dt {
  font-weight: bold; }

dd {
  margin-left: 0;
  margin-bottom: 1em; }

#page_content table, #content > table, #active_users > table, #archived_users > table, table.data {
  margin: 0;
  margin-bottom: 2em;
  padding: 0; }

#page_content caption, #content > table caption, #active_users > table caption, #archived_users > table caption, table.data caption {
  padding: 0 0 5px 0;
  font: bold 18px Arial, Helvetica, sans-serif;
  text-align: left;
  color: #333;
  letter-spacing: -1px;
  line-height: 120%; }

#page_content tr, #content > table tr {
  color: #4f6b72;
  background-color: #fff; }
  #page_content tr.odd, #content > table tr.odd {
    color: #4f6b72;
    background-color: #fff; }

#active_users > table tr, #archived_users > table tr {
  color: #4f6b72;
  background-color: #fff; }

table.data tr {
  color: #4f6b72;
  background-color: #fff; }
  table.data tr.odd {
    color: #4f6b72;
    background-color: #fff; }

#page_content tr.even, #content > table tr.even, #active_users > table tr.even, #archived_users > table tr.even, table.data tr.even {
  color: #797268;
  background-color: #f5fafa; }




#page_content th, #content > table th, #active_users > table th, #archived_users > table th, table.data th {
  font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 13px;
  color: #4f6b72;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background-color: #cae8ea; }


#page_content td, #content > table td, #active_users > table td, #archived_users > table td, table.data td {
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  padding: 6px 6px 6px 12px; }

#page_content th, #page_content td {
  border-left: 1px solid #C1DAD7; }

#content > table th, #content > table td {
  border-left: 1px solid #C1DAD7; }

#active_users > table td, #archived_users > table td {
  border-left: 1px solid #C1DAD7; }

table.data th, table.data td {
  border-left: 1px solid #C1DAD7; }


#page_content th + th, #page_content td + td {
  border-left: 0; }

#content > table th + th, #content > table td + td {
  border-left: 0; }

#active_users > table td + td, #archived_users > table td + td {
  border-left: 0; }

table.data th + th, table.data td + td {
  border-left: 0; }

#content table tr:first-child th + td {
  border-top: 1px solid #C1DAD7; }

div#notice p {
  margin-top: 0;
  color: green; }
div#warning p, div#error p {
  margin-top: 0;
  color: red; }

#send_options, #send_option_elements, #page_content {
  margin: 0 auto; }

#media_release_content {
  background-color: purple;
  width: 550px;
  margin: 0 auto; }

.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;
    letter-spacing: normal;
    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; }

.label_note {
  font-size: smaller; }
