@import url(standard.css);
*	{
margin:0px;
padding:0px;
}

body	{
	background-color:#808A53;
	}
	

#container_bar	{
	background-color:#CCCCCC;
	opacity: .7;
	filter: alpha(opacity=70);
	width:100%;
	position:relative;
	height:235px;
	position:absolute;
	z-index:2;
	top:170px;
	left:0px;
}

#container	{
	top:0px;
	background-color:#CCCCCC;
	width:985px;
	position:relative;
	margin:auto;
	height:345px;
	z-index:2;
	overflow:visible;
}

#search_box	{
	border: 8px solid #6F679D;
	height:40px;
	width:230px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	position:absolute;
	top:237px;
	left:56px;
	opacity: .9;
	filter: alpha(opacity=90);
	z-index:5;
}

#container_title	{
	width:985px;
	margin:auto;
}
#img_herb	{
	border:0px;
	position:relative;
	padding:15px;
}

#img_tooltip	{
	position:absolute;
	border:0px;
	left:50px;
	top:50px;
	z-index:4;
}

#img_leaf1		{
	position: absolute;
	border:0px;
	left:900px;
	top:75px;
	z-index:3;
}#img_leaf2		{
	position: absolute;
	border:0px;
	left:230px;
	top:-20px;
	z-index:3;
}#img_leaf3		{
	position: absolute;
	border:0px;
	left:-10px;
	top:200px;
	z-index:3;
}

#results_container		{
	height:251px;
	width:538px;
	background:url(/biology/herbarium_db/images/results.png);
	background-repeat:no-repeat;
	position:absolute;
	left:400px;
	top:50px;
	z-index:7;
}

#results	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.7em;
	height:175px;
	position:absolute;
	left:186px;
	top:35px;
	width:320px;
	overflow:auto;
}

p,a,td	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.7em;
}

h3	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.7em;
}

td		{width:200px;}

#details_container	{
	top:50px;
	background-color:#fff;
	opacity: 1;
	filter: alpha(opacity=100);
	width:985px;
	position:relative;
	margin:auto;
	z-index:2;
	}
	
#details	{
	position:relative;
}
#details table	{
	margin:auto;
}
	
.odd {background-color: #F9D8A2;}
.even {background-color: #FFF6E5;}

#date_updated {	margin: 0 auto 0 auto; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color: white; line-height:2em; width: 100%; text-align: center; }

