/* Styling for Select-a-Pham and Gene/Pham pages */
/* From search page */
#or {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px; }

.searchbox {
  border: 1px solid black;
  width: 500px;
  padding: 20px;
  margin-top: 15px;
  font-size: 14px;
  background: #dddddd; }

.searchbox input {
  margin: 8px 0px; }

.searchbox select {
  margin: 8px 0px;
  width: 160px; }

/* From results page after searching by Pham number */
.match {
  float: left;
  width: 100px;
  display: block;
  text-align: center;
  margin-right: 6px;
  margin-top: 6px;
  background: #dddddd;
  border: 1px solid black;
  cursor: pointer;
  padding: 2px; }

.match:hover {
  background: #1e5799;
  color: white; }

#gmatchhdr {
  float: left;
  color: white;
  display: block;
  padding: 6px 8px;
  font-size: 18px;
  background: #333;
  width: 584px;
  clear: both; }

/* Used anywhere on site still? */
/*table.gmatch {
	background: #333;
	width: 600px;
	font-size: 12px;
	clear:both;
}

table.gmatch td {
	background: #DDD;
	word-wrap:break-word;
	padding: 2px 4px;
}

table.gmatch td.little{
	width:120px;
	cursor:pointer;
}

table.gmatch td.little:hover{
	background: #333;
	color: #fff;
}

table.gmatch td.big{
	width:240px;
}*/
/* Pham Info Table */
table.phamStats {
  width: 660px;
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  clear: both; }

table.phamStats th {
  background-color: #333;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  padding: 6px 12px;
  text-align: center; }

table.phamStats td {
  background-color: #CCC;
  color: #000;
  width: 330px;
  padding: 6px 12px;
  text-align: left;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid; }

/* Pham color box */
#colbox {
  width: 64px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px; }

/* From pham notes search results */
table.phamPhages {
  text-align: center;
  font-weight: normal;
  width: 660px;
  border-collapse: collapse;
  border-spacing: 0px;
  clear: both;
  margin-bottom: 20px; }

table.phamPhages th {
  background-color: #333;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding: 6px 12px;
  text-align: center; }

table.phamPhages tr:nth-child(2n+2) {
  background: #ddd; }

table.phamPhages tr:nth-child(2n+3) {
  background: #ccc; }

table.phamPhages td {
  padding: 6px 8px;
  text-align: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; }

td.link {
  cursor: pointer; }

td.link:hover {
  color: white;
  background: #1e5799; }

table.phamPhages td.subhead {
  background-color: #777;
  color: #FFF;
  padding: 6px 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  text-align: center; }

#getpham {
  margin: 10px 0px;
  width: 300px;
  display: block;
  font-size: 14px;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  float: left; }

#aaSequence {
  background: #fff;
  width: 294px;
  padding: 6px 8px;
  word-wrap: break-word; }

#prev {
  background-color: #444;
  float: left;
  color: #eee;
  padding: 4px 8px;
  margin-bottom: 1px;
  font-size: 12px; }

#prev:hover {
  color: #fff;
  background: #333; }

#next {
  background-color: #444;
  float: right;
  color: #eee;
  padding: 4px 8px;
  margin-bottom: 1px;
  margin-right: 1px;
  font-size: 12px; }

#next:hover {
  color: #fff;
  background: #333; }

.blastme {
  text-align: center;
  color: white;
  padding: 6px 12px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  width: 320px;
  display: block;
  float: left; }
