<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*dark green 79,98,40*/
/*Turquoise rgb(50,120,150)*/


*{
    margin: 0px;
    padding: 0px;
}

body {
	/*background: url(images/bg.png);*/
	background: url(images/WaterPlain.jpg);
	/*background-size:cover;*/
	background-repeat: repeat;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height:100vh;
}
#header {
    height: 285px;
	width: 900px;
	border-bottom: thin groove grey;
}

.floatleft{float:left !important;}

#logo {
	width: 100%;
    height: 220px;
    text-align:  left;
    background: url(images/header.jpg) no-repeat;
	background-size: 900px 250px;
	display:block;
	border-bottom: thin groove grey;
}
#logo img{
	float:left;
	width:150px;
}
h1 {
	color:white; 
	text-shadow: 2px 2px black;
	font-family:Times New Roman TUR;
	font-size:xx-large; 
	text-align:left; 
	padding:18px 20px; 
	display:block;
}
h3 {
	color: rgb(73,115,56);
	
}


.center{text-align:center;}
.c {text-align:center;}
.r {text-align:right; padding-right:20px}

/*
a:link {color: #ffffff;}
a:hover {color: #ffffff;}
a:visited {color: #ffffff;}*/

hr{margin-top:5px; margin-bottom:10px;}

#content{
	margin: 0 auto;
	width: 900px;
	border: thin outset grey;
}

#menu{
width: 100%;
height: 65px;
padding-left: 0px;
background-color: rgb(50,120,150);
}

#menu ul {	list-style: none;}
#menu li {	display: inline; }
#menu a {
	float: left;
	width: 170px;
	height: 40px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	/*text-shadow: 2px 2px black;*/
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 24px;
    vertical-align:middle;
	border: none;
}

#menu a:hover {
	color: rgb(216,224,190);
	/*background: url(images/menu_hover.png) repeat-x;*/
}
.honor {padding-top:15px !important; padding-bottom:9px;}


#main{
    /*background: #ffffff url(images/table_back.gif) repeat-x top*/
    background-color: white;  
}

#left
{
	padding-left: 20px;
	padding-top: 20px;
	width: 250px;
}

.left_back
{
border: thin solid darkgrey;
border-top: none;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
padding: 0 0 10px;
}

.bottom
{
background: url(images/bottom.png) no-repeat top;
height: 16px;
width: 212px;
}

#left H3{
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 5px; 
	text-transform: uppercase;
	color: white;
	/*text-shadow: 2px 2px black;*/
	background-color: rgb(50,120,150);
}
#left ul {	list-style: none; padding: 5px 10px 5px;}
#left li {}
#left img {
	border: 0px;
    /*width: 182px;*/
	margin-left: 15px;
    margin-right: 15px;
}
#left .title_back{padding: 10px;}
#left a {	color: black;}
#left a:hover {	background-color:#C9DCA6;}
#left a:visited {color: #164701;}
#left p{ padding: 5px 10px 5px;}

#right{
float: right;
/*width: 520px;*/
width: 590px;
padding: 20px 20px 20px 0;
}

#right .box
{
border: 1px solid #C9C9C9;
background: #ffffff;
padding: 10px;
margin-bottom: 10px;
}

#right ol, #right ul
{
margin-left: 30px;
}
#right h2 {
	margin: 10px 0;
    color: rgb(30,75,90);
}
#right h3{margin: 10px 0;}
#right H4{
	padding-bottom: 5px;
	font-size: small;
	color: #65A204;
	font-style: italic;
}

#right a
{
/*color: #65A204;*/
color: rgb(16,45,61);
text-decoration: underline;
}

#right p {
	margin-right: 10px;
	padding-bottom: 10px;
    text-align: justify; 
}

/*#right img{padding: 0 10px 0 10px;}*/

#right .date2 {
	margin: 10px;
	padding: 0;
	padding-top: 5px;
}

.red{color:red;}

.date {
	text-align: right;
	color: #65A204;
	font-size: 11px;
}

.date a {color: #65A204;}

p.caption {
	text-align: right !important;
	font-style: italic;
	color: grey;
	font-size: small;		
}

#footer {
    background-color: white;
	/*clear: both;
	padding-top: 30px;
	background: url(images/footer.gif) repeat-x; */
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: grey;
}

#footer a {}

#tblProgramme col:first-child{width:100px;}
#tblProgramme th, 
table.tblProgramme th{
	color:white;
	background-color: rgb(58,145,170);
	padding: 5px 5px;
}
#tblProgramme th p, 
table.tblProgramme th p{text-align: center;padding: 0px 0px;}

#tblProgramme td, 
table.tblProgramme td{background: rgb(225,230,235);}
#tblProgramme td p,
table.tblProgramme td p{padding: 10px 5px;}

#tblProgramme tr.break td{
	background: rgb(175,190,208);
	text-decoration: italic;
}
#tblProgramme tr:last-child td:first-child{border-bottom-left-radius: 10px;}
#tblProgramme tr:last-child td:last-child{border-bottom-right-radius: 10px;}
#tblProgramme th.tableimage{
	background: url('images/Nelson.jpg');
	background-size:cover;
	background-position: center;
	height: 150px;
	vertical-align:bottom;
}
#tblProgramme td.break{	height:3em;	padding:0;}
#tblProgramme td.lunch{background: url('images/sandwiches.jpg');background-size:cover;background-position:center top;}
#tblProgramme td.lunch2{background: url('images/sandwiches.jpg');background-size:cover;background-position:center bottom;}
#tblProgramme td.coffee{background: url('images/coffee.jpg');background-size:cover;}
#tblProgramme td.wine{background: url('images/wine.jpg'); background-size:cover;}
#tblProgramme td.lunch div,
#tblProgramme td.break div{
	background-color:rgba(0, 0, 0, 0.3);
	height:100%;
	text-shadow: 1px 1px black;
	font-weight:bold;
	color:white;
}
#tblProgramme td.break div p{padding: 10px 0 0 10px;}

/*Table of contributed papers and links */
#tblPresentations {border-collapse: collapse;}
#tblPresentations col:first-child{}
#tblPresentations th{
	color:white;
	background-color: rgb(58,145,170);
	padding: 5px 5px;
}
#tblPresentations td{background: rgb(225,230,235); border-top:thin solid white;}
#tblPresentations td p{padding: 10px 5px;}

.btnPlay{float:right;}
.award{float:left;}


div.register{
	border: none;
	box-shadow: 1px 1px lightgrey;
	background-color: rgb(230,235,235);
	padding: 10px;
	margin: 10px;
}
.validation_message{
	border:none;
}


input[type=Submit] {padding:5px 20px;}


#calendar1 {padding: 0 10px 20px 10px;}
#calendar table {
	width: 100%;
	text-align: center;
}
#calendar thead {}
#calendar tbody td {
	border: 1px solid #F1F1F1;
}
#calendar #prev {	text-align: left;}
#calendar #next {	text-align: right;
}
#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}
#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

button{
	padding: 2px 5px;
}

.proc {
	text-align:left; padding:0px 20px 0px 0px; margin-top:0px; font-weight:bold; font-size:15px;
color: #65A204;
}

.table, .registration{
	/*border-top: 1px solid #C9DCA6;*/
	/*background: url(images/registration_back.png) left bottom repeat-x;*/
	/*background-color: #F8FDEF;*/
    /*background-color: white;*/
	border-collapse:collapse;
	width:100%
	}
.registration td{
	padding: 2px 5px;
}
td.right{text-align: right;}


input#ctl00_ContentPlaceHolder1_total { font-weight:bold;border: none; background: none; text-align:right;}
input,textarea{border: thin inset grey;}
.disabled {background-color:rgb(220,225,230)}
.enabled {background-color:White}
.watermarked {
	color:gray;
    font-style:italic;
}	
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
    border-width:1px;
}

/* Style the button that is used to open and close the collapsible content 
https://www.w3schools.com/howto/howto_js_collapsible.asp */
.collapsible {
  cursor: pointer;
  border: none;
  background-color: rgb(225,230,235);
  background: url(images/chevron_down.png);
  background-size: 100%;
  float:none;
  margin-top: -4px;
}
.collapsible:focus {outline:0;}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover { background-color: rgb(235,240,245);}

/*.collapsible:after { /*content: 'Ë…';}*/
/*.active:after {content: '-';}/*"\2796"; /* Unicode character for "minus" sign (-) */

.active{
	background: url(images/chevron_up.png);
	background-size: 100%;
	border: none;
}


/* Style the collapsible content. Note: hidden by default */
.collapsed { display: none;}
.expandable td{ 
	background-color:rgb(245,250,255) !important;
	margin-top:10px;
	padding: 5px;
}
.expandable div{ 
}









</pre></body></html>