.filterSearchBar {
	position: relative;
	padding-bottom: 30px;
	width: 900px;
	height: 30px;
}
.filterSearch {
	position: relative;
	padding-bottom: 30px;
	width: 360px;
	height: 100%;
}
.filterSearch p {
	float: left;
	padding-right: 20px;
	font-weight: bold;
	font-size: 13px;
	line-height: 0;
}
.cellLine {
	float: left;
	width: 40%;
}
.transfReagent {
	float: left;
	width: 40%;
}
.viewAll {
	float: right;
}
select {
	display: inline;
	float: left;
}
table {
	width: 900px;
}
.even {
	background-color: #F8F8F8;
}
.head {
	background-color: #DEE7EB;
	font-weight: bold;
}
.expand {
	background-color: #EFEFEF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#E5E5E5));
  background-image: -webkit-linear-gradient(top, #F8F8F8, #E5E5E5);
  background-image:    -moz-linear-gradient(top, #F8F8F8, #E5E5E5);
  background-image:      -o-linear-gradient(top, #F8F8F8, #E5E5E5);
  background-image:         linear-gradient(to bottom, #F8F8F8, #E5E5E5);
	font-weight: bold;
	cursor: pointer;
}
.expand:hover {
	text-decoration: underline;
}
.expandArrow {
	display: inline;
	padding-left: 12px;
	width: 12px;
	height: 12px;
	background-image: url(/assets/images/transfectionDatabase/arrows.png);
	/* background-position: 0px 0px; */
	background-repeat: no-repeat;
}
.arrowDown {
	background-position: 0px -12px;
}
.hidden {
	display: none;
	background-color: #EFEFEF;
}
.horizRule {
	border-top: 1px solid #b2b2b2;
}
.transfectionIntro {
	margin-bottom: 20px;
	height: 175px;
}
.transfectionIntro p {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	width: 50%;
	font-size:12px;
}
.cellLineSearch {
	width: 100%;
	height: 30px;
}
.transfReagentSearch {
	height: 30px;
}
.transfReagentSearch p {
	margin-top: -8px;
	line-height: 14px;
}
.transBtn {
	height: 20px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 4px 12px;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
	-webkit-border-radius: 3px;
  -webkit-border-radius: 4px;
	-moz-border-radius: 3px;
  -moz-border-radius: 4px;
	border-radius: 3px;
  border-radius: 4px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
	-webkit-box-shadow: 1px -2px 4px 2px #1F1F1F;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 1px -2px 4px 2px #1F1F1F;
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 1px -2px 4px 2px #1F1F1F;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  color: #333333;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: pointer;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *border: 0;
  *margin-left: .3em;
}
.searchBtn {
	float: right;
	margin-right: 10px;
}
.viewAllBtn {
	float: right;
	clear: both;
	margin-right: 10px;
}
.styled {
	position: absolute;
	left: 150px;
	width: 200px;
}
.styledInline {
	width: 150px;
}
.tableNote {
	height: 30px;
}
.tableNote p {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.contentMid {
	 height: 100%; 
}