/* CSS Document */
.ShrubName_HL{
	background:url(../images/bg_name.jpg);
	background-repeat:repeat-y;
}
#ShrubName{
	font-weight:bold;
	font-size:120%;
	margin:5px;
	margin-bottom:-5px;
	padding:5px;
	width:500px;
	clear:both;
	/*background:url(../images/bg_name.jpg);background-repeat:repeat-y;*/
	border-bottom:1px dashed #aaaaaa;
	
}
#ShrubName .Common{
	color:#336600;
	font-size:100%;
	font-weight:bold;
}
#ShrubName .Scientific{
	font-style:italic;
	font-size:90%;
}
#ShrubName .pic{
	float:left;
	width:100px;
	text-align:center;
}
#ShrubName img{
	border: 1px solid #000000;
	padding:2px;
}
#ShrubName .text{
	float:left;
	margin-left:15px;
	width:300px;
}
.Category{
	background-color:#eeeeee;
	
	padding-left:20px;
	padding-bottom:5px;
	
	border-bottom:2px dashed #ffffff;
	width:500px;
	clear:both;
	font-size:150%;
	margin-bottom:5px;

	float:left;
	text-align:left;
	position:relative;
}

#SearchDialog{
	margin:5px;
	padding:20px;
	border-bottom:1px dashed #000000;
}
#ShrubName a{
	border:0px;
	text-decoration:none;
}
.SearchResult{
	text-decoration:underline;
}
#NavSearch{
	margin-right:10px;
	float:right;
}
#SubMenu .Element_at{
	height:35px;
	margin:-5px;
	margin-top:3px;
	margin-bottom:3px;
	
}
