<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Helvetica;
	color: #444444;
}

#page-container {
	margin: 0 auto;
 	width: 940px;
}

#page-content {
	width: 900px;
	margin: 50px 0px 10px 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

div.clear {
	clear: both;
}

div#logo {
	font-size: 40px;
	font-weight: bolder;
}

div#tag {
	padding-top: 10px;
	font-size: 14px;
}

div#hrule {
	background-image: url('../img/blocks.jpg');
	margin-top: 20px;
	height: 200px;
	width: 900px;
}

div#date {
	text-align: right;
	font-size: 20px;
	font-weight: bolder;
	padding-top: 10px;
}

div#description {
	padding-top: 10px;
	font-size: 14px;
	text-align: right;
}

div#organizers {
	text-align: right;	
	padding-top: 5px;
	font-size: 12px;
	font-style: italic;
}

div.textblock {
	font-size: 14px;
	width: 900px;
	line-height: 20px;
	padding-top: 5px;
}

a:link, a:visited {
	text-decoration: none;
	color: #1C75AB;
}


a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 20px;
}


/* forms style */


div.form-input {
	padding-bottom: 20px;	
}


form {
	font-family: Helvetica;
}


label {
	font-weight:bold;
	color: #444444;
}

input.text, input.title, textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666;
}

input.text, input.title {
	width:300px;
	padding:5px;
}

input.title {
	font-size:1.5em;
}

textarea {
	width:600px;
	height:250px;
	padding:5px;

}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color:#FBC2C4;
}

.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

.error, .notice, .success { 
	padding:.8em;
	border:2px solid #ddd;
}

div.error {
	margin-top: 3px;
	color: red;
}

.server-validation-errors {
	padding-bottom: 20px;	
}


/* Table */

table.schedule-main {border: 1px solid #FFF;
		 width: 100%;
	 	font-size: 14px;
		 margin-top: -10px;}
		 
.schedule-main td {text-align: center;
		 padding: 2px;
		 background-color: #FFF;
		 border-bottom: 1px solid #EEE;}

.schedule-main tr.heading {
		 color: #000;
		 background-color: #EFEFEF;
		 }

		 
.schedule-main td.heading {
		 padding-top: 5px;
		 padding-bottom: 5px;
		 padding-left: 2px;
		 padding-right: 2px;
		 background-color: #DDD;
		 border-top: 1px solid #EEE;
		 border-right: 1px solid #EEE;
		 border-left: 1px solid #EEE;
		 border-bottom: 1px solid #EEE;
		 font-weight: bold;}

.schedule-main td.date {
		 font-size: 11px;
		 text-align: left;
		 font-weight: bold;
		 padding-left: 80px;}
		 
.schedule-main td.key {
		 font-size: 10px;
		 text-align: left;
		 font-weight: normal;
		 width: 80%;}
		 
.schedule-main td.left_heading {
		 background-color: #FFF;
		 width: 25%;
		 text-align: right;
		 font-weight: bold;}
		 
.schedule-main td.session {
		 background-color: #FFF;}



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