


.eqcenterhome span {
	font-weight:normal;
	font-size:.75em;
}

.eqhelplink {
	float:right;
	padding-right:10px;
}

.eqhelplink a{
	padding:5px 12px 4px 6px;
	background:none !important;
}

/*#main h2 {
  text-align: left;
  font-size: 1.3em;
  font-weight: normal;
  color: #003366;
  margin: -.8em 10px 1.5em 10px;
}*/
/*#main h3 {
  color: #01508B;
  font: 1.2em Arial, Helvetica, sans-serif;
  margin: .5em 0 1em;
}*/

/* ----- Eq blurb under eq title ----- */

#blurb {
  width: 95%;
  /* width: 85%; */
  /* margin: 0 auto; */
  /* padding: 6px 6px; */
  /* border: #999 dotted; */
  border-width: 1px 0;
}
#blurb em {
  color:#666;
  display: block;
  margin-top: .4em;
  font-style: normal;
  font-size: .75em;
}

/* ----- Tabs ----- */
#sections {
  /*float: left;*/
  font: 1.1em;
  line-height: normal;
}
#sections ul {
  margin: 0;
  padding: 2.5em 0 0 2.5em;
  list-style-type: none;
}
#sections li {
  display: inline;
  margin: 0;
  padding: 0;
}
#sections li span {
	float:left;
	display:block;
	margin:0;
	padding: 0 0 0 6px;
  background: url("/images/reqs-tab.gif") no-repeat left top;
}
#sections li span a {
  float: left;
  margin: 0;
  padding: 0;
  /* border-bottom: 1px solid #003265; */
  text-decoration: none;
	border:0;
}
#sections li a span {
  float: left;
  display: block;
  padding: 5px 12px 4px 6px;
  color: #444;
  background: url("/images/reqs-tab.gif") no-repeat right top;
}
#sections a:hover span {
  color: #000;
}
#sections #sel a {
  border-bottom: 1px solid #FFF;
}
#sections #sel a span {
  color: #000;
  font-weight: bold;
  /* padding-bottom: 4px; */
}


/* Tab sections
----------------------------------------------------------------- */

#summary, #maps, #details, #news, #scitech {
  /*clear: both;*/
  border-top: 1px solid #BAD5E8;
  margin: 1.9em 10px 0px 10px;
  padding: 1em .5em;
}

/* ----- Summary section ----- */

#eq-images {
  margin: 0px 10px 0px 0px;
  padding: 0px;
  width: 150px;
  float: left;
  text-align: center;
}
#eq-images img {
  margin: 0 0 8px 0;
  padding: 0;
}

#summary ul, #summary li {
	list-style:none;
}

/* ----- Maps, News, Scitech sections ----- */

#maps ul, #news ul, #scitech ul, #details ul {
  margin: 1em 0 0 .5em;
  padding: 0;
  list-style-type: none;
}
#maps li, #news li, #scitech li, #details li {
  margin: 1em 0 0 0;
  padding: 0;
  list-style-type: none;
}
#maps h4, #news h4, #scitech h4, #details h4 {
  margin: 0 0 .2em 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}
#maps table {
  width: 600px;
  margin: 0 auto 1.5em auto;
}
#maps table td {
  width: 198px;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* ----- Details section ----- */

#parameters {
  margin: 0;
  width: 90%;
}
#parameters th, #parameters td {
  padding: 3px 6px;
  display: table-cell;
  vertical-align: top;
}
#parameters th {
  /* text-align: right; */
  background-color: #d3e3f0;
}
#parameters th a {
  color: #333;
  text-decoration: none;
  display: block;
}
#parameters th a:hover {
  text-decoration: underline;
}
#parameters td {
  text-align: left;
  background-color: #EEE;
  color: #333;
  line-height: 1.3em;
}
#parameters em {
  display: block;
  margin-left: .5em;
}
#parameters ul, #parameters li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* ----- Disclaimer ----- */
ul#networks {
  list-style-type: none;
  text-align: left;
  border-top: 1px solid #999;
  margin: 1.8em 10px .5em 10px;
  padding: .5em;
  clear: both;
  font-size: .9em;
}

/* ----- See Also ----- */
#seeAlso{
  margin: 1em 10px;
  padding: 0;
  text-align: left;
}
#seeAlso li {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  color:#00508F;
}
#seeAlso li a {
  font-size: .9em;
  text-decoration: none;
  color:#00508F;
}
#seeAlso li a:hover {
  text-decoration: underline;
}
