@charset "utf-8";
/* CSS Document */


h1 {
	margin: 5px 0 15px;
	padding: 0;
	font-size: 2.2em;
	line-height: 1;
	color: #1A3F6C;
	font-family: Georgia;
}

h1#logo {
	position: absolute;
	margin: 0 0 0 -444px;
	display: block;
	width: 145px;
	height: 100px;
	left: 50%;
	top: 16px;
	background: url(/images/logo.png) no-repeat;
	text-align: left;
}
h1#logo a {
	display: block;
	width: 145px;
	height: 100px;
	text-indent: -9999px;
}

h2 {
	margin: 5px 0 .5em;
	font-family: Georgia;
	color: #1A3F6C;
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	display: block;
	margin: 5px 0;
	padding: 4px 8px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: .9em;
	background: #626E88;
	text-transform: uppercase;
}
	h3.green {
		background: #819D56;
	}
	h3 a {
		color: #fff;
	}

h4 {
	margin: 0 0 4px;
	font-weight: bold;
	font-size: 1.2em;
}


a {
	color: #5F97C9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.action {
	margin: 0 5px 0 0;
	padding: 3px 5px;
	color: #fff;
	line-height: 2;
	font-size: 12px;
	-moz-border-radius: .5em;
}
  a.create {
  	background: #008040;
  }
  a.edit {
  	background: #004080;
  }
  a.delete {
  	background: #800000;
  }
  a.delete.minor {
  	background: none;
  	color: #800000;
  	font-size: .8em;
  }
  
  
.grey {
	color: #B5B5B5;
}
.sidebox {
	position: relative;
	margin: 0 0 10px;
	width: 235px;
}
	h2.side {
		margin: 0;
		padding: 0 5px 0 10px;
		height: 29px;
		font-family: Georgia;
		font-size: 15px;
		color: #fff;
		line-height: 1.8;
	}
	h2.side a {
		font-family: Georgia;
		font-size: 15px;
		color: #fff;
		line-height: 1.8;
	}
	h2.side.blue {
		background: url(/images/h2_side_blue.gif) no-repeat;
	}
	h2.side.green {
		background: url(/images/h2_side_green.gif) no-repeat;
	}
	.sidebox .cnr {
		position: absolute;
		bottom: 0;
		right: 0;
	}


#tools {
	height: 25px;
	font-size: 12px;
}
.font_adjust {
	margin-right: 10px;
	height: 20px;
	width: 16px;
	text-align: center;

}
	.font_adjust.small {
		line-height: 2;
}
.yellow {
	padding: 1em 2em; 
	border: 1px solid #ddd;
	background: #FFF6D3;
}
div.new_event {
	padding: 1em 2em; 
	border: 1px solid #ddd;
	background: #FFF6D3; 
}
div.attendee {
	float: left;
	width: 370px;
	margin: 5px;
	padding: 5px 10px;
	border: 1px dashed #B5B5B5;
	background: #FFF2C2;
}
div.speaker {
	margin: 5px 0;
	padding: 5px 5px 10px;
	border-bottom: 1px dashed #B5B5B5;	
}
	
/* End Utilities */

#container {
	margin: 0 auto;
	min-width: 960px;
	font-size: 12px;
}

#header {
	position: relative;
	height: 133px;
	background: url(/images/header_bg.gif);
}
#nav_wrapper {
	padding-left: 50%;
	background: url(/images/nav_bg.gif);
	height: 36px;
	z-index: 10;
}
#content_wrapper {
	margin: 0 auto;
	padding: 22px 50px;
	width: 860px;
}
#content {
	color: #1A3F6C;
}
	#content.w_sidebar {
		padding-right: 255px;
	}

#right_sidebar {
	margin: 0 50px 0 0;
	margin: 0;
	float: right;
	width: 235px;
	min-height: 300px;
}

#footer {
	margin: 10px 0;
	padding: 9px 0;
	background: url(/images/footer_bg.gif) repeat-x;
	font-size: 10px;
	color: #B5B5B5;
}
	#footer.w_sidebar {
		width: 570px;		
	}
	#footer a {
		color: #B5B5B5;	
	}
#event_tools {
  margin: -22px -20px 0;
	padding: 5px 20px;
	background: #f2eed3;
	border: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-radius-bottom-left: 1em;
	-webkit-border-radius-bottom-right: 1em;
}
	#event_tools a {
  	color: #194f88;
	}

.side_announcement {
  font-size: 10px;
}
  .side_announcement .body {
    background: #F6F9F3;
  }


#active_image {
	max-width: 455px;
}
.icon, .icon:hover, a .icom {
	margin-right: 5px;
	position: relative;
	top: 4px;
	cursor: pointer;
	border: 0;
}
.small_thumb {
	height: 35px;
}
.thumb {
	height: 50px;
}
hr.dotted {
	background: none;
	color: #fff;
	margin: 5px 0;
	padding: 0;
	border: 0;
	border-bottom: 1px dashed #B5B5B5;
}
/*  Objects  */


/* End Objects */

/*  Lists  */

ul.bullet {
	list-style: circle;
}

ul#nav {
	position: absolute;
	margin: 0 0 0 -470px;
	padding: 0;
	height: 36px;
	list-style: none;
	z-index: 10;
}
	ul#nav li {
		float: left;
		margin: 6px 8px 0;
		padding: 0;
		display: block;
		list-style: none;
		height: 30px;
		z-index: 10;

	}
	ul#nav li:first-child {

	}
	ul#nav li ul li:first-child {
		padding-left: 0;
		margin-left: 0;
	}
	ul#nav li a {
		display: block;
		padding: 6px 9px 0;
		height: 24px;
		color: #BABA93;
		color: #989878;
		color: #194F88;
		font-family: "Myriad Pro", Arial, san-serif;
		font-size: 1.3em;
		text-decoration: none;
		line-height: 1.1;
	}
	ul#nav li a em {
		font-family: "Myriad Pro", Arial, san-serif;
		font-size: 17px;
		text-decoration: none;
		line-height: 1.1;
		font-style: normal;
	}

	ul#nav li ul {
		display: none;
		position: absolute;
		margin: 0;
		padding: 5px 10px 5px 15px;
		min-width: 100px;
		background: #fff;
		border-left: 1px solid #D7D8C5;
		border-right: 1px solid #D7D8C5;
		border-bottom: 1px solid #D7D8C5;
		z-index: 50;
	}
	ul#nav li:hover ul {
		display: block;
	}
	ul#nav li ul li {
		float: none;
		display: block;
		margin: 0;
		padding: 0;
		height: auto;
	}
	ul#nav li ul li a {
		padding: 0;
		font-size: 1.2em;
		height: auto;
	}

	ul#nav li:hover {
		background: url(/images/nav_li_on.png) no-repeat 0 0;
	}
	ul#nav li:hover a {	
		background: url(/images/nav_li_on_r.png) no-repeat 100% 0;
	}
	ul#nav li:hover ul li a, ul#nav li ul li:hover a, ul#nav li ul li:hover {
		background: none;
	}

	ul#nav li:hover a em {	
		border-bottom: 5px solid #D7D8C5;

	}
	ul#nav li ul li a {
		padding: 0;
		line-height: 1.5;
		border-bottom: none;
		background: none;
	}
	ul#nav li ul li a:hover {
		text-decoration: underline;
		background: none;
	}
	
ul.event_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.event_list li {
		margin: 10px 0 8px;
		padding: 0 0 20px;
		list-style: none;
	}
	
ul.company_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}
	ul.company_list li {
		float: left;
		margin: 0;
		padding: 0;
		width: 50%;
		min-height: 16px;
	}
		ul.company_list li.link {
			padding-left: 5%;
			width: 45%;
			background: url(/images/bullet_arrow_blue.gif) no-repeat 15px 70%;
		}
  		ul.company_list li.link.empty {
  		  background: none;
		  }
			ul.company_list li.link a {
				color: #5F97C9;
				text-decoration: none;
			}
			ul.company_list li.link a:hover {
				text-decoration: underline;	
			}
		ul.company_list li.divider {
			width: 100%;
			margin-bottom: 4px;
			height: 2px;

		}
		ul.company_list li.download {
			width: 33%;
			font-size: .9em;
		}
		ul.company_list li.download a {
/*      color: #819D56;*/
		}

ul.sidebar_downloads {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
  ul.sidebar_downloads li {
    list-style: none;
    font-size: 11px;
  }

ul.display {
	margin: 0;
	padding: 0;
}
	ul.display li.head {
		border-top: 1px solid #000;
		border-bottom: 2px #ccc solid;
		font-weight: bold;
		color: #313131;
		font-weight: bold;
	}
	ul.display li.head div {
		font-weight: bold;
	}
	ul.display li {
		list-style: none;
		margin: 0;
		padding: 4px 5px;
		color: #313131;
		border-bottom: 1px #ccc solid;
		background: #F7F7F7;
	}
	ul.display li div {
		padding-left: 5px;
	}
	div.colour {
		float: left;
		margin: -4px 0 -4px -4px;
		width: 5px;
		height: 31px;
	}
	div.name {
		float: left;
		width: 30%;
	}
	div.diet {
		float: left;
		width: 30%;
	}
	div.status {
		float: left;
		width: 10%;
	}
	
ul#table_layout {
	float: left;
	margin: 0;
	padding: 0;
	width: 690px;
}
	ul#table_layout > li {
		list-style: none;
		position: relative;
		float: left;
		margin: 5px 1em 2em;
		padding: 1em;
		width: 180px;
		height: 200px;
		border: 1px solid #ccc;
	}
div.attendees_wrapper {
	float: left;
	width: 170px;	
}
ul#attendees {
	margin: 0;
	padding: 0;
	width: 170px;
	min-height: 100px;
}
	ul#attendees li {
		list-style: none;
		margin: 0;
		padding: 5px 1em;
		background: #ccc;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #626E88;
	}
ul.table_attendees {
	min-height: 150px;
}	
	ul.table_attendees li {
		margin: 0;
		padding: 4px;
		list-style: none;
		background: #ccc;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #626E88;
		
	}
	
ol.pad li {
	padding: 3px 4px;
}

/* End Lists */

/* Tables  */

	table.table {
		margin: 1em 0;
	}
	table.table.wide {
		width: 100%;
	}
	table.table.tall td {
		padding: 4px 5px;
	}
	table.checkout tr th {
		border-bottom: 2px #ccc solid;
		font-weight: bold;
	}
	table.checkout tr td {
		border-bottom: 1px #ccc solid;
		background: #F7F7F7;
	}

	table.checkout tr th.product_column, table.checkout tr td.product_column {
		width: 40%;
	}
	table.checkout tr th.quantity_column, table.checkout tr td.quantity_column {
		width: 155px;
	}
	table.checkout tr th.quantity_column, table.checkout tr td.quantity_column {
		width: 100px;
		padding: 5px 10px;
	}
	table.checkout tr th.remove_column, table.checkout tr td.remove_column {
		width: 65px;
	}

/* End Tables */

/*  Forms  */

dl.form {
	margin: 0;
	padding: 0;
}
	dl.form.margin_top {
		margin-top: 1em;
	}
	dl.form dt {
		float: left;
		clear: left;
		margin: 0 1em 1em 0;
		padding: 0;
		width: 150px;
		text-align: right;
	}
	dl.form.padded dt {
		line-height: 1.9;
	}
	dl.form dd {
		margin: 0 0 1em 0;
		padding: 0;
	}
	dl.form.inline dt {
		padding: 0 .5em 0 1.5em;
		width: auto;
		clear: none;
	}
	dl.form.inline dd {
		float: left;
	}
	dl.form.event_details dt {
		font-weight: bold;
	}
	dl.form.two_rows dt {
		width: 150px;
		clear: none;
	}
	dl.form.two_rows dd {
		float: left;
	}
	
input.text, textarea.textarea, select.select {
	margin: 3px 0;
	border: 1px solid #5F97C9;
	font-size: 1.1em;
}
	input.text.s {
		width: 160px;
	}
	input.text.m {
		width: 200px;
	}
	input.text.l {
		width: 360px;
	}
	input.text.xxxl {
		width: 505px;
	}
textarea.text_area {
  width: 100%;
  height: 120px;
}
/* End Forms */

.notification {
  position: absolute;
  margin: 0 -150px 10px 0;
  padding: 0 10px 5px;
  width: 245px;
  top: 5px;
  right: 50%;
  background: url("/images/search_wrapper_bg.png") repeat;
  border: 2px solid #fff;
  font-size: 10px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;  
}
  .notification h3 {
    margin: 0 -10px 2px;
    padding: 8px 10px;
    background: #1A3F63;
    font: normal 13px Georgia, serif;
    color #fff;
    text-transform: none;
  }
  .notification span {
    display: block;
    color: #1A3F6C;
    font: 12px/25px Arial;
  }

form#search  {
  position: absolute;
  margin: 0 -400px 10px 0;
  padding: 5px 6px;
  width: 196px;
  height: 30px;
  top: 0;
  right: 50%;
  background: url("/images/search_wrapper_bg.png") repeat;
  border: 2px solid #fff;
  border-top: none;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
}
  form#search #search_find {
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topleft: 7px;
    background: #1a3F63;
    border: 0 none;
    color: #FFFFFF;
    float: left;
    font-size: 1.5em;
    height: 22px;
    padding: 3px 2px 3px 5px;
    width: 160px;
  }
  #search_submit {
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    background: url("/images/icons/search.gif") no-repeat scroll 0 50% #1a3F63;
    border: 0 none;
    float: left;
    height: 28px;
    padding: 1px;
    text-indent: -9999px;
    width: 29px;
  }

/* Formtastic */


fieldset.dual_column ol li {
  float: left;
  margin-left: 20px;
  width: 350px;
}
  form.formtastic fieldset.dual_column ol li label {
    width: 24%;
  }


