/* ------ Styling that is specific to the Garden Tours screen ------ */

/* ------ Content styles ----- */
#contents {
	margin: 0px;
	padding: 0px;
	height: 563px;
	width: 750px;
	background:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#contents h1 {
	text-align: center;
}

#contents #testtable {
	position: absolute;
	height: 200px;
	width: 300px;
	left: 400px;
	top: 350px;
}

#contents #tabledynamic {
	overflow: auto;
	position: absolute;
	height: 140px;
	width: 730px;
	left: 10px;
	top: 65px;
	background-color: #EEE;
	color: #000000;
}

#contents #buttons {
	color: #FFFFFF;
	background-color: #4A4A4A;
	position: absolute;
	height: 100px;
	width: 320px;
	left: 10px;
	top: 222px;
	line-height: 20px;
	text-indent: 20px;
}

/*--- Place to put the "Remove from list" and "Clear list" links  ---*/
#contents #RemoveSection1 {
	color: #999999;
	position: absolute;
	height: 25px;
	width: 150px;
	left: 10px;
	top: 328px;
	line-height: 20px;
	text-indent: 35px;
}
#contents #RemoveSection1 a:link{
	color: #00FFFF;
}
#contents #RemoveSection1 a:visited{
	color: #00FFFF;
}
#contents #RemoveSection1 a:active{
	color: #00FFFF;
}
#contents #RemoveSection1 a:hover{
	color: #00FFCC;
	font-weight: bold;
}

#contents #RemoveSection2 {
	color: #999999;
	position: absolute;
	height: 25px;
	width: 150px;
	left: 180px;
	top: 328px;
	line-height: 20px;
	text-indent: 35px;
}
#contents #RemoveSection2 a:link{
	color: #00FFFF;
}
#contents #RemoveSection2 a:visited{
	color: #00FFFF;
}
#contents #RemoveSection2 a:active{
	color: #00FFFF;
}
#contents #RemoveSection2 a:hover{
	color: #00FFCC;
	font-weight: bold;
}


#contents #description {
	background-color: #EEE;
	position: absolute;
	height: 210px;
	width: 310px;
	left: 10px;
	top: 360px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
.ReportCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 17px;
	font-weight: bold;
}


#contents #tabledynamic td {
	padding: 3px;
}

#contents #tabledynamic th {
	padding: 3px;
}

#contents #photo img {
	margin: 2px;
	position: absolute;
	left: 338px;
	top: 220px;
}

#contents #buttons a:link{
	color: #00FFFF;
}
#contents #buttons a:visited{
	color: #00FFFF;
}
#contents #buttons a:active{
	color: #00FFFF;
}
#contents #buttons a:hover{
	color: #00FFCC;
	font-weight: bold;
}

