/* ##### 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;
}

a {color:#192666;}
a:hover {color:#4F6AD7;}
.p5 { padding: 5px; }
span.formlabel {
  display:block;
  font-weight:bold;
}

.bold {
  font-weight: bold;
}

.greenf {
  color: #00a600;
}

.redf {
  color: #a60000;
}

.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

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%;
  background-color: #f6f6ff;
  border-width: 1px;
  border-style: solid;
  border-color: #c2d2f7;
}

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: #192666;
  margin: 0px;
  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;
}

div.previousmenu {
  text-align: right;
}

div.sortbar {
  margin: 5px 10px 0px 0px;
  text-align: right;
}

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

#side-bar {
  width: 200px;
  vertical-align: top;
  border-right: 1px solid #384b86;
}

#side-bar div {
  border-bottom: 0px solid #384b86;
}

.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 */
}

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

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


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

#main-copy {
  color: black;
  background-color: #ffffff;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

#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.small {
  height: 125px;
  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 {
  text-decoration: none;
}

#main-copy a:hover {

}


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

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

#main-copy h1 {
  color: #000000;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000000;
  font-size: 200%;
  font-family:"georgia",serif;
  font-weight:normal;
}

h3 {
  color: #ff9000;
}

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

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;
}

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: #192666;
  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: #b7caf6;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  width: 100%;
  margin-top: 10px;
}

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

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

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

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

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

td.header {
  background-color: #e7ecfd !important;
  color: #135aa0;
}

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

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

.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: #f6f6ff;
    border-width: 1px;
    border-style: solid;
    border-color: #c2d2f7;
}

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%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/***************************************************************************
                        ##### ICON MENU STYLES #####
***************************************************************************/

#menucontainer {
  margin: 0px;
  text-align: center;
}

#menucontainer img {
  margin: 0px 5px 0px 5px;
  vertical-align: middle;
}

a.menuicons:link, a.menuicons:visited {
  color: #b2c1e1;
  font-weight: bold;
  text-decoration: none;
  border-color: #384b86;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  display: block;
  text-align: left;
  padding: 5px;
  background-color: #192666;
}

a.menuicons:hover, a.menuicons:active {
  color: #ff9000;
  font-weight: bold;
  text-decoration: none;
  border-color: #384b86;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  display: block;
  background-color: #ffffff;
}

table.menuicons {
  margin-bottom: 0px;
  width: 100%;
}

/***************************************************************************
                        ##### PAGE ICON MENU STYLES #####
***************************************************************************/

#pagemenucontainer {
  margin: 0px;
  text-align: center;
}

#pagemenucontainer img {
  margin: 0px 5px 0px 5px;
}

a.pagemenuicons:link, a.pagemenuicons:visited {
  color: #06529b;
  font-weight: bold;
  text-decoration: none;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  display: block;
  text-align: center;
  padding: 5px;
  background-color: #ffffff;
}

a.pagemenuicons:hover, a.pagemenuicons:active {
  color: #9b0606;
  font-weight: bold;
  text-decoration: none;
  border-color: #384b88;
  border-style: solid;
  border-width: 1px;
  display: block;
  background-color: #ffffff;
}