﻿body {

			scrollbar-face-color: #008000; 
     scrollbar-shadow-color: #000000;
     scrollbar-highlight-color: #000000; 
     scrollbar-3dlight-color: #000000;
     scrollbar-darkshadow-color: #000000; 
     scrollbar-track-color: #7fffff;
     scrollbar-arrow-color: #000000;
		margin: 0px; padding: 0px; border: 0px;
		/*background-color:#99FF66;*/
		background-image:url(../images/water-droplets.gif);
		background-repeat:repeat;
		background-position:left top;
		/*height:100%;*/
}

html {

     scrollbar-face-color: #008000; 
     scrollbar-shadow-color: #000000;
     scrollbar-highlight-color: #000000; 
     scrollbar-3dlight-color: #000000;
     scrollbar-darkshadow-color: #000000; 
     scrollbar-track-color: #7fffff;
     scrollbar-arrow-color: #000000;
		margin: 0px; padding: 0px; border: 0px;
		/*background-color:#99FF66;*/
		/*height:100%;*/
		background-image:url(../images/water-droplets.gif);
		background-repeat:repeat;
		background-position:left top;
}

#container {
		width: 86%;
		margin:auto; /* top right bottom left */ 
		background-color:#CCFFCC !important;
		padding:0;
		padding-bottom:3%;
		/*border:thick violet solid; */
		/*height:auto; */
		/*height:100%;*/
		min-height:100%;
		/*overflow:visible;*/
}

#container #col1 { width: 29%; float: left; /*border:thick black solid;*/ background-color:#CCFFCC !important; padding:5px}
#container #col2outer {
	width: 68%;
	float: right;
	margin: 0;
	padding: 5px;
	background-color:#CCFFCC !important; 
	/*border:medium blue solid;
	display:inline;*/
}
#container #col2inner { width: 100%; float: right; margin: 0; padding: 0; background-color:#CCFFCC !important; /*border:medium green solid;*/}
#col2outer #col2mid { width: 59%; float: left; background-color:#CCFFCC !important; /*border:medium black solid;*/}
#col2outer #col2side { width: 39%; float: right; background-color:#CCFFCC !important; /*border:medium black solid;*/}
#container #footer { float: left; width: 100%; border-top: #c00 solid 3px; background-color:#CCFFCC !important; /*border:medium blue solid;*/}
#container #heading {
	background-color:green;
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:x-large;
}

#container #notice {
	background-color:white;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.activeheading {
	background-color:green;
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:large;
	border:thin gray groove;
}

.inactiveheading {
	background-color:aquamarine;
	color:gray;
	text-align:center;
	font-weight:bold;
	font-size:large;
	border:thin gray groove;
}

.notice {
	background-color:white;
}

table.bordered {
	border:1px;
	border-style:solid;
	border-color:gray;0
}

table.bordered td {
	border:1px grey solid;
}

table.bordered th {
	border:1px grey solid;
}

table.listdogs {
	border: 1px solid #CFDCE6;
	border-collapse: collapse;
	background-color: #fff;
	color: #000;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
}

table.listdogs th {
	background-color: #507EA1;
	color: #fff;
	border-bottom: 1px solid #406480;
	border-left: 1px solid #406480;
	padding: 0.5em 0.2em 0.5em 0.2em;
	text-align:center;
}

table.listdogs td {
	padding: 0.5em 0.2em 0.5em 0.2em;
	border: 2px solid #CCCCCC;
}
table.listdogs td.hilite {
	background-color: yellow;
}
table.listdogs tr.evens {
	background-color: #ECECEC;
}
table.listdogs tr.odds {
	background-color: #F5DEB3;
}

table.listdogs tr.hilite {
	background-color: #7FFFD4;
}
span.hilite {

	background-color: White;
	color: Green;
	font-weight: bold;
	/* font-size: larger; */
	cursor: pointer;
}
.clubWaterTests
{
	color:navy;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}
.clubDraughtTests
{
	color: green;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}
.divToCentreTable
{
	text-align:center;
}
.stdTableCentred
{
	margin-left:auto;
	margin-right:auto;
}
.calign
{
	text-align:center;
}
.ralign
{
	text-align:right;
}
.lalign
{
	text-align:left;
}
.talign
{
	vertical-align:top;
}
.malign
{
	vertical-align:middle;
}
.balign
{
	vertical-align:bottom;
}
h6
{
	font-size:30px; font-style: italic;
	font-variant: small-caps;
	font-weight: bolder;
	font-family: 'Comic Sans MS';
	display:inline;
}
h6.shadowed {
  text-shadow: #ffffff 0px 0px 10px;
}
h6.shadowed span {
  display: block;
  width: 100%;
  filter: glow(color=#ffffff,strength=4);
}
.red
{
	color:red;
}
.bold
{
	font-weight:bold;
}
.uppText
{
	text-transform:uppercase;
}
.hidden
{
	visibility:hidden;
	z-index:1;
}
.seeable
{
	visibility:visible !important;
	z-index:5;
}
.invisible
{
	display:none;
}
.boxed
{
	border:thin black solid;
}
ul.NewfList
{
	list-style-image:url('../images/newfprof.gif')
}
ul.AdminNewfList
{
	list-style-image:url('../images/newfprof.gif')
}
.InfoNotice
{
	background-color:silver;
	display:inline;
}
@media print
{
body
{
		margin: 0px; padding: 0px; border: 0px; background:white;	
}

html
{
		margin: 0px; padding: 0px; border: 0px; background:white;	
}

#container {
		width: 100%;
		margin:auto; /* top right bottom left */ 
		padding:0
}

.NoPrint
{
	display:none;
}
Table.noprint, div.noprint
{
	display:none;
}
.Printable
{
	visibility:visible !important;
	display:block !important;
}
.SmallerPrint
{
	font-size:12pt;
	line-height:14pt
}
.SmallImage
{
	height:17px;
	width:10px;
}
.SmallTablePrint
{
	font-size:10pt;
}
.SmallestTablePrint
{
	font-size:8pt;
}
.MarginLess{
	margin-left:0px;
}
.HeaderRow
{
	line-height:20px;
	font-size:larger;
	background-color:#CCFFCC
	/* font-weight:bold; */
}
.HeaderSection
{
	display:none;
}
.FooterSection
{
	display:none;
}

}
