/* colors used:
background-blue: #b8c3e5 
menu-blue: #52618F
vlink-purple: #9370DB
page header: #C03C32; darker variant #6B8880
swirl-green: #99c2b8;
default page width set at 700 px, in .menu
text; menu is 770.
special div for paramtable and searchIFtable:
.inputcell: cell containing input value; left-aligned, free width
.textcell: cell containing text that explains which value to put in: right-aligned, 160px wide
*/


/* how to find your divs:
red border: div introtext
green border: div pageheader
black border: div background
grey background: body
purple border: div intheader
*/

/* undefined classes:
 class="float" in search IF composename.comp
 class="legendfont" in search IF composename.comp
<table class="composecolumn" in search IF composename.comp
class="IFmenunarrow" in menu.comp
*/

pre {
  font-family: Courier, "Andale Mono", "Courier New", monospace;  
  font-size: 8pt;
}


h1 {
	width: 700px;
	text-align: center;
	font-size: 14pt;
	padding: 20px 0px 20px 0px;
	font-weight: normal;
}

h2 {
  text-align: left;
  font-size: 140%;
  line-height: 30px;
  background-color: inherit;
  color: #333333;
}

h3 {
  text-align: left;
  font-size: normal;
  /*line-height: 20px;*/
  font-weight: bold;
  background-color: inherit;
  color: #333333;
}

h4 {
  text-align: left;
  font-size: 12px;
  /*line-height: 18px;*/
  font-weight: bold;
  background-color: inherit;
  color: #333333;
}

body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #C8CCDA;
	display: table;
	color: black;
}

table {border-collapse:collapse;}
td {margin:0;}
img { border: 0px} 

.bottomborder {
	background-color: #99C2B8;
	width: 100%;            
	height: 5px;
	margin-bottom: 5px;
}

.footerarea {
	background-color: #52618F;
	width: 100%;
	color: white;
}

a.footer, a.footer:visited {
	color: white;
	background-color: inherit;
}	

a:visited {color: #52618F;
}

a[title].showtitle { /* attribute selector, applies only to "a" elements with title attribute */
	color: #6B8880;
}	

a {
	color: #191970;
	background-color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

/* fieldsets*/

.fsgrayborder {
border: 1px solid gray;
width: 850px;
padding: 5px;
}

fieldset.searchresultmenu {
background-color: #F5F5F5;
border: 1px solid #B0C4DE;
width: 90%;
padding: 5px;
}

.bannertext, a.bannertext {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #CC6633;
	position: absolute;
	white-space: nowrap;
	top: 65px;
	left:480px;
	z-index:8;
}

.text {
	color: #333333;
	background-color: #FFFFFF;
	background-position: left top;
	list-style-position: outside;
	list-style-type: square;
	
}

.footer {
	font-size: 11px;
	line-height: 14px;
	color: white;
	text-align: center;
	white-space: nowrap;	
}
.newstext {
	color: #333333;
	text-align: left;
	list-style-position: outside;
	list-style-type: square;
}
.newsdate {
	font-style: italic;
	color: #333333;
	text-align: right;
}

/* for search interface */

.searchIFtable {
	color: black;
	background-color: #b8c3e5;
	padding: 0px;
	border-spacing: 0px;
	margin: 0px;
}

.searchIFtablehead, a.searchIFtablehead {
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
	background-color: white;
}

.searchIFtable tr {
vertical-align: top;
}

.searchIFtable td {
padding: 3px;
}

.searchIFtablehead td {
padding: 0px;
margin: 0px;
}

.DownloadOptions {
background-color: #FFE4E1;
}

.searchresults {
 border-spacing: 0px;
 }

.searchresults tr {
	vertical-align: top;
	white-space: nowrap;
}

.searchresults td {
	 padding: 1px 2px 1px 2px;
	 white-space: nowrap;
}


.searchresults th {
background-color: #b8c3e5;
}
	
/* styles for the search results */

.compose {
	border: 1px solid black; 
	background-color: #F4F4F4;
}

.composecolumn {
	width:160px;
}

.searchresultmenu {
	width: 770px;
	border:1px solid black; 
	background-color: #F4F4F4;
}

.legendfont {
	font-size: 12px; 
	font-weight: bold; 
}

.IFmenunarrow input {
	font-size:10px; 
	font-weight: bold;
	color: black;
	background-color: #E4E4E4;
}

.float { 
	float: left; 
	border: 1px solid black;
	font-size:12px;
}


.nfloat {
	float:none; 
	border: 1px solid black; 
	margin:10px;
        font-size: 12px;
}


/* end search IF */

/* "parameter" tables on tools pages */ 

.paramtable {
	color: #000000;
	background-color: #b8c3e5;
	width: 700px;
}

.paramtablehead, .paramtablehead a {
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
}

.paramtable tr {
vertical-align: top;
}

.paramfieldlabel {
	color: #000000;
}

.paramtable td {
	padding: 4px;
}

/* alternating right- and left-aligned table cells */
.inputcell{
	vertical-align: top;
	text-align: left;
}
.textcell{
	text-align:right;
	vertical-align:top;
	width: 160px; 
}
.textcellw{
	text-align:right;
	vertical-align:top;
	width: 300px; 
}

 /* end "parameter" tables */

.textbold {
	font-weight: bold;
	list-style-position: outside;
	list-style-type: square;
}
.boldlist {
	font-weight: bold;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
}

div.pageheader {
	width: 700px;
	text-align: center;
	font-size: 15pt;
	padding: 20px 0px 20px 0px;
}


.background {
	background-color: white;
	border: 1px solid #333333;
	float: left;
	min-width: 850px;
}

.introtext {
	color: #333333;
	padding: 0px 70px 0px 70px;
	text-align: left;
	width: 700px;
}

.stretch {
	color: #333333;
	padding: 0px 70px 0px 70px;
	text-align: left;
	min-width: 700px;
}	

.header {
	background-image: url(/content/hcv-db/IMAGES/bg-home.gif);
	z-index: 3;
}
.intheader {
	background-image: url(/content/hcv-db/IMAGES/bg-int.gif);
	background-repeat: repeat-x;
	z-index:1;
}

.textsmallblack {
	font-size: 90%;
	line-height: 13px;
	color: #000000;
	background-color: #FFFFFF;
	background-position: left top;
	padding: 10px;
	text-align: left;
	list-style-position: outside;
	list-style-type: square;
}

/* buttons and input area */

.buttonarea {
	color: #333333;
	background-color: #FFF;
	background-position: left top;
	text-align: center;
}

/* the most common button, including submit/reset */

.submitreset input, .purplebutton, .form, .searchblock input.button {
	background-color: #EEEEEE;
	color: #52618F;
    	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:90%;
	border-width:2px;
	margin:1px;
	padding: 0px 3px;
}

.searchblock input.button {
height: 22px; /* needs to fit in the menu backband */
}

.submitreset {
	margin-left: auto;  /* centering trick: "If both 'margin-left' and 'margin-right' are 'auto', their used values are equal. This horizontally centers the element with respect to the edges of the containing block" */
	margin-right: auto;
	text-align:center;
    	margin-top: 40px;
}

input[type='file'] {

}

.newsarea {
	background-color: #b8c3e5;
	margin-left: auto;  /* centering trick: "If both 'margin-left' and 'margin-right' are 'auto', their used values are equal. This horizontally centers the element with respect to the edges of the containing block" */
	margin-right: auto;
	text-align: center;
	padding: 10px 30px 10px 30px;
}

.pagetitle {                 /* what's this? */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #C03C32;
	background-position: left center;
	letter-spacing: -1px;
}
.lastmod {
	font-size: 10px;
	color: #333333;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
	width: 80%;
}

/* more styles from cssmenu.html */

.backband { 
  position: absolute;
  top:130px;
  left:65px;
  width: 760px;
  height: 28px;
  z-index: 40;
  background-color: #52618F;
}

.menu {
  width:730px;        /* width of menu area inside band */
  position: absolute;
  top: 130px;
  left: 70px;
  z-index: 42;
  font: bold 12px "Trebuchet MS", arial, verdana, sans-serif;
}

.menu a { color: white; }
.menu a:visited { color: white; }     
.menu .subs a { color: black; }
.menublock, .display {       /* the submenus, menublock when closed, display when open */
  white-space: nowrap;
  float: left;  
  width: 120px;
  margin: 2px;
  background-color: #52618F;
}

.menu .subs { background-color: #52618F; } 
.menu .subs a { display: block; }
.menu .menublock .subs { display: none; }
  
.menu .menublock1, .menu .menublock2, .menu .menublock3 { 
  float: left;
  width: 200px;            /* doesn't do anything? */
  margin: 1px;
  padding: 1px 1px 1px 1px;
  background: #52618F;
  z-index: 3;
}

/* Commented Backslash Hack: hides rule from IE5-Mac 

.menu .menublock1, 1menu .menublock2, 1menu .menublock3 { width: auto; }

End IE5-Mac hack */

a.tl, a.tl:hover, a.tl:active {  /* this is the submenu; tl, top layer, sl, second layer? */
  display: block;
  margin: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  color: #FFF;
  background: transparent;
  border: none;
  text-align: left;
  text-decoration: none;
}
a.tl:hover, a.tl:active { 
  color: #000; 
  background-color: #9BCD9B; 
  text-align: left;
}

a.sl:link, a.sl:hover, a.sl:active, a.sl:visited { 
  color: #fff;
  display: block;  
  width: auto;
  padding: 2px;                /* top and left margin menu items */
  background-color: #52618F;
  border-top: 1px #fff solid;  /* lines between menu items */ 
  text-align: left;
  text-decoration: none;
  font-size: 11px; 
  font-weight: bold;
}

.menu .subs a.sl:hover, #menu .subs a.sl:active { 
  color: #000;
  background-color: #9BCD9B;
  font-size: 11px;
}

.searchblock { 
  position: absolute;
  top: 132px;
  left: 670px;
  height: 20px;
  z-index: 44;
  background: transparent;
  text-align: right;
  white-space: nowrap;
}

.searchblock input { 
  border: 1px solid #999;
  background: #e5e5e5;
  width: 70px;
  vertical-align: middle;
}

.searchblock input.text { background: #ccc;}

/* end menu elements */


/* sitemap elements */

p.indent {          /* will right-indent the 2nd and remaining lines */
text-indent: -20px;
margin-left:20px;
}

table.sitemap { 
width: 100%;
border-collapse: collapse;
font-weight: normal;
}

td.sitemap {
vertical-align: top;
}

.sitemap-header {
font-size: 120%;
font-weight: bold;
background-color: #CCCCCC;
padding: 4px; 
}

div#links a span {display: none;}  /* CSS-only mouseover effect */
div#links a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; 
   background: black;
   font: 10px Verdana, sans-serif; text-align: center;}

/* download single sequence elements, added to every reconstructed GB page */
.downloadsstable {
	background-color: #F4F4F4;
	vertical-align: top;
}


/* end sitemap elements */

/* obsolete code below */

/* this is now done in the css menu 
.navbar {
	background-color: #52618F;
	width: 775px;
	background-image: url(/content/hcv-db/IMAGES/bg-navbar.gif);
	height: 21px;
	white-space: nowrap;
	padding: 5px;
	background-repeat: repeat-x;
}
.nav {
	color: #F9F7FA;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}
.nav:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 4px;
}
.search {
	color: #52618F;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 2px;
}
.search:hover {
	color: #52618F;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 2px;
	text-decoration: none;
}
*/
