/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #ffffff;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: bold;
}

html > body {
  font-size: 8.5pt;
}

textarea, input, button {
  font-family: arial, verdana, helvetica, arial, sans-serif;
  font-size: 13px;
}

select {
  font-family: arial, verdana, helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 135%;
}

img {
  border-width: 0px;
}

/* ##### Header ##### */

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: #ffffff;
  background-color: #384b86;
  margin: 0;
  padding: 0px;
  height: 50px;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}


/* ##### Side Bar ##### */

#side-bar {
  width: 20em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

.sideBarTitle {
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  padding: 5px;
  background-color: #384b86;
  color: #ffffff;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: #384b88;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 3px 1ex 3px 5mm;
  display: block;
}

.thisPage {
  font-weight: bold;
  background-color: #e1e1e1;
}

#side-bar a:hover {
  color: #384b88;
  background-color: #e1e1e1;
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: #ffffff;
  line-height: 1.5em;
  margin: 0 0 0 20em;
  padding: 0px;
  width: 1032px;
}

#main-copy table {
  margin: 10px 0px 0px 0px;
}

#main-copy td {
  padding: 5px;
}

#main-copy td.top {
  vertical-align: top;
}

#main-copy td.Left {
  text-align: right;
  font-weight: bold;
  width: 180px;
}

#main-copy td.Submit {
  text-align: right;
}

#main-copy input.LongText {
  width: 80%;
}

#main-copy textarea {
  height: 250px;
  width: 450px;
}


#main-copy textarea.expanding {
  height: 250px;
  width: 95%;
}

#main-copy textarea.code {
  font-size: 16px;
  font-family: Courier;
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy form, input
{
  margin: 0px;
  padding: 0px;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:hover {
  text-decoration: underline;
}


#main-copy td.middle {
  vertical-align: middle;
}

#main-copy td.fwidth
{
  width: 100px;
}

#main-copy h1 {
  color: #ffffff;
  background-color: #778db8;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
  padding: 2px 5px 2px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #384b86;
  font-size: 110%;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

table.decorated {
  border-width: 1px 1px 0px 0px;
  border-color: #253252;
  border-style: solid;
}

th.decorated {
  padding: 3px;
  background-color: rgb(100,135,220);
  color: #ffffff;
  border-width: 0px 0px 1px 1px;
  border-color: #253252;
  border-style: solid;
}

td.decorated {
  border-width: 0px 0px 1px 1px;
  border-color: #253252;
  border-style: solid;
  background-color: #d2dfff;
}

td.center {
  text-align: center;
}

td.paused {
  background-color: #fed3d2;
}

td.running {
  background-color: #cbfecb;
}

td.odd {
  background-color: #f2f2f2;
}

/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #384b86;
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

/***************************************************************************

                         ##### MISC #####

***************************************************************************/

#main-copy table.category {
  border-color: #000000;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  width: 100%;
  margin-top: 10px;
}

#main-copy td.category {
  background-color: #6487dc;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}

#main-copy td.center {
  text-align: center;
}

#main-copy td.question {
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
}

#main-copy td.centerbold {
  text-align: center;
  font-weight: bold;
}

#main-copy td.nopad { padding: 0px; }

td.header {
  background-color: #d0d8e0;
}

td.red {
  background-color: #fed3d2;
}

td.green {
  background-color: #cbfecb;
}

.darkGreen
{
    color: #30bf30;
}

.darkRed
{
    color: #bf3030;
}

/***************************************************************************

                  ##### STATUS MESSAGES FOR SYSTEM STATUS #####

***************************************************************************/

div.er {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe2b25;
  background-color: #fed3d2;
  margin: 10px 0px 10px 0px;
  text-align: center;
  font-weight: bold;
}

div.su {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #106c14;
  background-color: #cbfecb;
  margin: 10px 0px 10px 0px;
  text-align: center;
  font-weight: bold;
}

.formBgColor
{
    background-color: #fdffd3;
}

div.AdminMessage
{
  background-color: #fdffd3;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000000;
  padding: 5px;
}

div.UserMessage
{
  background-color: #ffffff;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000000;
  padding: 5px;
}

.small {
  font-size: 11px;
}

div.toolTip {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 35px;
  background-color: #fdffd3;
  color: #000000;
  font-size: 11px;
  text-align: left;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  background-image: url('images/tooltipbg.gif');
  background-repeat: no-repeat;
  background-position: 10px 50%;
}