/* The background for the top row of the word search and number search results that contains the collection/view name */
.tableheaderRowcolorBckGround {
	border: 1px solid #7EB5FF;
	background-color: #7EB5FF;}
	
/* this is default color that will be used through out the site if a specific color isn't set inside the specfic folder */
.color {
	color : #5B10B8;}
	
/* begin all text sizing classes */
.textSmall {
	font-size : .8em;
	font-weight : normal;}
	
.text {
	font-size : 1em;
	font-weight : normal;}
	
.textMed {
	font-size : 1.4em;
	font-weight : normal;}
	
.textLarge {
	font-size : 1.5em;
	font-weight : normal;}
/* end all text sizing classes */

/* begin all text formating classes */
ul {
	font-size : 1em;
	font-weight : normal;}
	
p {
	font-size : 1em;
	font-weight : normal;}	
.bold {
	font-weight : bold;}


/* end all text formating classes */

/* ul#newStrains  */
#relatedLinks li {
	padding: .5em 0em .5em 0em;}

#newStrains li {
	padding: .05em 0em .05em 0em;}

/* begin link styles */
/* begin related links and new strains styles */
a {

	text-decoration: none;}
	
a:hover {
	text-decoration: underline;}

a.jumpStation {
	font-size: 1em;
	text-decoration: none;}
	
a.jumpStation:hover {
	text-decoration: underline;}
/* end related links and new strains styles */
/* end link styles */

td.detailHeader {
	background-color: #7EB5FF;}
	
/* These control the search box on each of the collection home page */
.colorCellBckGround {
	border: 1px solid #7EB5FF;
	background-color: #7EB5FF;}
	
.colorBorder1 {
	border: 1px solid #65BCD0;
	background-color: #DBF0F5;}
	
select {
	font-size: 1.2em;
	background-color: #FFFFFF;}
	
.textInput {
	font-size: 1.2em;
	background-color: #FFFFFF;}
	
input  {
	font-size : 1.2em;
	font-weight : medium;
	
}

