/* BODY & CONTAINER ......................................................... */

body {
  background: none;
  background-color: #CFD6C0;
  color: #222;
  font: 76%/1.5 Verdana,Arial,Helvetica,sans-serif;
}
#wrapper {
  background-color: #fff;
  width: 950px;
  margin: auto;
}
#wrapper div {
}

/* HEADER ....................................................................*/

#header {
  height: 40px;
  background-color: #CFD6C0;
  font: 30px Georgia,Verdana,Arial,Helvetica,sans-serif;
  text-align: left;
  margin: 0 10px;
}

/* NAVIGATION .....................................................................*/

#navbar {
  margin: 0 10px;
  padding: 5px 0;
  background-color: #69884C;
  text-align: right;
  color: #fff;
  font: 1.5em trebuchet ms,verdana,bitstream vera sans,sans-serif;
  letter-spacing: 0.1em;
}
#navbar * {
  padding: 0 10px;
}
#navbar a {
  color: #fff;
  text-decoration: none;
}
#navbar a:hover {
  color: #fff;
  text-decoration: underline;
}
#navbar a.this_page:hover {
  color: #fff;
  text-decoration: none;
}
#databrowserTitle {
  float: left;
}
#navlist {
  display: inline;
  list-style-type: none;
}
#navlist li {
  display: inline;
  vertical-align: middle;
  padding: 0 5px;
}

/* INVITATION ................................................................*/

#invitation {
  height: 30px;
  margin: 10px;
  text-align: center;
}
#invitation h1 {
  font: normal bold 1.4em Verdana,Arial,Helvetica,sans-serif;
}

#invitation .error_text {
  color: firebrick;
  font-style: bold;
}

/* .... CONTROLS ..................................................................*/

#controls div { 
  margin: 5px 0 0 10px; 
}

div#controls label {
  color: #d93;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

div#controls select {
  margin: 0 0 0.5em 0;
}

.label-style {
  padding: 0 6px;
  color: #d93;
  font-size: 1.4em;
  font-weight: bold;
}

div#plotHistoryContainer span.tooltip {
  margin-left: 5px;
}

span#clearPlotHistory:hover {
  background-color: #ccc;
  cursor: pointer;
}

span#saveUIStatus:hover {
  background-color: #ccc;
  cursor: pointer;
}

span.restoreUIStatus {
  padding: 0 3px;
  color: #222;
  font-weight: bold;
}
span.restoreUIStatus:hover {
  background-color: #ccc;
  cursor: pointer;
}

/* fieldset */

div#controls fieldset {
  margin: 10px;
  padding: 5px;
}

div#controls fieldset > legend {
  font-size: 1.0em;
  font-weight: normal;
}

/* .... .... TOOLTIPS .............................................................*/

#controls span.tooltip {
  color: #573;
  font: normal bold 1.4em Times,"Times New Roman",Georgia,Garamond,Baskerville,serif;
  font: normal bold 1.4em Verdana,Arial,Helvetica,sans-serif;
  padding-right: 5px;
}
#controls span.tooltip:hover {
  cursor: help;
}

.cluetip-default {
  /*background-color: #d9d9c2;*/
  background-color: #eee;
}
.cluetip-default #cluetip-outer {
  /*background-color: #d9d9c2;*/
  background-color: #eee;
}
.cluetip-default h3#cluetip-title {
  /*background-color: #87876a;*/
  background-color: #69884C;
}
.cluetip-default #cluetip-title a {
  /*color: #d9d9c2;*/
  color: #eee;
  font-size: 0.95em;
}



/* .... SPINNER ..................................................................*/

div#controls div#spinner {
  margin: 150px 0 0 150px; /* position the spinner tastefully underneath the controls */
}

/* .... PLOT ......................................................................*/

#plot_container {
  background-color: #FFF;
  padding: 0;
  border: 0;
  text-align: center
}
#pdf {
  padding: 5px;
}

/* FOOTER ...................................................................*/

#footer {
  margin: 10px 10px 0 10px;
  padding: 5px 0;
  background: #eee;
  text-align: left;
  font: 14px Verdana,Arial,Helvetica,sans-serif;
}
#footer * {
  padding: 0 10px;
}
#footer #slogan {
  float: right;
}
/* Mazama Science link */
#footer a.mazama-science {
  color: #684;
  font-variant: small-caps;
  text-decoration: none;
}
#footer a.mazama-science:hover {
  color: #d93;
  text-decoration: underline;
}


/* CONTENT ...................................................................*/

/* Styles associated with 'content' are used in the 'about.html' page. */
#content {
  font: 1em/1.2 Verdana,Arial,Helvetica,sans-serif;
  margin: 10px;
}
#content h1 {
  text-align: center;
}

