/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: #000000;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
	font-size: 9pt;
	color: #666666;

}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: #B0BCB0;
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: white;
  background-color: #CEDCD7;
  font-size: 109%;
  text-align: center;

  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
	color: #436976;
	background-color: #EEF3F5;
	text-decoration: none;

	padding-bottom: 3px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
	border: 1px solid #EEF3F5





}

.subHeader a:hover {
  color: #29303D;
  background-color: #CEDCD7;
  border: 1px solid #D0D0D0;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
  border-right: 1px solid #999999;

}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: #CCCCCC;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;

}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0em 0;
  padding: 0;
}

.leftSideBar li {
	margin: 0ex;
	padding-top: 0.1ex;
	padding-right: 0;
	padding-bottom: 0.1ex;

}

.leftSideBar a {
	color: #436976;
	background-color: #F5F5F5;
	text-decoration: none;
	display: block;
	padding-top: 0.5em;
	padding-right: 1ex;
	padding-bottom: 0.5em;
	padding-left: 4mm;
	margin: 0px;



}

.leftSideBar a:hover {
	color: #2F3F5E;
	background-color: #97C4B3;
	text-decoration: none;
	border-right-width: 3px;
	border-right-color: #CC9966;
	display: block;
	border-right-style: outset;
}

.leftSideBar .sideBarText {
  color: #666666;
  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: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid #CCCCCC;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: #CCCCCC;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
	color: #0099B0;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	margin-right: 30px;
}

.rightSideBar a:hover {
	color: #008000;
	text-decoration: none;


}

.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: underline;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 1em 1em 1em;
  border-left: 1px solid #999999;
}

#main-copy.noleftbar {
  margin: 0 0 0 0;
}

#main-copy h1 {
	color: black;
	line-height: 1.2em;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
	text-decoration: none;
}

#main-copy h2 {
	color: navy;
	font-size: 120%;
}

#main-copy a {
  color: #6699CC;
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:hover {
	text-decoration: none;
	color: #008000;

}

p {
	margin: 1em 0 1.5em 0;
	padding: 0;
	color: black;
}

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: #B0BCB0;
  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: #666666;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;

}

#footer a:hover {
	text-decoration: none;
	color: #669999;

}

tr.td1 {
  background: #F0F6F0;
}

tr.td2 {
  background: #F6F6F6;
}

img.noborder {
	border:none;
}

li.doublespace {
	margin-bottom:1em;
}

.smallertext {font-size: 0.9em; line-height:110%}

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 New; text-align: left }

.blast { font-size: 0.8em; 
	background-color: #F0F0F0; 
	border: 1px solid #000000; 
	padding: 5px 
}

.important {
	color: red; 
	font-weight:600;
}

table {font-size: 1em}

.banner { font-family: sans-serif; font-size: 1em; background-color: #F0F6F0; border: 1px solid #000000; padding: 5px }

input.pagebar {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 84%;
   margin: 1px;
   background-color: #F0F6F0;
   border: 1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}

input.pagebar:hover {
   border: 1px solid #FF0000;
}

table.announcements {
        background-color: #efefff;
	border: 1px solid
}

p.announcements {
	color: red;	
}
