/*  Page styles  */

div.npd_searchbox {
	float: right;
	width: 188px;
	margin: 0 0 20px 20px;
	border: 1px solid #bbb;
	padding: 10px;
}

p.npd_footer {
	font-size: 0.9em !important;
}


/*  Messages  */

.error {
	margin: 1em 0;
	border: 1px solid #c8013b;
	background-color: #fdc;
	padding: 0.5em 1em;
}

.error p,
.error ul
{
	margin: 0.5em 0;
}

p.message {
	margin: 1em 0;
	border: 1px solid #313f11;
	background-color: #dfd;
	padding: 0.5em 1em;
	color: #313f11;
}

.center {
	text-align: center;
}


/*  Search page  */

p.smallMargin {
	margin: 0.5em 0;
}

.required {
	color: #c8013b;
}


/*  Search results pages  */

table.searchResults {
	border-top: 1px solid #888;
}

table.searchResults td {
	border-bottom: 1px solid #888;
}

div.plantThumb {
	width: 140px;
	min-height: 100px;
	margin: 0.5em 0;
}

div.plantThumbInvasive {
}

div.plantThumbInvasive img {
	border: 2px solid #c8013b;
}

div.plantThumbInfo {
}

div.plantThumbInfo p {
	margin: 0.5em 0 0;
	font-size: 1em;
	line-height: 1.3em;
}

p.thumbLatinName {
	font-size: 1.2em !important;
	font-weight: bold;
	font-style: italic;
}

p.thumbName {	
}

p.invasiveNote,
.invasive
{
	color: #c8013b;
	font-weight: bold;
}

.smallMargin {
	margin: 0.5em 0 !important;
}



/*  Lists pages  */

table.plantListInfo p {
/*	margin-right: 1em !important;*/
}

table.plantList {
}

table.plantList th {
	border-top: 3px solid #888;
	border-bottom: 1px solid #888;
	text-align: left;
	padding: 0 1em;
}

table.plantList td {
	border-bottom: 1px solid #888;
	padding: 0.5em 1em;
}

table.plantList td p {
	margin: 0.5em 0;
}

table.plantList img {
}

td.invasive {
	background-color: #fdc;
}



/*  Plant Details page  */

table.plantDetails p,
table.plantDetails p.smallMargin
{
	margin-right: 20px !important;
}

.details_item {
	margin: 0.1em 0;
}