/**********************************
 * 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;
}

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;
}


/* ##### 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 ##### */

.leftSideBar {
  display: none;
}

.rightSideBar {
  display: none;
}


/* ##### Main Copy ##### */

#main-copy {
  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;
}

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;
}


tr.td1 {
  background: #F0F6F0;
}

tr.td2 {
  background: #F6F6F6;
}

img.noborder {
	border:none;
}

li.doublespace {
	margin-bottom:1em;
}

.smallertext {font-size: 0.9em}

textarea {width: 98%}

.statusgood {
        color: green; font-weight:600
}

.statusbad {
        color: red; font-weight:600
}

.formtable { background-color: #f5f5f5;
	     text-align: Left; 
	     border: 1px solid #000000; 
	     padding: 10px; 
	     font-size: 1em;
}
select {font-size : 0.8em}
input {font-size: 0.8em}
.A {
	color: green; font-weight: 600
}

.G {
	color: black; font-weight: 600
}

.T {
	color: red; font-weight: 600
}

.C {
	color: blue; font-weight: 600
}

th           { 	color: #FFFFFF; 
		background: #508080
		}

.headinglink { color: white }
.headinglink:hover { color: #C0C0C0 }

.resultstable { font-family: Arial, Helvetica, Verdana, sans-serif;
		text-align: Center; 
		border: 1px solid #000000; 
		background-color: #FFFFFF;
	 }

.updatehistory {
	       font-size: 1em
}

.seq         { font-family: courier; text-align: Left }