/* *************** remove browser defaults *************** */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, blockquote, caption {
  padding: 0;
  margin: 0;
  font-weight: normal; }

a, a:link {
  font-size: 1.0em;
  color: #057D9F;
  text-decoration: none;
  font-weight: bold;
  padding-right: 9px; }

a:visited {
  color: #7c71D8; }

a:hover, a:active {
  color: #057D9F;
  text-decoration: underline;
  font-weight: bold; }

a.no-arrow, a.no-arrow:link {
  padding-right: 0;
  background: none; }

a img {
  border: none;
  font-size: 1.3em;
  font-weight: bold; }

p {
  margin-bottom: 16px; }

ul {
  list-style-position: outside;
  list-style-type: disc;
  margin: 1px; }

li {
  line-height: 1.8em;
  margin-left: 14px; }

ol {
  list-style-position: inside;
  list-style-type: lower-alpha;
  padding: 0;
  margin: 0 0 16px 0; }

.ruler {
  height: 1px; }

.logo-link {
  cursor: pointer; }

h1, h2, h3, h4, caption {
  color: #48DD00;
  letter-spacing: +0.1em; }

h1 {
  padding-top: 1.5em;
  padding-bottom: 1em; }

/* *************** layout *************** */
body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #407180;
  font-size: 70%;
  line-height: 1.8em;
  background: transparent url(/images/backgrounds/screen-bg.png) center top; }

#title-portion {
  height: 141px;
  background-color: #8BC6D6; }

#content-portion {
  background-color: #E0E0E0; }

/* *************** title portion ***************** */
#centering-wrapper-title {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #8BC6D6; }

div#title-wrapper {
  height: 130px;
  width: 900px;
  margin-top: 10px;
  background: #39AECF url("/images/logo-header.png") no-repeat; }

div#logo {
  width: 81px;
  height: 81px;
  background: transparent url("/images/hand-lamp-only.png") no-repeat;
  margin: 22px 38px 7px 0;
  float: right; }

div#logo h1 {
  display: none; }

div#title-wrapper h1 {
  display: none; }

/* ******************* content portion ******************* */
div#centering-wrapper-main {
  width: 900px;
  margin: 0 auto;
  background: white url("/images/19gale-pale.jpg") top right no-repeat; }

/* The two inner wrappers including padding add up to 100% of the main wrapper */
div#inner-wrapper-main {
  padding: 0;
  font-size: 1.3em;
  background-color: transparent;
  width: 620px;
  float: left; }

div#inner-wrapper-navigation {
  float: right;
  width: 260px;
  height: 550px;
  padding: 0 10px 0 10px; }

/* *************** navigation menu *************** */
div.sidemenu {
  margin: 10px 10px 0px 10px; }
  div.sidemenu ul {
    list-style: none;
    margin-left: 0px;
    padding: 0;
    text-align: right; }
  div.sidemenu li.not-selected a, div.sidemenu li.not-selected a:link {
    font-weight: bold;
    color: #057D9F; }
  div.sidemenu li.selected a, div.sidemenu li.selected a:link {
    font-weight: bold;
    color: #FAFCDE; }
  div.sidemenu li.selected ul li.not-selected a, div.sidemenu li.selected ul li.not-selected a:link {
    font-weight: bold;
    color: #057D9F; }
  div.sidemenu hr {
    width: 90%; }

/* *************** main display area ************** */
div.notification {
  border: 5px solid #48DD00;
  background-color: #95EE6B;
  color: #2F8F00;
  padding: 5px;
  margin: 10px 80px 10px 20px; }

div.error {
  border: 5px solid #FFBA73;
  background-color: #FF8100;
  color: #A65400;
  margin: 10px 80px 10px 20px; }


#Menu {
  display: inline;
  clear: both;
  background-color: #7C71D8;
  padding: 0.2em 0.5em 0.4em 0.1em; }
  #Menu a, #Menu a:visited {
    color: #130873;
    font-weight: normal; }

/* **************** footer ******************** */
div#footer {
  background-color: #7C71D8;
  clear: both;
  border-top: solid 1px #2818B1;
  border-bottom: solid 1px #2818B1;
  color: #130873;
  padding: 0.4em 0 0.4em 2em;
  /* a used in several places... */ }
  div#footer a {
    color: #130873; }
  div#footer div.copyright {
    float: left;
    width: 400px; }
  div#footer div.pre-release-notice {
    float: left;
    width: 200px;
    color: #FFBA73; }
  div#footer div.validation {
    float: right;
    width: 88px; }
    div#footer div.validation a img {
      border: 0;
      width: 88px;
      height: 31px;
      float: right; }

/* *************** Table Definition *********** */
table {
  border-collapse: collapse;
  width: 100%; }
  table caption {
    text-align: left;
    font-size: 1.5em;
    margin-bottom: 0.4em; }

th {
  text-align: left;
  background: #DEFCDF;
  color: #48DD00;
  padding: 0.2em; }

td {
  padding: 0.4em; }

th.show-field-name {
  padding: 0.4em; }

td.show-field-value {
  padding: 0.4em; }

td.action {
  border: 0; }

tr.odd {
  background-color: #FAFCDE; }

tr.even {
  background-color: #F8F7FC; }

/* ************ Default field definitions ************ */
/* (common settings for fields) */
span.field-name {
  display: block;
  float: left;
  width: 140px;
  padding-left: 0.5em;
  font-style: italic;
  color: #95EE6B;
  letter-spacing: -0.05em; }

span.field-value {
  display: block;
  color: #057D9F; }

/* **************** Other useful items *************** */
/* general purpose div to allow outer wrapper to fully enclose floating items */
div.clear {
  clear: both; }

span.clear {
  display: block;
  clear: both; }

p.help-info {
  border: 1px solid #52A529;
  margin-bottom: 2.2em;
  padding: 0.4em; }
