﻿@page {
  size: 8.5in 11in;  /* width height */
  margin: 10%;
  orphans:4; widows:2;
}

h1 {font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #4CAD47; margin: 0px 0px 10px 0px; line-height:normal; font-size: 45px; }
h2 {font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #592D8C; margin: 0px 0px 5px 0px;  line-height:normal; font-size: 30px;}
h3 {font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #666; margin: 0px;   line-height:normal; font-size: 22px;}
h4 {font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; color: #4CAD47; margin: 0px; line-height:normal; font-size:20px;}
h5 {font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #592D8C; margin: 10px 0 0 5px;   line-height:normal; font-size: 20px;}

#container {
   min-height:100%;
   position:relative;
}
#topStripe {
 	display:none;
}
#wrap {
	POSITION:relative; margin:0 auto 0 auto; width:1041px; 
}
#popUpWrap {
	margin:0 auto 0 auto; padding:20px;
}
#header {
	 HEIGHT:146px; width: 100%; margin: 0 auto 0 auto;
}
#logo {
	  float:left; width:303px; height:146px;  margin:0;
}

#topLinks {
	display:none;
}
#icons {
	display:none;
}
/************************************************************************************
NAV
*************************************************************************************/
#nav {display:none;}
/************************************************************************************
MAIN
*************************************************************************************/
#mainHomeBackground {
	width:100%;
	background:url(/images/TopFlowers.png) no-repeat center top; 
}
#mainHome {
	width: 1000px;
	min-height:520px; 
	padding:30px 20px 30px 25px; 
	margin: 0 auto 0 auto; 
	font-size:0.9em;
	line-height:1.5em;
	overflow:hidden; 
	color:#000
}
#mainMainBackground {
	width:100%;
	background:url(/images/TopFlowersMain.png) no-repeat center top; 
}
#mainMain {
	width: 940px;
	min-height:520px; 
	padding:70px 40px 30px 40px; 
	margin: 0px auto 0 auto; 
	font-size:0.9em;
	line-height:1.5em;
	overflow:hidden; 
	color:#000
}
#main {
	width: 930px; 
	min-height:520px; 
	background:url(../images/mainBackground.png) no-repeat; 
	padding:50px 80px 30px 60px; 
	margin: 0; 
	font-size:0.9em;
	line-height:1.5em;
	overflow:hidden; 
	color:#000;
}
#mainUser {
	width: 930px; 
	min-height:520px; 
	background:url(../images/mainBackground.png) no-repeat; 
	padding:50px 80px 30px 60px; 
	margin: 0; 
	font-size:0.9em;
	line-height:1.5em;
	overflow:hidden; 
	color:#000;
}

.homeTopPurple {
	text-align:center;
	padding-top:15px;
	height:360px;
}
.homeTopPurple h1 {font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #fff; margin: 0px 0px 10px 0px; line-height:normal; font-size: 60px; }
.homeTopPurple h2 {font-family: 'open_sansregular', arial, verdana, sans serif;  color: #f1f1f1; margin: 0px; text-transform:none; line-height:24px; font-size: 16px;}
.homeTopPurple a:link {	color:#4CAD47; TEXT-DECORATION: none;  }
.homeTopPurple a:active{ color: #fff; text-decoration: none;  }
.homeTopPurple a:visited {color: #4CAD47; TEXT-DECORATION: none;   }
.homeTopPurple a:hover { color:#fff; TEXT-DECORATION: none; }


#tagline { 
	margin: 25px 0 }
#tagline h2 {color:#f1f1f1;  font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; font-size: 50px; text-transform:uppercase; margin:40px 0 20px 0; }
#tagline h3 {font-family: 'open_sansregular', arial, verdana, sans serif;  color: #f1f1f1; margin: 0px; text-transform:none;  line-height:24px; font-size: 16px;}

a:link.signupbutton{
	background-color:#4CAD47;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #4CAD47;
	display:inline-block;
	color:#fff;
	font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; 
	font-size:30px;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	margin:10px 0 0 0;
	padding:10px;
}
a:hover.signupbutton {
	display:none;
}
a:link.signupbutton_big{
	display:none;
}
a:link.frostButton{
	display:none;
}
a:link.createCalendarButton{
	display:none;
}
.createCalendarButton img {
	display:none;
}

a:link.upgradebutton{
	display:none;
}
a:link.editbutton{
	display:none;
}
#homeMiddleGray {
	text-align:center;
	margin: 20px 0 15px 0;
	min-height:280px;
}
#homeMiddleGray a:link {	color:#999; TEXT-DECORATION: none; }
#homeMiddleGray a:active{ color: #666; text-decoration: none;  }
#homeMiddleGray a:visited {	color: #999; TEXT-DECORATION: none;   }
#homeMiddleGray a:hover { color:#666; TEXT-DECORATION: none; }

#mainMiddleGrayBackground {
	width:100%; 
	background:#333;
	text-align:center;
	margin: 40px auto 0px auto;
	padding:0;
	min-height:330px;
}
#mainMiddleGray {
	width: 930px; 
	padding:50px 80px 30px 60px; 
	margin: 0 auto 0 auto; 
	font-size:0.9em;
	line-height:1.5em;
	overflow:hidden; 
	color:#f1f1f1;
}
#mainMiddleGray h3 {font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #6BB860; margin: 0px 0px 10px 0px; line-height:normal; font-size: 35px; }

#content-secondary { /*SIDEBAR*/
	float:right; padding:5px 0px 5px 0px; margin:20px 40px 20px 0px; width:200px; 
}

#paypal {
	width:350px;
	float:left;
	text-align: left;
	margin:20px 20px 0 0;
}
#cartDescription {
	margin:20px 0 0 0;
	padding:10px;
	font-size:80%;
	text-align:justify;
}
#checkAll {
	width:250px;
	margin: 10px 100px 0 0;
	float:right;
	font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #6BB860;
}
.break {clear:both;}
.pageNumbers {
	width:100%;
	text-align:right;
	font-size:85%;
}
.pageNumbersBottom{
	margin: 20px 0 0 0;
	width:100%;
	text-align:right;
	font-size:85%;
}
.pageNumbers  a:link { color: #999; border:#ccc 1px solid; padding:2px 3px 2px 3px; margin:1px; text-align:center; border-radius:2px; }
.pageNumbers a:active{ background-color: #fff; border:#999 1px solid; color:#187CBC;  border-radius:2px; }
.pageNumbers  a:visited { color: #999;}
.pageNumbers  a:hover{ background-color: #187CBC; border:#999 1px solid; color:#fff;  border-radius:2px; }

.pageNumbersBottom  a:link { color: #999; border:#ccc 1px solid; padding:2px 3px 2px 3px; margin:1px; text-align:center; border-radius:2px; }
.pageNumbersBottom  a:active{ background-color: #fff; border:#999 1px solid; color:#187CBC;  border-radius:2px; }
.pageNumbersBottom  a:visited { color: #999;}
.pageNumbersBottom  a:hover{ background-color: #187CBC; border:#999 1px solid; color:#fff;  border-radius:2px; }

.highlightPageNum {color:#187CBC; background-color:#e2e2e2;  border:#ccc 1px solid; padding:2px 5px 2px 5px; margin:0;  	
	-moz-border-radius:2px 2px 2px 2px;
     border-radius:2px 2px 2px 2px;
     -webkit-border-radius:2px 2px 2px 2px;
}
.box{
	float:left;
	padding: 0 25px 0 25px;
	margin:0 30px 0 20px;
	width:28%;
	text-align:center;
	font-family: 'open_sansregular', arial, verdana, sans serif;  color: #f1f1f1; margin: 0px; text-transform:none;  line-height:normal; font-size: 16px;
}
.box h3 {font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #6BB860; margin: 0px 0px 10px 0px; line-height:normal; font-size: 35px; }
.boxOutlineShaded {
	padding:15px;
	overflow:hidden;
	margin: 5px auto 10px auto;
}
.boxOutlineShadedList {
	border:1px #ccc solid;
	border-radius:5px; 
	padding:10px 5px 10px 5px;
	overflow:hidden;
	margin: 15px auto 5px auto;
	width:97%;
	text-align:left;
}
.boxOutlineShadedCalendar {
	border:1px #ccc solid;
	border-radius:5px; 
	padding:10px 5px 10px 5px;
	overflow:hidden;
	margin: 5px auto 10px auto;
	text-align:center;
}
.frostDates {
	width:100%;
	text-align:center;
	margin: 0 0 10px 0;
	overflow:hidden;
}
.viewCalendar {float:right;
	margin:-40px 0 0 0 ;
	width:300px;
	font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #666; font-size: 20px;
}
.viewCalendar img {
	margin:-4px 6px 0px 0;
	float:left;	
}
.header {background:#e2e2e2; width:98%; padding:5px; border-radius:5px; }
.headerSmall {font-size:20px; font-family: 'bebas_neueregular', arial, verdana, sans serif;  text-transform:uppercase; color: #666; margin-right:5px; display: inline-block; width:180px;}

.calendarWeek{
	background:#e2e2e2;
	border-radius:5px;
	padding:10px;
	margin:10px;
	clear:both;
	overflow:hidden;
}
.calendarWeek .colSpan1of3 {
	padding:5px;
}
.calendarWeek h2 {
	color: #4CAD47;
	background:#f1f1f1; 
	width:99%; 
	padding:5px;
}
.calendarWeek h3 {
	color: #592D8C;
	background:#f1f1f1; 
	width:99%; 
	padding:5px;
	margin-bottom:5px;
}
.calendarWeek ul{
	padding:0 0 0 35px; margin:0; 
}
.calendarWeek li {

	padding:2px 5px; margin:0; 
	font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #666; font-size: 20px;
}
.colorBlockDkGrey {
	background:#666;
	border-radius:5px;
	color:#fff;
	margin: 0 0 15px 0;
}
.colorBlockGrey {
	background:#ccc;
	border-radius:5px;
}
.colorBlockVeryLtGrey {
	background:#ededed;
	border-radius:5px;
}
.colorBlockLtGrey {
	background:#e5e5e5;
	border-radius:5px;
}
.colorBlockMedLtGrey {
	background:#e0e0e0;
	border-radius:5px;
}
.colorBlockMedGrey {
	background:#dbdbdb;
	border-radius:5px;
}
.colorBlockMedDkGrey {
	background:#d6d6d6;
	border-radius:5px;
}
.colorBlockGreen {
	background:#4CAD47;
	border-radius:5px;
}
.colorBlockPurple {
	background:#592D8C;
	border-radius:5px;
}
.colSpan1of3 {
	float:left;
	width:30.8%;
	margin:5px;
}
.colSpan2of3 {
	float:left;
	width:63%;
	margin: 5px;
}
.colSpan3of3 {
	float:left;
	width:98%;
	margin: 5px;
}

.colSpan1of2 {
	float:left;
	width:47%;
	padding:10px;
}
.colSpan2of2 {
	float:left;
	padding:10px;
}
.colSpan1of4 {
	float:left;
	width:25%;
}
.colSpan3of4 {
	float:left;
	width:75%;
}
.colSpan1of6 {
	float:left;
	width:13%;
	margin: 5px;
}
.colSpan5of6 {
	float:left;
	width:85%;
	margin: 5px;
}
.selectTypeOfPlanting {
	margin: 2px 0 2px 0;
	padding:5px;
	clear:both;
	overflow:hidden;
}
.selectTypeOfPlanting h3 {
	margin:5px 0 0 0;
	color:#592D8C;
}
.selectTypeOfPlanting label {
	color:#666;
}
.selectTypeOfPlantingRow01 {
	background-color:#d3d3d3;
}
.selectTypeOfPlantingRow02{
	background-color:#e2e2e2;
}
.greyedOut {
	color:#C0C0C0;
}
.clearBoth {clear:both;}
.plantingGuideMatrix {
	min-height: 230px;	
	border: 1px #e2e2e2 solid;
	padding: 5px;
	margin: 5px;
	float:left;
	width: 200px;
	border-radius:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.plantingGuideMatrix:hover {
	background:#d6d6d6;
}
.plantingGuideMatrix img{
	border-radius:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.thumbnailPlantingGuides{
	display:none;
}
.howToGrowText {
	float:left;
	width:50%;
}
.howToGrowImgBox {
	float:left;
	width:48%;
	margin-left:10px;
	border:1px #ccc solid;
	border-radius:5px; 
	background:#e2e2e2;
	height:auto;
	overflow:hidden;
}
.howToGrowSeed {
	border:1px #ccc solid;
	border-radius:5px; 
	background:#e2e2e2;
	padding:10px;
	overflow:hidden;
	margin: 0 auto 10px auto;
	text-align:left;
	width:95%;
}
.howToGrow {
	border:1px #ccc solid;
	border-radius:5px; 
	background:#e2e2e2;
	padding:10px;
	overflow:hidden;
	margin: 0 auto 10px auto;
	text-align:left;
	width:95%;
}
.howToGrowImg {
	border-radius:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */  
}
.howToGrowDiv {
	border-bottom:1px #d6d6d6 solid;
	width:100%;
	margin-top:3px;
	padding: 2px 0 2px 0;
}
.howToGrowHeader {
	color: #444; font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; line-height:normal; font-size: 20px;
}
.howToGrowData {
	color:#666;font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; line-height:normal; font-size: 20px;
}



/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	display:none;
}

.sidebarAd {
	display:none;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footerAds {
	display:none;
}
#footer {
	margin:0; width:100%; overflow:auto; text-align:center;font-size:1.1em; border-top:1px #666 solid;
}
#footerWrap {
	margin: 10px auto 0 auto; width:900px; font-size:0.9em; color:#666; font-family: 'open_sanscondensed_light' , arial, sans serif; padding:20px 50px 20px 50px;
}
#footerLeft {
	float:left; width:100%; text-align: left; padding-bottom:10px; font-size:95%; color:#666; 
}
#footerRight {
	display:none;
}
#footer h3 { 
	font-family: 'bebas_neueregular', arial, verdana, sans serif; text-transform:uppercase; color: #666; margin: 0px;   line-height:normal; font-size: 20px;
}
#footer a:link { color: #666;   }

#footerCredits { width:100%; clear:both; color:#666; padding-top:20px; text-align:left;  font-size:0.9em; }


ul {
	padding: 0px 0px 0px 20px; list-style-type: square; color:#333; line-height:20px; 
}
ol {
	padding: 0px 0px 0px 3em;
}
li	{
	padding: 0px 0px 5px 0px;
}

a:link {	color:#592D8C; TEXT-DECORATION: none; }
a:active{ color: #666; text-decoration: none;  }
a:visited {	color: #592D8C; TEXT-DECORATION: none;   }
a:hover { color:#666; TEXT-DECORATION: none; }

a.plainlink:link { color:#000; text-decoration: none; }
a.plainlink:active{ color: #000; text-decoration: none;}
a.plainlink:visited { color:#000; text-decoration: none;}
a.plainlink:hover{ color:#2973BC; text-decoration: none;}

a.smalllink:link { color: #592D8C; font-size:0.8em;  }
a.smalllink:active{ color: #666; font-size:0.8em;  }
a.smalllink:visited { color: #592D8C;font-size:0.8em;  }
a.smalllink:hover{ color:#666; font-size:0.8em; }

table.tableOutline {padding: 8px; margin:5px; border:#ccc 1px solid;  border-radius:10px; }
table.tableOutlineResultsDisplay {padding: 8px; margin:0px; border:#ccc 1px solid; background:#fff; border-radius:10px; }
table.Displaytable { border:#ccc 1px dotted; padding: 8px;border-radius:10px; }
table.sidebarTable {margin:5px 0px 5px 0px;  }
table.highlightTableHome { border:#ccc 1px dotted; padding: 8px; margin:5px; background:#f1f1f1;border-radius:10px; }
table.highlightTable2Home { border:#ccc 1px dotted; padding: 8px; margin:5px; background:#e2e2e2; border-radius:10px;}
td.cellOutlinebottom {border-bottom:#ccc 1px dotted;  }
td.cellOutlineBottom	{border-bottom:#ccc 1px dotted;  }
td.cellOutline {border:#ccc 1px dotted;  }
td.cellOutlinePlain {border: #ccc 1px solid; padding:8px; margin:5px; }
td {padding:5px; }
td.header {padding: 5px; color:#592D8C; background:#d1d1d1; font-weight: bold; font-size: 14px; border-radius:5px; font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; font-size:20px;}
td.headersmall {padding: 2px; color: #592D8C; background:#d1d1d1; font-weight: bold; font-size: 14px;border-radius:5px; font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; font-size:18px;}
td.cell {background: #F3F8FC;}
td.cellRight {text-align: right; }
td.cellLeft {text-align: left; }
td.cellResults {background: #F3F8FC; padding:5px;}
td.color1 {background: #E8F1FA;}
td.color2 {background: #5e6035;}
td.form {}
td.formleft { text-align: left; }

.errorForm {color: #4CAD47; font-weight: bold; margin-right:5px; font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; font-size:18px;}
.errorFormInput {color: #4CAD47;  }
.errorFormInputSmall { color:#4CAD47; font-size: 0.8em;}
.smalltextInput { font-family:verdana; font-size: 9px;  }

label {padding: 0; margin: 20px 0px 20px 0; color: #666; font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; font-size:20px;}
input.textbox { font-size: 14px;  color:#666; border: 1px solid #ccc; margin: 0px 0px 8px 0; width:250px; padding:3px;}
input.textboxSMALL {font-size: 14px; color:#666; border: 1px solid #ccc; margin: 0px 0px 0px 0; width:200px; padding:3px;}
input.textboxYEAR {font-size: 14px; color:#666; border: 1px solid #ccc; margin: 0px 0px 0px 0; width:50px; padding:3px;}
input.textarea {font-size:14px; color:#666; border: 1px solid #ccc; padding:3px;}
textarea {font-size:14px; color:#666; border: 1px solid #ccc; min-width:250px; min-height:275px; padding:3px;}
select {font-size:14px; border: 1px solid #ccc; padding: 2px; padding:3px;color:#666;}
option {font-size:14px; padding:3px;color:#666; }
option.search {font-size:14px; width:200px; padding:3px;color:#666;}
checkbox { font-size: 14px; border: 1px solid #ccc;  margin: 0px 0px 8px 1px; padding:3px;color:#666; }  
.checkbox { font-size: 14px; border: 1px solid #ccc;   padding:3px;color:#666;} 
.submitbutton {  font-size:14px; font-weight:bold;  background-color:#3B8345;  color: #333; margin:0px; border:1px solid; border-color:#ccc;  padding: 5px; }


.smallbreak {font-size: 0.1em; font-family: Verdana;}
.superLargeText { font-size:350%; line-height:200%;}
.text { font-style: normal; color:#333; }
.smalltext {font-size:0.8em;  }
.xsmalltext {font-size:0.7em; color:#666; }
.largetext {font-size:1.0em;  font-weight: bold; color:#000;}
.120PercentText {font-size:120%;  }
.notice { font-family: Arial,sans-serif; font: 0.8em bold #ff0000;}
.center {text-align:center;}
.white {color:#ffffff;}
.red {color:#9C0023;}
.blue {color:#187CBC;}
.grey {color:#666;}
.ltgrey { color:#999;}
.calendarMonth {clear:both;display:block; width:100%; font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #592D8C; margin: 40px 0px 5px 0px;  line-height:normal; font-size: 45px; text-align:center; margin: 20px 0 px 0;}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.alignCenter {text-align:center;}

hr { color:#7A57A3; border-style: none none dotted; width: 100%; margin:15px 0 15px 0; }

.imgLeft {float:left; margin: 0 10px 0 0;}
.imgRight {float:right; margin: 0 10px 0 0;}

.button{
	-moz-box-shadow:inset 0px 1px 0px 0px #592D8C;
	-webkit-box-shadow:inset 0px 1px 0px 0px #592D8C;
	box-shadow:inset 0px 1px 0px 0px #592D8C;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7A57A3), color-stop(1, #592D8C) );
	background:-moz-linear-gradient( center top, #7A57A3 5%, #592D8C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7A57A3', endColorstr='#592D8C');
	background-color:#7A57A3;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #666;
	display:inline-block;
	color:#ffffff;
	font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; 
	font-size:20px;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #999;
	margin: 10px 0 0 0;
	padding:1px 5px 1px 5px;
}
.button:hover a:hover.button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #187CBC), color-stop(1, #83BCE1) );
	background:-moz-linear-gradient( center top, #187CBC 5%, #83BCE1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#187CBC', endColorstr='#83BCE1');
	background-color:#187CBC;
	cursor:pointer;
}.button:active {
	position:relative;
	top:1px;
}

.buttonSmall{
	-moz-box-shadow:inset 0px 1px 0px 0px #592D8C;
	-webkit-box-shadow:inset 0px 1px 0px 0px #592D8C;
	box-shadow:inset 0px 1px 0px 0px #592D8C;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7A57A3), color-stop(1, #592D8C) );
	background:-moz-linear-gradient( center top, #7A57A3 5%, #592D8C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7A57A3', endColorstr='#592D8C');
	background-color:#7A57A3;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #666;
	display:inline-block;
	color:#ffffff;
	font-family: 'bebas_neueregular', arial, verdana, sans serif;text-transform:uppercase; 
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	margin: 10px 0 0 0;
	padding:1px 5px 1px 5px;
}
.buttonSmall:hover a:hover.buttonSmall {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #187CBC), color-stop(1, #83BCE1) );
	background:-moz-linear-gradient( center top, #187CBC 5%, #83BCE1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#187CBC', endColorstr='#83BCE1');
	background-color:#187CBC;
	cursor:pointer;
}.buttonSmall:active {
	position:relative;
	top:1px;
}


.buttonBig{
	-moz-box-shadow:inset 0px 1px 0px 0px #592D8C;
	-webkit-box-shadow:inset 0px 1px 0px 0px #592D8C;
	box-shadow:inset 0px 1px 0px 0px #592D8C;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7A57A3), color-stop(1, #592D8C) );
	background:-moz-linear-gradient( center top, #7A57A3 5%, #592D8C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7A57A3', endColorstr='#592D8C');
	background-color:#7A57A3;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #666;
	display:inline-block;
	color:#ffffff;
	font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; 
	font-size:24px;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #666;
	margin: 10px 0 0 0;
	padding:5px;
}
.buttonBig:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666), color-stop(1, #ccc) );
	background:-moz-linear-gradient( center top, #666 5%, #ccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#ccc');
	background-color:#666;
	cursor:pointer;
	color:#ffffff;
}
.buttonBig:active {
	position:relative;
	top:1px;
}
.buttonBig h2 {
	color:#fff;
}
a:link.buttonSmall{
	-moz-box-shadow:inset 0px 1px 0px 0px #592D8C;
	-webkit-box-shadow:inset 0px 1px 0px 0px #592D8C;
	box-shadow:inset 0px 1px 0px 0px #592D8C;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7A57A3), color-stop(1, #592D8C) );
	background:-moz-linear-gradient( center top, #83BCE1 5%, #187CBC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8E8F5', endColorstr='#592D8C');
	background-color:#83BCE1;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; 
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
	margin: 10px 3px 0 3px;
	padding:1px 3px 1px 3px;
}
a:hover.buttonSmall {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #592D8C), color-stop(1, #7A57A3) );
	background:-moz-linear-gradient( center top, #187CBC 5%, #83BCE1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#592D8C', endColorstr='#7A57A3');
	background-color:#592D8C;
	cursor:pointer;
}
a:active.buttonSmall {
	position:relative;
	top:1px;
}
/*SHOW-MORE-LESS JAVASCRIPT */
.more {
	display: none;
}
a.showHide:link {	display:block; color:#592D8C; TEXT-DECORATION: none; font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; font-size:18px; margin: 10px 0 10px 0; }
a.showHide:active{ color: #666;  }
a.showHide:visited {	color: #592D8C;  }
a.showHide:hover { color:#666;  }


/* calendar */
table.calendar		{ border:1px solid #999;  }
tr.calendar-row	{}
td.calendar-day	{ vertical-align:top; min-height:120px; font-size:11px; position:relative; } * html div.calendar-day { height:120px; }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; font-size:20px; color:#592D8C;}
div.day-number		{ top:0; background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:22px; text-align:center; font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; font-size:24px; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-top:1px solid #666; }
td.calendarPlantingAcrossWeek { padding: 10px 20px 10px 20px; background:#e2e2e2;}
.calendarToDoGroup {clear:both; overflow:hidden; border-top:1px #fff solid; border-bottom:1px #fff solid; margin:5px; padding:5px;}
.calendarToDo {  clear:both; display:block; float:left;width:28%; font-family: 'bebas_neueregular', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; color: #666; margin: 0px;   line-height:normal; font-size: 22px; }
.calendarWhatToPlant {display:block; float:left;  width:71%;}