/************************************************************************************************************************************/
/** script.css - support for script-generated constructs                                                                           **/
/************************************************************************************************************************************/
.formContainer {
    border-radius: 15px;
}
.formSubmitting:before, .formSubmitting:after {
	content:
		' '
		url(/scripts/images/16/spinner.gif)
		' submitting '
		url(/scripts/images/16/upload.png)
		' please wait... '
		url(/scripts/images/16/spinner.gif);
}
div.formSubmitting input, div.formSubmitting div {
	opacity: 0.2;
}
.formSubmitting {
    animation-name: submitting-data;
	animation-delay: 0s;
    animation-duration: 5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes submitting-data {
  20% {
	background-color: #c12126; /* Croquet England Red */
    color: black;
	opacity: 0.2;
  }
  100% {
	background-color: #253d87; /* Croquet England Dark Blue */
	color: black;
	opacity: 0.5;
  }
}
a.tooltip[title]:hover:after {
	content: attr(title);
	padding: 4px 8px;
	background-color: #ffffff; /* white */
	color: #333333; /* dark grey */
	border: 3px solid red;
	position: relative;
	left: -10px;
	top: 100%;
	white-space: nowrap;
	z-index: 11; /* see z-index note in main.css */
	border-radius: 5px;
	box-shadow: 0px 0px 4px #222;
}
.button,
.actionbutton {
	text-decoration: none;
	vertical-align: middle;
	font-size: 84%;
	padding: 3px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	cursor: pointer;
	width: auto;
	overflow: visible;
	background-color: #ebeefa; /* Washed-Out Croquet England Blue */
    color: #253d87; /* Croquet England Dark Blue */
	border-radius: 8px;
	border: 2px outset #253d87; /* Croquet England Dark Blue */
}
.button {
}
.actionbutton {
	font-style: italic;
}
.button.isSelected {
	color: #c12126; /* Croquet England Red */
	cursor: not-allowed !important;
}
input.cancel, button.cancel {
	background-image: url('/scripts/images/16/cancel.png');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-left: 20px;
	cursor: pointer;
}
input.save, button.save {
	background-image: url('/scripts/images/16/tick.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-left: 20px;
	cursor: pointer;
}
input.delete, button.delete {
	background-image: url('/scripts/images/16/trash.png');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.copy, button.copy {
	background-image: url('/scripts/images/16/copy.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.edit, button.edit {
	background-image: url('/scripts/images/16/write.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.create, button.create {
	background-image: url('/scripts/images/16/new_con.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.add, button.add {
	background-image: url('/scripts/images/16/add.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.view, button.view {
    background-image: url('/scripts/images/16/read.gif');
	background-position-x: 2px;
	background-position-y: 3px;
    background-repeat: no-repeat;
    padding-left: 20px;
    cursor: pointer;
}
input.home, button.home, .button.home {
	background-image: url('/scripts/images/16/nav_home.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.next, button.next {
	background-image: url('/scripts/images/16/point_right.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.back, button.back {
	background-image: url('/scripts/images/16/point_left.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.search, button.search {
	background-image: url('/scripts/images/16/search.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.admin, button.admin {
	background-image: url('/scripts/images/16/history.png');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.settings, button.settings {
	background-image: url('/scripts/images/16/settings.png');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.tool, button.tool {
	background-image: url('/scripts/images/16/tool.png');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.update, button.update {
	background-image: url('/scripts/images/16/update.png');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.swap, button.swap {
	background-image: url('/scripts/images/16/swap.png');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.list, button.list {
	background-image: url('/scripts/images/16/list.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.pay, button.pay {
	background-image: url('/scripts/images/16/PayOnline.png');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.approve, button.approve {
	background-image: url('/scripts/images/16/thumbs_up.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input.revert, button.revert {
	background-image: url('/scripts/images/16/undo_edit.gif');
	background-position-x: 2px;
	background-position-y: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
input[type='checkbox'] {
    margin-top: 7px;
    margin-bottom: 7px;
}
/** Button bar *****************/
div.BBContainer {
	width: 100%;
	background-color: #d7def4; /* Lightened Croquet England Blue */
    color: black;
	padding: 1px 1px 1px 1px ;
    overflow: auto;
	margin-bottom: 3px;
	border-radius: 8px;
}
div.ButtonBar {
	background-color: #ebeefa; /* Washed-Out Croquet England Blue */
    color: #253d87; /* Croquet England Dark Blue */
	border-radius: 8px;
	border: 2px outset #253d87; /* Croquet England Dark Blue */
	width: auto;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: normal;
    overflow: auto;
}
div.ButtonBar img, div.ButtonBar button {
	vertical-align: middle;
}
/** /Button bar *****************/
/* {{{ userFeedback */
.userFeedback_error, .userFeedback_warning, .userFeedback_check, .userFeedback_info, .userFeedback_debug, .userFeedback_JSdebug {
	background-color: #f7f7f7; /* very light grey */
	color: black;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	list-style: none;
	padding: 10px 50px;
    border-radius: 15px;
    clear: both;
	overflow: hidden;
}
.userFeedback_info {
    animation: draw-attention-low 3s;
	animation-delay: 2s;
	animation-iteration-count: 1;
	background-image: url(/scripts/images/24/info.png);
	border: thin solid darkblue;
	color: darkblue;
	font-weight: normal;
}
.userFeedback_check {
    animation: draw-attention-med 1s;
	animation-delay: 1s;
	animation-iteration-count: 6;
	background-image: url(/scripts/images/24/button_warning.png);
	border: thin solid #0000ff;
	color: #b36b00; /* dark brown/orange */
	font-weight: bold;
}
.userFeedback_error {
    animation: draw-attention-high 1.5s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	background-image: url(/scripts/images/24/error.png);
	border: thick solid #ff0000; /* red */
	color: #ff0000; /* red */
	font-weight: bold;
}
.userFeedback_warning {
    animation: draw-attention-med 1.5s;
	animation-delay: 0.5s;
	animation-iteration-count: 2;
	background-image: url(/scripts/images/24/warning.png);
	border: thin solid darkorange;
	color: peru; /* brown */
	font-weight: bold;
}
.userFeedback_debug, .userFeedback_JSdebug {
	border: thick solid #00ff00;
	color: black;
	font-weight: lighter;
	background-image: url(/scripts/images/24/bug.png);
}
@keyframes draw-attention-low {
  50% {
	background-color: pink;
  }
}
@keyframes draw-attention-med {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
	background-color: yellow;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes draw-attention-high {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
	color: #ffffff; /* white */
	background-color: #ff0000; /* red */
  }
  100% {
    transform: scale(1);
  }
}
.hidden {
	display: none;
	visibility: hidden;
}
.noproof { /* escape spelling checker */
}
/* }}} */
.isCancelled {
	text-decoration: line-through;
	color: gray;
}

/****** Twistie *******/
.twistieHead {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    color: black;
}
.twistieInner {
    padding-left: 8px;
    border-left: thin solid black;
    border-bottom: none;
}
.twistieEnd {
    margin-left: -8px;
    width: 10px;
    height: 1px;
    border-bottom: thin solid black;
}
/****** automatic Twistie *******/
.twistieHeading {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    color: black;
}
.twistieHeading:before {
	content: url(/scripts/images/16/twistie_closed.png);
}
.twistieHeading.open:before {
	content: url(/scripts/images/16/twistie_open.png);
}
.twistieHeading:hover, .twistieHeading.open {
  background-color: #ccc;
  cursor: pointer;
}

/****** /Twistie *******/

/****** Forms *******/
table.defaultForm {
	font-weight: normal;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	border: none;
}
table.defaultForm th {
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	background-image: none;
	background-color: transparent;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
table.defaultForm td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background-image: none;
	background-color: transparent;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
table.defaultForm th.center {
	text-align: center;
}
table.defaultForm td.center {
	text-align: center;
}
table.defaultForm.debug th {
	border: 1px solid black;
}
table.defaultForm.debug td {
	border: 1px solid black;
}
/****** /Forms *******/
div.moreTextContainer {
	display: inline;
}
div.moreText {
	display: inline;
}
/* general on-page menu */
ul[class*=menu-] { /* no decoration - list item should have initial icon */
	list-style: none;
	padding-left: 10px;
    text-decoration: none;
}
ul[class*=menu-] li {
	margin: 0;
	margin-top: 3px;
	padding: 0.1em 0 0 0.5em;
}
ul[class*=menu-] a {
    text-decoration: none;
}
/* menu-ul: menu in a list - expects an icon as first element */
ul.menu-ul {
}
ul.menu-ul li {
	padding-left: 16px;
}
div.menu-ul-4x16 {
	margin: 0;
	margin-top: 3px;
	padding: 0.1em 0 0 64px; /* room for 4x16px icons */
}
div.menu-ul-4x16 p  {
	text-indent: -64px; /* room for 4x16px icons */
	padding: 0 0 0 0;
	margin: 0.5em 0 0 0;
}
div.menu-ul-6x16 {
	margin: 0;
	margin-top: 3px;
	padding: 0.1em 0 0 96px; /* room for 4x16px icons */
}
div.menu-ul-6x16 p  {
	text-indent: -96px; /* room for 4x16px icons */
	padding: 0 0 0 0;
	margin: 0.5em 0 0 0;
}
@media (max-width: 767px) { /* phone or smaller screen */
	div.menu-ul-4x16, div.menu-ul-6x16 {
		padding-left: 0; /* let the icons speak for themselves */
	}
	div.menu-ul-4x16 p, div.menu-ul-6x16 p {
		text-indent: 0; /* let the icons speak for themselves */
	}
}
/* /menu-ul */
ul.menu-ani { /* animated, button-block menu - item in a box with mouse-over effects */
}
ul.menu-ani li { /* animated, button-block menu - item in a box with mouse-over effects */
	display: inline-block;
    text-decoration: none;
    width: 33.33%; /* = cols12-4 */
    min-width: 18em;
    border-radius: 15px;
    vertical-align: top;
    border: 2px solid #253d87; /* Croquet England Dark Blue */
	padding: 8px 8px 8px 8px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ebeefa; /* Washed-Out Croquet England Blue */
	color: #253d87; /* Croquet England Dark Blue */
    min-height: 1em;
}
ul.menu-ani li:hover {
    border-color: #ffffff; /* white */
    position: relative;
    left: -2px;
    top: -2px;
    box-shadow: 0 0 20px 10px rgba(37, 61, 165, 0.5);
}
ul.menu-ani li:hover a {
	color: #c12126; /* Croquet England Red */
}
/* /menu */
/**** simple list *****/
ul.simpleList { /* no decoration, just like <br> */
	list-style: none;
	padding-left: 0;
}
/* /simple list */
/**** contents list *****/
ul.contents { /* no decoration, just like <br> with indent */
	list-style: none;
}
/* /contents list */
/****** Chart *******/
.chart {
	font: menu;
	background-color: #ffffff; /* white */
	color: black;
	overflow: hidden;
	position: relative;
}
.chart .legend {
	float: left;
	border: 1px solid black;
	background-color: #ffffff; /* white */
	color: black;
	padding: 5px 10px 5px 10px;
}
.chart .legend ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.chart .legend ul li {
	list-style: square;
}
.chart .legend ul li span {
	color: black;
}
.chart .axis {
    overflow: visible;
    color: blue;
    white-space: nowrap;
}
/****** /Chart *******/
/** 'coming-up' listing **/
div.ComingUpContainer {
    text-align: left;
    overflow: auto;
    margin: 3px 3px 3px 3px;
    padding: 0;
    border: 1px solid #253d87; /* Croquet England Dark Blue */
	background-color: #ebeefa; /* Washed-Out Croquet England Blue */
	color: black;
    border-radius: 15px;
}
div.ComingUpContainer ul {
    list-style: none;
	max-height: 50em; /* limit the number of items listed */
	overflow: hidden; /* don't add a scrollbar, just hide the excess items */
	padding-left: 5px;
}
div.ComingUpContainer h1 {
	font-size: 120%;
	padding-left: 2px;
}
div.ComingUpContainer h2 {
	font-size: 110%;
	padding-left: 2px;
}
/** /'coming-up' listing **/
/** news listings *********/
div.pictureStrip img {
    width: 100%;
    min-width: 50px;
    max-height: 300px;
    object-fit: cover;
    object-position: 0 0;
    position: relative;
    top: 0;
}
div.flashNews {
	margin-left: auto;
	margin-right: auto;
    text-align: center;
    overflow: auto;
    padding: 2px 2px 2px 2px;
    border: 1px solid #253d87; /* Croquet England Dark Blue */
	background-color: #ebeefa; /* Washed-Out Croquet England Blue */
	color: black;
    border-radius: 15px;
}
div.newsHeadlinesContainer { /* container for news headlines list */
    text-align: left;
    overflow: auto;
    margin: 3px 3px 3px 3px;
    padding: 0;
    border: 1px solid #253d87; /* Croquet England Dark Blue */
	background-color: #ebeefa; /* Washed-Out Croquet England Blue */
	color: black;
    border-radius: 15px;
}
.newsHeadlinesCatHead { /* news headlines category heading */
}
.newsHeadlinesYearHead { /* news headlines category heading */
}
div.newsHeadlinesContainer ul {
    list-style: none;
	padding-left: 5px;
}
div.newsHeadlinesContainer ul li {
    border-top: 1px solid #253d87; /* Croquet England Dark Blue */
    margin-top: 8px;
    margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 10px;
    max-width: 35em;
}
div.newsHeadlinesContainer ul li:first-child {
    border-top: none;
}
div.newsHeadlinesContainer ul li a {
    text-decoration: none;
}
div.newsHeadlinesRSS {
    display: inline-block;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
}
div.newsHeadlinesMore {
    display: inline-block;
}
/** /news listings *********/
/** Club map ****/
.lMap {
	width: 750px;
	height: 500px;
	border: 1px solid black;
	padding: 2px;
}
.lMapSmall {
	width: 200px;
	height: 200px;
	border: 1px solid black;
	padding: 2px;
}
@media (max-width: 767px) { /* phone or smaller screen */
	.lMap {
		width: 100%;
	}
	.lMapSmall {
	}
}
/** /Club map ****/