@charset "utf-8";
/* Gene2MeSH CSS Document */

/* General CSS  */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:  12px;
  margin:10px;
	}

#wrapper {
  width: 1000px;
  margin: auto;
	}

#header {
  width: 1000px;
  height: 60px; 
}

#footer {
	margin: auto;
	width: 1000px;
}

#left-results {
width: 150px;
float: left;
font-size:  10px;
}

#search-results-area {
	float: none;
}
p {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.footerContact {
  margin-top: 5px;
  text-align: center;
}

h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

img.img-left {
	float: left;
	padding: 3px;
}

strong {
	font-weight:bold;
}

button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

img {
  border: none;
}


/* Main DIV structure */



/* The below section effects the top navigation CSS  */

#top-nav {
  width: 1000px;
  border-bottom: 1px solid black;
  margin: 0;
  padding-bottom: 19px;
  padding-left: 10px;
}

#top-nav ul, #top-nav li
{
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#top-nav a:link, #top-nav a:visited
{
  background: #3480B4;
  border: 1px solid black;
  color: white;
  float: left;
  font-size: small;
  font-weight: normal;
  line-height:  14px;
  margin-right: 8px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
}

#top-nav a:link#current, #top-nav a:visited#current
{
  background: #fff;
  border-bottom: 1px solid white;
  color: #000;
}

#top-nav a:hover { color: #f00; }

/* The below sections effects the blue search box on top of the page */

#top-search-form {
	position: relative;
	width: 1000px;
	height: 55px;
	background-color: #3480B4;
	color: white;
}

#search-box {
  position: absolute;
  top: 10px;
  left: 9px;
}
#session-box {
  position: absolute;
  top: 10px;
  right: 100px;
}

#session-box a {
	color: white;
}

#search-button {
	position: absolute;
	top: 30px;
	left: 82px;
}

#search-box textarea {
  width: 240px;
  height: 140px;
}

#search-by {
	position: absolute;
	top: 10px;
	left: 265px;
	height: 55px;
}

#search-limit {
	position: absolute;
	top: 12px;
	left: 541px;
	height: 40px;
	width: 428px;
}
	
INPUT,TEXTAREA { 
  font-family: verdana, sans-serif; 
  font-size:  10px; 
}
	
/* middle box between search area and results area */

#show-dl {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#gene-count {
	line-height: 1.5em;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
}

#middle-container {
  margin-top: 10px;
  width: 1000px;
  height: 38px;
  border: 1px solid black;
}

/* search-results specific CSS  */


#search-results table {
  width: 100%;
  margin: 20px 0 20px 0 !important;
  font-size: 9px;
}

#search-results th,td {
  padding: 2px 4px 2px 4px !important;
  text-align: left;
  vertical-align: top;
}

#search-results td {
  height: 30px;
}

#search-results thead tr {
  background-color: #3480b4;
  color: white; 
}

#search-results th.sorted {
  background-color: orange;
}

#search-results th a,th a:visited {
  color: white;
}

#search-results th a:hover {
  text-decoration: underline;
  color: white;
}

#search-results th.sorted a,th.sortable a {
  background-position: right;
  display: block;
  width: 100%;
}

#search-results tr.odd {
  background-color: white;
}

#search-results tr.tableRowEven,tr.even {
  background-color: #ddd;
}

#search-history {
  margin-top: 5px;
  line-height: 1.3em;
  }

/* aboutPage specific CSS  */


h3.aboutPage {
  font-family: 'Times New Roman';
  font-weight: bold;
  font-size: 12px;
  line-height:  17px;
  background: #CCEEFF;
  margin-bottom: 5px;
}

p.aboutPage {
  font-family: 'Times New Roman';
  padding-left: 12px;
}

h2.aboutPage  {
  font-family: 'Times New Roman';
  font-weight:bold;
  font-size: 15px;
  line-height: 16px;
  color: blue;
  border-bottom: 1px solid blue;
  margin-bottom: 5px;

}

ol.aboutPage li {
  font-size: 12px;
  font-family: 'Times New Roman';
}

ul.aboutPage li {
  font-size: 12px;
  font-family: 'Times New Roman';
  list-style-type: none;
  line-height: 140%;
}
 p.returnQ {
	 margint-top: 5px;
 }#search-results p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#wrapper #top-search-form #bd form #session-box p {
	margin-top: 5px;
    font-family: verdana, sans-serif; 
    font-size:  10px; 
}
#wrapper #search-results-area #dt-replace-here form #left-results table tr td input {
	margin-bottom: 5px;
}
