/* ECC stylesheet */
/*MJK1 16-10-2016 */

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family:Verdana, sans-serif;
	font-size:0.8em;
	color:black;
	}
#header {
	height: 50px;
	background-color: black;/*
	color:white;
	font-size:3em;
	font-weight:bold;
	padding-top:0.5em;
	padding-left:2em;*/
	background-position: top left;
	background-repeat:repeat-x;
	}
#header2 {
	height: 40px;
	background-color: green;
	background-position: top left;
	background-repeat:repeat-x;
	padding:10px;
	}
#nav {
	padding-top: 0.1em;
	margin-left: 0em; /*MJK1 was 3em*/
    }
#nav ul {
	text-align: left;
    }
ul.line li {
	display:inline;
	}
#nav ul li {
	list-style: none;
	display: inline;
	padding:  0 3em 0 0;
    }
#nav a {
	color: navy;
	text-decoration: none;
	font-weight:bold;
	}
#nav a:hover {
	color: #C90
	}
#nav a.on {
	color: #C90
	}
ul#navigation {
	margin:0 0 0 5px;
	position:relative;
	float:left;
	border-right: 1px solid #c4dbe7;
    }
ul#navigation li {
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	border-top:1px solid #c4dbe7;
	border-bottom:2px solid #c4dbe7;
	}
ul#navigation li a {
	padding:10px 20px;
	color: blue;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border-right:1px solid #fff;
	border-left:1px solid #C2C2C2;
	border-top:1px solid #fff;
	background: #f5f5f5;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;
	}
ul#navigation li a.on {
	color: black; /*#C90;*/
	}
ul#navigation li a:hover {
	background: none;
	color: #C90;
	}
ul#navigation li:hover > a {
	background: #fff;
	color: #C90;
	}
	 /* Drop-Down Navigation */
ul#navigation li:hover > ul {
	visibility:visible;
	opacity:1;
	}
ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;    
	visibility:hidden;
	position: absolute;
	z-index: 99999;
	width:180px;
	background:#f8f8f8;
	box-shadow:1px 1px 3px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
	}
ul#navigation ul {
	top: 39px;
	left: 1px;
	}
ul#navigation ul li ul {
	top: 0;
	left: 181px;
	}
ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
	}
ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:blue;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:150px;
	}
#center {
	margin: 0em 3em 2em 2em;
	}
#leftwide {
	width: 1000px;
	float: left;
	padding-left: 0em;
	padding-bottom: 2em;
	padding-right: 1em;
	line-height: 1.5;
	}
#left {
	width: 600px;
	float: left;
	padding-left: 0em;
	padding-bottom: 2em;
	line-height: 1.5;
	}
#right {
	width: 200px;
	float: right;
	padding-right: 8em;
	margin: 0 0 1.5em 0;
	line-height: 1.5;
	}
p.right {
	text-align:right;
	}
.c   {
	text-align:center;
	}
h2.width {
	background:mintcream;
}
h3.red {
	color:red;
}

/*--------tourntable---------------*/
.tourntable {
	border:2px solid #D6DDE6; 
	width:100%; 
	border-collapse:collapse;
	}
.tourntable tr {
	text-align:center
	}
.tourntable td {
	border:1px solid #D6DDE6; 
	padding:0.3em
	}
.tourntable td.h1 {
	background:olive;
	}
.tourntable td.h2 {
	background:#FF8080;
	}
.tourntable td.player {
	font-size:0.75em;
	background:gray;
	}
.tourntable td.grade {
	text-align:right; 
	background:#00C0C0;
	}
.tourntable td.game {
	font-size:0.7em;
	text-align:right; 
	background:lightsteelblue;
	}
.tourntable td.game5 {
	font-size:0.7em;
	text-align:right; 
	background:lightblue;
	}
.tourntable td.gameN {
	font-size:0.7em;
	text-align:right; 
	background:lightblue;
	}
.tourntable td.total {
	text-align:right; 
	background:#C0C000; /* mustard? */
	}
.tourntable td.standing {
	text-align:right; 
	background:green;
	}
.tourntable td.first {
	text-align:right; 
	background:gold;
	}
.tourntable td.second {
	text-align:right; 
	background:silver;
	}
.tourntable td.third {
	text-align:right; 
	background:peru;
	}
.tourntable td.num {
	text-align:right;
	}
.tourntable td.alf {
	text-align:left;
	}
.tourntable td.qualified {
	color:green; 
	background: lightgray;
	}
.tourntable caption {
	font-weight:bold;
	color:blue;
	text-align:left;
	padding:0.4em 0 0.8em 0;
	}

/*--------resulttable---------------*/
.resulttable {
	border: 2px solid #D6DDE6;
	border-collapse: collapse;
	width: 100%;
	}
.resulttable tr {
	text-align: center;
	}
.resulttable tr.bl {
	text-align: left;
	border: 0px;
	font-weight: bold;
	padding: 0.3em;
	}
.resulttable tr.br {
	text-align: right;
	border: 0px;
	font-weight: bold;
	padding: 0.3em;
	}
.resulttable tr.b {
	border: 1px solid #D6DDE6;
	font-weight: bold;
	}
.resulttable tr.ar {
	/*background-color: #DFE7F2;*/
	background-color: AliceBlue;
	color: #000000;
	}
.resulttable th {
	border: 0px solid #828282;
	background-color: gainsboro;
	font-weight: bold;
	text-align: center;
	padding-left: 0.3em;
	}
.resulttable th.c {
	text-align: center;
	}
.resulttable th.r {
	padding-right: 0.3em;
	text-align: right;
	}
.resulttable th.l {
	padding-left: 0.3em;
	text-align: left
	}
.resulttable th.big {
	font-size: 120%;
	background-color: lavender;
	}
.resulttable th.bye {
	font-size: 120%;
	color:pink;
	}
.resulttable caption {
	font-weight: bold;
	color: blue;
	text-align: center;
	padding: 0.4em 0 0.8em 0;
	}
.resulttable td {
	border: 1px solid #D6DDE6;
	padding: 0.3em;
	text-align: center;
	}
.resulttable td.big {
	font-size: 120%;
	}
.resulttable td.cut {
	border:0;
	}
.resulttable td.tot {
	font-weight: bold;
	background-color: #BCBCBC;
	}
.resulttable td.b {
	font-weight: bold;
	}
.resulttable td.r {
	text-align: right;
	}
.resulttable td.l {
	text-align: left;
	}
.resulttable td.br {
	font-weight: bold;
	text-align: right
	}


/*--------fixturetable---------------*/
.fixturetable {
	border: 0px solid #D6DDE6;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	}
.fixturetable tr {
	text-align: center;
	}
.fixturetable tr.od {		/* odd row */
	background-color: #FFFFFF;
	color: #000000;
	}
.fixturetable tr.bo {		/* bye, odd row */
	background-color: #FFFFFF;
	color: #F8A0A0;
	}
.fixturetable tr.oh {		/* odd row, highlight */
	background-color: #FFFFFF;
	color: blue;
	}
.fixturetable tr.ev {		/* even row */
	background-color: #F8F8F8;
	color: #000000;
	}
.fixturetable tr.be {		/* bye, even row */
	background-color: #F8F8F8;
	color: #F8A0A0;
	}
.fixturetable tr.he {		/* heading row */
	background-color: #F0F0F0;
	color: #000000;
	}
.fixturetable tr.eh {		/* even row, highlight */
	background-color: #F0F0F0;
	color: blue;
	}
.fixturetable td {
	text-align: right;
	}
.fixturetable td.l {
	text-align: left;
	}
.fixturetable td.c {
	text-align: center;
	}
.fixturetable td.b {
	font-weight: bold;
	}
.fixturetable td.bl {
	text-align: left;
	font-weight: bold;
	}
.fixturetable td.el {		/* Emsworth, left-justified */
	text-align: left;
	font-weight: bold;
	}
.fixturetable td.br {
	text-align: right;
	font-weight: bold;
	}
.fixturetable td.er {		/* Emsworth, right-justified */
	text-align: right;
	font-weight: bold;
	}
.fixturetable th {
	text-align: right;
	}
.fixturetable th.l {
	text-align: left;
	}
.fixturetable th.c {
	text-align: center;
	}
.fixturetable caption {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: blue;
	padding: 0.4em 0 0.8em 0;
	}


/*--------highlight---------------*/
.highlighttable {
	border: 12px solid green;
	border-collapse: collapse;
	width: 600px;
	text-align: center;
	}
.highlighttable td.s {
	font-weight: bold;
	}

.highlighttable td.b {
	font-weight: bold;
	font-size: 1.5em;
	}

.highlighttable td.g {
	font-weight: bold;
	font-size: 2em;
	}

.highlighttable td.red {
	font-weight: bold;
	color: red;
	}

.highlight {
	border-collapse: collapse;
	float: center;
	width: 600px;
	margin-left: 60px;
	width: 60%;
	text-align: center;
	font-weight: bold;
	}
.highlight td {
	text-align: center;
	}
.highlight td.r {
	text-align: right;
	}
.highlight td.l {
	text-align: left;
	}


/*--------gamestable---------------*/
.gamestable {
	border: 0px solid #D6DDE6;
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	}
.gamestable tr {
	text-align: left;
	}
.gamestable td.dt {
	text-align: left;
	width: 12%;
	}
.gamestable td.nm1 {
	text-align: right;
	width: 20%;
	}
.gamestable td.scr {
	text-align: center;
	width:5%;
	}
.gamestable td.nm2 {
	text-align: left;
	width: 20%;
	}
.gamestable caption {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: blue;
	padding: 0.4em 0 0.8em 0;
	}


/*--------membertable---------------*/
.membertable {
	border: 0px solid #D6DDE6;
	border-collapse: collapse;
	width: 30%;
	text-align: center;
	}
.membertable tr {
	text-align: center;
	}
.membertable td {
	text-align: left;
	}
.membertable td.c {
	text-align: center;
	}

/*-------pop-up notes----------------*/	
.note {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.note .notetext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -100px;
}

.note .notetext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.note:hover .notetext {
    visibility: visible;
}

a: hover {
	color: green;
}
