/**********************************
 * TITLE: Gila Print Stylesheet   * 
 * URI  : gila/gila-print.css     *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}


.sigLine{
   letter-spacing: 100px; 
   border-style: solid; 
   border-width: 0px 0px 1px 0px;
}

div.float{
   float: left;
   margin-right: 2em;
}

div.float p{
   text-align: center;
}

table{
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: black;
}

td{
  padding-left: 4px; 
  border-style: none;
  background-color: white;
}

th{
  padding-left: 4px; 
  border-style: none;
  font-weight: 600;
  background-color: white;
}

td.small{
  padding-left: 4px; 
  border-style: none;
  background-color: white;
  font-size: 8pt;
}

td.header{
  background-color: rgb(230,223,207);
}

.error{
  color: #ff0033;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 12pt;
  font-weight: 600;
  border-style: none;
  margin-left: 10px;
  vertical-align: middle;
}

#help {
  display: none !important;
}

acronym, .titleTip {
  font-style: italic;
  border-bottom: none;
}

acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  content: "(" attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}

.doNotPrint {
  display: none !important;
}

.GodivaName{
  color: black !important;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: 600 !important;
  letter-spacing: .2em;
  font-style: normal;
  font-family: "Times New Roman", serif;
}

/* ##### Header ##### */

#header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.headerTitle {
  font-size: 200%;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.subHeader {
  display: none;
}


/* ##### Side Bars ##### */

#side-bar {
  display: none;
}


/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  margin: 0;
  padding: 0;
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

#main-copy a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "<" attr(href) ">";
  font-size: 90%;
  padding-left: 1ex;
}

p {
  margin: 0 0 2ex 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  margin: 0 0 2ex 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  margin: 2em 0 0 0;
  padding: 1ex 0 0 0;
  border-top: 1px solid black;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}



form {
  text-align: left;
  text-align: left;
}


.pageHeader{
   text-align: left;
   width: 25%;
   background: #fad762;
   border-style: solid;
   border-width: 1px;
   font-weight: 600;
   font-size: 10pt;
   padding: 2px;
   white-space: nowrap;
}

.sectionHeader{
   text-align: left;
   float: left;
   width: 99%;
   background: #fad762;
   border-style: solid;
   border-width: 1px;
   margin-bottom: 5px;
}

.floatbreaker{
   float: left;
   clear: left;
   width: 99%;
}


.formItem{
   float: left;
   margin-right: 20px;
   height: 60px;
   line-height: 15px;
   white-space: nowrap;
   text-align: left;
   width: 25%;
   margin-bottom: 5px;
}

.htmlForm{
   margin-top: 15px;
   /* margin-left: 20px; */
   text-align: left;
   width: 99%;
}

.htmlForm span{
   font-size: 10pt;
   font-weight: 600;
}

.htmlForm span.data{
   font-size: 10pt;
   font-weight: 500;
}

.htmlForm input{

}


.sectionTitle {
   font-size: 12pt;
   font-weight: 700;
   text-align: center;
   width: 100%;
   margin-top: 10px;
   margin-bottom: 5px;
}
