@media all {
  .PB  { display: none; }
}

@media print {
  .PB  { display: block; page-break-before: always; }
}

.maintable {
    	margin-left:auto; 
    	margin-right:auto;
	padding:0px;
}

.toprow {
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -0.5px;
}

.mainrow {
}

.maincell {
	background-color: white;
	border-radius: 2px;
}

/* Used in Gallery */

.thumb {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 3px;
/*    border: 3px solid #c99;*/
    background-position: center center;
    background-size: cover;
}

.numberCircle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0px;

    background: #999;
    border: 0px solid black;
    color: #000;
    text-align: center;

    font: 28px Arial, sans-serif;
}

table.menu {
	width:100%;
	border-spacing:0px;
}

td.activemenucell {
/*	background-image: url("../images/white.gif");*/
	background-color:rgb(237,189,16);
	color:rgb(0,73,11);
	padding: 0px 15px 0px 15px;
	cursor:auto;
	font-family: Verdana, Geneva, sans-serif;
	border-size:0px;
	text-align:center;
}

.submenu {
	position:absolute; 
	top:0px; 
	left:0px; 
	display:none;
}

.sub2menu {
	position:absolute; 
	top:0px; 
	left:0px; 
	display:none;
}

.bctrailitem {
	color:rgb(135,137,255);
	padding: 0px 5px 0px 5px;
	cursor:pointer;
	font-size:12px;
/*	font-weight: bold;*/
}

.bctrailitem:hover {
	background-color: rgb(135,137,255);
	color:white;
}

.bctrailitemactive {
	color:rgb(6,94,43);
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	font-size:12px;
}

.bctrailleft {
	border-width: 0px 1px 0px 0px;
	border-color: black;
	border-style: solid;
}

.bctrailright {
	border: white solid 0px;
}


/* Data */

.datahdg {
	font-weight:bold;
	text-align:center;
}

.datarow {
	text-align:center;
}

.norm {
	background-color: rgb(200,255,200);
	color: black;
	font-size: 11px;
}
.alt {
	background-color: white;
	color: black;
	font-size: 11px; 
}
.normdeleted {
	background-color: rgb(160,200,160);
	color: black;
	font-size: 11px;
}
.altdeleted {
	background-color: lightgrey;
	color: black;
	font-size: 11px; 
}


.AdminFilters {
	background-color: palegreen;
	color: black;
/*	border: 1px solid blue;*/
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}

.AdminNew {
	background-color: black;
	color: white;
/*	border: 1px solid blue;*/
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}

.AdminButton {
	background-color: darkgreen;
	color:white;
}
.AdminButtonMore {
	background-color: darkblue;
	color:white;
}
.AdminButtonActive {
	background-color: black;
	color:white;
}
.AdminVNarrowButton {
	width:60px;
	font-size:12px;
}
.AdminNarrowButton {
	width:80px;
	font-size:12px;
}
.AdminMediumButton {
	width:120px;
	font-size:12px;
}
.AdminWideButton {
	width:120px;
	font-size:12px;
}
.AdminTallButton {
	height:40px;
}

/* Data in two columns */

.normtxtbox {

}

.addrleftcol {
	width: 25%;
	vertical-align:top;
	text-align:right;
}

.addrrightcol {
	width: 75%;
	vertical-align:top;
	text-align:left;
}

/* Progress Bar */

.progbar {
	background-color: black;
	color: white;	
	font-weight: bold;
	height:50px;
	vertical-align: middle;
}

.progbar:hover {
	background-color: lightgrey;
	color: black;	
}

.progbardisabled {
	background-color: darkgrey;
	color: lightgrey;
	font-weight: bold;
	height:50px;
	vertical-align: middle;
}

/* Documents */

.a5leftcolumn {
	width:40%;
	border:1px solid black;
	padding: 2px 5px 2px 5px;
}

.a5rightcolumn {
	width:60%;
	border-color:black;
	border-style:solid;
	border-width:1px 1px 1px 0px;
	padding: 2px 5px 2px 5px;
}

.a5numbercell {
	width:20%;
	border-color:black;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	padding: 2px 5px 2px 5px;
}

.Sloginpanel {
	letter-spacing: 1px;
}

.Sloginpanelwide {
	padding:10px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	letter-spacing: 1px;
}


/* GARDENS AND NURSERIES AND NEWS */

.gardencell {
	width:33%;
/*	background-color:#CBE4F4;*/
	background-color:rgb(220,229,229);
	padding:10px;
	text-align:left;
	vertical-align:top; 
	font-weight:normal;
	font-size:12pt;
	border-radius:15px;
	box-shadow: 4px 4px 3px #EEEEEE;
}
.gardenhdg {
	font-size:14pt;
	font-weight:bold; 
	margin:0px 0px 5px 0px;
}
.gardenlink {
	font-weight:normal;
	color:blue;
	}

.gardenlink:hover {
	color:#6699ff;
	}

.gallerylink {
	font-weight:bold;
	color:white;
	}

.gallerylink:hover {
	color:#6699ff;
	}

.gardenlist:before {
	content: "•";
	position: absolute;
	left: 0;
	font-size:11px;
	}

.upsidedown {
	-moz-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
	}

/*=======================*/
/* RESPONSIVE COMPONENTS */
/*=======================*/

/*----------------*/
/* IPHONE SCREEN  */
/*----------------*/

@media all and (max-width: 480px)  {

	.nonmobile1 {
		display: none;
	}

	.nonmobile1cell {
		display: none;
	}

	.mobile1 {
		display: table;
	}

	.additionalpagecell {
		display:block;
		float:left;
		width:90%;
	}

	.Sbody {
		font-size:12px;
	}

	.Stoprow {
		height:25px;
		font-size: 10px;
	}

	.Spicturecell {
		width:100%;
		height:45px;
		padding:0px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Smaincell2 {
		padding:0px 0px 0px 0px;
	}

	.Sloginpanel {
		width:80%;
		padding:5px 10px 5px 10px;
	}

	.Sloginpanelwide {
		width:100%;
	}

	.Ssmallprint {
		font-size:10px; 
		line-height:12px;
	}

	.Ssmallgap {
		height: 10px;
	}

	.Spaneltext {
		font-size:12px;
	}

/* Gallery */
	.Sindex {
		display:none;
	}

	.Smobileindex {
		display:block;
	}

	.Supanddown {
		font-size:40px;
	}

	.Sscroller {
		display:none;
	}

	.Simgtitles {
		font-size:11px;
		line-height:20px;
		letter-spacing:0px;
	}

}

/*------------------------*/
/* IPHONE SCREEN ROTATED  */
/*------------------------*/

@media all and (min-width: 481px) and (max-width: 600px)  {

	.nonmobile1 {
		display: none;
	}

	.nonmobile1cell {
		display: none;
	}

	.mobile1 {
		display: table;
	}

	.additionalpagecell {
		display:block;
		float:left;
		width:90%;
	}

	.Sbody {
		font-size:12px;
	}

	.Stoprow {
		height:27px;
		font-size: 10px;
	}

	.Spicturecell {
		width:100%;
		height:55px;
		padding:0px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Smaincell2 {
		padding:0px 0px 0px 0px;
	}

	.Sloginpanel {
		width:90%;
		padding:5px 10px 5px 10px;
	}

	.Sloginpanelwide {
		width:100%;
	}

	.Ssmallprint {
		font-size:10px; 
		line-height:12px;
	}

	.Ssmallgap {
		height: 10px;
	}

	.Spaneltext {
		font-size:12px;
	}

/* Gallery */
	.Sindex {
		display:none;
	}

	.Smobileindex {
		display:block;
	}

	.Supanddown {
		font-size:50px;
	}

	.Sscroller {
		display:none;
	}

	.Simgtitles {
		font-size:12px;
		line-height:22px;
		letter-spacing:1px;
	}

}

/*---------------------------*/
/* IPAD SCREEN 601PX - 819PX */
/*---------------------------*/

@media all and (min-width: 601px)  {

	.nonmobile1cell {
		display: table-cell;
	}

	.mobile1 {
		display: none;
	}

	.Sadditionalpage20 {
		width:20%;
	}

	.Sadditionalpage25 {
		width:25%;
	}
	.Sadditionalpage33 {
		width:33%;
	}
	.Sadditionalpage50 {
		width:50%;
	}
	.Sadditionalpage100 {
		width:100%;
	}

	.Sbody {
		font-size:13px;
	}

	.Stoprow {
		height:33px;
		font-size: 11px;
	}

	.Spicturecell {
		width:100%;
		height:65px;
		padding:0px;
	}


	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Smaincell2 {
		padding:0px 0px 0px 0px;
	}

	.Sloginpanel {
		width:40%;
		float:left;
		padding:5px 20px 5px 20px;
	}

	.Sloginpanelwide {
		width:95%;
		float:left;
	}

	.Ssmallprint {
		font-size:10px; 
		line-height:12px;
	}

	.Ssmallgap {
		height: 10px;
	}

	.Spaneltext {
		font-size:13px;
	}

/* Gallery */
	.Sindex {
		display:table-cell;
	}

	.Smobileindex {
		display:none;
	}

	.Supanddown {
		font-size:100px;
	}

	.Sscroller {
		display:none;
	}

	.Simgtitles {
		font-size:13px;
		line-height:24px;
		letter-spacing:2px;
	}

}

/*-----------------------------------*/
/* ROTATED IPAD SCREEN 820PX - 999PX */
/*-----------------------------------*/

@media all and (min-width: 820px)  {

	.Sbody {
		font-size:16px;
	}

	.Stoprow {
		height:44px;
		font-size: 12px;
	}

	.Spicturecell {
		width:100%;
		height:75px;
		padding:0px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Smaincell2 {
		padding:0px 0px 0px 0px;
	}

	.Sloginpanel {
		width:40%;
		float:left;
		padding:5px 30px 5px 30px;
	}

	.Smenuright {
		font-size: 12px;
	}

	.Svwidetxtbox {
		width: 400px;
	}

	.Swidetxtbox {
		width: 300px;
	}

	.Snormtxtbox {
		width: 200px;
	}

	.Ssmalltxtbox {
		width: 50px;
	}

	.Smediumtxtbox {
		width: 100px;
	}

	.Spaneltext {
		font-size:14px;
	}

}

/*------------------------------*/
/* LARGE SCREEN 1000PX - 1199PX */
/*------------------------------*/

@media all and (min-width: 1000px)  {

	.Sbody {
		font-size:16px;
	}

	.Stoprow {
		height:55px;
		font-size: 13px;
	}

	.Spicturecell {
		width:100%;
		height:105px;
		padding:0px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Smaincell2 {
		padding:0px 0px 0px 0px;
	}

	.Sloginpanel {
		width:38%;
		float:left;
		padding:5px 40px 5px 40px;
	}

	.Smenuright {
		font-size: 12px;
	}

	.Svwidetxtbox {
		width: 400px;
	}

	.Swidetxtbox {
		width: 300px;
	}

	.Snormtxtbox {
		width: 200px;
	}

	.Ssmalltxtbox {
		width: 50px;
	}

	.Smediumtxtbox {
		width: 100px;
	}

	.Spaneltext {
		font-size:15px;
	}
}

/*----------------------------*/
/* LARGEST SCREEN 1200PX PLUS */
/*----------------------------*/

@media all and (min-width: 1200px)  {

	.Sbody {
		font-size:16px;
	}

	.Stoprow {
		height:55px;
		font-size: 14px;
	}

	.Spicturecell {
		width:100%;
		height:105px;
		padding:0px;
	}

	.Smaintable {
		width: 100%;
	}

	.Smaincell {
		padding:28px 25px 25px 25px;
	}

	.Smaincell2 {
		padding:0px 0px 0px 0px;
	}

	.Sloginpanel {
		width:38%;
		float:left;
		padding:5px 50px 5px 50px;
	}

	.Smenuright {
		font-size: 12px;
	}

	.Svwidetxtbox {
		width: 400px;
	}

	.Swidetxtbox {
		width: 300px;
	}

	.Snormtxtbox {
		width: 200px;
	}

	.Ssmalltxtbox {
		width: 50px;
	}

	.Smediumtxtbox {
		width: 100px;
	}

	.Spaneltext {
		font-size:15px;
	}
}