
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx    overwite the gmability css settings  xxxxxxxxxxxxxxx    */

body { 
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif; 
}
h1 { 
	font-size: 16px;
	color: #355278;
}
h2 {
	font-size: 14px;
	color: #666;
}
h3 {
	font-size: 12px;
}
a:link, a:active, a:visited { 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#plantPopContent {
	width: 640px;
	padding-left: 10px;
}
#plantPopContent h3 {
	font-size: 12px;
}

table.dtable thead th {
	background-color: #B4CAE1;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	line-height: 1;
}
table.dtable tbody td {
	background-color: #EBEEF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1;
	color: #333;
}
table.dtable div {
	float: left;
	display: inline;
	width: 85px;
}
table.dtable span {
	float: right;
	display: inline;
	width: 85px;
	text-align: right;
}
#imageCell {
	text-align: center;
}
#imageCell img { 
	border: 1px solid #b4cae1;
}

#popPopCopyright {
	margin-top: 10px;
	text-align: right;
}