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

/* General CSS  */

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

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;
	font-size: 16px;
	font-weight: bold;
}

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;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

/* Main DIV structure */

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

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

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


/* 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: 7px;
	left: 9px;
}

#search-button {
	position: absolute;
	top: 20px;
	left: 50px;
}

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

#search-by {
	position: absolute;
	top: 7px;
	left: 265px;
	height: 45px;
}

#search-limit {
  position: absolute;
  top: 10px;
  left: 550px;
}
	
#frontInfo {
  margin-top: 10px;
  width: 1000px;
}

ol.frontPage li {
  font-family: 'Times New Roman';
}

ul.frontPage li {
	list-style-type: none;
	line-height: 140%;
	font-size: 12px;
}
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 {
  border: 1px solid #666;
  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%;
}
