﻿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;

}

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;

}

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;
}
h6
{
	font-size:30px; font-style: italic;
	font-variant: small-caps;
	font-weight: bolder;
	font-family: 'Comic Sans MS';
	display:inline;
}
.red
{
	color:red;
}
.bold
{
	font-weight:bold;
}
.uppText
{
	text-transform:uppercase;
}
.hidden
{
	visibility:hidden;
	z-index:1;
}
.seeable
{
	visibility:visible;
	z-index:5;
}
.invisible
{
	display:none;
}
ul.NewfList
{
	list-style-image:url('../images/newfprof.gif')
}
ul.AdminNewfList
{
	list-style-image:url('../images/newfprof.gif')
}
@media print
{
.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;
}

}
