/* 

  OMMA EVENTS

*/

/*
RESET
-------------------------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, input,
blockquote {
	margin: 0px;
	padding: 0px;
	border: none;
}

fieldset, dl, dt, dd, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul, dl, ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- MAIN STYLES */
/* -------------------------------------------------------------------------------------------- */

body {
	font: 12px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	margin: 0 auto;
	background: #f0f0f0;
	color:#333;
}

img {
	border: none;
}

#body_bg, #past_bg {
	float: left;
	width: 100%;
}

#content a {
	color: #333;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content a:active, a:focus {
	outline: none;
}

#content p {
	line-height: 18px;
}

#breadcrumbs {
	margin: 0 0 20px 0;
}

#breadcrumbs a {
	color: #666;
	font-weight: bold;
}

blockquote {
	margin: 0;
}

small {
	clear: both;
	font-size: 11px;
	color: #666;
}

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

h1 {
	clear: left;
	margin: 0 0 12px 0;
	font-size: 25px;
	line-height: 25px;
}

h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 18px;
	/*position: relative;*/
	/*margin: 20px 0 10px 0;*/
}

h3 {
	margin: 0 0 10px 0;
}

h4 {
	font-size:16px
}

h5 {
	font-size:14px;
	margin: 5px 0 3px 0;
}

h6 {
	font-size:12px;
}

.form_section textarea {
	padding: 5px;
	font-size: 13px;
	resize: none;
	width: 152px;
	max-height: 50px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

.textarea_section textarea {
	padding: 5px;
	font-size: 13px;
	resize: none;
	width: 282px;
	max-height: 50px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

#container {
	margin: 0 auto;
	width: 980px;
	position: relative;
}

#content {
	width: 760px;
	min-height: 800px;
	padding: 20px;
	float: left;
	background: #fff;
	border-bottom: 15px solid;
	position: relative;
}

#content ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

#content ul li {
	padding-bottom: 10px;
}

#right_column {
	width: 305px;
	padding: 0 0 0 10px;
	float: left;
}

#left_column {
	width: 434px;
	padding: 0 10px 0 0;
	float: left;
}

#live_agenda {
	float: left;
	width: 370px;
	margin-right: 10px;
}

#live_coverage {
	float: left;
	width: 370px;
	margin-left: 10px;
}

#main_image {
	float: right;
	padding: 20px 0 20px 20px;
	max-width: 300px;
	max-height: 300px;
}

#top {
	margin-bottom: 20px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999;
}

#main {
	float:left;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- HEADER */
/* -------------------------------------------------------------------------------------------- */

#header {
	position: relative;
	width: 980px;
	float: left;
	line-height: 18px;
	margin: 10px 0;
}

#header_home {
	position: relative;
	width: 800px;
	float: left;
	line-height: 18px;
	margin: 0;
	margin-top: 10px;
}

#logo {
	float: left;
	clear: both;
}

img.large {
	display: block;
	position: absolute;
	bottom: 0;
	padding: 10px 0 0 0;
}

img.small {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	height: 43px;
}

.show_logo_s {
	float: left;
}

#header_right {
	width: 436px;
	float: left;
}

#venue {
	margin-left: 10px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
	margin-top: 9px;
	max-width: 375px;
}

#venue p {
	margin: 0;
}

#venue_home {
	position: absolute;
	bottom: 45px;
}

#venue_home em, #venue em {
	font-style: normal;
	display: block;
}

#venue_home strong {
	font-size: 13px;
}

#venue_home p {
	margin: 5px 0;
	display: block;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	font-size: 17px;
	text-transform: uppercase;
}

.promo {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	margin-right:5px;
}

#container #register {
	margin: 10px 0;
	min-height: 30px;
}

#register_button_home {
	text-align: right;
	position: absolute;
	width: 431px;
	bottom: 10px;
	right: 0;
}

#register_button {
	position: absolute;
	right: 180px;
	bottom: 0;
	text-align: right;
}

#register_button a, #register_button_home a {
    background: #db2328;
    display: inline-block;
    padding: 4px 8px 5px 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#register_button_home a {
	bottom: 20px;
}

#register_button a:hover, #register_button_home a:hover {
	background:#b61800;
}

#events {
	margin:5px -180px;
	text-align: right;
	float: right;
	display:block;
	min-height: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

#events p {
	font-size: 11px;
	padding:5px;
	margin: 0;
}

#events a {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
	padding: 5px;
}

#events a:hover {
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- NAVIGATION */
/* -------------------------------------------------------------------------------------------- */

#show_logo_s_home, #mobile_menu_container, #mobile_menu, #menu_button {
	display: none;
}

ul#nav {
	margin: 0;
	padding: 0;
	width: 800px;
	/*height: 30px;*/
	background: #333;
	float: left;
	font-weight: bold;
	position: relative;
	line-height: 18px;
	border-bottom: 30px solid;
}

ul#nav li {
	display: block;
	list-style: none;
	padding: 0;
	float: left;
}

ul#nav li a.main_link {
	text-decoration: none;
	color: #f2f2f2;
	padding: 6px 10px;
	float: left;
	/*height: 25px;*/
}

ul#nav li a.main_link:hover, ul.sub_links li a:hover {
	text-decoration: underline;
}

ul.sub_links {
	display: none;
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 795px;
	top: 35px;
	text-align: left;
	left: 0;
}

ul.sub_links a {
	padding: 1px 10px;
	float: left;
	color: #fff;
	text-decoration: none;
}

ul.sub_links a[href^="http://"] {
    background: url(../../images/events/external_menu.png) center right no-repeat;
    padding-right: 10px;
	margin-right: 7px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- SIDEBAR */
/* -------------------------------------------------------------------------------------------- */

#sidebar {
	width: 180px;
	background: #fff;
	float: left;
	text-align: center;
	margin-top: -60px;
	border-bottom: 15px solid;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

.sponsor_type {
	color: #fff;
	/*height: 20px;*/
	padding: 6px 0;
	font-size:11px;
	text-transform:uppercase;
	line-height: 18px;
	display: block;
	font-weight: bold;
}

.sponsor_type:first-child {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

#sidebar p, #sidebar p a {
	font-style: normal;
	color:#999;
	padding:10px 5px;
}

#sidebar img {
	margin:15px auto;
	clear: both;
}

.sponsorslide {
	padding: 0;
	margin:15px;
	min-height:150px;
}
 #title-sponsor {
	min-height:100px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- OVERVIEW */
/* -------------------------------------------------------------------------------------------- */

#speaker_carousel {
	height: 100px;
	margin: 15px 0 0 0;
}

#speaker_carousel img {
	width: 100px;
	height: 100px;
	float: left;
}

#speaker_carousel small {
	display: block;
	font-size: 11px;
	line-height: 1.5;
	margin: 5px 0 0 0;
}

#speaker_carousel .speaker_type {
	background: #eee;
	color: #333;
	padding: 2px 3px;
}

.panel_content {
	float: left;
	padding: 20px 0 20px 5px;
}

.speaker_name_company {
	float: left;
	width: 150px;
	padding: 0 0 0 20px;
}

.speaker_name_company strong {
	display: block;
}

.speaker_content {
	display: block;
}

#view_all_speakers, #view_more_details {
	color: #000;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: right;
	display: block;
	clear: both;
}

#featured_speakers {
	width: 430px;
	float: left;
}

.featured_speaker {
	float: left;
	width: 102px;
	margin-right:5px;
	min-height: 135px;
	font-size: 12px;
	line-height:13px;
}

.featured_speaker img {
	margin-bottom: 5px;
	width: 75px;
	height: 75px;
}

.featured_speaker strong {
	display: block;
}

#video {
	margin: 20px 0 30px 0	;
}


#program_chair {
	width: 310px;
	font-size: 12px;
}

#program_chair table {
	width: 155px;
	height: 75px;
	float: left;
}

#program_chair img {
	width: 50px;
	float: left;
}

#program_chair strong {
	display: block;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- PAST */
/* -------------------------------------------------------------------------------------------- */

#past_link {
	position: absolute;
	display: block;
	bottom: -78px;
	right: 0;
	float: left;
	z-index: 1000;
}

#content_past {
	width: 980px;
	float: left;
	background: #fff;
	border-top: 15px solid;
	border-bottom: 15px solid;
}

#content_past a {
	color: #333;
}

#content_past h3 {
	margin-top: 20px;
}

#past_left {
	width: 520px;
	padding: 20px;
	float: left;
	background: #fff;
}

#past_right {
	width: 380px;
	padding: 20px;
	float: left;
	background: #fff;
}

#past_right img {
	display:inline;
	margin: 0 20px 20px 0;
	width:100px;
}

#past_right strong {
	display: block;
}


#past_left .speaker_name_company {
	float: left;
	width: 250px;
	padding: 0 0 0 20px;
}

.past_speaker_box, .past_agenda_box {
	position: absolute;
	top: 0;
	right: 0;
}

#speaker_nav_past {
	float: left;
}

#speaker_nav_past li {
	float: left;
	margin: 5px;
}

#video_past object {
	float: left;
	margin: 15px 0;
}

#past_left .agenda_right {
	width: 400px;
}

#agenda_button {
	display: block;
	margin: 20px 0 5px 0;
	text-align: right;
}

#past_left h5 {
	clear: both;
  	display: block;
  	float: left;
  	font-weight: bold;
  	margin-bottom: 10px;
  	margin-left: -20px;
  	float: left;
	font-size: 14px;
	margin-top: 20px;
	padding: 4px 10px 4px 20px;
}

#past_left #featured_speakers {
	display: none;
}

#past_left .description_link {
	text-decoration: underline;
}

#past_left .description_link:hover {
	cursor: pointer;
}
#past_left .agenda_item img {
	float:left;
	max-width: 30px;
	margin: 0 5px 0 0;
}
#past_left .more {
	width: 400px;
}
#past_left .agenda_item dl {
	width: 398px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- AGENDA */
/* -------------------------------------------------------------------------------------------- */

.agenda_time {
	width: 84px;
	float: left;
	padding: 11px 5px 0 0;
	font-size: 15px;
	color: #333;
	text-align: center;
}

.agenda_right {
	float: left;
	width: 650px;
	padding: 5px 0 0 0;
	margin: 5px 0 0 20px;
}

.live_agenda_right {
	float: left;
	width: 330px;
	padding: 5px 0 0 0;
	margin: 5px 0 0 10px;
}

.agenda_right small {
	display: block;
	margin: 5px 0 10px 0;
	color: #999;
	font-size: 12px;
}

.agenda_item {
	float:left;
	/*overflow: hidden;*/
	border-bottom: 1px solid #ddd;
	position: relative;
}

.agenda_note {
	padding:10px 20px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	position: relative;
	background:#f0f0f0;
	clear: both;
}

.agenda_item, .agenda_item p {
	clear: both;
}

.agenda_item p {
	margin: 0px 0px 10px 0px;
}

.agenda_right em {
	font-style: normal;
	font-size: 12px;
}

.agenda_title {
	color: #333;
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	display: block;
	margin-bottom: 10px;
}

.agenda_note .agenda_title {
	margin-bottom: 0px;
}

#content .agenda_title a {
	/*text-decoration: none;*/
	cursor: pointer;
}

.agenda_item img {
	float: right;
	display: block;
	max-width: 100px;
}

.agenda_item small {
	display: block;
}

.agenda_item dl {
	clear: both;
	list-style: none;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: auto;
	background: #fff;
}

.agenda_item dt {
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
	font-size: 12px;
	padding: 2px 10px;
	background: #eee;
	clear: both;
}

.agenda_item dt:first-child {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.agenda_item dl dd {
	padding: 2px 0;
	margin: 0 10px;
	color: #555;
	line-height: 20px;
	font-size: 12px;
	clear: both;
	float: left;
}

.agenda_item p {
	clear: both;
}

.agenda_date {
	font-weight: bold;
	clear: both;
	float: left;
	display: block;
	margin-left: -20px;
	margin-bottom: 10px;
}

.agenda_date h2 {
	color: #fff;
	padding: 4px 10px 4px 20px;
	margin-top: 20px;
	font-size: 14px;
	float: left;
}

.agenda_date a {
	float: left;
	color: #999;
	font-weight: normal;
	padding: 4px 10px;
	font-size: 12px;
	margin: 20px 0 0 10px;
}

#content a.video_icon, #content_past a.video_icon {
	background: url("../../images/events/icon_video.png") no-repeat scroll 10px center #e3e3e3;
	border: 1px solid #bbb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 10px;
	text-shadow: 0 1px 0 #FFFFFF;
	padding: 2px 10px 2px 30px;
	float: left;
	box-shadow: 0 0 1px 1px #F6F6F6 inset;
	text-decoration: none;
	width: 70px;
	text-align: center;
}

#content a.video_icon:hover, #content_past a.video_icon:hover {
	background: url("../../images/events/icon_video.png") no-repeat scroll 10px center #d9d9d9;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px 1px #eaeaea inset;
	text-decoration: none;
}

#content a.slide_icon, #content_past a.slide_icon {
	background: url("../../images/events/icon_slideshow.png") no-repeat scroll 10px center #e3e3e3;
	border: 1px solid #bbb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 10px;
	text-shadow: 0 1px 0 #FFFFFF;
	padding: 7px 10px 7px 30px;
	float: left;
	box-shadow: 0 0 1px 1px #F6F6F6 inset;
	text-decoration: none;
	width: 70px;
	text-align: center;
}

#content a.slide_icon:hover, #content_past a.slide_icon:hover {
	background: url("../../images/events/icon_slideshow.png") no-repeat scroll 10px center #d9d9d9;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px 1px #eaeaea inset;
	text-decoration: none;
}

.date_jump {
	position:absolute;
	text-align: left;
	left: -100px;
	top: 0;
}

.date_jump a {
	padding: 5px 10px;
	margin: 0 0 10px 0;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#past_agenda {
	padding: 0 20px;
}

#past_agenda a {
	color: #000;
}

#past_agenda img {
	position: absolute;
	top: 0;
	right: 0;
}

#past_speaker h2, #past_agenda h2 {
	margin-top: 0;
}

.more {
	/*overflow: hidden;*/
	float: left;
	clear: both;
	margin-left: 109px;
	width: auto;
}

.live_more {
	float: left;
	clear: both;
	width: auto;
}

.sponsor_img {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.agenda_description {
	line-height: 18px;
	margin-bottom: 10px;
}

.live_agenda_description {
	padding: 0 0 20px 100px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- SPEAKERS */
/* -------------------------------------------------------------------------------------------- */

.speaker {
	float: left;
	text-align: left;
	list-style: none;
	padding: 5px;
}
.speaker_wrap {
	width: 347px;
	float: left;
	padding: 10px;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.speaker img {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 18px 0 0;
}
.speaker_info {
	float: left;
	width: 229px;
}
.speaker_info a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.speaker_info em {
	font-style: normal;
	font-size: 12px;
}

/* Speaker popup */
.speaker_popup img {
	margin-right:2px;
	float: left;
}
.speaker a, .speaker_popup a {
	font-weight: bold;
	display: block;
	color: #333;
	text-decoration: none;
}
.speaker a:hover {
	text-decoration: underline;
}
.speaker em, .speaker_popup em {
	font-style: normal;
	color: #333;
}
.speaker b, .speaker_popup b {
	color: #333;
}
.speaker_popup_right {
	float: left;
	width: 600px;
	margin: 0 0 0 20px;
}
.speaker_popup h2 {
	color: #333;
	font-size: 25px;
	margin: 0 0 5px 0;
}
.speaker_popup p {
	clear: both;
}
.speaker_popup p strong {
	display: block;
	margin: 0 0 5px 0;
}
.speaker_popup {
	padding: 0 20px;
}
a.twitter {
	color:#39B8D1;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	padding:0;
}
.speaker_agenda_item {
	display: block;
	clear: both;
	margin: 10px 0;
	color: #666;
}
.speaker_agenda_item img {
	float: left;
}
.speaker_agenda_item strong {
	display: block;
	float: left;
	margin-top: 2px;
	color: #333;
}
.speaker_agenda_item p {
	clear: both;
	margin: 0 0 10px 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- SPEAKER DETAIL */
/* -------------------------------------------------------------------------------------------- */
.speaker_detail {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	overflow: hidden;
	border-bottom: 1px dashed #999;
}
.speaker_detail img {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 18px 0 0;
}
.speaker_detail .speaker_info {
	width: auto;
}
.speaker_detail h1 {
	margin: 0 0 3px 0;
}
.speaker_company {
	font-weight: bold;
	display: block;
	margin: 3px 0;
	font-size: 13px;
}
.speaker_bio {
	clear: both;
	border-bottom: 1px dashed #999;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- KEYNOTES */
/* -------------------------------------------------------------------------------------------- */

.keynote_speaker {
	width: 740px;
	float: left;
	text-align: left;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.keynote_speaker_left {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.keynote_speaker_right {
	float: left;
	width: 605px;
	margin: 0 0 0 10px;
}

.keynote_speaker_right strong {
	font-size: 15px;
	font-weight: bold;
	display: block;
	color: #333;
	text-decoration: none;
}

.keynote_speaker b, .keynote_speaker em {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin: 3px 0;
}

.keynote_speaker p {
	margin: 20px 0 0 0;
}

img.headshot {
	float: left;
}

img.clock {
	width: 15px;
	height: 15px;
	margin: 2px 5px 0 0;
	padding: 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- SPEAKER PROPOSAL FORM */
/* -------------------------------------------------------------------------------------------- */

#deadline {
	margin: 10px 0;
	color: red;
}


#form_left, #form_right {
	float: left;
	padding: 10px;
}

#form_left  {
	width: 340px;
}

#form_right {
	width: 358px;
}

#form_bottom {
	clear: both;
	padding:0 20px;
}
#form_bottom small {
	float:left;
	display:inline-block;
	padding:20px;
}
.proposal_section_left, .proposal_section_right {
	padding: 0;
	margin: 5px 0;
	display: block;
	overflow: hidden;
	clear: both;
}

.proposal_section_left label, .proposal_section_right label {
	display: inline;
	float: left;
	font-size: 12px;
	text-align: right;
	padding: 0 10px 0 0;
}

.proposal_section_left label {
	width: 100px;
}

.proposal_section_right label {
	width: 100px;
}

.proposal_section_left input[type="text"], .proposal_section_right input[type="text"], .proposal_section_left textarea, .proposal_section_right textarea {
	padding: 2px 6px;
	float: left;
	font-size: 13px;
	width: 170px;
	opacity: .8;
	background: #fff;
	background: rgba(255,255,255,0.5);
	border: 1px solid #999;
}
.proposal_captcha input[type="text"] {
    padding: 2px 6px;
    margin-top: 0;
    font-size: 40px;
    width: 70px;
    height: 50px;
    opacity: .8;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #999;
}
.proposal_captcha img{
    float: left;
}
.proposal_section_bottom label {
	display: block;
	padding: 10px 0 5px 0;
}

.proposal_section_bottom input[type="text"] {
	padding: 2px 6px;
	font-size: 13px;
	width: 695px;
	opacity: .8;
	background: #fff;
	background: rgba(255,255,255,0.5);
	border: 1px solid #999;
}

.proposal_section_left textarea, .proposal_section_right textarea, .proposal_section_bottom textarea {
	font-size: 12px;
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	padding: 6px;
	height: 90px;
}

.proposal_section_bottom textarea {
	width: 695px;
	border: 1px solid #999;
}

.proposal_section_left .error_row , .errorlist{
	clear: both;
	margin-left: 110px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- SPONSORS */
/* -------------------------------------------------------------------------------------------- */

#sponsor_content strong {
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	padding: 10px 0 0 0;
	margin:20px 20px 0 20px;
	border-top:1px solid #ccc;
}

#sponsor_content {
	width: 760px;
	text-align: center;
	margin:0 auto;
}

#sponsor_content img {
	margin:15px;
	vertical-align:middle;
}

#sponsor_content ul {
	background: #999;
}

#sponsor_content li {
	width: 390px;
	float: left;
	padding: 20px 0;
}

.sponsor_day {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	margin: 20px 0;
	background: #999;
}

.sponsor_workshop {
	margin: 20px 0;
	clear: both;
	padding: 10px 20px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.sponsor_workshop strong {
	font-size: 16px;
}

.sponsor_workshop img {
	float: right;
	padding: 10px 0 5px 5px;
}

/* proposal */

#left_column fieldset {
	margin-top: 20px;
	width: 420px;
	border: 0;
}

#right_column fieldset {
	width: 291px;
	margin-top: 20px;
	border: 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- VENUE */
/* -------------------------------------------------------------------------------------------- */

#venue_address {
	margin: 20px 0;
	line-height: 20px;
	font-size: 14px;
}
#venue_address a {
	font-weight:bold;
}

/* Venue page */
ul#venue_photos {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#venue_photos li {
	width: 350px;
	float: left;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- EXPO */
/* -------------------------------------------------------------------------------------------- */

.exhibitor {
	margin: 20px 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- ARCHIVE */
/* -------------------------------------------------------------------------------------------- */

ul#archive {
	margin-top: 20px;
	float: left;
}

.archived_event {
	width: 348px;
	float: left;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 10px 10px 10px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.archived_event_left {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.archived_event_left img {
	width: 100px;
	height: 100px;
}

.archived_event_right {
	float: left;
	width: 230px;
	margin: 0 0 0 10px;
}

.archived_event em {
	display: block;
	margin: 5px 0;
	font-style: normal;
}

.archived_event a {
}

.archived_venue {
	width:150px;
	height:150px;
	overflow:hidden;
	float:left;
	margin:-20px;
	margin-right:10px;
}

.archived_venue img {
	width:150px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- FOOTER */
/* -------------------------------------------------------------------------------------------- */

#footer {
	width: 800px;
	padding: 20px 0;
	float: left;
	position: relative;
}

span.headline {
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin: 10px 0 0 0;
	color:#555;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 15px 20px 15px 0;
	clear: both;
}

#footer_left {
	width: 480px;
	padding: 0;
	float: left;
}

#footer_middle {
	width: 180px;
	float: left;
	padding: 0;
	margin: 0 30px;
}

#footer_right {
	width: 80px;
	padding: 0;
	float: left;
}

#footer_contact {
	width: 800px;
	margin-bottom: 5px;
	overflow: hidden;
}

#footer_contact ul, #footer_contact li {
	float: left;
}

#footer_contact ul li strong {
	margin-right: 10px;
}

#footer_contact img {
	width: 20px;
	margin-top: -4px;
	opacity: 0.7;
}

#footer_contact img:hover,
#footer_subscribe_button:hover {
	opacity: .9;
}

#footer_contact form {
	float: left;
}

#footer_contact form label, #footer_contact ul li strong {
	font-size: 12px;
	font-weight: bold;
	float: left;
	/*padding: 10px 15px 10px 0;*/
	color: #666;
}

#footer_contact form label {
	padding: 15px 15px 15px 0;
}

#footer_contact ul li strong {
	text-transform: uppercase;
}

#footer_contact input[type="text"] {
	font-size: 11px;
	padding: 1px 5px;
	margin-top: 10px;
	width: 180px;
	float: left;
}

#footer_contact input[type="submit"] {
	border: 0;
	font-weight: bold;
	background: #000;
	background: rgba(000,000,000,0.6);
	color: #fff;
	float: left;
	padding: 3px 5px;
	margin: 10px 5px;
	font-size: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#footer_contact input[type="submit"]:hover {
	background: #000;
}

#footer a {
	line-height: 20px;
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer small {
	display: block;
	margin: 0 20px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- POPUP */
/* -------------------------------------------------------------------------------------------- */

#past_speaker a {
	color: #333;
	font-weight: bold;
}

#past_speaker div.description {
	margin: 10px 0;
}

#popup strong {
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
}

#popup {
	display: none;
	text-align: center;
	font-size: 12px;
	background: transparent;
}

#popup input {
	background: red;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	border: 0;
	-moz-border-radius: 50px;
	-moz-box-shadow: 3px 3px 3px #888;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- FORMS */
/* -------------------------------------------------------------------------------------------- */
#register_left {
	float: left;
	width: 260px;
	padding: 0 20px 0 0;
	margin: 0 14px 0 0;
}

#register_right {
	width: 465px;
	float: left;
	position: relative;
}

#register_left .input {
	float: left;
	padding: 3px 0;
	height: 20px;
	width: 10%;
}
#register_left label {
	width: 90%;
}
.price_option {
    margin-top:5px;
}
.price_option strong {
	margin-left:8px;
}
.price_detail {
    padding-left:15px;
}
.price_indent {
    margin-left:25px;
}

.form_group {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.form_group h2 {
	margin-bottom: 10px;
}

#register_right .form_group dl {
	margin-bottom: 20px;
}

.form_section {
	padding: 0;
	margin: 5px 0;
	display: block;
	overflow: hidden;
	clear: both;
}

.form_section input[type="text"] {
	padding: 2px 6px;
	font-size: 13px;
	width: 150px;
	opacity: .8;
	background: #fff;
	background: rgba(255,255,255,0.5);
	border: 1px solid #999;
}

.form_section textarea {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size: 13px;
	padding: 5px 10px;
}

.form_section p {
	margin: 0 0 20px 0;
}

.form_section p strong {
	margin: 20px;
	text-align: right;
}

.form_section select {
	width: 165px;
}

.form_group ul {
	overflow: auto;
}

.left {
	display: block;
	float: left;
	width: 325px;
}

.right {
	float: left;
	width: 100px;
	clear: none;
	text-align: right;
}

.right a {
	font-size: 11px;
	margin: 0 0 5px 0;
	display: block;
}

#checkout {
	margin: 10px 0;
	text-align: left;
}

#form_attending ul li,
#form_entries ul li,
#form_cart ul li {
	float: left;
	border-bottom: 1px dashed #999;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#form_entries ul:last-child li:last-child,
#form_cart ul:last-child li:last-child {
	border-bottom: none;
}
	
#form_about label,
#form_billing label {
	display: inline;
	width: 120px;
	float: left;
	font-size: 12px;
	text-align: right;
	padding: 0 10px 0 0;
}

.form_group em {
	font-style: normal;
}

#form_categories ul li {
	float: left;
	margin: 0 15px 5px 0;
}

#form_categories .error_row {
	display: block;
	margin-bottom: 10px;
}

#form_detail {
	position: relative;
}

#form_detail .form_section label {
	display: block;
	width: auto;
	font-size: 12px;
	text-align: left;
	padding: 8px 0 5px 0;
}

.expiration select {
	width: auto;
}
	
#error_row, .error_row, span.error ,.errorlist {
	font-size: 10px;
	font-weight: bold;
	color: red;
	margin: 0 0 0 3px;
}

ul#steps {
    position: absolute;
    right: 10px;
    top: 10px;
}

ul#steps li {
    color: #999999;
    float: left;
	clear: none;
    margin: 0 3px;
}

#total {
	margin: 10px 0;
	text-align: right;
	clear: both;
}

#code {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	margin: 10px 0;
}

input#submit, a#submit {
	border: none;
	display: block;
	background: #db2328;
	color: #fff;
	float: right;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input#submit:hover, a#submit:hover {
	background: #b61800;
}

#order_item {
	overflow: auto;
	border-bottom: 1px dashed #999;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#order_item li {
	overflow: auto;
}

#order_item strong {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
}

#order_item .order_item_detail {
	display: block;
	float: left;
	width: 347px;
}
#register_left ul div.left {
	display: block;
	float: left;
	width: 153px;
}

#register_left ul div.right {
	float: left;
	width: 75px;
	clear: none;
	text-align: right;
}

/* -----
THE CROWD
----- */
.content_left_column, .content_right_column {
	width: 380px;
	float: left;
}

#sis_who #companies {
	float: left;
}

#sis_who .group {
	padding: 0px;
	margin: 0 10px 10px 0;
}

#sis_who .group_title {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	clear: both;
	background: #036CA5;
	font-size: 13px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-radius-top-left: 8px;
	border-radius-top-right: 8px;
}

#sis_who #companies .group_title {
	background: #B30000;
}

#sis_who ul {
	margin-bottom: 20px;
	margin-left: 0;
	padding: 2px 10px 2px 20px;
	border: 1px solid #999;
	clear: both;
}
#sis_who ul li {
	padding: 2px 0;
}

/*
BENEFITS TO ATTEND
*/
.benefit {
    float: left;
    margin-top: 10px;
    padding: 30px 0;
    font-size: 13px;
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%, rgba(240,244,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(240,244,255,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%,rgba(240,244,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%,rgba(240,244,255,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%,rgba(240,244,255,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(254,255,255,1) 0%,rgba(240,244,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f0f4ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ribbon_l {
    float: left;
    height: 20px;
    width: 100px;
    margin-top: 97px;
    background: rgb(0,81,128); /* Old browsers */
    background: rgb(4,80,127); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(4,80,127,1) 0%, rgba(94,167,251,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(4,80,127,1)), color-stop(100%,rgba(94,167,251,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(4,80,127,1) 0%,rgba(94,167,251,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(4,80,127,1) 0%,rgba(94,167,251,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(4,80,127,1) 0%,rgba(94,167,251,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(4,80,127,1) 0%,rgba(94,167,251,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04507f', endColorstr='#5ea7fb',GradientType=1 ); /* IE6-9 */
}

.sis_vip_logo img {
    float: left;
    width: 230px;
    padding: 0 10px;
}

.benefit_head {
    float: left;
    width: 410px;
}

.benefit_head_info {
    margin: 10px 0;
    height: 77px;
}

.benefit_date {
    display: block;
    color: #1971A8;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}

.benefit_venue {
    display: block;
    color: #1971A8;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}

.benefit_pagetitle {
    display: block;
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    line-height: 29px;
}

.ribbon_r {
    height: 20px;
    background: rgb(94,167,251); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(94,167,251,1) 0%, rgba(4,80,127,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(94,167,251,1)), color-stop(100%,rgba(4,80,127,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(94,167,251,1) 0%,rgba(4,80,127,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(94,167,251,1) 0%,rgba(4,80,127,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(94,167,251,1) 0%,rgba(4,80,127,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(94,167,251,1) 0%,rgba(4,80,127,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea7fb', endColorstr='#04507f',GradientType=1 ); /* IE6-9 */
}

.benefit_main {
    clear: both;
    padding-top: 20px;
}

.benefit_left {
    float: left;
    padding-right: 40px;
    margin: 0 0 20px 40px;
    width: 304px;
}

.benefit_right {
    border-left: 1px dashed #1971A8;
    float: left;
    padding-left: 40px;
    margin: 0 40px 20px 0;
    width: 295px;
}

.benefit_title {
    display: block;
    margin-bottom: 4px;
    color: #1971A8;
    font-size: 17px;
    font-weight: bold;
}

.benefit_title:nth-child(n+3) {
    margin-top: 20px;
}

.benefit_attendees_title {
    display: block;
    margin: 0 0 0 40px;
    color: #1971A8;
    font-size: 15px;
    font-weight: bold;
}

.benefit p {
    margin: 0;
    padding: 0;
}

.benefit_top {
    float: left;
}

.benefit_midline {
    clear: both;
    height: 1px;
    width: 400px;
    margin: 0px auto;
    margin-bottom: 20px;
    border-bottom: 1px dashed #1971A8;
}

.benefit_middle {
    float: left;
    margin: 0 70px;
}

.benefit_middle p {
    padding: 0;
    margin-bottom: 20px;
}

.benefit_middle .quote_name {
    color: #1971A8;
    font-weight: bold;
    display: block;
    text-align: right;
}

.benefit_bottom {
    float: left;
}

.benefit_bottom ul li {
    margin: 5px 0;
    font-size: 15px;
}

#content #benefit_print_btn {
    overflow: auto;
    clear: both;
    padding: 20px 0;
    text-align: center;
}

#content #benefit_print_btn a {
    background: #1971A8;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#content #benefit_print_btn a:hover {
    text-decoration: underline;
}
/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- SUMMIT SPECIFIC STYLES */
/* -------------------------------------------------------------------------------------------- */
#summit #venue {
	margin-top: 0px;
}