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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}


body {
	overflow: auto;
	background-color: #122c4d;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

/* Wrapper is used at the top to contain the logo and contact us information */
#wrapper {
	position:relative;
	width: 996px;
/*	height: 712px; */
	margin: 0px auto;
	background: none transparent scroll repeat 0% 0%;
}

/* ------ Content styles ----- */
#contents {
	margin: 0px;
	padding: 0px;
	height: 712px;
	width: 996px;
	font-size: 12px;
	background-color: #4A4A4A;
}

#contents a {
	color: #3cf;
	color: white;
	text-decoration: none;
}

#contents h1 {
	text-align: center;
	font-size: 20px;
	color: #FFF;
	margin-top: 4px;
}

#contents #testtable {	/* Hidden data table */
	position: absolute;
	height: 200px;
	width: 300px;
	left: 400px;
	top: 350px;
}

#contents #tabledynamic {
	overflow: auto;
	position: absolute;
	height: 180px;
	width: 986px;		/* Total width minus 20px */
	left: 0px;
	top: 35px;
	background-color: #EEE;
	color: #000000;
}

#contents #buttons {
	color: #FFFFFF;
	position: absolute;
	height: 100px;
	width: 330px;
	left: 0px;
	top: 220px;
	line-height: 20px;
	text-indent: 20px;
}

#contents #buttons ul {
	list-style: none;
}

/*--- Place to put the "Remove from list" and "Clear list" links  ---*/
#contents #RemoveSection1 {
	position: absolute;
	height: 25px;
	width: 140px;
	left: 20px;
	top: 328px;
}
#contents #RemoveSection1 a:link{
	text-decoration: none;
	color: white;
}
#contents #RemoveSection1 a:visited{
	text-decoration: none;
	color: white;
}
#contents #RemoveSection1 a:active{
	text-decoration: none;
	color:white;
}
#contents #RemoveSection1 a:hover{
	color: #CFC;
	text-decoration: none;
}

#contents #RemoveSection2 {
	position: absolute;
	height: 25px;
	width: 130px;
	left: 180px;
	top: 328px;
}
#contents #RemoveSection2 a:link{
	text-decoration: none;
	color: white;
}
#contents #RemoveSection2 a:visited{
	text-decoration: none;
	color: white;
}
#contents #RemoveSection2 a:active{
	text-decoration: none;
	color: white;
}
#contents #RemoveSection2 a:hover{
	color: #CFC;
	text-decoration: none;
}

#contents #description {
	background-color: #4A4A4A;
	position: absolute;
	height: 333px;
	width: 315px;
	left: 0px;
	top: 360px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #FFF;
	padding: 8px;
}

/* h4 is used of the tabbed panels */
h4 {
	color: #3CF;
	font-weight: normal;
}

.ReportCenter {
	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: 336px;
	top: 220px;
}

#contents #buttons a:link{
	text-decoration: none;
	color: #3CF;
}
#contents #buttons a:visited{
	text-decoration: none;
	color: #3CF;
}
#contents #buttons a:active{
	text-decoration: none;
	color: #3CF;
}
#contents #buttons a:hover{
	text-decoration: none;
	color: #CFC;
	font-weight: bold;
}


/* Styles for the Gardens Tab */
/* ========================== */
/* Div id for the garden caption names */
#contents #gardencaptions {
	overflow: auto;
	height: 300px;
	width: 300px;		/* Total width minus 10px */
	margin-left: 10px;
	margin-top: 10px;
	background-color: #EEE;
	color: #000000;
}

/* Garden List Table Caption Style */
.datatable caption {
	font-size: 1.0em;
	font-weight: bold;
	padding: 0.4em 0 0.3em 0;
	background-color: #B2C4DE;
	color: #33517A;
	border: 1px solid #789AC6;
}

/* Div id for the list of tagged plants */
#contents #taggedplants {
	margin-left: 10px;
	margin-top: 15px;
	width: 960px;
	height: 300px;
	overflow: auto;
	background-color: #4A4A4A;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #FFF;
	border: 1px solid #FFF;
}

#contents #taggedplants img {
	border: 1px solid #FFF;
	margin: 15px 0px 5px 35px;
	float: left;
}
	

#contents #gardenphoto {
	position: absolute;
	height: 298px;
	width: 620px;		/* Total width minus 10px */
	margin-left: 330px;
	top: 45px;
}

#contents #gardenphoto img {
	border: 1px solid #FFF;
	margin-left: auto;
	margin-right: auto;
}

/* Used for various buttons */
.GenericButton {
	background-image:url(../assets/images/buttons/blue130x25.jpg);
	height: 25px;
	width: 130px;
	text-align: center;
	line-height: 22px;
}

.GenericButton a:link, .GenericButton a:visited {
	display: block;
}




.tagtitle {
	text-align: center;
	background-color: #000;
	color:#FFF;
	line-height: 1.8em;
}

/* Styles for buttons */
/* ================== */
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
    font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	padding: 3px 20px;
	text-decoration:none;
	text-shadow:1px 2px 5px #2f6627;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
	color: white;
}
.myButton:active {
	position:relative;
	top:1px;
}
