.container {
	width:750px;
	max-width:750px;
	margin: 10px auto;
	padding: 0;
}

.main_image {

	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.report {
	font-family: "Courier New", Courier, mono;
}

.report_bold {
	font-weight: bolder;
}
.error {
	color: #FF0000;
	text-align: center;
	margin-bottom: 30px;
}

.photo {
	text-align: center;

}

#weather {
	font: 13px;
	font-weight: bold;
	color: #333333;
	background-color: #bbff99;
	text-align: center;
	padding: 4px;
	margin-right: 2px;
	width: 403px;
}

.message {
	color: blue;
}

.footer {
	font-size: x-small;
	margin-bottom: 30px;
}

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(web_images/test_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 15px;
	text-align: center;
	color: #333333;
}
.page_header {
	font-size: larger;
	font: 14px;
	margin-bottom: 20px;
}
td {
	font-size: small;
	font: 13px;
	color: #333333;
}

.page_block {	
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: small;
	font: 14px;
	text-align: justify;
}
.page_block p{
	font-size: small;
	font: 13px;
}
.page_content {
	clear: both;
	padding: 12px;
	font-size: small;
	font: 13px;
}
.banner {
	background-image: url(web_images/bground/rotate.php);
	height: 110px;
	margin: 0px;
}
.title {
	background-image: url(web_images/title.gif);
	background-repeat: no-repeat;
	height: 110px;
}

.plant_image {
	margin: 0px 18px 0px 0px;
	float: left;
	border: 0px;
	height: 100px;
	width: 100px;
	text-align: right;
}
.plant_box {
	font-size: small;
	font: 13px;
	margin: 10px;
}
.plant_name {
	font-size: small;
	font: 13px;
	font-weight: bold;
}
.plant_alt_name {
	font-size: small;
	font: 13px;
	font-style: italic;
	color: #333333;
}
.availability {
	font-size: small;
	font-style: normal;
	font: 13px;
}
#nav_bar_user,
#nav_bar_admin {
	margin: 0;
	padding: 0;
}

#nav_bar_user ul,
#nav_bar_admin ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
	clear: left;
	border: none;
	border-bottom: 1px solid #ccc;
}

#nav_bar_user ul li,
#nav_bar_admin ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: none;
	border-top: 0px;
	background: #fff;
	padding: 0;
	margin: 0 0 0px 0;
	color: #003300;
	font-size: x-small;
	font: 11px;
}

#nav_bar_user ul li a {
	display: block;
	text-decoration: none;
	width: 92px;
}

#nav_bar_user ul li#last,
#nav_bar_user ul li#last a {
	width: 96px;
}

#nav_bar_admin ul li a {
	width: 106px;
	text-decoration: none;
	display: block;
}
#nav_bar_admin ul li#last,
#nav_bar_admin ul li#last a {
	width: 105px;
}


#nav_bar_admin ul li#current a,
#nav_bar_admin ul li a:hover,
#nav_bar_user ul li#current a,
#nav_bar_user ul li a:hover {
 	color: #fff;
	background-color:#003300;
 }

#nav_bar_admin ul li#current_last a {
	color: #fff;
	background-color:#003300;
	width: 96px;
}
#nav_bar_user ul li#current_last a {
	color: #fff;
	background-color:#003300;
	width: 96px;
}

#nav_bar_user ul li#first,
#nav_bar_admin ul li#first {
	border-left: none;
}

a {
	color: #003300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.footer {
	text-align: center;
}

.detail_stat_title {
	font: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 30px;
}
.detail_image {
	height: 350px;
	width: 350px;
	text-align: right;
	vertical-align: top;
}

.detail_stat {
	font: 12px;
	margin-bottom: 10px;
	margin-left: 30px;
}
