@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;

	background-color: #E6E6FF;
}
#wrapper{
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

#map{
	font-size: 90%;
	width: 765px;
	height: 600px;
	float: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#side_bar_container{
	font-size: 90%;
	width: 217px;
	height: 581px;
	padding: 7px 7px 12px 7px;
	background-color: #FFFFEE;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#side_bar{
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
}
#garden_list{
	height: 505px;
	overflow: auto;
}
#garden_list a:link, #garden_list a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}
#garden_list a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
#dates_list{
	height: 500px;
	overflow: auto;
	display: none;
}
.infoText{
	width:270px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
}
.infoText input{
	color: #999999;
}
.infoText h2{
	padding: 0;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
}
.gardenListName{
	margin-top: 10px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.weatherInfo{
	width: 320px;
	height: 200px;
}
#key {
	font-size: 90%;
	background: #FFFFD7;
	padding: 20px;
}
#buttons {
	background-color: #B8CADC;
	height: 75px;
	width: 214px;
	border: 1px solid #000000;
}
#buttons a img{
	border: 0;
	margin-left: 4px;
}
.month{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 15px;
	font-weight: bold;
	padding-top: 3px;
	font-size: 120%;
	background-color: #FFFF66;
}
.date{
	font-size: 80%;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #FFFFEE;
	padding-bottom: 7px;
	padding-top: 4px;
}
#dates_list #date .name{
	font-weight: normal;
	margin-top: 3px;
}
.name a:link, .name a:visited{
	font-weight: normal;
	text-decoration: none;
	color: #006699;
}
.name a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #FF6600;
}

a:link {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
#key p {
	color: #006699;
	font: 100% Arial, Helvetica, sans-serif;
}
.clearAll {
	clear: both;
}
#key p {
	margin: 20px;
	font-weight: normal;
}
#key table {
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right: 30px;
}
#key h2 {
	margin-left: 20px;
}
