/*Beginning of classes for Basic table*/
table.form-table
{
	border: 2px solid #BFC4BF; 	border-collapse: collapse;
	margin: 5px 0px 5px 60px; /*T R B L*/
	text-align: left;
/*	background-color: #9CB08C;*/
}
table.form-table tr
{
	vertical-align:top;
	line-height:280%;
}

table.form-table tr th
{
	padding: 0em 0.5em 0em 0.3em; /*T R B L*/ 
	font-size: 14px; font-style: normal; font-weight: normal;
/*	color: #0019A0;*/ 	color: #000000;
	width: 180px;
	vertical-align: middle;
	background-color: #CECECE;
} 

table.form-table tr td
{
	padding: 0em 0.5em 0em 0.3em; /*T R B L*/ 
	font-size: 13px; font-style: italic; font-weight: normal;
	text-decoration: none;
	color: #3C352D;
}

table.form-table tr td a
{
	font-size: 12px; font-style: italic; font-weight: normal;
	text-decoration: underline;
	color: #D708B2;
}
table.form-table tr td a:hover
{
	font-size: 12px; font-style: normal; font-weight: normal;
	text-decoration: none;
	color: #FF585E;
}

/*End of classes for form table*/

table.botanical{ margin-bottom: 20px; margin-left:12px; color: #000; } 
table.botanical { border-collapse:collapse; width: 765px; } 
table.botanical tr td.even {  background-color:#BCBDB9;} 
table.botanical tr td { padding-left: 10px; font-size: 12px; } 
table.botanical tr td b{ text-align: right; } 
table.botanical tr th { padding-left: 10px;background-color: #A8A9A3; color: #fff;} 
table.botanical tr th b{ text-align: right; } 
table.botanical tr th span{ font-weight: normal; font-size: 13px; }


table.synonymous { border-collapse:collapse; width: 760px; color: #000000;}
table.synonymous tr.even { background-color: #BBCFCA; }
table.synonymous tr.odd { background-color: #BBCFCA;}
table.synonymous tr td { padding-left: 10px; }
