@CHARSET "UTF-8";
body
{
	font-family: Verdana, sans-serif;
	line-height: 1.5;
	background-color: #E6E6E6;
	font-size: 14px;
}

h1
{
	margin-top: 0px;
	font-size: 2em;
	font-weight: normal;
	color: #438119;
}

h2
{
	font-size: 1.25em;
	font-weight: bold;
	/* letter-spacing:0.2em; */
}

span
{
	color: black;
}

span.author
{
	color: gray;
	font-style:italic;
}

ul
{
	/*list-style: square outside;*/
	/* color: #91CD69; */
	margin-top: 3px;
}

li
{
	/*color: blue;*/
}

s {
	color: silver;
}

#lwa_program {
	width: 100%;
}

#logotable td
{
	width: 300px;
}

#header
{
	width: 900px;
	height: 388px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-image: url(pics/header.jpg);
	background-repeat: no-repeat;
	/*<img src="<?php echo $rootPath ?>/pics/header.jpg" alt="Header">*/
}

#container
{
	background-color:white;
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -460px;
	/*border-color: black;
	border-width: 1px;
	border-style: solid;*/
	border-radius: 20px;
	/*background-color: blue;*/
	padding: 10px;
	box-shadow: 10px 10px 5px #888888;
}

.activated
{
	background-color: #CAC375;
}

#nav
{
	/*position: absolute;*/
	/*top: 420px;*/
	/*left: 0px;*/
	float: left;
	width: 180px;
	line-height: 2;
	background-color: #F3F8CB;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 10px;
	margin: 0px;
	padding: 10px;
	font-size: 1.2em;
}

a
{
	color: black;
	padding: 2px;
}

a:visited
{
	color: black;
}

a:hover
{
	background-color: #91CD69;
}

div#sponsoring {
}

div#gold_sponsors {
	font-size: 0.75em;
	text-align: center;
	border-bottom: 1px solid gold;
	height: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#gold_sponsors span {
	background-color: #F3F8CB;
	padding-left: 5px;
	padding-right:5px;
}

div#sponsoring a:hover {
	background-color: #F3F8CB;	
}

div#sponsoring img {
	width: 100%;
}

div.sponsors img {
	height: 150px;
}

#logos a
{
	padding: 0px;
}

#logos a:hover
{
	background-color: white;
}

#nav a
{
	/*color: black;*/
	text-decoration: none;
}

#nav a:hover
{
	background-color: #CAC375;
}

#nav ul
{
	color: #CAC375;
	margin: 0px;
	line-height: 1.5;
	padding-left: 30px;
	font-size: 0.9em;
}

#content
{
	/*background-color: green;*/
	/*position: absolute;*/
	/*top: 420px;*/
	/*left: 300px;*/
	width: 675px;
	float: left;
	background-color: #E5F5D5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 20px;
	margin: 0px;
	margin-left: 5px;
	padding: 10px;
}

#footer
{
	position:absolute;
	top: 100%;
	left: 0px;
	margin: 10px;
	margin-left: 0px;
	width: 900px;
	height: 40px;
	/*background-color: green;*/
}

#footer a:hover
{
	background-color: #BDBDBD;
}

.required_star {
	color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

form#registration {
	margin-top: 1em;
	margin-bottom: 1em;
}

form#registration table {
	margin: auto;
	background-color: #EFF5D5;
	border-right: 1px solid #D5F6B4;
	border-bottom: 1px solid #D5F6B4;
	border-top: 1px solid #C8EAA6;
	border-left: 1px solid #C8EAA6;
}

form#registration td {
	padding-bottom: 0.85em;
}

div#registration_successful {
	display: none;
}

#reference {
	font-family: Courier;
	font-size: 1.2em;
}

#erba_aerial img {
	width: 100%;
}

#accommodations_map {
	width: 525px;
	height: 600px;
}

#accommodations_map_p {
	margin:0 auto;
	text-align: center;
}

#erba_aerial a:hover{
	background-color: #E5F5D5;
}

#clear_registration_button {
	display: none;
}

.keynote_date {
	margin-top: 40px;
	display: block;
	text-align: right;
	font-style: italic;
}

.speaker_portrait {
	width: 150px;
	float: right;
	margin-left: 20px;
}

span.keynote_date + h2 {
	border-bottom: 1px solid #438119;
	margin-top: 0px;
}

.keynote_title {
	font-weight: normal;
}

.speaker p {
	text-align: justify;
}

.hidden {
	display: none;
}

.program table, .program tr{
	border-spacing: 0px;
	vertical-align: top;
	margin: 0px;
}

.program td {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 0px 5px 12px 5px;
}

.program td[colspan="4"] {
	font-weight: bold;
	background-color: #438119;
	color: white;
}

 .program .new_date td {
 	border-top: 1px solid gray;
 }

 .topic {
 	background-color: rgba(67, 129, 25, 0.54);
 	font-weight: bold;
 	padding: 0px 5px 0px 5px !important;
 }

  .joint {
 	background-color: #95B3D7;
 	font-weight: bold;
 	padding: 0px 5px 0px 5px !important;
 }

.opening {
	background-color: #B7DDE8;
}

.keynote {
	background-color: #E6B8B8;
}

.title {
	font-weight: bold;
}

.break {
	background-color: #ECF0DF;
}

.lunch {
	background-color: #C3D79A;
}

.meetings {
	background-color: #F9BF8F;	
}

.event {
	background-color: #9BBB58;
}