﻿html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #e0ddce;

	background-image: url(../images/site/indoor/leftmenu.jpg);
	background-repeat: repeat-y;
	background-position: 0px 40px;
}


body, a, td, th, textarea, input, textarea, select, option {
	font-size: 13pt;
	font-family: Garamond, verdana, tahoma, arial;
	color: #48123a;
}


h1 {
	font-size: 16pt;
	margin-bottom: 6px;
}

h2 {
	font-size: 15pt;
	margin-bottom: 2px;
}

h3 {
	font-size: 14pt;
	margin-bottom: 2px;
}

p {
	margin: 0px;
	margin-bottom: 5px;
}


div.exhibitorentry_tablerow {
	clear: both;
}

div.exhibitorentry_tablerow span.exhibitorentry_label {
	float: left;
	width: 150px;
	text-align: left;
}

div.exhibitorentry_tablerow span.exhibitorentry_formw {
	float: left;
	width: 400px;
	text-align: left;
}

.exhibitorentry_table th, .ticketentry_table th {
	text-align: left;
	font-weight: bold;	
}

.input_text {
	background-color: #F6F6F3;
	border: 1px solid #CBCBCE;
}



.inputform_fieldlabel {
	float: left;
	width: 180px;
	font-weight: bold;
}

.inputform_fieldcontrol {
	margin-bottom: 5px;
}

/* ******************************************************************************************************* */


#container {
	padding-left: 210px;   /* LC width */
	padding-right: 210px;  /* RC width */

	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;

	background-image: url(../images/site/indoor/rightmenu.jpg);
	background-repeat: repeat-y;
	background-position: right 36px;

	clear: both;
}

#container .column {
	position: relative;
	float: left;
}


/* ******************************************************************************************************* */


#menubarleft {
	width: 210px;          /* LC width */
	right: 210px;          /* LC width */
	margin-left: -100%;

	min-height: 550px;
	height: auto !important;
	height: 550px;

	background-image: url(../images/site/indoor/leftmenutop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 240px;

}

* html #menubarleft {
	left: 210px;           /* RC width */
}

#menuheaderleft {
	height: 240px;

	background-image: url(../images/site/indoor/lefttop.jpg);
}

#menuleft {
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 12px;
}

#menuleft ul {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	list-style: none;
}

#menuleft ul li {
	margin-bottom: 5px;

	padding-left: 6px;
	text-indent: -6px;
}

#menuleft ul li a {
	text-decoration: none;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

#menuleft ul li a:hover {
	text-decoration: underline;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

#menuleft ul li ul {
	margin-top: 0px;
	margin-left: 12px;
}


/* ******************************************************************************************************* */

#menubarright {
	width: 210px;          /* RC width */
	margin-right: -210px;  /* RC width */

	min-height: 550px;
	height: auto !important;
	height: 550px;

	background-image: url(../images/site/indoor/rightmenutop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 240px;
}

#menuheaderright {
	height: 240px;

	background-image: url(../images/site/indoor/righttop.jpg);
}

#menuright {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 60px;
}

#menuright ul {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	list-style: none;
}

#menuright ul li {
	margin-bottom: 5px;

	padding-left: 6px;
	text-indent: -6px;
}

#menuright ul li a {
	text-decoration: none;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

#menuright ul li a:hover {
	text-decoration: underline;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

#menuright ul li ul {
	margin-top: 0px;
	margin-left: 12px;
}


/* ******************************************************************************************************* */


#contentbar {
	width: 100%;
}

#contentheader {
	height: 240px;

	background-image: url(../images/site/indoor/top.jpg);
}

#contentheaderleft {
	width: 95px;
	height: 240px;
	float: left;

	background-image: url(../images/site/indoor/topleft.jpg);
	background-repeat: no-repeat;
}

#contentheaderright {
	width: 95px;
	height: 240px;
	float: right;

	background-image: url(../images/site/indoor/topright.jpg);
	background-repeat: no-repeat;
}

#contentheaderlogo {
	height: 240px;

	background-image: url(../images/site/indoor/phantasium.png);
	background-position: 50% top;
	background-repeat: no-repeat;
}

.contentheaderprofilenotloggedin {
	text-align: right;
	padding-right: 20px;
	padding-top: 80px;
	font-size: 10pt;
}

.contentheaderprofileloggedin {
	text-align: right;
	padding-right: 20px;
	padding-top: 80px;
	font-size: 10pt;
}

.contentheaderprofilenotloggedin a, .contentheaderprofileloggedin a {
	font-size: 10pt;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}


.menu_nolink {
	padding-top: 10px;
}

.menu_nolink a {
	font-weight: bold;
	color: #ffffff;
}
