/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

img {
  -webkit-box-sizing : content-box; 
  -moz-box-sizing : content-box; 
  box-sizing : content-box;
  border : none;
}

body {
	width : 100%;
	margin : 0;
	padding : 0;
	background-color : #DAE8A7;
	color : #222;
	font-family : 'Open Sans', Helvetica, sans-serif;
	font-size : 16px;
  font-weight : lighter;
  letter-spacing : 1.1px;
}

.dataTables_length {
  display : none;
}

/* General */

strong {
  	font-weight : 600;
	color: #4D5D15;
}

a:link {
  	font-weight : 600;
	color: #4D5D15;
	text-decoration : none;
}

a:hover {
  	font-weight : 600;
	color: #4D5D15;
	text-decoration : underline;
}

a:visited {
  	font-weight : 600;
	color: #4D5D15;
	text-decoration : none;
}

a:visited:hover {
  	font-weight : 600;
	color: #4D5D15;
	text-decoration : underline;
}

ul.defList {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

ul.defList li {
	padding : 3px;
}

li {
  text-align : left;
}

li.listRowOdd {
	background-color : #F7FFE6;
  margin : 0;
  padding : 0;
}

li.listRowEven {
	background-color : #FFF;
  margin : 0;
  padding : 0;
}

.itemLabel {
	display : inline-block;
	float : left;
	width : 30%;
	text-align : right;
	padding-right : .3em;
	white-space : nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
}

.itemDef {
	display : inline-block;
	font-weight : normal;
  color : #333;
	width : 70%;
	word-wrap : break-word;
}

.hotelStars {
	font-family : helvetica;
	padding-left : 3px;
}

hr {
	border : 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}

img.pixRight {
	display : block;
	float : right;
	background-color : #EEE;
  border : none;
	margin : 0 0 10px 15px;
}

img.pixLeft {
	display : block;
	float : left;
	background-color : #EEE;
  border : none;
	margin : 0 15px 10px 0;
}

img.pixCentered {
	display : block;
	clear : both;
	background-color : #EEE;
  border : none;
	margin : 10px auto;
}

table.bordered  {
	width : 100%;
	border : solid 1px #CCC;
	border-collapse : collapse;
	margin : 5px 0;
}

table.bordered td {
	border : solid 1px #CCC;
}

table.bordered th {
	border : solid 1px #CCC;
}

tr {
	background-color : #FFF;
}

tr.tableRowOdd {
	background-color : #FCFFF5;
}

tr.tableRowEven {
	background-color : #FFF;
}

table.unbordered  {
	border : none;
	width : 100%;
	margin : 5px 0;
}

table.unbordered td {
	border : none;
}

table.unbordered th {
	border : none;
}

thead tr {
	background-color : #EEE;
}

tr.header1 {
	background-color : #F8F8F8;
}

tr.header2 {
	background-color : #EEE;
}

tr.header3 {
	background-color : #E8E8E8;
}

tr.header4 {
	background-color : #DDD;
}

td {
	text-align : left;
	font-size : 1em;
	padding : 2px 4px;
}

th {
	text-align : center;
	font-size : 1em;
  color : #333;
  font-weight : normal;
	padding : 2px 4px;
}

dl {
	background-color : #FFF;
}

dt {
	font-weight : bold;
	float : left;
	text-align : right;
	width : 33%;
	padding : 2px 5px;
}

dd {
	margin-left : 33%;
	padding : 2px 5px;
}
/* Login area and button */

#login {
	display : block;
	border : none;
	background-color : #FFF;
	background-image: none;
	text-align : center;
	margin : 0px;
	padding : 10px;
}

#loginNotLogged {
	display : block;
	border : none;
	background-color : transparent;
	text-align : center;
	margin : 5px;
	padding : 0;
}

.loggedInAs {
	display : inline-block;
  border : none;
}

.loginButton {
	display : inline-block;
  padding : 0 5px;
  color : #95C44A;
}

b, strong {
  	font-weight : 600;
  color : #496A3D; /*#95C44A;*/
}

/* Register now area and button */

.registerNowArea {
	display : block;
	border : none;
	margin : 0 0 10px 0;
	padding : 0;
	text-align : center;
}

a.registerNowButton {
	display : inline-block;
	text-align : center;
	text-decoration : none;
	text-align : center;
	font-size : 1.4em;
	font-weight : normal;
	color: #FFF;
	text-decoration : none;
	border : solid 1px #A5BB20;
	padding : 3px 15px 8px 15px;
	margin : 0;
	background-color : #A5BB20;
	border-radius : 20px;
	
}

a.registerNowButton:hover {
	color: #93B335;
	text-decoration : none;
	background-color : #FFF;
}

/* Abstract Login */

#abstractLogin {
	display : block;
	border : solid 1px #AAA;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	border-radius : 8px;
	background-color : #FFF;
	text-align : center;
	margin : 5px;
	padding : 5px;
}

#abstractLogin p {
	margin : 0;
}

/* Exhibitor Login */

#exhibitorsLogin {
	display : block;
	border : solid 1px #AAA;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	border-radius : 8px;
	background-color : #FFF;
	text-align : center;
	margin : 5px;
	padding : 5px;
}

#exhibitorsLogin p {
	margin : 0;
}

/* breadcrumb */

.breadcrumb {
	margin : 0 0 5px 0;
	padding : 5px;
	background-color : #FAFAFA;
	border-top : solid 1px #AAA;
	border-bottom : solid 1px #AAA;
	border-left : solid 1px #AAA;
	font-size : 1.1em;
}

.breadcrumb_sep {
	color : rgba(0,0,0,0.4);
}

.breadcrumb_node {
	font-weight : bold;
}

.backTo {
	display : block;
	border : solid 1px #DDD;
	padding : 5px 8px;
  margin : 0 0 5px 0;
}

/* form elements */

input,
select {
	font-family : 'Open Sans', Sans-serif;
	/*font-weight : bold;*/
	font-size : 1em;
}

fieldset {
  border : none;
	border-top : solid 1px #DDD;
	margin : 10px 0;
	padding : 0 0 10px 0;
}

legend {
	font-weight : bold;
	font-size : 1.2em;
	padding : 0 4px;
	margin : 0 2px 0 15px;
	color : #654455;
}

label {
	font-weight : normal;
}

ol.formList {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

ol.formList li {
	margin : 0;
	padding : 3px;
}

ol.formListFull {
	list-style-type : none;
	margin : 5px;
	padding : 0;
}

ol.formListFull li {
	margin : 0;
	padding : 1px;
}

.formList label {
	display : inline-block;
	width : 33%;
	text-align : right;
	vertical-align : middle;
	padding-bottom : 3px;
	font-weight : normal;
	white-space : nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
}

label.mandatoryItem {
	color : #A00;
}

label.labelInLine {
	display : inline-block;
	width : auto;
	text-align : left;
	vertical-align : top;
	line-height : 2.2;
	font-weight : bold;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
select {
	width : 66%;
	border : solid 1px #AAA;
	padding : 1px 5px 2px 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
}

select {
	width : 66%;
	border : solid 1px #AAA;
	padding : 2px 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
}

input[required],
select[required] {
	border : solid 1px #A00;
}

input:focus,
select:focus {
	border-width : 2px;
	padding : 0 4px 1px 4px;
}

textarea {
	width : 100%;
	padding : 3px;
	margin-top : 3px;
	border : solid 1px #AAA;
	border-radius : 5px;
	
}

a.action,
input[type="submit"].action,
input[type="reset"].action {
	display : inline-block;
	text-align : center;
	text-decoration : none;
	text-align : center;
	font-size : 1em;
	font-weight : normal;
	color: #444;
	border : solid 1px #AAA;
	padding : 3px 8px 4px 8px;
	margin : 5px auto;
	background-color : #F8F8F8;
	border-radius : 5px;
}

a.showHide {
	display : inline-block;
	text-align : center;
	text-decoration : none;
	text-align : center;
	font-weight : normal;
	color: #444;
	border : none;
}

a.showHide:hover {
	text-decoration : none;
}

input[type="submit"].action,
input[type="reset"].action {
	display : block;
}

a.action:hover,
input[type="submit"].action:hover,
input[type="reset"].action:hover {
	color: #000;
	text-decoration : none;
	/* text-shadow: 1px 1px 0 #EEEEEE; */
	border : solid 1px #000;
	background-color : #DDD;
	/* background : -moz-linear-gradient(#CCCCCC, #FFF);
	background : -ms-linear-gradient(#CCCCCC, #FFF);
	background : -webkit-linear-gradient(#CCCCCC, #FFF);
	background : -o-linear-gradient(#CCCCCC, #FFF);
	background : linear-gradient(#CCCCCC, #FFF); */
}

input[type="submit"].action {
	border: solid 3px #888;
}

input[type="submit"].action:hover {
	border: solid 3px #222;
}

.markedRed {
	border : solid 1px #A00;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	padding : 1px 3px 2px 3px;
}

.bArea {
	display : block;
	text-align : center;
}

.mandatory {
	color : #A00;
	font-weight : bold;
	vertical-align : middle;
}

.mandatoryField {
	background-color : #FFF8F8;
	border-color : #A00;
}

.alert {
	border : solid 2px #B00;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	text-align : center;
	font-weight : bold;
	padding : 5px;
	background-color : #FFFAFA;
}

.softWarning {
	border : solid 2px #444;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	text-align : center;
	font-weight : bold;
	padding : 5px;
	background-color : #FAFAFA;
}
 
#changeLanguage {
	width : 150px;
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 8px;
	background-color : #F2F8FF;
 	text-align : center;
	margin : 10px auto;
	padding : 6px 8px;
	font-size : smaller;
 }

#changeLanguage {
	margin : 2px 0;
}

a.changeLanShort {
	display : inline-block;
}
#layout {
	Background-color : #FFF;
	background-image: none;
	width : 100%;
	max-width : 1050px;
	margin : 10px auto;
	padding : 0;
	border : solid 1px #AAA;
}

/* Container for left right Aside and article */

#container {
	width : 100%;
	margin : 0;
	border : none;
	border-bottom : solid 1px #AAA;
	display : table;
}
#navigation {
	font-size : 1em;
	display : block;
	color : #FFFFFF;
	position : relative;
	border : none;
	background-color : #654455;
	padding : 0;
	margin : -1px 0 0 0;
}


#socialMedia {
  display : block;
  margin : 0;
  padding : 5px 15px 5px 0;
  text-align : right;
  font-size : 1em;
	color : #FFFFFF !important;
	background-color : #654455;
}
#socialMedia a {
  display : inline-block;
  margin : 0 3px;
}

#navigation:after {
  content: "";
  display: table;
  clear: both;
}

/*** Superfish essential styles ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	border : none;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
  border : none;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* Superish styles */

.sf-menu {
	float: left;
	margin-bottom: 0;
}

.sf-menu ul {
	/*box-shadow: 2px 2px 6px rgba(0,0,0,.2);*/
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
  color : #FFF;
  border: none;
  background-color : #654455;
  margin : 0;
  padding: 12px 15px;
  text-decoration: none !important;
}

.sf-menu a:hover {
  color : #DDD;
  background-color : #92637B;
}

.sf-menu li {
	background-color: #654455 !important; /* for main level menu */
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	/*transition: background .2s;*/
}

.sf-menu ul li {
	background-color: #654455 !important; /* for second level menu */
}

.sf-menu ul ul li {
	background-color: #654455 !important; /* for 3d level menu */
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: #92637B !important; /* highlight color */
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/* Superfish arrows (for all except IE7) */

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #222; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5); */
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}

/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #222; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

@media only screen and (max-width: 720px) {
  
.sf-menu a {
	padding: .3em .5em;
  font-size : smaller;
  }
}
#corporateHeader {
	text-align : left;
	display : block;
	width : 100%;
	background-color : #FFF;
	background-image: none;
	padding : 0;
	margin : 0;
	border-bottom : solid 1px #AAA;
	-moz-border-radius : 8px 8px 0 0;
	-webkit-border-radius : 8px 8px 0 0;
	border-radius : 8px 8px 0 0;
	overflow : hidden;
}

#corporateLogoArea {
	display : block;
	width : 100px;
	float : left;
	margin : 10px;
}

#corporateLogo {
	width : 100%;
	padding : 0;
	margin : 0;
}

#corporateHeaderArea {
	display : block;
	text-align : left;
	margin : 0;
	padding : 10px;
	width : 100%;
}

#corporateHeader h1 {
	font-size : 1.6em;
	border : none;
	padding : 3px;
	margin : 0;
	white-space : nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
}

#corporateHeader h2 {
	font-size : 1.3em;
	border : none;
	padding : 3px;
	margin : 0;
	white-space : nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
}

#corporateHeader h3 {
	font-size : 1.1em;
	border : none;
	padding : 3px;
	margin : 0;
	white-space : nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
}
#eventHeader {
	text-align : left;
	display : block;
	width : 100%;
	background-color : #FFF;
	background-image: none;
	padding : 0;
	margin : 0;
	border-bottom : solid 1px #FFF;
	overflow : hidden;
}
#asideLeft {
	width : 20%;
	display : table-cell;
	border : none;
	border-right : solid 1px #AAA;
	text-align : center;
	background-color: #FFF;
	padding : 10px;
	position: relative;
	min-height: 150px;
}

#asideLeft h4 {
  font-style : italic;
  text-align : left;
  color : #745E3C;
  margin : 20px 0 5px 0;
}

#sponsors {
  	text-align : left;
  margin-top : 35px;
}

.fa {
  color : #AAA !important;
}

@media only screen and (max-width: 720px)
{
#sponsors {
  	text-align : center;
  margin-top : 15px;
}
  
  #sponsors h4 {
  	text-align : center;
  }
}
article {
	width : 100%;
}

#content {
	display : table-cell;
	border : none;
	border-top : #888;
	text-align : left;
	vertical-align : top;
	background-color: #FFF;
	background-image: none;
	padding : 10px;
	margin : 0;
}

#content h1 {
  font-weight : bold;
	font-size : 1.6em;
	border : none;
  color : #2D3F54;
	padding : 0;
	margin : 10px 0;
	clear : both;
}

#content h2 {
  font-weight : bold;
	font-size : 1.4em;
  color : #6B7C86;
	border : none;
	padding : 0;
	margin : 10px 0;
	clear : both;
}

#content h3 {
  font-weight : bold;
	font-size : 1.2em;
	color : #496A3D;
	margin : 10px 0;
	clear : both;
}

#content h4 {
  font-weight : bold;
	font-size : 1.1em;
  color : #7A6178;
	padding : 0;
	margin : 10px 0;
	clear : both;
}

#content h5, h6 {
  font-weight : bold;
	font-size : 1em;
	color : #444;
	padding : 0;
	margin : 8px 0;
	clear : both;
}

#content table {
	width : 100%;
	margin : 3px 0;
}

@media only screen and (max-width: 720px) {
  #content {
    padding : 10px !important;
  }
}
#asideRight {
	width : 17%;
	display : table-cell;
	border : none;
	border-left : solid 1px #AAA;
	text-align : center;
	background-color: #EEE;
	background-image: none;
	padding : 10px;
}
#eventFooter {
	display : block;
	width : 100%;
	background-color : #FFF;
	background-image: none;
	border-top : #888;
	padding : 0;
	margin : 0;
}

#eventFooter h4 {
  font-style : italic;
  text-align : left;
  color : #745E3C;
  margin : 20px 0 5px 0;
}
.sponsors {
  display : table-cell;
  text-align : center;
  vertical-align : top;
  width : 25%;
  padding : 0;
  margin : 0;
}

@media only screen and (max-width: 720px)
{
  .sponsors {
    display : block;
    width : 100%;
    margin-bottom : 15px;
  }
}
#corporateFooter {
	display : block;
	width : 100%;
	background-color : #FFF;
	background-image: none;
	border-top : solid 1px #AAA;
	padding : 10px;
	margin : 0;
}
#meetsys {
	display : block;
	width : 100%;
	background-color : #A6C82B;
	background-image: none;
	color : #FFF;
	text-align : center;
	padding : 5px;
	font-size : smaller;
}

#meetsys a {
	color : #EEE;
}
/* flexible design */

@media only screen and (max-width: 720px)
{
#layout {
	border : none;
	margin : 0;
	padding : 0;
	box-shadow: none;
}

#corporateHeader {
	text-align : center;
}

#corporateHeaderArea {
	display : block;
	clear : both;
	width : 100%;
	text-align : center;
	border : none;
	-moz-border-radius : 0;
	-webkit-border-radius : 0;
	border-radius : 0;
}

#corporateLogoArea {
	display : block;
	float : none;
	clear : both;
	margin : 10px auto;
}

#eventHeader {
	text-align : center;
}

#eventHeader img {
	clear : both;
	margin : 10px auto;
}

#eventHeader h1 {
	width : 100%;
	clear : both;
	text-align : left;
}

#eventHeader h3 {
	width : 100%;
	clear : both;
	text-align : right;
}

#eventHeaderArea {
	display : block;
	clear : both;
	width : 100%;
	text-align : center;
	border : none;
	-moz-border-radius : 0;
	-webkit-border-radius : 0;
	border-radius : 0;
}

#eventLogoArea {
	display : block;
	float : none;
	clear : both;
	margin : 10px auto;
}
	
#container {
	display : block;
	padding : 3px;
	margin : 0;
}

#asideLeft {
	display : block;
	width : 100%;
	border : none;
	border-bottom : solid 1px #AAA;
}

#asideRight {
	display : block;
	width : 100%;
	border : none;
	border-top : solid 1px #AAA;
}

article {
	display : block;
	width : 100%;
	padding : 3px;;
	margin : 0;
}

#content {
	display : block;
	width : 100%;
	padding : 0;
	margin : 0;
}

.itemLabel {
	display : block;
	width : 100%;
	text-align : left;
	padding-right : 0;
	white-space : normal;
	overflow : hidden;
	text-overflow : ellipsis;
}

.itemDef {
	display : block;
	font-weight : bold;
	width : 100%;
	word-wrap : break-word;
}

dt {
	display : block;
	width : 100%;
	text-align : left;
	padding : 2px 5px;
}

dd {
	display : block;
	width : 100%;
	text-align : left;
	padding : 5px 5px 5px 25px;
	margin-left : 0;
}

img.pixLeft,
img.pixRight {
	display : block;
	float : none;
	margin : 0;
	margin : 10px auto;
}

.formList label {
	display : block;
	width : 100%;
	text-align : left;
	vertical-align : top;
	white-space : wrap;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"] {
	width : 100%;
}

select {
	width : 100%;
}

fieldset {
	border : none;
	border-top : solid 1px #AAA;
	-moz-border-radius : 0;
	-webkit-border-radius : 0;
	border-radius : 0;
	padding : 0 5px 5px 5px;
	margin : 5px 0;
}
}
@media print {
	body {
	font-size : 10px;
	}
	
	#navigation, #asideLeft, #asideRight, .bArea, .registerNowArea {
		display : none;
	}
	
	#content {
		width : 100%;
		border : none;
	}
	
	#layout {
		width : 100%;
		border : none;
	}
	
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
