/* General
=============================== */
/*
a {
  color: #551A8B; 
}
*/

body {
  text-align: center;
  font: normal 13px/15px Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  background: url("./img/pattern2.gif") repeat top left;
}

em {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  color: #4B9AC9;
}

fieldset {
  padding: 0;
  border: none;
}

#header {
  /** background: url("./img/edb_logo3.gif") no-repeat top right; **/
  height: 49px;
  margin-top: -700px;  /** to balance the min-height */
	text-align: right;
} 

hr {
  display: none;
}

h1 { 
  font: bold 2em/2em Tahoma, Verdana, Helvetica, sans-serif;
 }

h2 { 
  font: bold 1.38em/1.38em Tahoma, Verdana, Helvetica, sans-serif;
  color: #727EA3;
  padding: 0;
  margin: 0;
 }

h3 { 
  color: #4B9AC9;
	font-weight: bold;
	font-size: 1.3em;
 }


h4 {
  font-weight: normal;
  font-size: 1em;
  margin: 0;
}

h5.gene {
	font: bold 1em/1.15em Tahoma, Verdana, Helvetica, sans-serif;
	margin: 3px 0 3px 0px;
	position; relative;
}

img {
  border: none;
  vertical-align: middle;
}

ins { 
  color: #CA3730;
  text-decoration: none;
 }

label {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

ol {
  margin-top: 0;
}

pre {
  padding: 0;
  margin: 0;
}

select {
  font: normal 11px/15px Tahoma, Verdana, Helvetica, sans-serif;
  vertical-align: middle;
}

.textbox {
  font: normal 11px/15px Tahoma, Verdana, Helvetica, sans-serif;
  border: 1px solid #CCC;
  height: 15px;
  vertical-align: middle;
}

ul {
  margin-top: 10px;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}



/* Layout
=============================== */

/* for IE, with IE5/Mac backslash filter \*/
* html #centreBlock {
  height: 700px;
}

#centreBlock { 
  text-align: left;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 700px 15px 0 15px;  /* to create a min-height */
  min-height: 1px;
  background: #FFF url(./img/shadow.gif) repeat-y right;
}

#comparison fieldset {
  margin: -20px 0 1px;  /* create offset to reduce the space between the buttons and bottom of the table */
}

#footer { 
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 0 15px;
  background: #F9F9F9 url(./img/shadow.gif) repeat-y right;
}

#footertext {
  border-top: 1px solid #CCC;
}

/* need to add some kind of IE hack here */
#rightBlock {
  float: right;
  width: 265px;
  height: 600px;
  padding-right: 0;
  margin-top: -610px;
	font: normal 12px/15px Tahoma, Verdana, Helvetica, sans-serif;
}

* html #rightBlock { 
  margin-top: 0px;
}

#rightBlock img.screen {
  vertical-align: middle;
	width: 265px;
}

/* Content
=============================== */

#addComment{
  position: relative;
  top: -130px;
}

#addComment input{
  width: 435px;
}

#addExon {
  position: relative;
  top: -160px;
  left: 300px;
}

.addexon {
  width: 130px;
}

#addExonSub {
  margin-top: 5px;
}

#addExonType {
/*  width: 75px; */
}

#annotations {
  position: relative;
  top: -110px;
  padding-bottom: 25px;
}

.archivetable {
  font: normal 11px/15px Tahoma, Verdana, Helvetica, sans-serif;
  table-layout: fixed;
  margin: 5px;
  border: 1px solid black;
  border-collapse: collapse;
  background-color: #FFF;
  width: 100%;
}

.archivetable td, .archivetable th { 
  text-align: center;
  border: 1px solid black;
}

/** Styles for the Class links on the Organism tree in the search */
#class {
	font: normal 12px/12px Tahoma, Verdana, Helvetica, sans-serif;
	margin-left: 20px;
}

#class a, #class a:link, #class a:visited {
	text-decoration: none;
	line-height: 1.9;	
	cursor: pointer;
	cursor: hand; /*for IE browsers */
}

#class a:hover, #class a:active {
	text-decoration: none;
	color: #FF5F1B;
	font-weight: bold;
}

#comments {
	list-style: circle inside;
	margin-left: 8px;
}

#content {
  width: 430px;
}

.disabled {
  background-color: #DCDCDC;
  color: gray;
}

.report {
  font: normal 12px/15px Tahoma, Verdana, Helvetica, sans-serif;
  table-layout: auto;
  margin: 5px;
  border: 1px solid black;
  border-collapse: collapse;
  background-color: #FFF;
  width: 673px;
}

.report a:hover {
	background-color: #4B9AC9;
	color: #FFF;
}

.report td { 
  border: 1px solid black;
	padding: 5px;
}

.report th {
  font: bold 13px/15px Tahoma, Verdana, Helvetica, sans-serif;
  border: 1px solid black;
	background-color: #6EA4F4;
  vertical-align: top;
	text-align: left;
	padding: 5px;
}

.report ul {
  margin-top: 0;
	list-style: url("./img/blueArrow.gif") disc inside;
}

.report textarea {
	border: 1px dotted #000;
}

#genomicSeqForm textarea {
  font: normal 12px/12px "Courier New", Courier, monospace;
}

.idbox {
  border: none;
}

#legend {
  margin-bottom: 10px;
}

.list {
  padding-left: 15px;
  margin-bottom: 10px;
  width: 350px;
  border: 1px dashed #B9B9B9;
  background-color: #F9F9F9;
}

.links {
	list-style: url("./img/blueArrow.gif") disc inside;
  line-height: 17px;
	margin-left: 15px;
	padding-left: 0;
}

/* KH */
.links a:hover {
  text-decoration: none;
  background-color: #4B9AC9;
	color: #FFF;
}

#map {
  width: 700px;
  overflow: auto;
}

#menu { 
  background: url(img/menu_bar.gif) no-repeat center;
  border-top: 1px dashed #8D8D8D;
  border-bottom: 1px dashed #8D8D8D;
	padding-top: 3px;
	padding-bottom: 3px;
 }

#menu a, #menu a:link, #menu a:visited { 
  text-decoration: none;
  color: black;
}

#menu a:hover, #menu a:active { 
  text-decoration: none;
  background-color: #4B9AC9;
	color: #FFF;
}

#menu span { 
  padding-left: 5px;
 }

#modExons {
  width: 250px;
  height: 130px;
  overflow: auto;
}

#modExons span {
  float: left;
  width: 46px;
}

#modExons samp {
  display: none;
}

#motif label, #motif input { 
  vertical-align: bottom;
 }

#navigation {
	text-align: center;
}

.new {  
  border-color: #9ACD32;
}

#note {
	font: normal 11px/12px Tahoma, Verdana, Helvetica, sans-serif;
}

#organismList { 
  margin-top: 0;
 }

#pLength {
	margin-left: 8px;
}

#poi img {
  border: 1px solid black;
}

#prevSub, #nextSub {
	background-color: #BC8F8F;
}

.rightBlock ol {
  list-style-type: decimal;
  margin-left: 15px;
  padding-left: 2px;
}

#result {
	width: 740px;
	overflow: auto;
}

#selectFormat {
	background-color: #F5DEB3;
	text-align: right;
}

#getFile {
  background-color: #BDB76B;
	border-style: outset;
}

.bookmark a, .bookmark a:visited {
  font: bold 10px/12px Tahoma, Verdana, Helvetica, sans-serif;
  color: #CA3730; 
}

#reset {
  width: 80px;
  height: 40px;
  font: normal 13px/15px Tahoma, Verdana, Helvetica, sans-serif;
  position: relative; 
  left: 225px;
  top: 0px;
	background-color: #B0C4DE;
	border-color: #6495ED;
}

.seq {
  font: normal 15px/15px "Courier New", Courier, monospace;
}

#submit {
  width: 100px;
  height: 40px;
  font: bold 14px/15px Tahoma, Verdana, Helvetica, sans-serif;
  position: relative; 
  left: 225px;
  top: 0px;
	background-color: #6495ED;
	border-color: #6495ED;
}

#updateInfo {
  position: relative;
  top: -115px;
}

#upload {
  border: 1px solid #CCC;
}

#visualization fieldset {
  margin: 10px 0 10px 60px;
}

#visualization h4 {
	background-color: #FFE5BD;
	width: 500px;
	padding: 0.5em 0.5em;
}

.select {
	width: 80px;
	height: 25px;
	font: normal 12px/13px Tahoma, Verdana, Helvetica, sans-serif;
	text-align: center;
}

.seqCompare {
	width: 800px;
  font: normal 11px/12px "Courier New", Courier, monospace;
}

/** Additional table content for Results page
===========================================*/
caption {
	caption-side: top;
	text-align: left;
	padding-bottom: 0.8em;
}

/**--- RESULTS/GENERAL INFORMATION TABLE ----*/
.resultsInfo {
	border: 1px solid #000;
	border-collapse: collapse;
	table-layout: auto;
	font-size: 12px;
	margin: 1px;
}

.resultsInfo th {
	border: 1px solid #000;
  background-color: #6EA4F4;
	padding: 5px;
	text-align: center;
}

.resultsInfo td {
	border-left: 1px dotted #000;
	padding: 0.538em;
  font: normal 11px/13px "Courier New", Courier, monospace;
	text-align: left;
}

#compareCol a {
  text-decoration: underline;
	color: #B22222;
	cursor: pointer;
	cursor: hand; /*for IE browsers */
}

/** Set column widths 
*/
#compareCol { width: 120px; }
#orgCol { width: 210px; }
#classCol { width: 100px; }
#geneCol { width: 150px; }
#lenCol { width: 90px; }
#numExCol { width: 55px; }

/** The following two styles are used to interchange
the background colour of each row in the table
*/
#rowItem1 {
	background-color: #B0C4DE; 
}
#rowItem0 {
  background-color: #FFF;
}

/**---- SEARCH CRITERIA TABLE ---- */
.searchCrit {
	border: 1px solid #000;
	border-collapse: collapse;
	table-layout: auto;
	margin-bottom: 1em;
	font-size: 12px;
}

.searchCrit th {
	border: 1px solid #000;
	padding: 5px;
	text-align: left;
	background-color: #6EA4F4;
	width: 12em;
}

.searchCrit td {
	border: 1px dotted #000;
	padding: 0.5em;
	font: normal 11px/13px "Courier New", Courier, monospace;
	width: 30em;
}


/** ---- SUB-TABLE STYLES FOR VIEWDOMAIN.PHP and VIEWGENE.PHP ----*/
.subtable {
	table-layout: fixed;
	border-collapse: collapse;
	border: none;
	margin-left: -5px;
}

.subtable td {
	border: none;
	text-align: left;
}

.subtable th {
	background-color: #E6E6FA;
	font-weight: normal;
	border: none;
}

/** The following styles define the look of the exons, introns and domain sequences in viewdomain.
note: These styles were previously hardcoded.
-----------------------------------------------*/
#exon {
	background-color: gray;
	color: #000;
}

#domain {
	color: #6495ED;
	font-weight: bold;
}

/** bordering intron */
#bintron {
	color: #A9A9A9;
}

/** bordering exon */
#bexon {
	color: #000;
}

