body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
#wrapper {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	 margin-top: 40px;
	 text-align: left; /* this overrides the text-align: center on the body element. */
	 margin: 0px auto;
}

div#header {
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;  
}

div#mainContent {
	text-align: left;
	margin-right: 320px;
	margin-bottom: 20px;

}

img#conference_header {
	margin-bottom: 20px;
}

div#sideBar {
	float: right;
	width: 270px;
	}

div#sideBar p {	
	font-size: 0.9em;
	}

div#sideBar img#glasshouse {
	margin: 20px 0;
	}

div#sideBar img.button {
	margin: 3px 0;
	}	
div#sideBar img.button:hover {
	opacity: 50%;
	}

div#sideBar a:hover img.button {
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:0.7;
}
	 
div#sideBar a img.button { 
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
}

hr {
	margin-top: 2em;
	margin-bottom: 2em;
}
a {
	color: #29aae3;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
p, h1 {
	margin-bottom: 1em;
	}

h1 {
	font-size: 1.2em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.1em;
}

div#logos {
text-align: center;
margin-bottom: 20px;
}
div#logos img {
margin: 10px 20px;
}

/* -----------------   accommodation page ------------------*/

p.accommodation {
	margin-left: 210px;
}
div.accommodation {
	float: left;
	border: 1px solid #ccc;
	width: 200px;
	margin: 0 10px 10px 0;
}
div.accommodation img {
	margin: 0;
}

#preview{
	position:absolute;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/*-------------------------*/

img.float-left {
	float: left;
	margin: 10px;
	margin-left: 0;
	margin-top: 0;
}

img.float-right {
	float: right;
	margin: 10px;
	margin-right: 0;
	margin-top: 0;
}
	
p#footer {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	clear: both;
	}
p#footer img {
	margin: 20px 20px;
}
p#footer img#ransw,
p#footer img#aaa, {
	padding-bottom: 20px;
}
span.small {
	font-size: 60%;
}
	
/* --------------- tables ------------------*/
table.border {
	width: 90%;
	margin: 0px auto;
	clear: both;
}
table.border td {
	text-align: center;
	padding:2px;
	border: 1px solid #333;
}
table.border td.left {
	text-align: left;
}

/* --------------- lists ------------------*/
ol, ul {
	list-style: normal;
	}
	
ol, ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
/*	margin-bottom: 1em; */
	}

div#mainContent ol {
	list-style: decimal;
	text-indent: 0em;
	padding-left: 2em;
	}
div#mainContent ol li {
	padding-bottom: 1em;
	}

div#mainContent ul {
	margin-bottom: 1em;
	margin-top: 0.5em;
	}	

div#mainContent ul li {
	padding-left: 1em;
	padding-bottom: 0em;
	}	

ol {
	list-style: decimal;
	text-indent: 0em;
	padding-left: 2em;
	}
ol li {
	padding-bottom: 1em;
	}
div#sideBar ul.menu {
	margin-left: 30px;
	}
div#sideBar ul.menu li ul {
	margin-left: 0;
	}
div#sideBar ul.menu li ul li ul {
	margin-left: 2em;
	}

div#sideBar ul.menu li ul {
	padding-left: 0;
}

div#sideBar ul.menu li.current a,
div#sideBar ul.menu li ul.menu li.current a,
div#sideBar ul.menu li ul.menu li ul.menu li.current a {
	color: #666;
	}
div#sideBar ul.menu li.current,
div#sideBar ul.menu li ul.menu li.current,
div#sideBar ul.menu li ul.menu li ul.menu li.current {
	color: #666;
	}
div#sideBar ul.menu li,
div#sideBar ul.menu li ul li.current ul li,
div#sidebar ul.menu li.current ul.menu li a,
div#sideBar ul.menu li ul li.current ul li a,
div#sideBar ul.menu li ul.menu li.current ul.menu li a {
	color:  #548dd4;
	}

div#sideBar ul.menu li.current ul.menu li a {
	color:  #548dd4;
	}

div#sideBar ul.menu li:before,
div#mainContent ul li:before  {
	content: "\00BB \0020";
	}
	
p.highlight {	
	font-size: 1.4em;
	line-height: 150%;
	margin: 0;
	padding-bottom: 2em;
	} 

span.ahablue {
	text-transform: uppercase;
	color: #548dd4;
	font-weight: bold;
	}
			
			
span.ahagrey {
	text-transform: uppercase;
	color: #464d56;
	font-weight: bold;
	}
			
img.leftcol {
	float: left;
	width: 130px;
	margin-right: 2em;
}	



/* - - - - - - - - -     forms     - - - - - - - - - - - - - */	

#mailform {
	margin-left: 20px;
	}
input,
textarea,
select,
submit {
  background: #ccc;
  color: #333;
  /*color: #fff;*/
  width: 450px;
/*  border: 1px solid #666; */
  font-size: 0.9em;
  padding: 4px 0px 4px 4px;
  border: 1px solid #333;
}
textarea {
height: 10em;
	}
input.short {
	width: 200px;
}
 form#bookings p,
 form#bookings h2 {
	width: 450px;
}

input.submit {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
	width: 6em;
	}

input.input:focus,
textarea:focus,
select:focus {
  background: #ccc;
}

input.img {
	width: 210px;
	padding: 0; margin:0;
	background-color: #fff;
	}

input.checkbox {
	width: 1em;
	border: 0;
	background-color: #fff;
	}	

p.error {
	width: 450px;
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	}
p.success {
	width: 450px;
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#C5CFBB;
	color:#5D6910;
	border-color:#8AB759;
	}
.required {
	color: red;
	}

/* make sure tinymce aligns proper the text in the iframe */	
body#tinymce.mceContentBody {
	text-align: inherit;
	}