/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;} audio, canvas, video {display: inline-block;} audio:not([controls]) {display: none; height: 0;} [hidden], template {display: none;} html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;} body {margin: 0;} a {background: transparent;} a:focus {outline: thin dotted;} a:active, a:hover {outline: 0;} h1 {font-size: 2em; margin: 0.67em 0;} abbr[title] {border-bottom: 1px dotted;} b, strong {font-weight: bold;} dfn {font-style: italic;} hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;} mark {background: #ff0; color: #000;} code, kbd, pre, samp {font-family: monospace, serif; font-size: 1em;} pre {white-space: pre-wrap;} q {quotes: "\201C" "\201D" "\2018" "\2019";} small {font-size: 80%;} sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;} sup {top: -0.5em;} sub {bottom: -0.25em;} img {border: 0;} svg:not(:root) {overflow: hidden;} figure {margin: 0;} fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;} legend {border: 0; padding: 0;} button, input, select, textarea {font-family: inherit; font-size: 100%; margin: 0;} button, input {line-height: normal;} button, select {text-transform: none;} button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;} button[disabled], html input[disabled] {cursor: default;} input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0;} input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;} input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;} button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;} textarea {overflow: auto; vertical-align: top;} table {border-collapse: collapse; border-spacing: 0;}
*,
*: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 : 5px 0 0 0;
	background-color : #FFF;
	color : #666;
	font-family : Helvetica, Arial, Sans-serif;
	font-size : 12pt;
  letter-spacing : 0.5px;
  font-weight : lighter;
}

/* General */

a:link {
	font-weight : bold;
	color: #4E1F2A;
	text-decoration : none;
}

a:hover {
	font-weight : bold;
	color: #4E1F2A;
	text-decoration : underline;
}

a:visited {
	font-weight : bold;
	color: #4E1F2A;
	text-decoration : none;
}

a:visited:hover {
	font-weight : bold;
	color: #4E1F2A;
	text-decoration : underline;
}

ul.defList {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

ul.defList li {
	padding : 3px;
}

.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 : bold;
	width : 70%;
	word-wrap : break-word;
}

.hotelStars {
	font-family : helvetica;
	padding-left : 3px;
}

hr {
	border : 0;
	color: #BBB;
	background-color: #BBB;
	height: 1px;
}

img.pixRight {
	display : block;
	float : right;
	background-color : #EEE;
	border: solid 1px #888;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	border-radius : 8px;
	padding : 5px;
	margin : 0 0 10px 15px;
}

img.pixLeft {
	display : block;
	float : left;
	background-color : #EEE;
	border: solid 1px #888;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	border-radius : 8px;
	padding : 5px;
	margin : 0 15px 10px 0;
}

img.pixCentered {
	display : block;
	clear : both;
	background-color : #EEE;
	border: solid 1px #888;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	border-radius : 8px;
	padding : 5px;
	margin : 10px auto;
}

table.bordered  {
	width : 100%;
	border : solid 1px #AAA;
	border-collapse : collapse;
	margin : 5px 0;
}

table.bordered td {
	border : solid 1px #AAA;
}

table.bordered th {
	border : solid 1px #AAA;
}

table.unbordered  {
	border : none;
	width : 100%;
	margin : 5px 0;
}

table.unbordered td {
	border : none;
}

table.unbordered th {
	border : none;
}

tr {
	background-color : #FFF;
}

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;
	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 : solid 1px #AAA;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	border-radius : 8px;
	background-color : #FFF;
	background-image: none;
	text-align : center;
	margin : 5px;
	padding : 5px;
}

#loginNotLogged {
	display : block;
	border : none;
	background-color : transparent;
	text-align : center;
	margin : 5px;
	padding : 0;
}

#loggedInAs {
	font-size : smaller;
}

a.loginButton {
}

a.loginButton:hover {
}

.profilePix {
	display : block;
	width : 60px;
	height : 60px;
	margin : 5px auto 0px auto;
	border : solid 1px #AAA;
	-moz-border-radius : 30px;
	-webkit-border-radius : 30px;
	border-radius : 30px;
}

/* Register now area and button */

.registerNowArea {
	display : block;
	border : none;
	margin : 10px;
	padding : 0;
	text-align : center;
	/* border-top: solid 1px #DDD; */
	/* border-left: solid 1px #DDD; */
	/* border-right: solid 1px #FFF; */
	/* border-bottom: solid 1px #FFF; */
	/* -moz-border-radius : 8px; */
	/* -webkit-border-radius : 8px; */
	/* border-radius : 8px; */
	/* background-color : #F2F8FF; */
}

a.registerNowButton {
	display : inline-block;
	text-align : center;
	text-decoration : none;
	text-align : center;
	font-size : larger;
	font-weight : bold;
	color: #FFF !important;
	text-decoration : none;
	/* text-shadow: 1px 1px 0 #EEE; */
	border : none;
	padding : 3px 10px;
	margin : 0;
	background-color : #751B32;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	/*background : -moz-linear-gradient(#FFF, #CCC);
	background : -ms-linear-gradient(#FFF, #CCC);
	background : -webkit-linear-gradient(#FFF, #CCC);
	background : -o-linear-gradient(#FFF, #CCC);
	background : linear-gradient(#FFF, #CCC);*/
	
}

a.registerNowButton:hover {
	color: #FFF !important;
	text-decoration : none;
	background-color : #4D1F2A;
	/*background : -moz-linear-gradient(#CCC, #FFF);
	background : -ms-linear-gradient(#CCC, #FFF);
	background : -webkit-linear-gradient(#CCC, #FFF);
	background : -o-linear-gradient(#CCC, #FFF);
	background : linear-gradient(#CCC, #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 #AAA;
	padding : 5px 8px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	margin-bottom : 5px;
}

/* form elements */

input,
select {
	font-family : 'Lucida Sans', Verdana, Helvetica Arial, Sans-serif;
	font-weight : bold;
	font-size : 1em;
}

fieldset {
	border : solid 1px #AAA;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	margin-bottom : 5px;
	padding : 0 10px 10px 10px;
}

legend {
	font-weight : bold;
	font-size : 1em;
	padding : 0 4px 4px 4px;
	margin : 0 2px 0 15px;
	color : #444;
}

label {
	font-weight : bold;
}

.radioCheckList {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

.radioCheckList li {
	margin : 0;
	padding : 3px;
}

.checkList {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

.checkList li {
	margin : 0;
	padding : 3px;
}

.radioCheckList {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

.radioCheckList li {
	margin : 0;
	padding : 3px;
}

.checkList {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

.checkList li {
	margin : 0;
	padding : 3px;
}

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 : bold;
	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;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	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 : bold;
	color: #444;
	/* text-shadow: 1px 1px 0 #EEEEEE; */
	border : solid 1px #AAA;
	padding : 3px 8px 4px 8px;
	margin : 5px auto;
	background-color : #F8F8F8;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	/* background : -moz-linear-gradient(#FFF, #CCCCCC);
	background : -ms-linear-gradient(#FFF, #CCCCCC);
	background : -webkit-linear-gradient(#FFF, #CCCCCC);
	background : -o-linear-gradient(#FFF, #CCCCCC);
	background : linear-gradient(#FFF, #CCCCCC); */
}

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 : 1024px;
	margin : 0 auto;
	padding : 0;
}

/* Container for left right Aside and article */

#container {
	width : 100%;
	margin : 0;
	border : none;
	display : table;
}
#navigation {
	font-size : 0.9em;
	display : block;
	color : #EEE;
	position : relative;
	border : none;
	background-color : #751B32;
	padding : 0;
	margin : 0;
}

#navigation:after {
  content: "";
  display: table;
  clear: both;
}

#corporateNameInMenu {
	background-color: #444 !important; /* for main level menu */
	display : block;
	float : left;
	padding : 0;
	margin : 0;
	margin-top : 10px;
}

#corporateNameInMenu a {
	/* font-family : Verdana, Helvetica, Arial, Sans-serif; */
	color : #EEE !important;
	font-weight : normal;
	text-decoration : none;
	padding: .75em 1em;
}

#corporateNameInMenu a:hover {
	background-color : #666 !important;
	text-decoration : none;
}

/*** Superfish essential styles ***/

.sf-menu, .sf-menu * {
	margin: -0px 0 0 0;
	padding: 0;
	list-style: 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;
}

.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 {
	border-right: 1px solid #FFF; /* anchor right border color */
	/*border-top: 1px solid #FFF; /* fallback colour must use full shorthand */
	/* border-top: 1px solid rgba(255,255,255,.5); anchor left border color */
	padding: .75em 1em;
	text-decoration: none !important;
	zoom: 1; /* IE7 */
}

.sf-menu a {
	color: #EEE !important; /* main color of all anchor */
}

.sf-menu li {
	background-color: #751B32 !important; /* for main level menu */
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	background-color: #751B32 !important; /* for second level menu */
}

.sf-menu ul ul li {
	background-color: #751B32 !important; /* for 3d level menu */
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: #4D1F2A !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;
}
#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 : none;
	overflow : hidden;
}

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

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

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

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

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

#eventHeaderArea h3 {
	font-size : 1.1em;
	color : #444;
	border : none;
	padding : 3px;
	margin : 0;
	white-space : nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
}
#asideLeft {
	width : 22%;
	display : table-cell;
	border : none;
	border-right : solid 1px #AAA;
	border-left : solid 1px #AAA;
	text-align : center;
	background-color: #FFF;
	background-image: none;
	padding : 10px;
}
article {
	width : 66%;
}

#content {
	width : 100%;
	display : table-cell;
	border : none;
	border-right : solid 1px #AAA;
	text-align : justify;
	vertical-align : top;
	background-color: #FFF;
	background-image: none;
	padding : 10px;
	margin : 0;
}

#content h1 {
	font-size : 1.6em;
	font-weight : normal;
  letter-spacing : 0.5px;
  color : #FFF;
	border : solid 1px #751B32;
	background-color : #751B32;
	padding : 3px 5px;
	margin : 0 0 5px 0;
	clear : both;
	/*-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius : 4px;*/
}

#content h2 {
	font-size : 1.3em;
	font-weight : normal;
  letter-spacing : 0.5px;
  color : #FFF;
	border : solid 1px #444;
	background-color : #444;
	padding : 3px 5px;
	margin : 0 0 5px 0;
	clear : both;
	/*-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius : 4px;*/
}

#content h3 {
	font-size : 1.1em;
  letter-spacing : 0.5px;
	color : #444;
	border : solid 1px #EEE;
	background-color : #EEE;
	padding : 3px 5px;
	margin : 0 0 5px 0;
	clear : both;
	/*-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius : 4px;*/
}

#content h4 {
	font-size : 1em;
  letter-spacing : 0.5px;
	color : #444;
	border : solid 1px #EEE;
	background-color : #EEE;
	padding : 2px 4px;
	margin : 0 0 5px 0;
	font-weight : bold;
	clear : both;
	/*-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius : 4px;*/
}

#content h5 {
	font-size : 1em;
  letter-spacing : 0.5px;
	color : #444;
	background-color : #EEE;
	padding : 2px 4px;
	margin : 0 0 5px 0;
	clear : both;
}

#content h6 {
	font-size : 1em;
	color : #444;
  letter-spacing : 0.5px;
	background-color : #EEE;
	margin : 0 0 5px 0;
	clear : both;
}

#content table {
	width : 100%;
	margin : 3px 0;
}
#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 : #AAA;
	padding : 10px;
	margin : 0;
}
#corporateFooter {
	display : block;
	width : 100%;
	background-color : #FFF;
	background-image: none;
	border-top : #AAA;
	padding : 10px;
	margin : 0;
}
#meetsys {
	display : block;
	width : 100%;
	background-color : #444;
	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;
    }
}
