<html>
<head>

<title>U3A Text Style Sheet</title>
<style type="text/css">

:root
{
	--U3A-blue: #092F87;
	--U3A-gold: #FEC524;
}

p.dummy
{
font: bold 300% verdana,sans-serif;
text-align:center;
color: #003399;
}

.flex-container
{
	display: flex;
	flex-wrap: wrap;
}
.flex-container > div
{
	background-color: #f1f1f1;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	font-size: 1em;
}
/*
.flex-width-900
{
	display: flex;
	flex-wrap: wrap;
}
.flex-width-900 > div
{
	background-color: #f8f8f8;
	width: 900px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	font-size: 1em;
}
*/
.flex-width-300
{
	display: flex;
	flex-wrap: wrap;
}
.flex-width-300 > div
{
	background-color: #f1f1f1;
	width: 300px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	font-size: 1em;
}

.flex-width-250
{
	display: flex;
	flex-wrap: wrap;
}
.flex-width-250> div
{
	background-color: #f1f1f1;
	width: 250px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	font-size: 1em;
}

.flex-width-175
{
	display: flex;
	flex-wrap: wrap;
}
.flex-width-175> div
{
	width: 175px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	font-size: 1em;
}

.flex-width-id
{
	display: flex;
	flex-wrap: wrap;
}
.flex-width-id> div
{
	width: 275px;
	margin: 4px 5px;
	font-size: 1em;
}

div.input-legend
{
	height:20px;
	padding-top:6px;
	text-align:left;
	font-weight:bold;
}

@media only screen and (min-width: 600px)
{
div.input-legend
{
	height:20px;
	padding-top:6px;
	text-align:right;
	font-weight:bold;
}
}

div.input-data
{
	height:20px;
	text-align:left;
}

div.controls
{
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 0px 20px;
}

.blink-red
{
	animation:blinkingText 1.5s 10;
}
@keyframes blinkingText
{
	0%{	 color: #FF0000;	}
	49%{	color: #FF0000; }
	60%{	color: transparent; }
	99%{	color:transparent;  }
	100%{   color: #FF0000;	}
}

tr.postcode
{
	display:none;
}
.site-title
{
	text-align:center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: var(--U3A-blue, #092F87);
	font-size: 1.5em;
	font-weight:bold;
}

.maintenance
{
	text-align:center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color:red;
	font-size: 1.2em;
	font-weight:bold;
}

.test-title
{
	text-align:center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color:red;
	font-size: 1.2em;
	font-weight:bold;
}

.div
{
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: purple;
}
.site-image-left
{
	float:left;
	align:top;
	border:0px;
	width:90px;
	height:40px;
}

.site-image-right
{
	float:right;
	align:top;
	border:0px;
	width:90px;
	height:40px;
}

.isp_logo
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color:lightgrey;
}

.greyed-out
{
	color:lightgrey;
}

.approved
{
	color:green;
	font-weight:bold;
	font-style:italic;
}

div.centre
{
	text-align:center;
	border: 2px solid blue;
}

div.grey
{
	color:lightgrey;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	vertical-align: top;
}

div.activity-title
{
	background-color:#0035A1;
	text-align:center;
	font-family: "Eras Bold ITC", Arial, sans-serif;
	color:#FFC61D;
	font-size: 1.2em;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border: 2px solid;
	border-color: #FFC61D;
}

div.statistics
{
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: black;
	vertical-align: top;
	font-size: 1em;
	padding:2px 2px 2px 2px;
	margin:2px 2px 2px 2px;
	border: 2px solid blue;
}


div.no_button
{
	font-family: Arial, Arial, sans-serif;
	font-weight: bold;
	color: darkgray;
	background-color: white;
	vertical-align: top;
	font-size: 1em;
	padding:2px 4px 2px 4px;
	margin:4px 10px 2px 10px;
	border: 1px solid dimgrey;
	border-radius: 3px;
	float: left;
}

span.button
{
	font-family: Arial, Arial, sans-serif;
	font-weight: bold;
	color: darkgreen;
	background-color: gainsboro;
	vertical-align: top;
	font-size: 1em;
	padding:2px 4px 2px 4px;
	margin:4px 10px 2px 10px;
	border: 1px solid black;
	border-radius: 5px;
	float: left;
}

div.button
{
	font-family: Arial, Arial, sans-serif;
	font-weight: bold;
	color: darkgreen;
	background-color: gainsboro;
	vertical-align: top;
	font-size: 1em;
	padding:2px 4px 2px 4px;
	margin:4px 10px 2px 10px;
	border: 1px solid dimgrey;
	border-radius: 5px;
	float: left;
}
a.button:link
{
	text-decoration: none;
	color: green;
	font-weight: bold;
}
a.button:hover
{
	font-style:italic;
	color: white;
}

div.button_input
{
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: black;
	background-color: whitesmoke;
	vertical-align: top;
	font-size: 1em;
	padding:5px 9px 2px;  /* top, (right & left), bottom */
	border: 1px solid blue;
	border-radius: 1px;
	float:left;
}

div.button_logout
{
	font-family: Arial, Arial, sans-serif;
	font-weight: bold;
	color: white;
	background-color: slateblue;
	vertical-align: top;
	font-size: 1em;
	padding: 2px 5px 2px;  /* top, (right & left), bottom */
	border: 1px solid blue;
	border-radius: 4px;
	float:left;
}
a.button_logout:link
{
	text-decoration: none;
	color: white;
}
a.button_logout:visited
{
	color: white;
}
a.button_logout:hover
{
	color: yellow;
}

div.button_small
{
	font-family: Arial, Arial, sans-serif;
	font-weight: bold;
	color: darkgreen;
	background-color: lightgrey;
	vertical-align: top;
	font-size: .9em;
	padding:1px 1px 1px 1px;
	margin:0px 3px 0px 0px;
	border: 2px solid dimgrey;
	border-radius: 5px;
	float:left;
}

div.group_facilities_line
{
	justify-content: center;
	display: flex;
	margin: 2px;
}

.headerinput
{
font-size: 1.1em;
font-family:  Arial, Arial, sans-serif;
font-weight: bold;
font-style: italic;
color: indigo;
}

.headerdisplay
{
font-size: 1.1em;
font-family:  Arial, Arial, sans-serif;
font-weight: bold;
font-style: italic;
color: indigo;
}

#help
{
	font-family: Calibri, Arial, sans-serif;
	font-size: 1em;
}
#help div.h4-indent
{
	position:relative;
	left:90px;
	width:92%
}
#help h1
{
	text-align:center;
	color: var(--U3A-blue, #092F87);
	margin-top;12px
	margin-bottom;0px
	font-size:2em;
}
#help h2
{
	position:relative;
	margin-left:30px;
	margin-top;10px
	margin-bottom;0px
	text-align:left;
	color:#4C1473;
	font-size:1.5em;
}
#help h3
{
	position:relative;
	margin-left:60px;
	margin-top;8px
	margin-bottom;0px
	text-align:left;
	color:#322980;
	font-size:1.2em;
}
#help h4
{
	position:relative;
	margin-left:90px;
	margin-top;6px
	margin-bottom;0px
	text-align:left;
	color: var(--U3A-blue, #092F87);
	font-size:1.1em;
}
#help h5
{
	position:relative;
	margin-left:90px;
	margin-top;6px
	margin-bottom;0px
	text-align:left;
	color: var(--U3A-blue, #092F87);
	font-size:1.05em;
}
#help p
{
	position:relative;
	margin-left:90px;
	margin-top;3px
	margin-bottom;0px
}
#help li
{
	position:relative;
	margin-left:90px;
}
#help p.menu-path
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: darkgreen;
	position:relative;
	margin-left:90px;
	margin-top;3px
	margin-bottom;0px
}
#help table
{
	margin-left:90px;
}
#help tr.header
{
	background-color:darkgreen;
	color:white;
}
#help th
{
	text-align:left;
	vertical-align:top;
}
#help .link-button
{
	font-size: .9em;
	border: solid 1px black;
	background: #f2f2f2;
	padding: 0px 3px 0px 3px;
	white-space: nowrap;
}
#help .submit-button
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
	background: #f2f2f2;
	color: green;
	padding: 0px 3px 0px 3px;
	white-space: nowrap;
}
.menu-path
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: darkgreen;
	position:relative;
	margin-left:90px;
	margin-top;3px
	margin-bottom;0px
}
h1.black
{
	text-align:center;
	color:black;
	font-size: 2em;
}

h1.blue
{
	text-align:center;
	color:#364982;
	font-size: 2em;
}

h1.blue-left
{
	text-align:left;
	color:#364982;
	font-size: 2em;
}

h1.blue-comic
{
	text-align:center;
	color:#364982;
	font-size: 2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h2.black
{
	text-align:center;
	color:black;
	font-size: 1.7em;
}

h2.brown
{
	text-align:center;
	color:#A52A2A;
	font-size: 1.7em;
}
h2.green
{
	text-align:center;
	color:green;
	font-size: 1.7em;
}
h2.blue
{
	text-align:center;
	color:#364982;
	font-size: 1.7em;
}

h2.blue-left
{
	text-align:left;
	color:#364982;
	font-size: 1.7em;
}

h2.blue-comic
{
	text-align:center;
	color:#364982;
	font-size: 1.7em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
h3.brown
{
	text-align:center;
	color:#A52A2A;
	font-size: 1.5em;
}
h3.green
{
	text-align:center;
	color:green;
	font-size: 1.5em;
}
h3.blue
{
	text-align:center;
	color:#364982;
	font-size: 1.5em;
}

h3.blue-left
{
	text-align:left;
	color:#364982;
	font-size: 1.5em;
}

h3.blue-comic
{
	text-align:center;
	color:#364982;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h4.blue-left
{
	text-align:left;
	color:#364982;
	font-size: 1.3em;
}

h4.blue-comic
{
	text-align:center;
	color:#364982;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

ul.circle
{
	list-style-type:circle;
}

ul.square
{
	list-style-type:square;
}

ol.roman
{
	list-style-type:upper-roman;
}

ol.letter
{
	list-style-type:lower-alpha;
}
.menu-path
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: darkgreen;
}
.faq
{
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: darkblue;
}

.faqanswer
{
	font-size: 1em
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: black;
}

.latestnews
{
	font-size: 1em;
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: purple;
}

.system-status
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: red;
}

.normal
{
	font-size: 1em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: black;
	vertical-align: top;
}
.normal-center
{
	width: 100%;
	font-size: 1em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: black;
	text-align: center;
}
.normal-comic
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color: black;
}
.normal-right
{
	font-size: 1em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: black;
	text-align: right;
}
.link
{
	font-family: Arial, Arial, sans-serif;
	text-decoration:underline;
	color: dodgerblue;
}

.red
{
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: red;
}
.error
{
	font-size: 1.1em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: red;
}
.warning
{
	font-size: 1.1em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color:#E67E00;
}
.highlight
{
	font-size: 1.1em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color:brown;
}
.missing
{
	font-size: 1.1em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color:#E67E00;
}
.null_query
{
	font-size: 1.1em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color:#E67E00;
}
.success
{
	font-size: 1.1em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: green;
}
.exists
{
	font-size: 1.1em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: blue;
}

.tip
{
	font-size: .8em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: magenta;
}

.table-right
{
	font-size: 1em;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal;
	color: black;
	text-align: right;
	vertical-align: top;
}

.standout
{
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: red;
}

.formlabel
{
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: black;
}

.formtemp
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color: brown;
	margin-top: 5px;
}

.forminput
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color: blue;
	margin-top: 5px;
}

.formrequired
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color: blue;
	margin-top: 5px;
	background: #FFF0F0;
	border: 1px solid red;
}

.formadvised
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color: blue;
	margin-top: 5px;
	border: 1px solid red;
}

.formadvised_1
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color: blue;
	margin-top: 5px;
	border: 1px solid blue;
}

.formadvised_2
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color: blue;
	margin-top: 5px;
	border: 1px solid green;
}

.formsubmit
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: green;
	margin-top: 5px;
}

.formsubmitred
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: red;
	margin-top: 5px;
}

.placeholder
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color: lightgrey;
	margin-top: 5px;
}

.forminputs
{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color: blue;
	margin-top: 5px;
}

.formnotes
{
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: red;
	margin-top: 5px;
}

.red-bold
{
	color: red;
	font-weight: bold;
}
.menubanner
{
/*width:880px;
height:20px;
margin:4px;
border:2px solid: blue;
padding:4px;*/
font: bold 18px comic,sans-serif;
text-align:center;
color: #003399;}

.banner
{
font: bold 24px comic,sans-serif;
text-align:center;
color: #003399;
}

.medium-banner
{
font: bold 18px comic,sans-serif;
text-align:center;
color: #003399;
}

.small-banner
{
font: bold 1.1em comic,sans-serif;
text-align:center;
color: #003399;
}

br.banner
{
font: bold 2em comic,sans-serif;
text-align:center;
color: #003399;
}

.head-centred
{
font: bold 1.1em verdana,sans-serif;
text-align:center;
color: #003399;
}
p.head
{
font: bold 1.1em verdana,sans-serif;
color: var(--U3A-blue, #092F87);
}

p.head-centred
{
font: bold 1.1em verdana,sans-serif;
text-align:center;
color: var(--U3A-blue, #092F87);
}

p.bold
{
font: bold 1em verdana,sans-serif;
}

p.normal
{
font: 1em verdana,sans-serif;
text-align: left;
}

p.tablespacing
{
font: 1%/1% verdana,sans-serif;
}

td.bold
{
font: bold 1em verdana,sans-serif;
text-align: right;
}

td.headam
{
font: bold 1.1em verdana,sans-serif;
color: var(--U3A-blue, #092F87);
background-color:yellow;
text-align: left;
}

td.head
{
font: bold 1.1em verdana,sans-serif;
color: var(--U3A-blue, #092F87);
}

td.head-bkgrnd
{
font: bold 1em verdana,sans-serif;
color: white;
background-color:#990000;
text-align: left;
}

td.headpm
{
font: bold 1.1em verdana,sans-serif;
color: var(--U3A-blue, #092F87);
background-color:cyan;
text-align: left;
}

td.headdis
{
font: bold 1.1em verdana,sans-serif;
color: gray;
background-color:lightgrey;
text-align: left;
}

td.normal
{
font: 1em verdana,sans-serif;
text-align: left;
color: black;
}

td.normalam
{
font: 1em verdana,sans-serif;
color: black;
background-color:yellow;
text-align: left;
}

td.normalpm
{
font: 1em verdana,sans-serif;
color: black;
background-color:cyan;
text-align: left;
}

td.normaldis
{
font: 1em verdana,sans-serif;
color: black;
background-color:lightgrey;
text-align: left;
}

td.normalred
{
font: bold 1em verdana,sans-serif;
color: red;
background-color:lightgrey;
}

td.bannerbutton
{
background-color: var(--U3A-blue, #092F87);
align: center;
font: 1em Eras Bold ITC; color="#FFC61D";
}

/*--------------------------------------------------*/

/* .................................................*/
div.image_tile
{
	width: 300px;
	height: 225px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-top-style: solid;
	border-color: grey;
	border-width: 1px;
	padding-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
}
p.image_tile
{
	text-align: center;
	font-family: Arial, Arial, sans-serif;
	font-size: .9em;
}
h3.image_tile
{
	text-align: center;
	color: yellow;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0 0;
}
mark.image_tile
{
	background: rgba(0,0,0, 0.15);
	padding-left:5px;
	padding-right:5px;
}
div.text_tile
{
	text-align: center;
	font-family: Arial, Arial, sans-serif;
	color: black;
	font-size: 1em;
	margin-top: 2px;
	margin-left: 4px;
	margin-right: 4px;
	width: 300px;
	border-top-style: solid;
	border-color: grey;
	border-width: 1px;
}
h3.text_tile
{
	text-align: center;
	color: #364982;
	font-size: 1.3em;
	margin: 0 0;
	font-family: Verdana, Arial, sans-serif;
}
p.text_tile
{
	margin: .4em 0;
}
div.button_tile_gold
{
	text-align: center;
	font-family: Arial, Arial, sans-serif;
	color: black;
	font-size: 1em;
	background-color: var(--U3A-gold, #FEC524);
	padding: 0px;
	border-width: 5px;
	margin: 5px;
	width: 290px;
	border-style: outset;
	border-color: blue;
}
h4.button_tile_gold
{
	text-align: center;
	color: var(--U3A-blue, #092F87);
	font-size: 1.1em;
	margin: 0 0;
	font-family: Verdana, Arial, sans-serif;
}
p.button_tile_gold
{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: var(--U3A-blue, #092F87);
	font-size: .8em;
	margin: 0 0;
}
span.button_tile_gold
{
	color: var(--U3A-blue, #092F87);
	font-size: 1.7em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
div.button_tile_blue
{
	text-align: center;
	font-family: Arial, Arial, sans-serif;
	color: black;
	font-size: 1em;
	background-color: var(--U3A-blue, #092F87);
	border-width: 5px;
	margin: 5px;
	width: 290px;
	border-style: outset;
	border-color: var(--U3A-gold, #FEC524);
}
h4.button_tile_blue
{
	text-align: center;
	color: var(--U3A-gold, #FEC524);
	font-size: 1.1em;
	margin: 0 0;
	font-family: Verdana, Arial, sans-serif;
}
p.button_tile_blue
{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: var(--U3A-gold, #FEC524);
	font-size: .8em;
	margin: 0 0;
}
span.button_tile_blue
{
	color: var(--U3A-gold, #FEC524);
	font-size: 1.7em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
div.button_tile_green
{
	text-align: center;
	font-family: Arial, Arial, sans-serif;
	color: black;
	font-size: 1em;
	background-color: green;
	border-width: 5px;
	margin: 5px;
	width: 290px;
	border-style: outset;
	border-color: lightgreen;
}
h4.button_tile_green
{
	text-align: center;
	color: white;
	font-size: 1.1em;
	margin: 0 0;
	font-family: Verdana, Arial, sans-serif;
}
p.button_tile_green
{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: white;
	font-size: .8em;
	margin: 0 0;
}
span.button_tile_green
{
	color: white;
	font-size: 1.7em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
div.diary_tile
{
	padding: 10px;
	border: 1px solid;
	margin: 5px;
	width: 270px;
	float: left;
	text-align: center;
	font-family: Arial, Arial, sans-serif;
	font-size: .9em;
}
h3.diary_tile
{
	text-align: center;
	color: #364982;
	font-size: 1.7em;
	font-family: Verdana, Arial, sans-serif;
}
p.diary_tile
{
	text-align: center;
	font-family: Arial, Arial, sans-serif;
	font-size: .9em;
}

div.tile_overlay
{
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: white;
	opacity: 0.6;
}

p.tile_overlay
{
	font-family: Arial, Arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: black;
}

a.link_image:link
{
	text-decoration: none;
	color: black;
}
a.link_image:hover
{
	color: blue;
	background-color: lightblue;
}

div.centre
{
	float: center;
}

div.page
{
	width: 100%;
}
a.tile_h3:link
{
	text-decoration: none;
	color: yellow;
}
a.tile_h3:hover
{
	color: white;
	font-weight: bold;
	font-style: italic;
}
a.tile_p:link
{
	text-decoration: none;
	color: navy;
}
a.tile_p:hover
{
	color: darkgreen;
	font-weight: bold;
	font-style: italic;
}
a.tile_link:link
{
	text-decoration: none;
	color: black;
}
a.tile_link:hover
{
	color: darkgreen;
	font-weight: bold;
	font-style: italic;
}

a.latest_news:link
{
	text-decoration: none;
	color: black;
}
a.latest_news:hover
{
	font-style: italic;
}

div.tile_column_scroll
{
	float: left;
	width: 330px;
	height: 660px;
	scroll-behavior: smooth;
	overflow-y: auto
}
div.tile_column
{
	float: left;
	width: 310px;
}
div.whatson_column
{
	float: left;
	width: 330px;
}
div.summary_tile
{
	width: 175px;
	height: 175px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin: 8px;
	border: 1px solid grey;
}
p.summary_tile
{
	margin-top: 1em;
	margin-bottom: .1em;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
mark.summary_tile
{
	background: rgba(255,255,255, 0.55);
	padding-left:5px;
	padding-right:5px;
}
h3.summary_tile
{
	margin-top: .1em;
	margin-bottom: .1em;
	text-align: center;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: blue;
}
div.summary_overlay
{
	padding: 2px;
}
a.summary_link:hover
{
	color: darkgreen;
	font-weight: bold;
	font-style: italic;
}

div.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 5px;
	z-index: 10;
	top: 0px;
	left: 0px;
}
h3.overlay h3
{
	text-align: center;
	color: yellow;
	font-size: 1.7em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	z-index: 20;
}

div.background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
div.diary_item_tile
{
	text-align: center;
	font-family: Arial, Arial, sans-serif;
	color: black;
	font-size: 1em;
	margin-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	width: 270px;
	border-style: solid;
	border-color: tan;
	background-color: bisque;
	border-width: 1px;
	float: left;
}

[data-tip] {
	position:relative;

}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	display:none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #1a1a1a;
	position:absolute;
	top:30px;
	left:35px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
	position:absolute;
	top:30px;
	left:35px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:35px;
	left:0px;
	padding:5px 8px;
	background:#1a1a1a;
	color:#fff;
	z-index:9;
	font-size: 0.75em;
	height:18px;
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}
span.blue_button
{
	background-color: blue;
	border: 1px solid blue;
	color: white;
	padding: 1px 10px;
	border-radius: 3px;
	white-space:nowrap;
}
span.zoom_button
{
	background-color: #0E72EC;
	border: 1px solid #0E72EC;
	color: white;
	padding: 1px 10px;
	border-radius: 5px;
	white-space:nowrap;
span.link_button
{
	background-color: #F5F5F5;
	border: 1px solid lightgrey;
	color: green;
	padding: 1px 10px;
	border-radius: 3px;
	white-space:nowrap;
}

</style>
</head>

</html>