/*
 * $RCSfile: typography.css,v $
 * $Source: /cvs/bluegnomeweb/public/stylesheets/typography.css,v $, $Revision: 1.6 $, $Date: 2009/01/23 14:07:53 $, $State: Exp $
 */
 /* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
}

a{
	text-decoration: none;
	outline: none;
	color:#808183;
}

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


p a{
	text-decoration: underline;
	color:#808183;

}

hr{
	margin-bottom: 10px;
	
	}

h1 { font-size: 1em; 
	padding: 0;
	margin: 0px 0px 0px 0px;  


}

#header h1{
	clear: left;
	float: left;
	width: 219px;
	height: 98px;
	display: inline;
	padding: 0px;
	font-size: 1em;
	margin: 0px;
}

#header h1 a{
	clear: left;
	float: left;
	width: 225px;
	height: 98px;
	font-size: 1em;
	display: block;
	padding: 0px;
	background: url(../images/logo.jpg) no-repeat left top;
	text-indent: -30000px;
	margin: 0;
}

h2{
	font-size: 1.5em;
}


h2#combining { 
	font-size: 1em; 
	margin-bottom: 26px;
	font-size: 26px; 
	margin-left: 0px; 
	padding: 0px; 
	text-align: left;
	clear: left;
	float: left;
	background: url(../images/h2-homepage.gif) no-repeat left top;
	text-indent: -30000px;
	height: 31px;
	width: 420px;
}

h2#cytochip { 
	font-size: 1em; 
	margin-bottom: 26px;
	font-size: 26px; 
	margin-left: 0px; 
	padding: 0px; 
	text-align: left;
	clear: left;
	float: left;
	background: url(../images/h2-cytochip.jpg) no-repeat left top;
	text-indent: -30000px;
	height: 41px;
	width: 133px;
}

h3 { 
	font-size: 1.1em; 
	text-align: left; 
	margin-bottom: 17px; 
	color: #626262;
	padding: 0px;
	margin-top: 0px;
}

h3.blue{
	color: #0060AE;
	}
	
	
h3 a{
	text-decoration: underline;
	color:#808183;
	font-weight: normal;
	font-size: 0.9em;
	
	}
h4 { 
	font-size: 1em;
	color: #0060AF;
	font-weight: bold;
	float: left;
 }
 
h5 { 
	font-size: 1em; 
	background: url(../images/h5.gif) no-repeat top left;
	float: left; 
	text-align: left;
	height: 23px;
	width: 179px;
	margin: 0;
	padding: 3px 0px 0px 8px;
	color: #0060AF;
}

h5 a
{
	color: #0060AF;
	
}

h6 { font-size: 1em; }

.bold{
	font-weight: bold;
}

.small{
	font-size: 0.9em;
}




#site_search_box {
  float:right;
  padding-right: 30px;
  width: 300px;
  border:0px;
}


#search_content {
	width:925px;
	overflow:hidden;
	text-align: left;
}
#search_header {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;		
}
#site_search {
	
}
#search_results {
	border: 1px solid #13b5ea;	}
.search_table {
	border-collapse:collapse;	
	width:100%;
}
.search_table tr {
	border: 1px solid #13b5ea;	}
.search_table td {
	padding:3px;
	padding-left:5px;	
	padding-right:5px;		
	padding-bottom:10px;			
}
.search_table .tr_even {
	background: #A9D8F4;
}
.pager_holder{ background:#13B5EA; color:white;font-size: 1.2em; padding :4px;}
.pager_holder a { text-decoration:none;color:white;}
.pager{ text-align:right;}
.pager2 a { text-decoration:none;color:white;color:black;}

.page_now{ width:100%;}
.result_title{font-size: 1.3em;padding:3px;}

