/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : css/gila-screen.css     *
 * MODIF: 2005-Mar-8 10:43 -0500 *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #ffffff;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  white-space: normal;
}

form {
  text-align: left;
}

/* a line for a signature */
.sigLine{
   letter-spacing: 100px; 
   border-style: solid; 
   border-width: 0px 0px 1px 0px;
}


/* page title/header */
.pageHeader{
   text-align: left;
   width: 25%;
   background: #ffffff;
   border-style: solid;
   border-width: 1px;
   font-weight: 600;
   font-size: 10pt;
   padding: 2px;
   white-space: nowrap;
}

/* section title/header */
.sectionHeader{
   text-align: left;
   float: left;
   width: 99%;
   background: #ffffff;
   border-style: solid;
   border-width: 1px;
   margin-bottom: 10px;
}



/* align object and wrap if necessary */
.formItem{
   float: left;
   margin-right: 20px;
   height: 60px;
   line-height: 15px;
   white-space: nowrap;
   text-align: left;
   width: 25%;
   margin-bottom: 5px;
}


/* get a newline within floating divs */
.floatbreaker{
   float: left;
   clear: left;
   width: 99%;
}


/* container div for an HTML form */
.htmlForm{
   margin-top: 15px;
   text-align: left;
   width: 99%;
}


/* descriptive object label */
.htmlForm span{
   font-size: 10pt;
   font-weight: 600;
}


/* for error messages */
.error {
  color: #ff0033;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 12pt;
  font-weight: 600;
  border-style: none;
  margin-left: 10px;
  vertical-align: rsEdit;
}


/* input, select, textarea */
input, select, textarea {
  color: black;
  background-color: rgb(243,242,235);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  vertical-align: top;
} 


input.required, select.required, textarea.required {
  background-color: #ffff00;
}


input.delete {
  background-color: #ff0033;
  font-weight: 900;
  border-style: inset;
}

table {
  border-style: none;
  border-width: 0px;
  /* border-color: rgb(230,223,207); */
  /* background-color: rgb(230,223,207); */
}


th {
  /* background-color: rgb(230,223,207); */
  white-space: nowrap;
}


td {
  padding-left: 4px; 
  border-style: none;
  border-width: 1px;
  border-color: black;
  /* background-color: rgb(243,242,235); */
  background-color: #ffffff;
  font-size: 9pt;
}


.doNotDisplay {
  display: none !important;
}


/* ##### Header ##### */

#header {
  color: inherit;
  /* background-color: rgb(28,80,157); */
  background-color: transparent;
}

.headerTitle {
  margin: 0;
  padding: 0.5em 4mm 0.25em 10mm;
}

.headerTable td {
  padding-left: 4px; 
  border-style: none;
  border-width: 1px;
  border-color: black;
  /* background-color: rgb(243,242,235); */
  background-color: transparent;
  font-size: 9pt;
}


.headerName {
  /* color: white !important; */
  color: rgb(157,27,97) !important;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: 600 !important;
  letter-spacing: .2em;
  font-style: italic;
  font-family: verdana, helvetica, arial, sans-serif;
  /* font-family: Times New Roman, serif; */
}

.headerTitle a {
  color: rgb(157,27,97) !important;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  padding-left: 54px; 
  /* font-family: Times New Roman, serif; */
  font-style: italic;
}

.headerTitle > a {
  color: rgb(157,27,97) !important;
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: rgb(157,27,97);
  background-color: transparent;
  font-weight: normal;
  font-style: italic;
}

.subHeader {
  color: rgb(157,27,97);
  background-color: rgb(157,27,97);
  font-size: 8pt;
  text-align: center;
  margin: 0.25em 4mm 0.25em 20mm;
  padding: 0.5ex 0.5ex;
  padding-left: 54px; 
}

.subHeader a {
  color: #ffffff;
  background-color: rgb(157,27,97);
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: rgb(157,27,97);
  background-color: #ffffff;
}

td th a:hover {
  color: rgb(64,64,64);
  background-color: white;
  text-decoration: none;
}


/* ##### Gila Left Side Bar ##### */

.leftSideBar {
  
  width: 13.5em;
  float: left;
  clear: left;
  border: 0px solid rgb(216,210,195);
  padding: 0;
  margin: 2ex 0.75ex 0 0;
  text-align: center;
}

.leftSideBar .sideBarTitle {
  color: #ffffff;
  /* background-color: rgb(28,80,157); */
  background-color: #4c787e;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
 
}

ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

li {
  margin: 3px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-right: 3px;
  padding-left: 3px;
  line-height: 15px;
}

.leftSideBar a {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
}

.leftSideBar a:hover {
  color: #4c787e;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {

  width: 14em;
  float: right;
  clear: right;
  border: 0px solid rgb(216,210,195);
  padding-right: 12;
  /* margin: 2ex 0.75ex 0 0; */
  margin: 2ex 0ex 0 0;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: white;
  /* background-color: rgb(28,80,157); */
  background-color: rgb(157,27,97);
  font-weight: bold;
  /* margin: 1.25ex 1ex; */
  /*border: 1px solid rgb(157,27,97);*/
  margin: 0;
  padding: 0.9ex 1ex;
}

/*
.rightSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}
*/

.rightSideBar a {
  color: rgb(157,27,97);
  background-color: transparent;
  text-decoration: none;
  font-size: 10pt;
}

.rightSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

.rightSideBar li {
  padding-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 8px;
  padding-right: 3px;
  padding-left: 3px;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: none;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 2em 4em 0 13.5em;
  padding: 0.5ex 15em 1em 1em;
}

#main-copy h1 {
  color: #000000;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main-copy h6 {
  color: #347235;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
  text-align: right;
}

#main-copy a {
  color: #347235;
  background-color: transparent;
  text-decoration: none;
  font-size: 9pt;
}

#main-copy a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

#main-content {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 0;
  padding: 0.5ex 1em 1em 1em;
}

p {
  color: black;
  text-align: left;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Middle Copy ##### */

#middle-copy {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 2em 0 0 13.5em;
  padding: 0.5ex 15em 1em 1em;
}

#middle-copy h1 {
  color: #000000;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#middle-copy h6 {
  color: #347235;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
  text-align: right;
}

#middle-copy a {
  color: #347235;
  background-color: transparent;
  text-decoration: none;
  font-size: 9pt;
}

#middle-copy a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

#middle-content {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 0;
  padding: 0.5ex 1em 1em 1em;
}

p {
  color: black;
  text-align: left;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: transparent;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}


span.required {
  color: red;
}

fieldset {
  border-right: #d8d2c3 1px solid;
  padding-right: 0.5em;
  border-top: #d8d2c3 1px solid;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  border-left: #d8d2c3 1px solid;
  width: 460px;
  padding-top: 0.5em;
  border-bottom: #d8d2c3 1px solid;
}

label {
  font-size: 90%;
  float: left;
  width: 20%;
  margin-right: 0.5em;
  text-align: right;
}

legend {
  border-right: #d8d2c3 1px solid;
  padding-right: 0.5em;
  border-top: #d8d2c3 1px solid;
  padding-left: 0.5em;
  padding-bottom: 0.2em;
  border-left: #d8d2c3 1px solid;
  padding-top: 0.2em;
  border-bottom: #d8d2c3 1px solid;
  background-color: #d8d2c3;
  font-style: italic;
  font-weight: bold;
}



