/* ---------------- Start dynamic images, colors and other attributes --------------- */

	/* This div automatically fits the full width of its container, but SB is smaller */
	/* than the blueprint grid. Use this left margin to center the main wrapper for SB. */


	/* Do a search and replace all for the following colors when setting up a new event */
	/* Color Pallet: 
		Borders and Tools background:		#346974;
		Display mode button active: 		#346974;
		Search Border:				#a81e50;
		Login links:				#55e8aa;
		Login HR Bottom:			#355255;
		Login HR Top:				#4c979e;
		Login text box background:		#346974;
		Login text box border:			#668d05;
		Calendar checkbox background:		#a81e50;
		List checkbox background - unchecked:	#a81e50;
		List checkbox background - checked:	#a81e50;
		List Row background - Even:		#8a2345;
		List Row background - Odd:		#7f1f3f;
	End Color Pallet */
	
	/*overriding 'Marvel' font from typography.css*/
	
	body {z-index:1;}/*assign z-index of 1 to body as parent of both .footer1, and #back_to_top_button*/
	
	h1, h2, h3, h4, h5, h6 { 
      font-family:"Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
	  text-shadow: none;  
	}
	
	h3 { 
	   line-height: 20px;    
	}

	.schedule_wrapper {
		margin-left:72px;
		width:885px;
	}
	.search_form_wrapper { 
		float:left;
		margin: 5px;
		position:relative;
		z-index:9;
	}
	#search_input {
		float: left;
		width: 200px;
		height: 20px;
		border: 1px solid #cccccc;
		padding: 0 0 0 5px;
		margin: -1px -1px 0 0;
	}
	.close_search_button {
		display:block;
		cursor:pointer;
		position:absolute;
		top:2px;
		right:0;
		width:23px;
		height:23px;
        /*
        background: transparent url('images/MasterSprite.png') no-repeat;
        background-position:-1003px -89px;
        */
		border:0;
		padding:1px;
		margin:0;
		text-decoration:none;
	}
    .search-button { 
    }
	#search-results-wrapper { 
		background-color:#ffffff;
		border: 1px solid #346974;
		width:584px;
		position:absolute;
		top:19px;
		padding: 5px 5px 15px 5px;
		text-align:left;
		font-size:11px;

		-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}
	#search-results-wrapper ul {
		margin-left:20px;
	}
	#search-results-wrapper ul li {
		cursor:pointer;
		padding:0 5px;
	}
	.display_mode_wrapper {
		height:30px;
		text-align:right;
		border-bottom: 3px solid #346974;
		background-color: transparent;
	}
	.display_mode_list_button, .display_mode_calendar_button, .display_mode_speakers_button, .display_mode_help_button {
        display: inline-block;
        /*
        background: transparent url('images/MasterSprite.png') no-repeat;
        */
        width:96px;
        height:34px;
		cursor:pointer;
		border:0;
	}

    .display_mode_buttons_wrapper {
        width:197px;
        background-color:#346974;
        padding: 3px 0 0 3px;
    }

    .display_mode_list_button {
        background-position: -4px -90px;
        margin-bottom:3px;
        margin-right:3px;
    }
    .display_mode_calendar_button {
        background-position: -202px -90px;
        margin-bottom:3px;
    }
    .display_mode_speakers_button {
        margin-right:3px;
        background-position: -598px -90px;
    }
    .display_mode_help_button {
        background-position: -400px -90px;
    }

    .list_active {
        background-position: -103px -90px;
    }
    .calendar_active {
        background-position: -301px -90px;
    }
    .speakers_active {
        background-position: -697px -90px;
    }
    .help_active {
        background-position: -499px -90px;
    }

    .help-list {
        margin-left:30px;
    }

    .help-list li { line-height: 20px; }

    .sorter_wrapper {
        overflow:hidden;
        width:198px;
        height: 43px;
        background-color: #346974;
        text-align:center;
        /*
        background: #346974 url('images/MasterSprite.png') no-repeat 1px -128px;
        */
    }
    .sorter_toggle {
        width:93px;
        height:40px;
        border:0;
        float:left;
        cursor:pointer;
    }
    .sorter_alpha.active, .sorter_chron.active { display:none; cursor:default; }
    .sorter_alpha.inactive {
        /*
        background: transparent url('images/MasterSprite.png') no-repeat -210px -128px;
        */
        margin-left:8px;
        display:inline-block;
    }
    .sorter_chron.inactive {
        /*
        background: transparent url('images/MasterSprite.png') no-repeat -318px -128px;
        */
        margin-left:100px;
        display:inline-block;
    }




	/* The "list view" alternates the color per row. Initialize the colors here, */
	/* but you must also set the colors in the jquery in the list, calendar and speaker files. */
	.list-wrapper li:nth-child(even), .speaker-list li:nth-child(even) {
		background-color:transparent !important;
	}
	.list-wrapper li:nth-child(odd), .speaker-list li:nth-child(odd) {
		background-color: transparent !important;
	}

	/* There are day dividers for the list, calendar and speaker views */	
	.list_row_day_of_week, .speaker_row_day_of_week {
	    font-family: 'Myriad Pro',sans-serif;
  		height:27px;
		background-color:#346974;
		background-image: url('images/tri_up.png');
		background-position: 10px 15px;
		background-repeat: no-repeat;
		color:#FFFFFF;
		font-size:14pt;
		padding: 9px 0 0 25px;
		cursor:pointer;
		text-transform: uppercase;
	}
	

	.speaker-read-more-wrapper {
		float:right;
		margin: -42px 7px 0 0;
	}
	.speaker-read-more-btn {
		cursor: pointer;
		width:105px;
		height:32px;
        /*
        background: transparent url('images/MasterSprite.png') no-repeat;
        background-position: -1035px -90px;
        */
		border:0;
	}

	.checkbox-active {
		background-color:#aaaaaa;
	}
	.checkbox-inactive {
		background-color:#bbbbbb;
	}

	.filter_wrapper ul {
		margin-bottom:0;
		background-color:transparent;
	}
    /*
	.filter_header_background_shown {
        background: transparent url('images/MasterSprite.png') no-repeat;
        background-position: -210px -5px;

	}
	.filter_header_background_hidden {
        background: transparent url('images/MasterSprite.png') no-repeat;
        background-position: -10px -5px;
	}
    */
	.login_wrapper {
		height:140px;
		width:177px;
		background-color:#346974;
		padding: 8px 10px 5px 10px;
		/*
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
		*/
		border-top: 3px solid #346974;
		border-left: 3px solid #346974;
		border-bottom: 1px solid #ffffff;
		color: #fff;
		font-size: 14px;
		text-align:center;
	}
	.login_hr {
		background: none;
		background-color: #ffffff;
		margin: 10px 0 10px -9px;
		height:1px;
		width: 205px;
	}
	.login_hr2 {
		background-color:#ffffff;
		border-bottom:1px solid #ffffff;
		margin: 10px -9px 10px -12px;
		height:1px;
		width: 200px;
	}
	.logged_in {
		height:166px;
		font-weight: bold;
        font-family: 'Source Sans Pro','Myriad Pro', sans-serif;
	}
	#signin {
		cursor:pointer;
		width:150px;
		height:32px;
        /*
        background: transparent url('images/MasterSprite.png') no-repeat;
        background-position: -994px -48px;
        */
		border:0;
		margin:0 9px;
	}
	.login_wrapper .forgot_password_link {
		float:right;
		font-size:9px;
		margin-right:3px;
	}
	.login_wrapper a {
		font-size:11px;
		color:#0a7ae0;
        font-weight: bold;
	}
	.login_wrapper a:hover {
		color:#D63D2B;
	}
	.logout_wrapper {
		float:right;
		font-size:11px;
		font-weight: normal;
	}
	#logout {
		border:0;
		background-color:transparent;
		cursor:pointer;
		font-weight:bold;
		text-decoration:none;
	}
	
	.forgot_password { 
	 /*float: right; */
	}
	
	#display_edit_user {
		text-align:left;
		text-transform:lowercase;
		width:164px;
		height:24px;
        /*
        background: transparent url('images/MasterSprite.png') no-repeat;
        background-position: -818px -90px;
        */
		border:0;
		color: rgb(68,68,68);
		margin-left:3px;
		padding: 0 0 0 25px;
		font-size:10px;
		cursor:pointer;
	}
	#my_schedule_button, #full_schedule_button {
		width:150px;
		height:30px;
		border:0;
		margin-bottom: 8px;
		cursor:pointer;
	}
    .my_schedule_button_active {
    /*
        background: transparent url('images/MasterSprite.png') no-repeat;
        background-position: -841px -51px;
        */
    }
    .my_schedule_button_inactive {
    /*
        background: transparent url('images/MasterSprite.png') no-repeat;
        background-position: -688px -51px;
        */
    }
    .full_schedule_button_active {
    /*
        background: transparent url('images/MasterSprite.png') no-repeat;
        background-position: -535px -51px;
        */
    }
    .full_schedule_button_inactive {
    /*
        background: transparent url('images/MasterSprite.png') no-repeat;
        background-position: -382px -51px;
        */
    }

	.select_clear_all_link {
		background-color:#e3e3e3;
		text-transform:uppercase;
		padding: 3px 21px 3px 12px;
	    font-family: Verdana, sans-serif;
		font-size:10px;
	}
	.select_clear_all_link a { 
		color: #232C33;
		font-weight:bold;
	}
	
/* ---------------- End dynamic images, colors and other attributes --------------- */





/* --------------------------------------- Start Static Styles ----------------------------------- */
/* Think long and hard about changing anything below this mark... it might screw everything up! ;) */
/* ----------------------------------------------------------------------------------------------- */
.schedule_wrapper {
	display:none;
}
.main-info-box {
	width:730px;
	margin: 0 auto 10px auto;
}
#main-content-wrapper {
}
.message_wrapper {
	width:660px;
	min-height:21px;
	margin: -21px 0 0 75px;
	display:none;
	position:relative;
}
.user_message_holder {
	padding: 1px 20px 1px 5px;
	font-size:16px;
	overflow:hidden;
	background-color:#e10000;
	color:#fff;
	font-weight:bold;
	display:block;
}
.close_button {
	width:38px;
	height:38px;
	background:transparent url('images/close_button.png') no-repeat top left;
	border:0;
	position:absolute;
	top:0;
	right:0;
	margin-top:-12px;
	margin-right:-21px;
	cursor:pointer;
}
/*
.back_button_wrapper {
	float:right;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	border-left: 3px solid #346974;
	border-right: 3px solid #346974;
	border-bottom: 3px solid #346974;
	margin-right:-5px;
	display:none;
}
.back_button {
	margin:0;
	padding: 5px 10px;
	cursor:pointer;
	border:0;
	background-color:#6F6957;
	color:#fff;
	font-family:'Lora',serif;
	font-size:16px;
	font-weight:bold;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	text-transform:uppercase;
}
*/
#tools_sidebar {
	margin-left:1px;
	float:left;
	width:194px;
}
.checkbox_wrapper {
	float:left;
	margin: 3px;
}
#speaker_anchor_header {
	font-size:14px;
}
.speaker_anchor_link_wrapper {
	display:none;
	background-color: transparent;
}
.speaker_anchors {
	padding:10px 0 10px 15px;
}
.letter_anchor {
	background-image: url('images/tri_up.png');
	background-position: 2px 9px;
	background-repeat: no-repeat;
	width:16px;
	height:15px;
	cursor:pointer;
	float:left;
}
.letter_link {
	width:10px;
	float: left;
	margin-right:15px;
}
.day_checkboxes {
	background-image: url('images/tri_up.png');
	background-position: 0 6px;
	background-repeat: no-repeat;
	width:10px;
	height:15px;
	cursor:pointer;
}
.checkbox_label_wrapper {
	float:left;
	margin:6px 0 2px 0;
	line-height:14px;
	font-size:12px;
	width:137px;
}
.pass_type_label_wrapper {
	margin-top:2px;
	float:left;
	width:144px;
	font-size:12px;
}
.tools_pti { 
	margin-top:6px;
}
#email_input {
	margin-bottom:10px;
}
.login_wrapper input[type="text"], .login_wrapper input[type="password"] {
	float:right;
	color: rgb(68,68,68);
	background-color: #ffffff;
	border: 1px solid #1eb7d7;
	width:165px;
	height: 18px;
	padding: 2px 4px;
}
.login_wrapper input:-ms-input-placeholder, .login_wrapper input:-moz-placeholder, .login_wrapper input::-webkit-input-placeholder {
	color:#444;
}
#password-clear {
	display:none;
}
.checkbox_wrapper input[type="checkbox"], .pass_type_checkbox_label, .track_checkbox_label {
	vertical-align:top;
	margin-top:4px;
	cursor:pointer;
}

.tools_wrapper {
	/*
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	*/
	border: 3px solid #346974;
	float:left;
	width:194px;
	/* Removed in favor of new floating menu
	height:490px;
	*/
}
.track-list {
	border-bottom: 3px solid #346974;
	padding-bottom:10px;
	/* Removed in favor of new floating menu
	height:200px;
	overflow-y:scroll;
	overflow-x:hidden;
	*/
}
.track_list ul li, .pass_type_list ul li, .day_list ul li, .format_list ul li {
	margin:0 0 4px 7px;
	list-style:none;
	list-style-type:none;
}
.track_list ul li:last-child, .pass_type_list ul li:last-child, .day_list ul li:last-child,  .format_list ul li:last-child {
	margin-bottom: 0;
}
/*
.day_list ul {
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
}
*/

.day_list ul li a { 
    color: #737373;
    font-size: 12px;
}


.filter_header_background_hidden, .filter_header_background_shown {
	color:#FFFFFF;
	width: 175px;
	height: 26px;
	padding: 9px 10px 1px 10px;
	margin:0;
	cursor:pointer;
}

.filter_header {
	font-size:15px;
	text-transform:uppercase;
	font-weight: bold;
    letter-spacing: 0.115em;
}

.pass_type_list, .track_list, .day_list, .format_list { 
    border-top: 2px solid #346974;
    border-bottom: 2px solid #346974;
}

.req {
	float:left;
	margin-right:5px;
	color:#356947;
	font-weight:bold;
	font-size:11px;
}
.sessions {
	margin-left:4px;
	min-height:635px;
	width:606px;
	float:left;
	background-color: transparent;
	border: 3px solid #346974;
	/*
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	*/
}


/* ------------- Session View Styles ------------- */
.session-view-wrapper {
	display:none;
	min-height:420px;
	padding:10px 15px;
}
.speaker-bio-wrapper {
	display:none;
	min-height:420px;
	padding:10px 20px;
}


/* ------------- Session View Styles ------------- */

/* ------------- Calendar Styles ----------------- */
.calendar-wrapper {
	display:none;
	min-height:600px;
}
.schedule-calendar {
	margin:0;
	padding:0;
}
.schedule-calendar li {
	list-style:none;
	list-style-type:none;
	margin:0;
}
.cal_row_day_of_week {
    font-family: 'Myriad Pro',sans-serif;
	height:29px;
	background-color:#346974;
	background-image: url('images/tri_up.png');
	background-position: 10px 15px;
	background-repeat: no-repeat;
	color:#fff;
	font-size:20px;
	padding: 9px 0 0 25px;
	cursor:pointer;
	text-transform: uppercase; 
}
.cal_row_start_time {
	height:30px;
    font-family: 'Myriad Pro',sans-serif;
	font-size:14px;
    font-weight: bold;
	padding:6px 0 0 25px;
	border-top:1px solid #cfcfcf;
	border-bottom:3px solid #cfcfcf;
	background-color: #FFF;
	text-transform: uppercase;
        background-image: url('images/tri_up.png');
        background-repeat:no-repeat;
        background-position: 10px 15px;
        cursor:pointer;
}
.cal_row_content { 
	display:inline-block;
}
.calendar-cell {
	width:185px;
	height:190px;
	overflow-x:hidden;
	overflow-y:auto;
	float:left;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	background-color:transparent;
	padding:5px 8px;
	position:relative;
}
.session-time-calendar-view {
	line-height:1.2em;
	font-size:1.0em;
    display: none;
}
.calendar-row {
	height: auto;
	min-height: 26px;
	overflow: hidden !important;
	width: 561px;
	padding: 15px 30px 5px 15px;
	border: 0;
}
.calendar-row .session-box-calendar-view {
	height: 18%;
	width: 15px;
	padding: 100px 4px 32px 4px;
}
.cal-session-pass-types { 
	margin:6px 0 0 3px;
}

.session-box-calendar-view {
	padding:3px 5px 8px 6px;
	width:20px;
	height:20px;
	position:absolute;
	bottom:0;
	right:0;
	background-color:#bbbbbb;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

/* ------------- End Calendar Styles ----------------- */




.session-list {
	width:606px;
	margin-bottom:0;
}
.sessions ul {
	/*padding:10px;*/
}
.session-list li {
	list-style:none;
	list-style-type:none;
	padding: 10px;
	margin: 0;
	border-top: 3px dotted #346974;
}
.session-list li:first-child {
	border:0;
}
.session-spacer {
	float:left;
	width:37px;
}
.session-content-wrapper {
/*	width:756px;*/
	float:left;
}

/* ----------  Start Checkbox ----------*/
/*
.description_page_add_button {
    background: transparent url('images/MasterSprite.png') no-repeat;
    background-position: -4px -48px;
    width: 187px;
}
.description_page_remove_button {
    background: transparent url('images/MasterSprite.png') no-repeat;
    background-position: -193px -48px;
    width: 187px;
}
*/
/* Add/remove tip overrides */
.add_to_schedule_tip {
    width:137px;
    height:25px;
    position:absolute;
    background:url('images/add_to_favorites.png') no-repeat center right;
    z-index: 9999999;
}
/*
.remove_from_schedule_tip {
    width:175px;
    height:25px;
    position:absolute;
    background:url('images/remove_from_favorites.png') no-repeat center right;
    z-index: 9999999;
}
*/

/*
.add_to_schedule {
	background-position:0px 0px;
}
.remove_from_schedule {
	background-position:-24px 0px;
}

.add_to_schedule, .remove_from_schedule {
	background-image:url('images/plus_minus_icons.png');
	background-repeat:no-repeat;
	background-color:transparent;
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	border:0;
	cursor: pointer;
}
*/
.session-box {
	margin:6px 6px 6px 13px;
	width:12px;
	float:left;
}


/* ---------- End Checkbox ----------*/
.error-message {
	font-size:10px;
	font-weight:bold;
	color:#e10000;
}
.session-type {
	width:30px;
	margin:0 10px 0 10px;
	float:left;
}
.session-room-number {
	display:none;
	font-size:11px;
	float:left;
}
.session-title-wrapper {
	margin-bottom:5px;
	padding: 3px 6px;
/*	width:630px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-top:5px;
	*/
	float:left;
}
.session-title, .speaker-title {
    font-family: Verdana, sans-serif;
	font-weight:bold;
	line-height:1.4em;
	font-size:1.15em;
	text-transform: uppercase;

}
.speaker-details {
	width:420px;
	font-size:12px;
	line-height:14px;
}
.view-more-link {
	float:left;
	margin-left:5px;
}
.view-more-link a {
	line-height:24px;
	font-size:9px;
	color:#222;
}
.session-time {
	line-height:13px;
	font-size:10px;
/*	width:116px;*/
}
.session-description {
	margin-top:7px;
	width:700px;
	font-size:11px;
	line-height:18px;
	display:none;
}


/* --------------- Start List View ------------------ */
.list-wrapper {
	display:none;
	margin:0;
}
.schedule-list-row, .speaker_row {
	/*
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	*/
	display:block;
	padding:0;
	list-style:none;
	list-style-type:none;
	margin-left:0;
	display:table;
	width:580px;
}
.schedule-list-row { 
	width:100%;
}
.speaker_row {
	padding: 15px 13px;
}
	/*
.list-wrapper li:last-child {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
	*/
.session-list-content-wrapper {
	float:left;
	padding: 17px 15px;
	width:548px;
}
.session-list-checkbox-wrapper {
	padding: 0 2px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.session-box-list-view {
	width:24px;
	display: table-cell;
	text-align:right;
	vertical-align: middle;
}
.session-title-list-view {
	max-width:515px;
	float:left;
	margin:1px 8px 0 8px;
}
.session-time-list-view {
	line-height:1.2em;
	font-size:1.0em;
	float:left;
}
.session-pass-types { 
	float:left;
	margin:-3px 0 0 3px;
}
.pass_type_icon {
	border:0;
	cursor:pointer;
	width:12px;
	height:12px;
	margin-right:4px;
	background-color:transparent;
	float:left;
}

.track_icon {
	border:0;
	width:20px;
	height:20px;
	background-color:transparent;
	margin-right:2px;
    background: transparent url('images/LiteSprite.png') no-repeat;
}
.icon_track_advocacy {
    background-position: -100px -250px;
}
.icon_track_production {
    background-position: -150px -250px;
}
.icon_track_monetization {
    background-position: -200px -250px;
}
.icon_track_audio {
    background-position: -250px -250px;
}
.icon_track_business_marketing_and_management {
    background-position: -300px -250px;
}
.icon_track_design {
    background-position: -350px -250px;
}
.icon_track_programming {
    background-position: -400px -250px;
}
.icon_track_visual_arts {
    background-position: -450px -250px;
}
.icon_track_summits {
    background-position: -500px -250px;
}
.icon_tutorials_and_bootcamps {
    background-position: -550px -250px;
}
.icon_developer_days {
    background-position: -600px -250px;
}
.icon_vrdc {
    background-position: -650px -250px;
}
.icon_track_community_management_summit {
    background-position: -700px -250px;
}
.icon_track_free_to_play_summit {
    background-position: -750px -250px;
}
.icon_track_game_narrative_summit {
    background-position: -800px -250px;
}
.icon_track_smartphone_and_tablet_games_summit {
    background-position: -850px -250px;
}

/* second row */
.icon_track_ai_summit {
    background-position: -100px -280px;
}
/* 2 */
.icon_track_2 {
    background-position: -150px -280px;
}
/* 3 */
.icon_track_game_career_summit {
    background-position: -200px -280px;
}
/* 4 */
.icon_track_gdc_education_summit {
    background-position: -250px -280px;
}
/* 5 */
.icon_track_independent_games_summit {
    background-position: -300px -280px;
}
/* 6 */
.icon_track_6 {
    background-position: -350px -280px;
}
/* 7 */
.icon_track_career_development {
    background-position: -400px -280px;
}
/* 8 */
.icon_track_esports_summit {
    background-position: -450px -280px;
}
/* 9 */
.icon_track_special_event {
    background-position: -500px -280px;
}
.icon_track_vrdc_game {
    background-position: -550px -280px;
}
.icon_track_vrdc_entertainment {
    background-position: -600px -280px;
}
.icon_track_game_career_seminar {
    background-position: -200px -280px;
}
.icon_track_entertainment_vr_ar {
    background-position: -550px -280px;
}
.icon_track_game_vr_ar {
    background-position: -600px -280px;
}
/*
.icon_track_business_marketing_and_management {
    background-position: -350px -250px   
}
.icon_track_production {
    background-position: -300px -250px   
}
.icon_track_programming {
    background-position: -250px -250px   
}
.icon_track_visual_arts {
    background-position: -200px -250px   
}
.icon_track_design {
    background-position: -150px -250px   
}
.icon_track_independent_games_summit {
    background-position: -100px -250px   
}
*/
/*
.tools_ti {
	margin:3px 4px 0 0;
	float:left
}
.ti_black_hat_summit {
	background: url('images/track_icon_black_hat_summit.png') no-repeat top left;
}
.ti_connected_devices {
	background: url('images/track_icon_connected_devices.png') no-repeat top left;
}
.ti_connectivity_and_networking {
	background: url('images/track_icon_connectivity.png') no-repeat top left;
}
.ti_debug_and_test {
	background: url('images/track_icon_debug.png') no-repeat top left;
}
.ti_embedded_android {
	background: url('images/track_icon_embedded_android.png') no-repeat top left;
}
.ti_hardware_design_i_o_and_interfacing {
	background: url('images/track_icon_hardware.png') no-repeat top left;
}
.ti_hello_world {
	background: url('images/track_icon_hello_world.png') no-repeat top left;
}
.ti_internet_of_things {
	background: url('images/track_icon_internet.png') no-repeat top left;
}
.ti_lessons_and_lessons_learned {
	background: url('images/track_icon_lessons_learned.png') no-repeat top left;
}
.ti_linux_kernel_and_operating_systems {
	background: url('images/track_icon_linux.png') no-repeat top left;
}
.ti_low_power_design { 
	background: url('images/track_icon_low_power_design.png') no-repeat top left;
}
.ti_processors_and_programmable_devices {
	background: url('images/track_icon_processors.png') no-repeat top left;
}
.ti_programming {
	background: url('images/track_icon_programming.png') no-repeat top left;
}
.ti_prototyping {
	background: url('images/track_icon_prototyping.png') no-repeat top left;
}
.ti_real_time_operating_systems {
	background: url('images/track_icon_real_time.png') no-repeat top left;
}
.ti_safety_security_and_hacking_embedded_systems {
	background: url('images/track_icon_safety.png') no-repeat top left;
}
.ti_software_architecture_design {
	background: url('images/track_icon_software_design.png') no-repeat top left;
}
.ti_software_development {
	background: url('images/track_icon_software_development.png') no-repeat top left;
}
.ti_systems_engineering {
	background: url('images/track_icon_systems_engineering.png') no-repeat top left;
}
.ti_tech_fundamentals {
	background: url('images/track_icon_fundamentals.png') no-repeat top left;
}
*/
.session-speakers, .session-track, .session-session-type, .session-pass-type {
	font-size: 1.0em;
	line-height: 1.2em;
}
.session-speakers strong, .session-track strong {
	font-weight:bolder;
}
/* --------------- End List View ------------------ */

/* --------------- Start Speaker View ------------------ */
.speaker-list li {
	margin-left:0;
	list-style:none;
	list-style-type:none;
}
/* --------------- End Speaker View ------------------ */

/* --------------- Start Day View ------------------ */
.schedule-wrapper {
	margin-left: -42px;
	width:894px;
}
.last {
	margin:0;
}
/* --------------- End Day View ------------------ */
.clear_padding {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
.day_of_week_wrapper {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
.small_clear {
	clear:both;
	height:1px;
}
.schedule_wrapper ul {
	margin:0;
	list-style-type:none;
	list-style:none;
}
.speaker-bio-wrapper ul, .session-view-wrapper ul {
	margin: 0 0 0 15px;
}
.disclaimer p { margin: 0 0 1em; }
.disclaimer i { font-size: 85%; }

    .export_as_dialog label {
        cursor: pointer;
    }
    .export_buttons_wrapper {
        margin:0;
        padding:0;
    }
    .export_title {
        margin: 7px 7px 0 0;
    }
    .export_button {
        width:17px;
        height:16px;
        border:0;
        background-color:transparent;
        margin: 7px 7px 0 0;
        cursor:pointer;
        /*
        background: transparent url('images/MasterSprite.png') no-repeat;
        */
    }
    #export_csv {
        background-position: -1069px -18px;
    }
    #export_ical {
        background-position: -1090px -18px;
    }
    #export_print {
        background-position: -1110px -18px;
    }
 
.help-wrapper { 
     background-color: transparent;
}
.sb2-speaker-photo img {
    float: left;
    width: 90px;
    padding: 10px;
    margin: 0 12px 3px 0;
    border: 1px solid #a81e50;
}

.sb2-logo {
    border: 1px solid #a81e50;
    background-color: white;
    margin: 10px 10px;
    text-align: center;
    width: 140px;
    height: 95px;
    padding: 10px;
    float: left;
}
.sb2-logo h3 {
    margin-bottom: 15px;
    color: #8a2346;
}
#unscheduled_content {
    width: 606px;
}
.video { text-align: left !important; }
.session-pass-types-list {  float:left;  margin-left: 4px;  }
.tools_ico { margin:3px 4px 0 0; float:left }
.pass_type_icon { margin-top: -2px; }
.pass_type_icon.tools_ico { margin-top: 7px; }
.session-view-wrapper .session-pass-types { margin-top: 10px; }
.display_mode_buttons_wrapper a:hover { text-decoration: none; }
.speaker-read-more-wrapper a { display:block; }
.session-view-wrapper .session-speakers, .session-view-wrapper .session-track, .session-view-wrapper .session-session-type, .session-view-wrapper .session-formats .list-view-filter-list-wrapper { font-size:inherit; line-height:inherit; }


.speaker-bio-wrapper ul li { list-style: circle; list-style-type: circle; }
/*
@media screen and (min-width: 777px) {
	#content {
		margin-top:0;
	}
}
@media screen and (max-width: 776px) {
	.disclaimer {
		width: 625px;
		height: 180px;
	}
	.export_title {
		text-transform: normal;
		font-size: 8px;
		font-weight: normal;
	}
	#content {
		margin-top: -40px;
	}
}
*/
/* From schedule-builder-lite.css */
h1 { margin: 0; }
.schedule_wrapper {
	margin: 0;
	width: 993px;
}
.sb-header-links {
	text-align:right;
	width:993px;
    margin-bottom: 5px;
}
.sb-header-search-day-tabs-wrapper {
	width:993px;
	height:65px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:0;
	margin: 0 0 10px 0;
}
#search-results-wrapper { width: 255px; } 
#search_input { 
	width: 155px; 
	border-bottom-color: #b3b3b3;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #b3b3b3;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #b3b3b3;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #b3b3b3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left:20px;
	background: transparent url('images/LiteSprite.png') no-repeat  -745px -45px;
    font-family: 'Source Sans Pro',sans-serif;
}
#search_input:focus { outline: none; } 
#sb-export-link { 
	display:inline-block;
	width: 17px;
	background: transparent url('images/LiteSprite.png') no-repeat  -700px -45px;
	margin:0 3px;
}
#sort_select {
    font-family: 'Source Sans Pro',sans-serif;
}
.display_mode_list_button, .display_mode_calendar_button, .display_mode_speakers_button, .display_mode_help_button {
	width:65px;
	height:30px;
	background: transparent url('images/LiteSprite.png') no-repeat;
}
.display_mode_list_button     { background-position: -100px -50px; }
.display_mode_calendar_button { background-position: -300px -50px; }
.list_active     { background-position: -200px -50px; }
.calendar_active { background-position: -400px -50px; }
.list-view-filter-list-wrapper { font-size: 1.0em; line-height: 1.2em; }
.sb_button:hover,.sb_button:focus { text-decoration:none; outline:none; }
.sb_button {
	display:block;
    border: 0px solid black;
    background: transparent url("images/LiteSprite.png") -700px -150px;
    width: 170px;
    height: 30px;
    font-size: 0;
	margin:0 0 15px 5px;
    /*
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
	padding: 0;
	text-align:center;
	background-color:#d8860b;
	background: -moz-linear-gradient(top, #ebaa42 0%, #d8860b 49%, #c97d0a 50%, #c97d0a);
	background: -webkit-gradient(linear, left top, left bottom, from(#ebaa42), color-stop(0.49, #d8860b), color-stop(0.50, #c97d0a), to(#c97d0a));
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	border: 0px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.8),
		inset 0px 0px 3px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.8),
		inset 0px 0px 3px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.8),
		inset 0px 0px 3px rgba(255,255,255,0);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
        */
}
.sb_button.active, .speakers_active {
/*
    background-position: -100px -200px;
	font-size: 14px;
	color: #dddddd;
	padding: 0;
	text-align:center;
	background-color:#999;
	background: -moz-linear-gradient(top, #999999 0%, #999999);
	background: -webkit-gradient(linear, left top, left bottom, from(#999999),to(#999999));
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	border: 0px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 11px rgba(0,0,0,0.4);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 11px rgba(0,0,0,0.4);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 11px rgba(0,0,0,0.4);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
        */
}
.sb_button#my_schedule_btn { 
	padding-left:15px;
    background-position: -500px -150px;
    /*
	background-image: url('images/LiteSprite.png'); 
	background-repeat: no-repeat; 
	background-position: -760px -43px; 
	background-color:#d8860b;
	background-color: -moz-linear-gradient(top, #ebaa42 0%, #d8860b 49%, #c97d0a 50%, #c97d0a);
	background-color: -webkit-gradient(linear, left top, left bottom, from(#ebaa42), color-stop(0.49, #d8860b), color-stop(0.50, #c97d0a), to(#c97d0a));
    */
}
.sb_button.active#my_schedule_btn {
    background-position: -500px -200px;
    /*
	background-color:#999;
	background-color: -moz-linear-gradient(top, #999999 0%, #999999);
	background-color: -webkit-gradient(linear, left top, left bottom, from(#999999),to(#999999));
    */
}
.sb_button#speakers_btn { 
	padding-left:15px;
    background-position: -100px -150px;
}
.sb_button.active#speakers_btn {
    background-position: -100px -200px;
}
.sb_button#all_sessions_btn { 
	padding-left:15px;
    background-position: -300px -150px;
}
.sb_button.active#all_sessions_btn {
    background-position: -300px -200px;
}

.search_form_wrapper { 
	margin: 14px 5px 0 5px; 
	width:190px;
}
.sessions {
	margin: 0;
	border: 0; /*clear any border first*/
	border-left: 1px solid #ccc;
	width: 791px;
}
.tools_wrapper { border: 0; } 
#tools_sidebar {
	margin: 0 20px 0 0;
	width: 180px;
}
.display_mode_buttons_wrapper { 
	background-color: transparent; 
	border-bottom: 1px solid #ccc;
	width:150px;
	padding-left:29px;
}
.display_mode_wrapper {
	height: 26px;
	border: 0;
}
.cal_row_start_time {
	border: 0;
	height:30px;
	padding: 0 0 0 10px;
	background-position: 25px 30px;
}
.speaker_letter {
	height:30px;
	font-family: 'Myriad Pro',sans-serif;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
    cursor:pointer;
	padding: 7px 0 0 5px;
	color:#444;
	background-color:#ccc;
	line-height: normal;
}
.alpha_by_day_wrapper { 
	margin: 0 0 0 10px; 
}
.alpha_divider {
	clear:both;
	font-size:14px;
	font-family: 'Myriad Pro',sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 0 2px 5px;
	color:#444;
	background-color:#ccc;
}
.start_time_wrapper {
	padding: 7px 0 0 5px;
	background:none;
	background-color:#ccc;
    font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
}
.speaker_row { 
	width: 785px;
}
.calendar-cell { 
	height:210px;
	width: 243px;
}
.calendar-row {
	padding: 15px 140px 5px 0;
	width: 642px;
	border-bottom: 1px solid #ccc;
	height: auto;
}
.speaker_row { 
	padding: 15px 0 5px 0;
	width: 782px;
	border-bottom: 1px solid #ccc;
}
.speaker-read-more-wrapper { 
	margin: -44px 2px 0 0;
}
.cal_row_content, .speaker_row_wrapper, .speaker_content, #alpha_wrapper {
	margin-left:10px !important;
}
/*
.calendar-cell:last-of-type { 
	border:0;
}
*/
.filter_header_background_hidden, .filter_header_background_shown {
	color:#444;
	background:transparent;
	width:180px;
	height: 15px;
}	
.pass_type_wrapper, .track_wrapper { border-bottom: 1px solid #ccc; }
.pass_type_list, .track_list, .day_list, .format_list { 
	border: 0;
}
#day_tab_Unscheduled { padding: 20px !important; }
/* uncomment this section out if pass types are added */
/*
.track_wrapper {
	border-bottom:1px solid #ccc;
}
*/
.select_clear_all_link {
	background-color: transparent;
}
.day-tabs-wrapper { 
	list-style:none;
	list-style-type:none;
    background-color: transparent;
}
.day-tabs-wrapper li { 
	list-style:none;
	list-style-type:none;
	display:inline;
	position:relative;
}
.day-tab {
	display:inline-block;
	height:25px;
	width:108px;
	padding: 20px 22px;
	border-left: 1px solid #ccc;
	text-transform: uppercase;
	text-decoration: none;
    font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    text-align:center;
}
.day-tab:hover {
	text-decoration: none;
}
.day-tab.active:after, .day-tab.active:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	position: absolute;
	bottom:100%;
	width: 0;
}
.day-tab.active:before {
	border-width: 11px;
	border-bottom-color: #fff;
	left: 41.5%;
	bottom: -27px;
}
.day-tab.active:after {
	border-width: 9px;
	border-bottom-color: #fff;
	left: 43%;
	bottom: -28px;
}
.day-tab.active {
	background-color:#999;
	color:#ddd;
}
.day-tab.inactive {
	background-color:#fff;
	color: #666;
}
.alpha-tabs-wrapper { 
	display:none;
	list-style:none;
	list-style-type:none;
    background-color: transparent;
}
.alpha-tabs-wrapper li { 
	list-style:none;
	list-style-type:none;
	display:inline;
	position:relative;
}
.alpha-tab {
	display:inline-block;
	height:25px;
    width: 30px;
	padding: 20px 50px;
	border-left: 1px solid #ccc;
	text-transform: uppercase;
	text-decoration: none;
}
.alpha-tab:hover {
	text-decoration: none;
}
.alpha-tab.active:after, .alpha-tab.active:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	position: absolute;
	bottom:100%;
	width: 0;
}
.alpha-tab.active:before {
	border-width: 11px;
	border-bottom-color: #ccc;
	left: 41.5%;
	bottom: -27px;
}
.alpha-tab.active:after {
	border-width: 9px;
	border-bottom-color: #fff;
	left: 43%;
	bottom: -27px;
}
.alpha-tab.active {
	background-color:#999;
	color:#ddd;
}
.alpha-tab.inactive {
	background-color:#fff;
	color: #666;
}
.alpha-tab.last_alpha { width: 30px; padding: 20px 53px 20px 54px; }/* right padding fluctuates on browser and by type... fix this*/
.day-tab.last_day { padding: 20px 20px 20px 20px; }/* right padding fluctuates on browser and by type... fix this*/
.add_remove_button_wrapper, .calendar-cell.calendar-row .add_remove_button_wrapper { 
	position: absolute;
	right: 20px;
	top: 35%;
	margin:0;
}
.calendar-cell .add_remove_button_wrapper { 
	right:0;
	top:0;
	position:relative;
	float:left;
	margin-top:6px;
}
.list_view_add_remove_button:focus,.description_page_add_button:focus,.description_page_remove_button:focus { outline: none; } 
.list_view_add_remove_button, .description_page_add_button {
	background: transparent url('images/LiteSprite.png') no-repeat  -500px -50px;
	width:63px;
	height:30px;
	border:0;
	cursor:pointer;
}
.list_view_add_remove_button.remove_button, .description_page_remove_button { 
	background: transparent url('images/LiteSprite.png') no-repeat  -500px -50px;
	background-position:-600px -50px;
	width:83px;
}
.reset-password-description {
	text-align:left;
	width:320px;
}
.adrm_pending {
	cursor: default; 
} 
.session-pass-types { display: none; } 
.export_button:focus { outline:none } 
.speaker-read-more-wrapper { display: none; }
#sb2-session-social, #sb2-speaker-social { margin-top: 15px; }
.session-view-wrapper .list-view-filter-list-wrapper.session-pass-type { font-size: 13px; line-height: 23px; }
#back_to_top_button { 
    height: 100px;
    width: 100px;
	background: transparent url('images/LiteSprite.png') no-repeat  0 -50px;
	z-index:2;/*set this 'above' body (which has a z-index of 1)*/
}
.footer1 {position:relative; z-index:3;/*the footer is a child of body, just like #back_to_top_button.  Set it one 'layer' higher than the 'back to top' button.*/}
.list_calendar_button_description {
    font-family:"Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.6em;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
}

/* Temporary, these elements are hidden if the mobile app is turned off or not ready. */
/*
.session-time-list-view.list-view,
.display_mode_wrapper,
#help_link, #my_schedule_btn,
#sign_in_link, .signin_create_divider, #create_account_link, .add_remove_button_wrapper
{ display: none !important; }

.session_details_location.sbTime,
.session-location-list-view.sbTime
{ display: none; }
*/
/* END temp */

.sessions {
	padding-left: 220px !important;
}
.display_mode_wrapper,
li#unscheduled_wrapper.cal_row_start_time.shown {
	display: none !important;
}
.session-time-list-view {
	float: none;
}
.icon_track_advocacy {
    background-position: -100px -250px;
}
.icon_track_production {
    background-position: -150px -250px;
}
.icon_track_monetization {
    background-position: -200px -250px;
}
.icon_track_audio {
    background-position: -250px -250px;
}
.icon_track_business_marketing_and_management {
    background-position: -300px -250px;
}
.icon_track_design {
    background-position: -350px -250px;
}
.icon_track_programming {
    background-position: -400px -250px;
}
.icon_track_visual_arts {
    background-position: -450px -250px;
}
.icon_track_summits {
    background-position: -500px -250px;
}
.icon_tutorials_and_bootcamps {
    background-position: -550px -250px;
}
.icon_developer_days {
    background-position: -600px -250px;
}
.icon_vrdc {
    background-position: -650px -250px;
}

/* My Comment */

.schedule_wrapper ul li {
	padding: 0;
	background-image: none;
}

.schedule_wrapper * {
	box-sizing: content-box;
}

.schedule_wrapper input[type="checkbox"] {
	margin: 0;
	/*margin-top: 4px;*/
}

@media only screen and (max-device-width : 667px) {
	#scheduler h1 {
		font-size: 20px;
	}
}
.list_view_add_remove_button, .description_page_add_button {
	transition: none;
	background-color: transparent;
}
.alpha-tab, .day-tab {
	text-align: center;
	text-decoration: none !important;
	padding: 20px 0px !important;
	height: 25px;
}
.day-tab {
	width: 131px;
}
.alpha-tab {
	width: 129px !important;
}
.alpha-tab.inactive, .day-tab.inactive {
	background-color: transparent;
}
.checkbox_label_wrapper {
	margin: 0px 2px;
}
.search_form_wrapper {
	margin: 5px 5px 0px;
}
#search_input {
	background-color: #fff;
	height: 20px;
	width: 140px;
	margin-top: 2px;
	font-size: 12px;
	margin-right: -30px;
}
.search-button {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}
#tools_sidebar {
	width: 178px;
}
.display_mode_buttons_wrapper {
	padding-left: 10px;
	width: auto;
}
.list_calendar_button_description {
	font-size: 1em;
}
.speaker_content {
	margin-bottom: 10px !important;
}
.speaker_row {
	padding: 15px 0px 5px !important;
}
.sb-header-search-day-tabs-wrapper {
	/*border-right: 0px solid #fff;*/
}
.schedule_wrapper button:hover, .schedule_wrapper button:focus {
	background-color: transparent;
}
.schedule_wrapper .calendar-cell {
	max-width: 240px;
	font-size: 90%;
}
calendar-cell .session-speakers {
	margin-right: 20px;
}
/*
.speaker_link {
	color: #0A7F74 !important;
}
.session-reg-link a:visited,
.sd_link {
	color: #0A7F74 !important;
}
*/
.session-title .sd_link {
	text-decoration: none;
}
.sd_link:hover {
	text-decoration: underline;
}
.session_description_wrapper h3,
.session_description_wrapper p {
	clear: none;
	width: 100%;
}
#session-description-speaker-list, .session_description_legend {
	width: 100%;
}
.ui-dialog {
	z-index: 999;
}
.login_dialog_wrapper input,
#create-account-wrapper input {
	margin: 0;
}
.export_dialog input[type=radio] {
	float: left;
}
.export_dialog label {
	float: left;
	margin-top: 8px;
}
.export_dialog label button {
	position: absolute;
	top: -200px;
}
#export_format_csv h2 {
	font-size: 14px;
}
.ui-icon {
	left: 0% !important;
	top: 0% !important;
}
.ui-state-default .ui-icon {
	background: url('images/LiteSprite.png') no-repeat -800px -100px !important;
}
#sb2-session-social {
	clear: both;
	margin-bottom: 20px;
}
.prices-description-link { background-color: inherit !important; }
.session-view-wrapper .list-view-filter-list-wrapper.session-pass-type { font-size: 100%; }
.calendar-cell { height: 290px !important; }
.calendar-row.calendar-cell { height: auto !important; }
.day-tab.active:before { left: 45%; bottom: -26px; }
.day-tab.active:after {	left: 45%;	bottom: -26px; }
#footer { z-index: 3; position: relative; }
.vault-recording { display: none; }
.prices-description-link {  }
#scheduler {
	margin: 0 auto;
	width: 99.999%;
 	max-width: 993px;
}
#mypanel {
	visibility: hidden;
	display: none;
	width: 193px;
  	float: left;
  	margin-right: -200px;
}
.schedule_wrapper,
#top-of-schedule,
.scheduler-disclaimer-wrap {
	width: 100%;
	float: left;
	clear: both;
}
.scheduler-disclaimer {
	width:50%;
	float: left;
}
.scheduler-reg-buttons {
	width:50%;
	float:left;
	text-align: right;
	position: relative;
	z-index: 888;
}
.scheduler-reg-buttons a img {
	margin-left: 10px;
}
.scheduler-reg-buttons,
#cssmenu {
	display: block;
}
@media screen and (max-width: 736px) {
	#scheduler {
		margin-top:20px;
	}
	.scheduler-disclaimer {
		margin-left: 20px;
	}
	.scheduler-disclaimer,
	.scheduler-reg-buttons {
		width: 100%;
		text-align: left;
	}
	.scheduler-reg-buttons,
	#cssmenu {
		display: none;
	}
	#mainlogocontainer a.mobile-unit img {
		height: 70px !important;
		width: 250px !important;
	}
	#mobile-nav-button {
    /*
		top: -55px;
		position: relative;
		right: -5px;
        */
	}
	#tools_sidebar {
		margin-top: 290px !important;
	}
}


.session-audience-level { display: block !important; }

/* My Comment */

.ui-dialog {
	z-index: 999;
}
label[for=create-question-one] {
	width: 250px;
	display: block;
}
#export_format_csv h2 {
	margin: 0;
	font-size: 14px;
	margin-bottom: 10px;
}
#export_format_csv table {
	margin-bottom: 10px;
}
#print_wrapper,
#filtered_wrapper {
	padding-bottom: 10px;
}
#export_format_csv label {
	margin-left: 10px;
	display: block;
	float: left;
	margin-top: 12px;
}
#export_format_csv input[type=radio] {
	float: left;
}
#export_format_csv label button {
	display: block;
	float: right;
}
.ui-icon {
	left: 0% !important;
	top: 0% !important;
}
.ui-state-default .ui-icon {
	background: url('images/LiteSprite.png') no-repeat -800px -100px !important;
}
#create-account-wrapper td {
	border-bottom:0px solid #c9c1be;
}
/* drupal ajustments */
.sidebar-content-area {
	display: none;
}
.clear {
	clear:both;
}
#search-sessions-radio {
	margin-left: 3px;
}
button.search-button:hover {
	background-color: transparent;
}
.checkbox_wrapper {
	height: 15px;
	margin: 5px;
}
.checkbox_label_wrapper {
	margin-top: 1px;
}
.sessions {
	padding-right: 0px;
	max-width: 991px !important;
}
.search_form_wrapper {
	margin-top: 10px;
}
#create-account-wrapper input[type="text"],
#create-account-wrapper input[type="password"],
#reset-password-wrapper input,
#login-dialog-form input {
	font-size: 1em;
	padding: 2px;
}
#reset-password-wrapper table,
#ResetEmailAddress {
	margin-bottom: 0;
}
/* overwrites */
.schedule_wrapper h3,
.schedule_wrapper .filters_wrapper div div ul {
	border: 0px solid #eee;
}
.checkbox_wrapper input[type="checkbox"], .pass_type_checkbox_label, .track_checkbox_label {
	float: left;
}
.session-title, .speaker-title {
	font-size: 1.1em;
	line-height: 1.2em;
}
.speaker-title {
	font-size: 1em;
}




.ui-dialog {
	z-index: 999;
}
label[for=create-question-one] {
	width: 250px;
	display: block;
}
#export_format_csv h2 {
	margin: 0;
	font-size: 14px;
	margin-bottom: 10px;
}
#export_format_csv table {
	margin-bottom: 10px;
}
#print_wrapper,
#filtered_wrapper {
	padding-bottom: 10px;
}
#export_format_csv label {
	margin-left: 10px;
	display: block;
	float: left;
	margin-top: 12px;
}
#export_format_csv input[type=radio] {
	float: left;
}
#export_format_csv label button {
	display: block;
	float: right;
}
.ui-icon {
	left: 0% !important;
	top: 0% !important;
}
.ui-state-default .ui-icon {
	background: url('images/LiteSprite.png') no-repeat -800px -100px !important;
}
#create-account-wrapper td {
	border-bottom:0px solid #c9c1be;
}
.calendar-cell .track_icon {
	margin-right: -5px;
}
.highlight {
	display: inline;
}
.calendar-row.calendar-cell .session-title, .calendar-row.calendar-cell .speaker-title, .calendar-row.calendar-cell .session-speakers, .calendar-row.calendar-cell .list-view-filter-list-wrapper {
	line-height: 1.5em;
}
.tools_wrapper {
	width: 199px;
}
h1, h2, h3, h4, h5, h6 { font-family:"Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif; font-size-adjust:0.42; font-weight:bold; font-style:normal; }
h1, h2, h3, h4, h5, h6 { font-family:"Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif; font-size-adjust:0.42; font-weight:normal; font-style:normal; }
.checkbox_label_wrapper,
.pass_type_list,
.select_clear_all_link {
	font-family:"Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
.calendar-cell .session-title {
	font-family:"Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
}
.session_description_wrapper h2 {
	line-height: 24px;
	height: auto;
	font-weight: bold;
}
.checkbox_label_wrapper {
	margin-left: 0px;
}
.session-description-audience-level {
	display: none;
}
/* new clearfix */
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

#cssmenu_clone li.cssmenu_item ul.cssmenu_sub li.cssmenu_subitem a.dropdown {
	background: url(http://www.gdconf.com/img/arrow_down_black_nav.png) no-repeat;
	background-position: 95% 50%;
	background-color: #485667;
}
#cssmenu_clone li.cssmenu_item ul.cssmenu_sub li.cssmenu_subitem a.dropdown:hover {
	background-color: #232c33;
}

