body {
	margin: 0px;

	background:#ebeff4;
	padding-bottom:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #030303;
}
#wrapper {
	margin: auto;
	width:920px;
	background:#fff;

}
#header {
	width:920px;
	height:131px;
	background:url(../images/header-bg.jpg) no-repeat;
}
#logo {
	float:left;
	width:313px;
	height:131px;
}
#left 
{
	float: left;
	width: 170px;
	position:relative;
	margin-right:15px;

}
#right_logged 
{
	float: right;
	width: 600px;
	position:relative;

}


#right 
{
	width: 130px;
	position: absolute;
	top: 100px;
	right: 0px;
	height: 200px;
}
#header-right {
	float:left;
	width:607px;
	height:131px;
}
#header-top {
	width:607px;
	height:36px;
	text-align:right;
	padding-top:32px
}
#header-bottom {
	width:607px;
	height:23px;
	margin-top: 34px;
}
#header-bottom a:link {
	color: #15467a;
	text-decoration: none;
	font-size: 0.8em;
	padding: 0 9px 0 9px;
}
#header-bottom a.selected {
	color: #f47828;
	text-decoration: none;
	font-size: 0.8em;
	padding: 0 11px 0 11px;
	font-weight:bold;
}
#header-bottom a:visited {
	color: #15467a;
	text-decoration: none;
	font-size: 0.8em;
	padding: 0 9px 0 9px;
}
#header-bottom a:hover {
	color: #f47828;
	text-decoration: none;
	font-size: 0.8em;
	padding: 0 9px 0 9px;
}
#header-bottom a:active {
	color: #15467a;
	text-decoration: none;
	font-size: 0.8em;
	padding: 0 9px 0 9px;
}

#content {
	padding:27px;
	position:relative;
}
#footer {
	float:left;
	background:#bfd0de;
	padding:9px 27px 5px 27px;
	height:16px;
	font-size:0.7em;
	color:#808285;
	width:866px;
}
#footer-left {
	float:left;
	width:500px;
}
#footer-left a{	color:#808285;text-decoration: none;}

#footer-right {
	float:right;
	width:300px;
	text-align:right;
}
h3 {
	color: #01467D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 0.2em;
}
h3.dark {
	color: #030303;
}
h4 {
	color: #01467D;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 0.9em;
}
p {
	font-size:  0.8em;
}
form {
	margin: 0px;
	padding: 0px;
}
form .row {
	margin-bottom: 5px;
}
label {
	color: #F37829;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
label.no_highlight {
	color: #030303;
}
label.default {
	color: #030303;
	font-size: 1em;
	font-weight: normal;
}
label.no_highlight a {
	color: #030303;
}
label.wide {
	padding-top: 4px;
	float: left;
	width: 190px;
}
.hand {
	cursor: pointer;
	cursor: hand;
}
select {
	margin: 10px 0px 10px 0px;
	padding: 4px;
}
select.narrow {
	width: 70px;
}
select.wide {
	width: 230px;
}
.content {
	margin: 20px 10px 20px 10px;
}
.left_column {
	float: left;
	width: 270px;
	margin-right:15px;
}
.main_column {
	float: left;
	width: 330px;

}
.right_column {
	width: 223px;
	float:right;
	position:relative;
	font-size: 0.7em
}
.right_column h2{	color: #15467a;	font-size: 1em;line-height:1.9em;margin:4px 4px 4px 0px}

.left_column .grey_bg {
	background-color: #F2F2F2;
	padding: 1px 15px 15px 15px;
	margin-top: 10px;
}
.main_column .inner {
	margin-top: 20px;
}
.date {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.order_total {
	margin-top: 20px;
	margin-bottom: 25px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	width: 248px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.order_total .amount {
	font-weight: bold;
}
.form_error {
	color: #F30;
	font-weight: bold;
	margin-top: 5px;
}
.inline_form_error {
	color: #F30;
	font-weight: bold;
	margin-left: 5px;
}
.star {
	color: #F30;
	font-weight: bold;
}
.confirm {
	width: 400px;
	text-align: center;
}
#selected_venue {
	font-weight: bold;
}
#selected_delegates {
}
#selected_date {
}
#map {
	margin-right: 10px;
}
.address {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:600px;
	height:600px;
	padding:10px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
	overflow:scroll;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}
div.item
{
padding-left: 20px;
}
#centre 
{
	padding-right: 20px;
	padding-left: 22%;
	background-color: #FFFFFF;
}

#centre_content 
{
	z-index: 100;
	min-width: 1px;
	background-color: #FFFFFF;
	padding: 10px;
	height: 500px;
}
#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
/* 
CSS for the calendar. Credit to javascriptkit.com
*/
.ds_box {
	background-color: #FFF;
	border: 1px solid #336699;
	position: absolute;

	z-index: 32767;
}
.ds_tbl {
	background-color: #FFF;
}
.ds_head {
	background-color: #336699;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.ds_subhead {
	background-color: #CCC;
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}
.ds_cell {
	background-color: #EEE;
	color: #336699;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}
.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

/*
End of calendar script
*/
.map_container{
	height:130px;
	width:330px;
	overflow:hidden;
	}
#map_container_inner{
	height:520px;
	width:330px;
	}
	.map_content{
	height:130px;
	width:330px;
		}
span.error {
	color: red;
	font-weight: bold;
}
