
/* CSS Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, th, td {  
	margin: 0; padding: 0; border: 0; outline: none;  
}

fieldset, input {
	margin: 0; padding: 0;
}
  
body {  
	font-size: 88% /* Decide for yourself if you want to include this. */;  
	line-height: 1;  
}
  
h1, h2, h3, h4, h5, h6 {  
	font-size: 100%;  
	margin: 0;  
	padding: .6em 0;  
}
  
ul, ol {  
	list-style: none;  
}
  
a {  
	color: black;  
	text-decoration: none;  
}
  
a:hover {  
	text-decoration: underline;  
}
  
.floatLeft {  
	float: left;  
	padding: .5em .5em .5em 0;  
}
  
.floatRight {  
	float: right;
	padding: .5em 0 .5em .5em;  
}





/*! jQuery UI - v1.10.3 - 2013-06-12
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23534236&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=%23493f38&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23222222&bgColorDefault=%23f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=%23cccccc&fcDefault=%231c94c4&iconColorDefault=%23ef8c08&bgColorHover=%23fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=%23fbcb09&fcHover=%23c77405&iconColorHover=%23ef8c08&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23fbd850&fcActive=%23534236&iconColorActive=%23ef8c08&bgColorHighlight=%23ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=%23fed22f&fcHighlight=%23363636&iconColorHighlight=%23228ef1&bgColorError=%23b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=%23cd0a0a&fcError=%23ffffff&iconColorError=%23ffd27a&bgColorOverlay=%23666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #493f38;
	background: #534236 url(images/ui-bg_gloss-wave_35_534236_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #534236;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #534236;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}



/* common.css */

/* .clear	{ clear: both; font: 1px/1px Arial; } */
.clear	{ clear: both; font: 0px/0px Arial; }
.block { display: block; }
.filler { display: block; height: 100px; width: 100px; }
.hidden { display: none; }

.section:after {

	clear: both;
	content: ".";
	display: block;
	height: 0;
	width: 0;
	visibility: hidden;
}


div.ui-dialog { text-align: left; }



.note { font: 12px "Courier New", Terminal, monospace; border: 1px solid #999;background: #ff6; padding: 2px 4px 2px 4px; color: #000; margin: 20px 0 0 0; }
.special { border: 1px solid #999;background: #ff6; padding: 2px 4px 2px 4px; color: #000; margin: 20px 0 20px 0; }

.bd { border: 1px solid #999; }

.nuggets { display: none; }
.spacer30 { height: 30px; }

.sansH h3, .sansH h4, .sansH h5 { font-family: Arial, Helvetica, sans-serif; } 

div.bookmark { float: right; font-size: 0.9em; display:block; margin: 5px 20px 5px 0; }

.InputBox { }
.InputBoxSmall { height: 18px; width: 40px; }
.InputBoxDestination { height: 18px; margin: 0px; width: 215px; }
.InputLocation { height: 18px; margin: 0px; width: 115px; }
.InputType { height: 18px; margin: 0px; width: 150px; }


/* from form.css end */


th { vertical-align: top; }

td.smallSpeakerImage img { width: 56px; }

ul.plain { list-style: none; margin-left: 0; padding-left: 0;}
ul.plain li { clear: left; margin: 3px 0 0 0; padding: 0; }

ul.hlink	{ float: right;  list-style: none; margin: 5px 5px 10px 0; padding: 0; }
ul.hlink li {  display: inline; margin: 0; padding: 0 10px; border-right: 1px dotted #336699;}
ul.hlink li.last { padding: 0 0 0 10px; border-right: 0; } 
ul.hlink li:last-child { padding: 0 0 0 10px; border-right: 0; }
ul.hlink a { font-weight: bold; }
a.hlink { font-weight: bold;  float: right; margin: 5px 5px 10px 0;}

ul.links { list-style: none; margin: 0; padding: 0; }
ul.links li { display: inline; margin: 0; padding: 2px 5px 2px 5px; border-right: 1px dotted #999; }
ul.links li.last { border-right: 0; }


ul.hlink2	{ float: right;  list-style: none; margin: 5px 5px 10px 0; padding: 0; font-size: 0.95em; }
ul.hlink2 li {  display: inline; margin: 0; padding: 0 10px; border-right: 1px dotted #336699;}
ul.hlink2 li.last { padding: 0 0 0 10px; border-right: 0; }
ul.hlink2 li:last-child { padding: 0 0 0 10px; border-right: 0; }
ul.hlink2 a { font-weight: bold; }

table.wwFormTable td.tdLabel { vertical-align: text-top; }
table.wwFormTable span.errorMessage { text-align: left; }

div.topFunctionLink {	font-size: 8pt;	font-weight: bold;	float: right; margin: 10px 10px 10px 10px;	text-align: right; }
div.topFunctionLink ul { display: inline; list-style: none; position: relative; right: 0; }
div.topFunctionLink ul li { float: left; margin: 0; padding: 0 10px; border-right: 1px dotted #995a15;}
div.topFunctionLink ul li.last { padding: 0 0 0 10px; border-right: 0;  text-align: right; }

ul.buttonlist	{ float:right; display: block; list-style: none; margin: 10px 20px 0 0; padding: 0; }
ul.buttonlist li { display:inline; margin: 0; padding-left: 3px;  }
ul.buttonlist form { display: inline; }

ul.buttonlist2	{ float:left; display: block; list-style: none; margin: 5px 0 0 0; padding: 0; }
ul.buttonlist2 li { display:inline; margin: 0; padding-left: 3px;  }

ul.inline { list-style: none; }
ul.inline li { display: inline; }


div.buttonlist { float:right; margin: 5px; display: block; }

div.buttonlist table { border-collapse: collapse !important; border: 0 !important; width: 1%; float: right;}

ul.fileList a { font-size: 8pt; }
ul.fileList { list-style: none; margin: 0 0 0 0; padding: 0; font-size: 8pt; }
ul.fileList li { clear: left; margin: 0 0 0 0; padding: 0; }

div.indent ul { margin-left: 30px; }

table.browseSlides ul.fileList span.type { font-size: 0.85em; }

.errorMessage { color: red;font-weight: bold; padding: 3px 0 3px 10px; display: block; }
.red { color: red; }

img.left { float: left; margin: 0 5px 5px 0; }

table.wwFormTable th { font-weight: bold; text-align: left; }
table.wwFormTable td { text-align: left; }
table.wwFormTable { font-size: 1em; }


div.space { margin: 10px 0 10px 0; }
div.space div.termDef { margin: 10px 0 0 0; }

td.select { width: 20px; }

table.p2 td { padding: 2px; }
table.p3 td { padding: 3px; }
table.p5 td { padding: 5px; }

table.major { width: 98%; margin: 0 10px 0 10px; }

table.itemTable { margin: 10px 0 10px 0;border: 1px solid #999;border-spacing:0px;border-collapse:collapse; }

table.itemTable ul.plain { }
table.itemTable table, table.itemTable tr, table.itemTable td { border-spacing:0px;border-collapse:collapse; }

table.itemTable th { text-align: left;font-size: 1.1em;font-weight: bold; padding: 3px; }
table.itemTable th.select { width: 40px; }
table.itemTable th.date { width: 100px; }
table.itemTable th.longDate { width: 170px; }
table.itemTable th.desc150 { width: 150px; }
table.itemTable th.desc120 { width: 120px; }
table.itemTable th.smallImage { width: 50px; }
table.itemTable td.smallImage img { width: 50px; }
table.itemTable th.label { white-space: nowrap; }
table.itemTable th.icon { width: 20px; }
table.itemTable th.rowNum { width: 20px; }
table.itemTable td { text-align: left; }
table.itemTable td.fileIcon { width: 25px; }
table.itemTable td.fileSize { width: 80px; }
table.itemTable td.fileDate { width: 120px; }

table.itemTable th.sortable { font-size: 9pt;font-weight: bold; }


table.itemTable tr { border-bottom: 1px dotted #999; }
table.itemTable tr:nth-child(1) { border-bottom: 1px solid #999; }
table.itemTable td { vertical-align: top;  padding: 3px; }
table.itemTable td.rowNum { width: 20px; }
table.itemTable td.nowrap { white-space: nowrap; }
table.itemTable td.time { white-space: nowrap; width: 70px; }
table.itemTable td.canceled { text-decoration: line-through; }

table.itemTable tr.canceled { background: orange; } 
table.itemTable tr.empty { font-style: italic; } 

table.itemTable div.highlight { background: #F1F1F1; border: 1px solid #CFCFCF; margin: 5px;padding: 2px; } 

table.itemTable td.borderright { border-right: 2px solid #999; }
table.itemTable th.borderright { border-right: 2px solid #999; }
table.itemTable th.borderright2 { border-right: 1px dotted #999; }
table.itemTable td.borderright2 { border-right: 1px dotted #999; }
table.itemTable th.center { text-align: center; }
table.itemTable tr.bordertop { border-top: 1px solid #999; }

table.itemTable h4 { margin: 0; }

table.emailStats td { text-align: right; }
table.emailStats td.alignleft { text-align: left; }

table.comingSchedule { margin: 30px 0 0 20px; }
table.comingSchedule th { text-align: left;font-weight: bold; }

table.itemTable.speakerSet img.bio { width: 40px; }
table.itemTable.speakerSet img.remove:hover { cursor: pointer; }

div.contentPage { width: 600px;margin: 20px; }


table.registrationTable { width: 500px; margin: 20px 0 0 50px; }

table.emailStats { font-size: 0.95em; }

#quickPoll {
	margin: 10px 5px 10px 5px;
	font-size: 0.9em;
	background: #FFF;
	border: 1px solid #999;
}

#quickPoll form {
	padding: 5px;
}

#quickPoll .question {
	font-size: 1em;
}

#quickPoll ul {
	list-style: none;
	margin: 0 0 5px 10px;padding: 0;
}

#quickPoll li {
	margin:0; padding: 0;
}

#quickPoll input.quickPollSubmit { width: 120px; }

#pollSpinner { display: none; text-align: center; }

div.pollResults { padding: 0; }
div.pollResults table { width: 210px; }
div.pollResults td.answer { width: 80px;padding-left: 10px; }
div.pollResults td.percent { }

.footNote { font-size: 0.85em; }


h1.noLink { margin-top: 30px; }

#alumniSurvey { width: 600px; padding: 5px; font-size: 1em; }
#alumniSurvey ul { list-style: none;padding: 2px 2px 2px 15px; margin: 0 0 10px 0; }
#alumniSurvey li { padding: 2px; }

#alumniSurvey div.question p.questionText { font-weight: bold; }

#alumniSurvey div.question { margin: 5px 0 10px 0;   }
#alumniSurvey div.question input { margin: 0 0 0 20px; }
#alumniSurvey div.question textarea { margin: 5px 0 0 20px; }


div.surveyQuestionEditor { float:left;width:450px;border: 1px solid #999;padding: 3px 3px 3px 3px; margin: 20px 0 0 0;  }
div.surveyQuestionEditor div.question { padding: 5px; }
div.surveyQuestionEditor div.questionEdit { display: none; }
div.surveyQuestionEditor ul.answers { list-style:none; margin-left: 30px; }
div.surveyQuestionEditor div.answer { float:left;width: 250px; }
div.surveyQuestionEditor div.addAnswer { margin: 10px 0 0 0; }


div.surveyComp { float: left; margin: 10px 0 0 30px; padding: 0; width: 400px; }

div.questionIndex {  }


div.surveyOptions { border: 1px solid #999;padding: 5px 5px 5px 5px;margin: 20px 5px 0 5px;width:285px; }
div.surveyOptions h3 { margin: 0; padding: 0;}


div.surveyResults table.responseChart { border: 1px solid #999;width: 650px; }
div.surveyResults ul { list-style: none; padding: 5px; }
div.surveyResults li { padding: 2px 2px 5px 2px; margin: 3px 0 10px 0; border: 1px dotted #999; background: #F1F1F1; }
div.surveyResults hr { margin: 0; clear: both; }
div.surveyResults p {	margin: 0; padding: 2px;background: #FFF; }
div.surveyResults .fillInHeader { font-size: 0.95em; }

div.surveyResults div.pollResults { padding: 0; }
div.surveyResults div.pollResults td.answer { width: 320px;padding-left: 10px; }
div.surveyResults div.pollResults td.count { width: 60px;padding-left: 20px; }
div.surveyResults div.pollResults td.percent { width: 60px;padding-left: 20px; }
div.surveyResults div.pollResults td { border-bottom: 1px dotted #999; }
div.surveyResults div.pollResults td.last { border-bottom: 0; }



div.termDef { float:left; }
div.termDef input { margin-left: 20px; }
div.termValue { float: right; }
img.termValue { float: right; }
img.termDef { float: left; }
div.termValueLink { float: right; padding: 0 10px 10px 0; }

.tright { text-align: right; }
.tleft { text-align: left; }
.tcenter { text-align: center; }

.block { display: block; }

.w20  { width: 20px; }
.w30  { width: 30px; }
.w40  { width: 40px; }
.w50  { width: 50px; }
.w60  { width: 60px; }
.w70  { width: 70px; }
.w80  { width: 80px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w125 { width: 125px; }
.w130 { width: 130px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w160 { width: 160px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w230 { width: 230px; }
.w240 { width: 240px; }
.w250 { width: 250px; }
.w275 { width: 275px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w375 { width: 375px; }
.w400 { width: 400px; }
.w480 { width: 480px; }
.w500 { width: 500px; }
.w550 { width: 550px; }
.w600 { width: 600px; }
.w650 { width: 650px; }
.w700 { width: 700px; }
.w750 { width: 750px; }
.w800 { width: 800px; }
.w900 { width: 900px; }

.h40 { height: 40px; }
.h50 { height: 50px; }
.h100 { height: 100px; }
.h200 { height: 200px; }
.h300 { height: 300px; }
.h360 { height: 360px; }
.h400 { height: 400px; }
.h500 { height: 500px; }

.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml100 { margin-left: 100px !important; }
.ml150 { margin-left: 150px !important; }
.ml200 { margin-left: 200px !important; }
.ml250 { margin-left: 250px !important; }
.ml275 { margin-left: 275px !important; }
.ml300 { margin-left: 300px !important; }

.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }

.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr50 { margin-right: 50px !important; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }
.mb100 { margin-bottom: 100px; }
.mb200 { margin-bottom: 200px; }

.centeredFormWide { margin: 40px 0 0 200px; }
.centeredFormWide h2 { margin: 0; }
.centeredForm { margin: 40px 0 0 60px; }

.leftForm { float: left; margin: 0 10px 0 10px; vertical-align: text-top;  }

div.trainingAgendaDay { width: 600px; margin: 0 0 40px 40px; }
a.addLink { float: right; margin: 5px 40px 0 0; text-decoration: none;  }
div.addAgendaItem { display: none; width: 330px; float: right; z-index: 1000; position: relative; top: -100px;border: 1px solid #999; padding: 0 15px 15px 15px; background: #F1F1F1; }
div.addAgendaItem h4 { margin: 10px 0 15px 0; }
div.addAgendaItem a.close { display: block; float: right; clear: right; }



table.agendaItemSubList { font-size: 0.9em; margin: 10px 0 10px 20px; padding: 0; background: #FFF; border-collapse: collapse; }
table.agendaItemSubList td { padding: 2px 2px 0 2px; }

a.addChildLink { text-decoration: none; margin: 0 0 0 20px; font-size: 0.9em; }

/* VIDEO STUFF */

#sessionVideoList h3 { background: #F1F1F1;color: #000;font-size: 1.3em;padding: 5px;border-left: 1px solid #666;border-top: 1px solid #666;border-bottom: 1px solid #666;margin: 0 -15px 0 0; }
#sessionVideoList table { margin: 5px; }
#sessionVideoList td { border: 1px solid #999; font-size: 0.9em;vertical-align: top; padding: 2px; text-align: center; }

#sessionVideoList div.videoInfo { height: 75px; }
#sessionVideoList img.bioImage { height: 75px;  }


#sessionVideoBySpeaker h2 { background: #CFCFCF; color: #000; font-size: 1em; font-weight: normal; border-top: 1px dotted #000;border-bottom: 1px dotted #000; padding: 5px 0 5px 10px !important; margin: 0 0 5px 0; }
#sessionVideoBySpeaker h2 a { text-decoration: none; font-weight: bold; }
#sessionVideoBySpeaker h2 a:hover { color: #EFCE52; }

#sessionVideoBySpeaker div.header { margin: 0 0 10px 0; }
#sessionVideoBySpeaker div.find { width: 350px; float: left; }
#sessionVideoBySpeaker div.download { width: 200px; float: right; }

#sessionVideoBySpeaker div.speaker { margin: 30px 0 10px 20px;  background: url(/images/bg/image_border_0.gif) repeat-y 132px; }
#sessionVideoBySpeaker div.image { float: left; width: 111px; padding: 0 0 0 20px;   }
#sessionVideoBySpeaker div.image img { width: 101px;  }
#sessionVideoBySpeaker div.presentations { float: left; width: 550px; padding: 0 0 10px 15px;   }
#sessionVideoBySpeaker div.presentations h3 { background: #CFCFCF; color: #000; font-size: 1em; font-weight: normal; border-top: 1px dotted #000;border-bottom: 1px dotted #000; padding: 3px 0 3px 10px; margin: 0 0 5px 0; }
#sessionVideoBySpeaker div.presentations div.topic { margin: 0 0 10px 0;  }
#sessionVideoBySpeaker p.link { margin: 0 0 5px 0; }


#videoView { margin: 20px 0 20px 0; }
#videoView h3.speaker { margin: 0 0 10px 0; }
#videoView div.abstract { width: 320px;float:left;padding: 3px; }
#videoView div.abstract img { float: left;margin: 0 5px 5px 0; }
#videoView div.video { float: left;text-align: center;margin: 0 0 0 80px;width: 486px;  padding: 0; }

#videoView div.videoSponsor {  margin: 30px 0 20px 20px; }
#videoView div.videoSponsor h3 { color: #666; font-size: 1em; margin: 0 0 2px 0; }
#videoView div.videoSponsor img { margin: 0 0 0 20px; }


ul.dayLinks { list-style: none; padding: 0; margin: 10px 0 10px 0; float: right; }
ul.dayLinks li { display: inline; border-right: 1px dotted #999; padding: 3px 10px 3px 10px; }
ul.dayLinks li.last { border-right: 0; }

.highlight { background-color: yellow !important; cursor: pointer; }
.highlightwarn { background-color: orange !important; cursor: pointer; }

#videoPreview { display: none;	position: absolute; width: 500px; height: 500px; border: 1px; z-index: 10; background: #F1F1F1;border: 2px solid #666; }

#videoPreview h3 { font-size: 1.8em; padding: 5px; float:left; }

#adminVideoList { z-index: 0; }

div.dialogClose { padding: 10px; float: right; }

#presentationSessionAdd { float: right; display: block; margin: 5px; clear: both; }
#presentationSessionAdd ul { list-style: none;margin: 0;padding: 0; }
#presentationSessionAdd li { display: inline;padding: 5px; }

ul.horizontal { list-style: none;margin: 0;padding: 0; }
ul.horizontal li { display: inline;padding: 5px; }

div.finder { margin: 10px 5px 10px 5px; }

div.pdfStuff ul li { list-style: none; display: inline; padding: 5px; }

table.form { margin: 10px 0 10px 0; }

table.form th { vertical-align: top; text-align: left; }

div.tabContainer { margin: 10px; }
div.tabContainer div.item { padding: 10px; }

#showConfig div.item { padding: 10px; }
#showConfig div.travelInfoForm { float:left; width: 520px; }
#showConfig div.travelInfoPic { float:left; padding: 10px; }

#adminSessionDetail div.item { padding: 5px 10px 10px 20px; width: 550px; }

div.notice { width:95%;background: #F1F1F1;border: 1px solid #999999; padding: 3px 3px 3px 3px;font-size: 8pt; }




div.componentDiv  { background-color: #A5B5C4; border: 1px solid #666666; margin: 10px 5px 10px 5px; padding: 5px 5px 5px 5px; }
div.componentDiv a { color: #000; }
div.componentDiv h3 { color: #000; padding: 0 5px 5px 5px;  margin: 0 -5px 5px -5px; font-size: 1em; border-bottom: 1px solid #F1F1F1; }

div.componentDiv table.itemTable { border: 2px solid #FFF; margin: 5px; } 
div.componentDiv table.itemTable th { background: #F1F1F1; }
div.componentDiv table.itemTable tr.even { background: #F1F1F1; }
div.componentDiv table.itemTable td { padding: 5px 2px 5px 2px; border-top: 1px solid #999; }


div.admin-show-menu div.head { margin: 10px 0 10px 10px; }

div.admin-show-menu div.img { float: left; width: 20px; }
div.admin-show-menu div.label { float: left; padding: 3px 0 0 5px; font-size: 0.8em; font-weight: normal; word-wrap: break-word; width: 85px; }

div.admin-show-menu ul.status { border: 1px solid #999;padding: 3px; width: 120px;margin: 10px 0 10px 15px; }

div.admin-show-menu div.group { background: #FFF; }

div.admin-show-menu div.group { border: 1px solid #999; margin: 0 0 20px 0; }
div.admin-show-menu div.group h3 { background: #f1f1f1; border-bottom: 1px dotted #999; font-size: 0.9em; font-weight: bold; padding: 2px 5px; margin: 0; }
div.admin-show-menu div.group a { display: block; border-bottom: 1px dotted #999; padding: 5px; }
div.admin-show-menu div.group a:hover { background: #FFFF99; }
div.admin-show-menu div.group a:last-child { border-bottom: none; }



div.admin-show-menu ul.publish { background: #FFF; }
div.admin-show-menu ul.publish { list-style: none; margin: 0 0 10px 0; border: 1px solid #999; }
div.admin-show-menu ul.publish li:first-child { padding: 0; }
div.admin-show-menu ul.publish li h3 { font-weight: bold; font-size: 0.9em; background: #f1f1f1; padding: 2px 5px; margin: 0; }
div.admin-show-menu ul.publish li { border-bottom: 1px dotted #999; padding: 5px; }
div.admin-show-menu ul.publish li a { display: inline; }
div.admin-show-menu ul.publish li:last-child { border-bottom: none; }

#suadmin-menu-changer { background: #F1f1f1; border: 1px solid #999; padding: 5px; float: right;  border-radius: 3px; }
#suadmin-menu-changer:hover { cursor: pointer; background: #FFFF99; border: 1px solid #cc0000; }

div.emailTemplates td { padding: 5px; }

div.emailEditMode { display: inline; }
div.emailEditMode ul { list-style: none; display:inline; }
div.emailEditMode li { display: inline; padding: 3px;  margin: 2px; }
div.emailEditMode a.current { border: 1px solid #999; background-color: yellow; padding: 2px 5px 2px 5px; }

div.emailEditMode a { margin: 2px 5px 2px 5px; }
div.hiddenStuff { display: none; }


#taskStatus { width: 500px;margin: 50px 0 100px 200px;border: 1px solid #999; padding: 10px; }

#taskStatus ul { list-style: none;  }
#taskStatus li { margin: 0; padding: 3px; }

#taskStatus table.statusBar { margin: 10px; }


.warningHighlight { background: orange; }
.errorHighlight { background: red; }

#taskDetail th { font-size: 1em; font-weight: bold; text-align: left; }

div.getAdobe { font-size: 1em; margin: 20px 10px 10px 10px ; }
div.getAdobe h4 { font-size: 1em; }

div.getAdobe img { margin: 3px;  }

div.videoQa { float: left; }
div.videoNa { float: left; }

ul.raffleUser { float: left;padding: 0; margin: 0 30px 0 30px; width: 600px;list-style: none; border-top: 1px solid #999; background: #FFF; }
ul.raffleUser li { padding: 10px 0 10px 10px; font-size: 2em; border-bottom: 1px solid #999; border-right: 1px solid #999;border-left: 1px solid #999; }
ul.raffleUser div.name { float: left; margin: 10px 0 0 10px;  }
ul.raffleUser div.stars { float: right; margin: 0 5px 0 0; }

ul.raffleUser li.highlight { background: yellow; }

#raffle div.right { float: left; margin: 0 0 0 10px;  } 

#raffle div.winners { margin: 10px 0 0 0; width: 200px; border: 1px solid #999;  }
#raffle div.winners h3 { margin: 0; padding: 3px 0 3px 5px; font-size: 1em; font-weight: bold; background: #0860A8; color: #FFF; } 
#raffle div.winners ul { list-style: none; margin: 0; padding: 0; }
#raffle div.winners li { padding: 3px 5px 3px 5px; }
#raffle div.winners li.even { background: #F1F1F1; } 
#raffle div.winners div.name { float: left; }
#raffle div.winners a { float: right; }


/* #winnerD { display: none; position: absolute; top: 40px; width: 800px; height: 600px; padding: 10px; border: 1px solid #999; background: #0860A8; } */
#winnerD { display: none; position: absolute; top: 40px;  padding: 10px 10px 40px 10px; border: 3px solid #ffb20e; width: 660px; height: 400px;background: #0860A8; }
#winnerD div.bodyWrapper { position: absolute; top: 10px;  }

#winnerD div.header h3 { margin: 10px 0 10px 30px;  padding: 0; width: 250px; float: left; color: #FFF; font-size: 2em; }
#winnerD div.header a.closeB { position: absolute;top: 5px;right: 10px; }
#winnerD div.header div.buttons { float:left; width: 200px; margin: 10px 0 10px 130px; padding: 0; }
#winnerD div.header div.buttons ul { margin: 0; padding: 0;  }

#winnerD ul.buttonlist { margin: 10px;display: none; }

#winnerD ul.raffleUser { margin: 0 30px 0 30px;  }

div.raffleDialog {  }
div.raffleDialog div.mdg { border: 1px solid #999; width: 200px; height: 200px; background: #FFF; position: absolute; top: 100px; left: 100px; z-index: 100; }

#rafflePool { display: none; }

#blastPreview table { font-size: 1em; }
#blastPreview td { padding: 2px; vertical-align: top; }
#blastPreview th { font-weight: bold; }

div.mediaBasics { float:left; margin: 0 10px 0 0; width: 300px; }
div.mediaSpeakers { float:left; width: 300px; }

#media div.abstract { float:left; width: 325px;margin: 0 0 0 20px; }
#media div.abstract div.speaker { margin: 0 0 10px 0;  }
#media div.abstract div.speaker img { float: left; margin: 0 5px 5px 0; }
#media div.player  { float: left; width: 400px;margin: 0 0 0 20px; }

#showSummary div.col1 { float: left; width: 300px; margin: 0 0 0 40px; }
#showSummary div.col2 { float: left; width: 300px; margin: 0 0 0 40px; }

div.publishForm { border: 1px solid #999;padding: 10px 10px 10px 20px;width: 180px;margin: 0 0 10px 0;	 }
div.publishForm ul { list-style: none;margin: 0;padding: 0; }
div.publishForm li { margin: 0;padding: 3px; }
div.publishForm h3 { font-size: 1em;margin: 0; }

div.writePdfs { float: left;border: 1px solid #999;padding: 10px 10px 10px 20px;width: 180px;margin: 0 0 10px 0; }
div.writePdfs h3 { font-size: 1em;margin: 0; }

#showSummary  ul.address { list-style: none; padding:2px; border: 1px solid #999;  }
#showSummary  ul.address li { margin:0;padding:2px; }
#showSummary  table.tracks { margin: 0; padding: 0; }

div.register {  margin: 30px 0 0 100px; width: 500px; }
div.entityForm { margin: 20px 0 0 200px; }

ul.checkmarks { list-style: none; margin: 10px 20px 10px 0; padding: 0; }
ul.checkmarks li { display: inline; margin: 0; padding: 2px 5px 2px 5px; }

table.slideList a.speaker { color: #000; font-weight: bold;  }
table.slideList a.session { padding: 2px 2px 2px 15px; }

#roomGrid { margin: 15px 0; }
#roomGrid div.dayC { margin: 3px 2px;height: 40px;width:50px;float:left;border:1px solid #999;font-size:0.8em;padding: 2px; }
#roomGrid div.roomNameC { margin: 3px 2px;height: 40px;width:60px;text-align:center;min-width:50px;float:left;border:1px solid #999;font-size:0.8em;padding: 2px; }
#roomGrid div.na { background: #999; }
#roomGrid div.selectionC { }

#messageDiv { color: red;font-weight: bold; margin-top: 5px; clear: both;}
#messageDiv ul { list-style: none; }

#blogControls { padding: 5px 0 5px 40px; }

#blogControls h1 { display: inline; float: left;  }
#blogControls div.navlinks { float: right;  text-align: right; }

div.showLabel { text-align: center; }
div.showLabel h2 { font-size: 1.9em; }
div.showLabel h3 { font-size: 1.4em; }


div.infoTable { float: left;margin: 10px 50px 10px 150px;width: 500px;padding: 0; }

div.infoTable table { margin: 0;  }
div.infoTable th { text-align: left;vertical-align: top;font-weight: bold;font-size: 1em;padding: 5px; }

div.infoTable td { vertical-align: top;padding: 5px;	 }

/** trying to standardize lists of summary content */

#summaryList { list-style: none;margin-left: 0; padding-left: 0; }

/* #summaryList div.item { width: 700px;margin: 0 0 20px 0;padding: 0 0 0 40px;clear: both;background: url('/images/bg/image_border_bg.gif') repeat-y; } */
#summaryList div.item { margin: 0 0 20px 0;padding: 0;clear: both; }

#summaryList img { margin: 0 5px 5px 0; }
#summaryList div.image { float:left; margin: 3px 5px 0 0;text-align:center; }
#summaryList div.abstract { float:left;width: 500px; padding: 3px; }
#summaryList div.abstract a.more { float: right; margin: 10px 20px 0 0; color: #FF0000; }
#summaryList div.item b { padding: 5px 0 0 10px; }
#summaryList div.item p { padding: 3px 0 0 10px; margin: 0 0 5px 0; }
#summaryList div.item h2 { background: #CFCFCF; color: #000; font-size: 1em; font-weight: normal; border-top: 1px dotted #000;border-bottom: 1px dotted #000; padding: 5px 0 5px 10px !important; margin: 0 0 5px 0; }
#summaryList div.item h2 a { text-decoration: none; font-weight: bold; }
#summaryList div.item h2 a:hover { color: #EFCE52; }
#summaryList div.item h2 div.termValue { font-size: 0.9em; font-style: italic; padding: 0 15px 0 0; }

#summaryList div.speakerItem { background: url(/images/bg/image_border_0.gif) repeat-y 110px; }
#summaryList div.speakerItem div.image { width: 111px; text-align: left; }
#summaryList div.speakerItem div.image img.speakerImage { width: 101px; }
#summaryList div.speakerItem div.image img.twitter { margin: 10px 0 0 5px; }
#summaryList div.speakerItem div.abstract ul { margin-left: 25px; }

#summaryList div.speakerItem.continued { background: 0; }
#summaryList div.speakerItem.continued div.image { width: 0; }
#summaryList div.speakerItem.continued div.abstract { width: 600px; }


#summaryList div.speakerItemSmall {  background: url(/images/bg/image_border_103.gif) repeat-y; }
#summaryList div.speakerItemSmall img { width: 56px; }
#summaryList div.speakerItemSmall div.abstract { width: 600px; float: left;}
#summaryList div.speakerItemSmall p { border: 1px solid #999; }
#summaryList div.mediaItem { background: url(/images/bg/image_border_200.gif) repeat-y; }
#summaryList div.mediaItem img { width: 175px; }
#summaryList div.mediaItem div.title { float:left; }
#summaryList div.mediaItem div.timestamp { float:right; padding-right: 10px; }

#summaryList div.blogItem { width: 600px; margin: 0 0 10px 0; }
#summaryList div.blogItem h2 div.termDef { font-size: 1.3em; }

#summaryList div.bookItem { background: url(/images/bg/image_border_0.gif) repeat-y 160px;  }
#summaryList div.bookItem div.image { width: 120px;  }
#summaryList div.bookItem div.image img { width: 112px; }
#summaryList div.bookItem div.abstract { padding: 5px 0 0 5px; width: 450px;  }

#summaryList div.voteButton { float:right;text-align: right; }
#summaryList div.voteButton img {  }
#summaryList div.voteButton em { color: red; }
#summaryList div.selected div.abstract { background-color: #ffcc66; }

#speaker-eval-list #summaryList div.item { margin-left: 0;padding: 0 !important; }

#speakerView { margin: 30px 0 0 30px; }
#speakerView div.item img.bio { float: left; margin: 0 5px 5px 20px; width: 127px; }
#speakerView div.item { padding: 10px !important; overflow: hidden; }
#speakerView div.abstract { padding: 0 20px 0 10px;float: left; width: 475px;  }

#speakerView div.bookItem { background: url(/images/bg/image_border_0.gif) repeat-y 132px;  }

#speakerView div.blogItem { width: 650px; margin: 0 0 10px 0; }
#speakerView div.blogItem div.abstract { padding: 0 20px 0 10px;float: left; width: 620px;  }



#bookTab { margin: 10px 0 0 0;  }

/*
#bookTab div.item { padding: 0; }
#bookTab div.bookItem { background: url(/images/bg/image_border_165.gif) repeat-y -40px;  }
*/

#topicList h2 { font-size: 1.2em; background: #0860a8; color: #ffb20e; padding: 5px; margin: 10px 0 5px 0; text-decoration: none; }
#topicList div.header { margin: 0 0 10px 0; }
#topicList div.find { width: 350px; float: left; }
#topicList div.download { width: 200px; float: right; }

#topicList div.speaker { margin-bottom: 10px;  background: url(/images/bg/image_border_0.gif) repeat-y 132px; }
#topicList div.image { float: left; width: 111px; padding: 0 0 0 20px;   }
#topicList div.image img { width: 101px;  }
#topicList div.presentations { float: left; width: 550px; padding: 0 0 10px 15px;   }
#topicList div.presentations h3 { background: #CFCFCF; color: #000; font-size: 1em; font-weight: normal; border-top: 1px dotted #000;border-bottom: 1px dotted #000; padding: 3px 0 3px 10px; margin: 0 0 5px 0; }
#topicList div.presentations div.topic { margin: 0 0 10px 0;  } 


p.prerequisite { font-style: italic; } 

#featuredSessions h1 { margin: 15px 0 15px 0; }
#featuredSessions div.item { margin: 0 10px 15px 10px; border: 0; }
#featuredSessions div.item h3 { background: #CFCFCF; color: #000; border-top: 1px dotted #000;border-bottom: 1px dotted #000; padding: 3px 0 3px 10px; margin: 0 0 5px 0;font-size: 1.1em; }
#featuredSessions div.item h3 div.termDef { font-size: 1.1em; font-weight: bold;  }
#featuredSessions div.item h3 div.termValue { font-size: 0.80em; font-weight: normal; text-align: right; margin-right: 5px; }

div.itemList div.item { margin: 0 0 15px 10px; border: 0; }
div.itemList div.item h3 { background: #CFCFCF; color: #000; border-top: 1px dotted #000;border-bottom: 1px dotted #000; padding: 3px 0 3px 10px; margin: 0 0 5px 0; }
div.itemList div.item h3 div.termDef { font-size: 1.1em; font-weight: bold;  }
div.itemList div.item h3 div.termValue { font-size: 0.80em; font-weight: normal; text-align: right; margin-right: 5px; }

div.agendaTable { width: 97%; margin: 20px 0 0 0; overflow:hidden; }
div.agendaTable table { width: 99%; }

div.agendaTable div.dayHeader { margin-bottom: 10px; }
div.agendaTable div.dayHeader h4 { color: #333; font-weight: bold; display: inline; }
div.agendaTable div.dayHeader h4:last-child { float: right; }

div.agendaTable tr.tracks td { font-size: 0.8em;  word-wrap: break-word; text-align: center; padding: 2px; }


div.agendaTable table {  margin: 0 0 10px 5px; }
div.agendaTable th { font-size: 0.9em; font-weight: bold; }
div.agendaTable td { font-size: 0.9em;border: 1px solid #999999;vertical-align: top; text-align: left; }
div.agendaTable td.breakslot { background: #EBF0F3;    }
div.agendaTable td.flex { background: #EBF0F3;    }
div.agendaTable td.selected {  background: yellow;    }
div.agendaTable td.normal { background: #FFF;    }
div.agendaTable th.columnLabel { border: 1px solid #999999;text-align: left; vertical-align: bottom;font-weight:bold;text-align:center;    }
div.agendaTable td.timeslot { white-space: nowrap;width: 100px; padding: 2px;   }
div.agendaTable td.notavailable { background-color: #999;   }


div.agendaTable tr.presentation { min-height: 60px;  }
div.agendaTable tr.presentation td { min-height: 60px;  }

div.agendaTable td.presentation { padding: 3px;  }
div.agendaTable td.presentation:hover { background: #F6E5B7;cursor: pointer; }
div.agendaTable td.presentation ul { list-style: none;margin:0;padding: 0;   }
div.agendaTable td.presentation li { margin:0;padding: 1px 0 1px 0; font-size: 0.95em;  }
div.agendaTable td.presentation li.featured { font-weight: bold;  }
div.agendaTable td.presentation li.continued { font-size: 0.8em;  }
div.agendaTable td.presentation li.track { font-size: 0.8em; font-style: italic;  }
div.agendaTable td.presentation li.room { font-size: 0.8em; font-style: italic;  }
div.agendaTable td.presentation li.note { font-size: 0.8em; font-style: italic;  }
div.agendaTable td.presentation div.title { min-height: 80px; }

div.agendaTable table.admin td.presentation { padding: 0;  }
div.agendaTable table.admin td.presentation div.drag-wrapper { padding: 3px; min-height: 100px;  }

div.agendaTable td.presentation h4, div.agendaTable td.presentation h5 { font-size: 0.95em; font-family: Arial, Helvetica, Sans-serif;  font-weight:normal;}

div.agendaTable td.presentation h5.continued { font-size: 0.8em;  }
div.agendaTable td.presentation h5.track { font-size: 0.8em; font-style: italic;  }
div.agendaTable td.presentation h5.room { font-size: 0.8em; font-style: italic;  }
div.agendaTable td.presentation h5.note { font-size: 0.8em; font-style: italic;  }



div.agendaTable div.tbd { font-size: 0.8em; font-style: italic; padding: 5px 0 0 10px; }

div.agendaTable td.presentation.noscreencast { background: #F1F1F1; }

div.agendaTable span.continued { font-size:xx-small; }
div.agendaTable div.notes { font-size: xx-small;color: #999999;margin-top: 5px; } 
div.agendaTable table.presentation td { border-style: none;vertical-align:top; } 


div.agendaTable div.head { margin: 5px 0 5px 0;; }
div.agendaTable div.head h3 { margin: 5px 0 0 10px; padding: 0; float: left;  }
div.agendaTable div.head ul.hlink {  float: right; }
div.agendaTable div.head div.legend { float: right; margin: 0 10px 0 0; padding: 5px 10px 5px 10px; border: 1px solid #000; }
div.agendaTable div.head div.legend h4 { font-size: 1em; margin: 0; }
div.agendaTable div.head div.legend h4 div.color { float: left; border: 1px solid #999; width: 15px;height: 15px;background-color: #FCFF9B; margin: -2px 10px 0 0; }

div.agendaTable table td.slot { width: 100px; }
div.agendaTable table.room2 td.presentation { width: 200px; }
div.agendaTable table.room3 td.presentation { width: 130px; }
div.agendaTable table.room4 td.presentation { width: 130px; }
div.agendaTable table.room5 td.presentation { width: 130px; }
div.agendaTable table.room6 td.presentation { width: 130px; }
div.agendaTable table.room7 td.presentation { width: 130px;  }
div.agendaTable table.room8 td.presentation { width: 70px; font-size: 0.9em; overflow: hidden; }
div.agendaTable table.room9 td.presentation { width: 65px; font-size: 0.85em; overflow: hidden; }

div.agendaTable table.room8 td.slot { width: 90px; }
div.agendaTable table.room9 td.timeslot { width: 60px; font-size: 0.8em; }

div.agendaTable table.room10 td.presentation { width: 65px; font-size: 0.85em; overflow: hidden; }
div.agendaTable table.room10 td.timeslot { width: 60px; font-size: 0.8em; }

div.agendaTable table.room11 td.presentation { width: 65px; }
div.agendaTable table.room11 td.timeslot { width: 60px; font-size: 0.8em; }

div.agendaTable.survey table.room11 td.presentation { width: 65px; }

/*
div.agendaTable td { word-wrap: break-word; }
*/

div.agendaTable td { word-wrap: break-word; }


div.agendaTable table.admin td.presentation.featured span.title { font-weight: bold;  }

div.agendaTable table.room8 th.columnLabel { width: 70px; font-weight: normal; }
div.agendaTable table.room9 th.columnLabel { width: 70px; font-weight: normal; }

div.agendaTable table td.not-available { background-color: lightgrey; }

div.agendaTable div.drag-wrapper.empty { min-height: 100px; }

/* agenda drag drop */

#draggableHelper { width: 100px; height: 100px; background: yellow; padding: 3px; border: 2px solid #CC0000; }

#draggableHelper { overflow: hidden; }
#draggableHelper h3 { font-size: 12px; font-weight: bold; margin: 0; padding: 0; line-height: 15px; }
#draggableHelper h4 { font-size: 10px; font-weight: normal; }


/* admin sizing for 8 rooms is squeezed */

div.agendaTable table.admin.room8 td.presentation { width: 83px; font-size: 0.9em; overflow: hidden; }
div.agendaTable table td.presentation div.select { display: inline; float: left; width: 18px; }
div.agendaTable table td.presentation div.select a.deleteButton { display: block; }
div.agendaTable table td.presentation div.select input { margin: 0; padding: 0; }




div.agendaTable.slides td.presentation:hover { background: none;cursor: default; }

div.agendaTable table.room8 {  }
div.agendaTable table.room8 td.timeslot { width: 50px; font-size: 0.95em; white-space:none; }
div.agendaTable td.breakslot { }

div.agendaTable table.room8 {  }
div.agendaTable tr.subEvent td { background-color: #F1F1F1; font-weight: bold; font-size: 1.1em; text-align: center; }
div.agendaTable tr.subEvent td.first { background-color: #FFF; border: none; }

div.agendaTable div.tableWrapper { overflow:hidden; }

/* session survey */

div.agendaTable a.selectImage { display: block; margin-top: 4px;  }
div.agendaTable a.selectImage.plain { width: 55px; height: 21px; background: url('/images/select_button.png') no-repeat; }
div.agendaTable a.selectImage.selected { width: 21px; height: 21px; background: url('/images/checkmark.png') no-repeat; }
div.agendaTable a.selectImage.updating { width: 16px; height: 16px; background: url('/images/spinner.gif') no-repeat; }

/* time slot update */

#timeslotUpdate { text-align: left; padding: 30px; }
#timeslotUpdate input {margin: 5px 0 5px 5px; }
#timeslotUpdate label { font-weight: bold; }
#timeslotUpdate ul { margin: 10px 0 10px 0;  }
#timeslotUpdate div.group input { display: inline; }
#timeslotUpdate div.group label { display: inline; }


div.skillLegendWrapper { width: 275px; float: right; margin: 0 40px 0 0;  }
div.skillLegend {   float: right; margin: 0; }
div.skillLegend div.skillItem { float: left; padding: 2px; margin: 0; }
div.skillLegend div.skillItem:hover { background: #FFCC66; border: 1px solid #999; cursor: pointer; }
div.skillLegend div.label  { font-weight: bold; margin: 5px 5px 0 5px; }
div.skillInstruction  { text-align: center; float: right; color: #666;font-size: 0.95em; padding: 3px; font-style: italic; }

div.skillLegend div.skillcolor { width:15px; height: 15px; border: 1px solid #999; margin: 2px; float: left; }
div.skillLegend label { margin: 0; float: left; font-weight: normal; display: block;padding: 5px 5px 3px 5px;  }
.beginner { background: green; }
.intermediate { background: blue; }
.advanced { background: black; }


div.advert { text-align: center; }

div.advert img { margin: 5px 0 5px 0; }


div.popupWrapper { display: none; }



#keynotesDialog div.abstract { height: 185px; }  

#modalDivIE { position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 100; }

#modalDivFF { -moz-opacity:0.55;opacity: 0.55;background: #999;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 100; }

div.keynotes div.thumbs { margin: 0 20px 0 20px; padding: 2px 2px 2px 2px; }
div.keynotes div.thumb {  display: block; float:left; margin: 0 4px 0 0; padding: 0; text-align: center; width: 108px;   }
div.keynotes div.thumb span.name { font-size: 0.85em; font-style: italic; font-weight: bold; display: block; margin:0;white-space: nowrap;  }
div.keynotes div.thumb:hover { background:  #efce52;cursor: pointer; border: 1px dotted #999; }
div.keynotes div.thumb img { width: 100px; height: 152px; }
div.keynotes div.current {  background:  #ffb20e;border: 1px dotted #999; }
div.keynotes div.abstract { padding: 0 25px 10px 25px; }
div.keynotes div.keynote h4 { font-size: 2em; padding: 3px 0 3px 0; margin: 15px 0 0 0;  }
div.keynotes div.keynote h5 { font-size: 1em; font-weight: bold;font-style: italic; margin: 0;  }


div.sponsorList { margin-top: 30px; } 
div.sponsorList h2 { font-family: Arial, Helvetica, Sans-Serif; color: #666; }
div.sponsorList table  { width: 90%; margin: 20px 0 0 20px;border-spacing:0px;border-collapse:collapse;  }
div.sponsorList table h3 { color: #999;font-size: 1.5em; margin: 0; padding: 0; }
div.sponsorList table  td {  vertical-align: text-top;padding-bottom: 20px;  }
div.sponsorList table  td.logo { text-align: center; vertical-align: top;width: 210px; padding: 0 0 20px 0; }
div.sponsorList table  td.logo img { margin: 0; }

div.sponsorOps { background:#F7C725;width: 90%; border: 1px solid #999; padding: 5px; margin: 20px 0 0 20px;  }
div.sponsorOps h2 { margin: 5px 0 0 5px; padding: 0; }
div.sponsorOps p { margin: 5px 0 0 5px; padding: 0; }


div.conversionTracker { width: 60px; height: 20px; margin: 0 10px 0 0; }

#footer ul.links { list-style: none; text-align: center; margin: 0 0 10px 0; }
#footer ul.links li { display: inline;  font-size: 0.9em; border-right: 1px dotted #999; padding: 2px 5px 2px 5px; }
#footer ul.links li.last { border-right: 0; }
#footer ul.links a { color: #FFF; }
#footer ul.links.sites {}

#siteMap { margin: 20px 0 0 20px; }
#siteMap h3 { color: #0860a8; font-size: 1.5em; margin: 0; padding: 0; }
#siteMap div.shows { width: 300px; float: left; }
#siteMap div.col { width: 200px; float: left; margin: 0 0 20px 0; }
#siteMap ul { list-style: none; margin: 5px 0 0 10px; padding: 0; }
#siteMap li { margin: 0; padding: 2px; font-size: 0.95em; }
#siteMap h4 { color: #000; margin: 0; font-size: 1.1em; }
#siteMap div.show { margin: 2px 0 2px 20px; }

img.smallSpeakerImageLeft { float: left; margin: 5px; }

li.masterWarning { color: red; }

div.topItems div.termDef { padding: 5px 0 0 0; }
div.topItems h4 { background-color: #FFF; color: #00639c;font-size: 1.4em;margin: 5px 0 0 0;padding: 0; }
div.topItems div.postedBy { padding: 2px 2px 5px 5px; font-size: 1em;font-style: italic;  }
div.topItems a { text-decoration: none; }
div.topItems div.separator { float: right;border-bottom: 2px inset #0860A9;width:100%; margin: 10px 0 0 0; }
div.topItems img { margin: 5px 5px 5px 5px;float: left; border: 0; }
div.topItems a.moreLink { float: right; margin: 2px 10px 10px 0;font-weight: bold; font-size: 1.2em; }
div.topItems div.topItem { margin: 5px 5px 10px 10px;   }

div.comingShowList { width: 260px; float: left; }
div.comingShowList table { margin: 5px;font-size: 1em;font-weight: bold; }
div.comingShowList td.dates { width: 100px; text-align: right; }
div.comingShowList a { text-decoration: none; color: #004276; }
div.comingShowList a:hover { color: #ffb20e;text-decoration: underline; }
div.comingShowList a.moreLink { font-size: 1.2em; float: right; font-weight: bold; padding: 5px 10px 5px 0; }

div.comingShowListShort table { font-size: 1.1em; }
div.comingShowListShort td.year { font-weight: bold; padding: 5px 0 2px 5px; }
div.comingShowListShort td.name { font-weight: bold; padding-right: 10px; }                 
div.comingShowListShort td.location { width: 140px; }
div.comingShowListShort td.dates { text-align: right; white-space: nowrap;}
div.comingShowListShort div.pastEvents { margin: 10px 0 5px 0; font-weight: bold; }


div.podcastNote { width:600px;margin:10px 10px 10px 10px; }
img.podcastIcon { height: 20px; width: 20px; }

div.emailHistoryFilter { margin: 10px 20px 10px 0; border: 1px solid #999;background: #CFCFCF; }

div.podcastNote { margin: 20px 0 20px 40px; }
div.podcastNote div.abstract { width: 500px; }

#summaryList div.podcast { background:transparent url(/images/bg/image_border_0.gif) repeat-y 200px; margin-bottom: 40px; }
#summaryList div.podcast div.icon { float: left; width: 40px; padding: 10px 0 0 10px; }
#summaryList div.podcast div.image { float: left;}
#summaryList div.podcast div.image img { width: 101px; }
#summaryList div.podcast div.abstract { width: 470px; float: left;}

div.showComingSoonContact { margin: 40px 0 0 60px; padding: 0; border: 1px solid #999; width: 400px;background: #F1F1F1;  }
div.showComingSoonContact h3 { background: #CC0000;color: #FFF;margin: 0; padding: 5px; font-size: 1.5em;border-bottom: 2px solid #666666; }
div.showComingSoonContact p { padding: 5px 10px 0 10px;font-size: 1.1em; }
div.showComingSoonContact table {  margin: 10px 0 10px 50px;  }
div.showComingSoonContact td { padding: 3px;  }
div.showComingSoonContact input.email { width: 98%;  }
div.showComingSoonContact td.submit { text-align: right;  }
div.showComingSoonContact td.submit input { width: 60px;  }

div.showContact p { margin: 0; padding: 2px 0 2px 0 !important; font-size: 1.1em; }
div.showContact table { margin: 2px 2px 5px 2px; }
div.showContact td.submit { text-align: right; }
div.showContact input.email { width: 98%;  }

div.communityConnectionForm p { margin: 0; padding: 2px 0 2px 0 !important; font-size: 1.1em; }
div.communityConnectionForm table { margin: 2px 2px 5px 2px; }
div.communityConnectionForm td.submit { text-align: right; }
div.communityConnectionForm input.email { width: 98%;  }

div.newsLetterBlurb { width: 500px; margin: 30px 0 0 50px; font-size: 1.1em; }
div.newsLetterBlurb  h3 { margin: 5px 0 0 0; padding: 0; font-size: 1.1em; color: #666; }
div.newsLetterBlurb ul { list-style: none; margin: 0 0 0 20px; padding: 0; }

div.newsLetterMemberButton { width: 500px; margin: 30px 0 0 50px; text-align: center; }

div.cancelForm { margin: 50px 100px 0 100px;   }
div.cancelForm table { margin: 30px 100px 0 0;  }
div.cancelForm th { vertical-align: top; }

p.aboutSpeakers { margin: 20px; font-size: 1.1em; }

div.ftpInstructions { margin: 10px; }
div.ftpInstructions ul { list-style: none; margin: 10px 0 10px 10px !important; padding: 0; }
div.ftpInstructions li { margin: 0; padding: 1px 0 1px 0 !important;}


div.evalForm { width: 500px; margin: 30px 0 0 40px; }
div.evalForm h3 { text-align: center; font-size: 2em; }
div.evalForm table { width: 100%; margin: 0 0 20px 0; }
div.evalForm td.submit { text-align: right; }

table.eval { }
table.eval th { text-align: left; }
table.eval td {  }
table.eval td textarea { margin: 3px 0 10px 0;  }
table.eval td.label { width: 300px;  padding-left: 20px; }
table.eval td.radio { padding: 3px 10px 3px 10px; }
table.eval tr.header td { text-align: center; }
table.eval td.submit { text-align: right; }

table.level td.label { width: 200px; }
table.fillin textarea { float: right; }

div.showEval { margin: 30px 30px 40px 30px; }
div.showEval  { margin: 30px 30px 40px 30px; }
div.showEval table.eval td.label { padding-left: 0px; }
div.showEval table.reasons { margin: 20px 0 20px 0; } 
div.showEval table.reasons ul { list-style:none; }
div.showEval table.reasons li { padding: 2px 0 2px 0; }


div.evalView { margin: 20px 0 0 40px; width: 600px; }
div.evalView ul { list-style:none; margin: 0; padding: 0; }
div.evalView li { margin: 0; padding: 2px 0 2px 0; }

div.evalView table.group1 { width: 550px; margin: 20px 0 20px 0; }
div.evalView table.group1 th { text-align: left; }
div.evalView table.group1 td.label { width: 300px; }
div.evalView table.group1 td.val { padding: 2px 10px 2px 10px; font-weight: bold; }

div.evalView ul.nav { list-style: none; margin: 10px 0 0 0; padding: 0; float: right; }
div.evalView ul.nav li { display: inline; margin: 0; padding: 3px 10px 3px 10px;  }

div.suadminBodyWrapper { background: url('/images/bg/admin_bg.gif') repeat-y; }

div.trainingDayUpdate { margin: 30px 0 200px 200px; }
span.trainingLabel { font-weight: normal; }

ul.videoCategories { list-style: none; margin: 20px 0 20px 100px; }
ul.videoApps { list-style: none; margin: 20px 0 20px 100px; }


div.intellij { margin: 50px 0 200px 40px; }
div.intellij div.abstract { width: 500px; float: left; }
div.intellij div.logo { float: left; width: 150px; margin: 10px 0 0 10px; }
div.intellij div.option { margin: 20px 0 20px 50px; border: 1px solid #999; width: 350px; background: #F1F1F1; padding: 10px; text-align: left; }
div.intellij table.wwFormTable { margin: 10px; }


div.showUserForm { margin: 30px 0 0 100px; }

div.registrationFAQ { margin: 20px 20px 40px 40px; }
div.registrationFAQ ul { list-style: none; }

div.speakerRequestView table { margin: 40px 0 0 0; font-size: 1em; border-collapse: collapse; }
div.speakerRequestView td { border-bottom: 1px solid #999; }
div.speakerRequestView th { padding: 5px; text-align: left; border-bottom: 1px solid #999; }

table.itemTable tr.tempUser { background: #FF9900; }

div.zipFile { margin: 10px 35px 10px 5px; float: right; font-size: 0.95em; }
div.zipFile b { display: inline; float: left; width: 150px; text-align: right; margin-right: 5px; }
div.zipFile ul { display: inline; float: left; list-style: none; margin: 0; padding: 0; }
div.zipFile li { margin: 0; padding: 2px 0 2px 0; }

div.dateChange { width: 400px; border: 1px solid #999; background: #F1F1F1; position: absolute; z-index: 100; }
div.dateChange h3 { background: #0860A8; margin: 0; padding: 3px 5px 3px 5px; color: #FFF; }
div.dateChange a.close { margin: 5px 0 0 0; }
div.dateChange form { margin: 20px; }
div.dateChange input.subject { width: 300px; }
div.dateChange textarea { width: 300px; height: 150px; font-size: 1em; }

a.dateChange { margin: 0 0 0 80px; }

div.speakerNews h2 { margin-bottom: 5px; font-weight: bold !important; }
div.speakerNews div.item { margin: 0 0 30px 0; }
div.speakerNews div.posted { font-size: 0.95em; font-style: italic; margin: 3px 0 3px 0; }
div.speakerNews div.detail { margin: 10px 0 5px 10px; }

div.speakerNewsPreferences { margin: 30px 0 30px 40px; }

div.agendaBuilderDialog { position:absolute; background: #FFF; border: 10px solid #333; }
div.agendaBuilderDialog div.head { background-color: #0860A8; padding: 4px 10px 4px 10px; border-bottom: 1px solid #999; }
div.agendaBuilderDialog div.head h3 {float: left; width: 200px; color: #FFF; margin: 0; padding: 0;}
div.agendaBuilderDialog a.close { float: right; display: block;  }
div.agendaBuilderDialog div.body { padding: 10px;}

div.presentationAdd { width: 800px; height: 500px; background: #FFF; }


div.presentationAdd div.left { width: 140px; height: 410px; overflow: auto; float:left; margin-top: 0px;  }
div.presentationAdd div.left table.itemTable { margin: 0; padding: 0; width: 125px; }
div.presentationAdd div.right { float:left; overflow: hidden; }
div.presentationAdd div.find { margin: 5px 0 0 10px; padding: 0;  }
div.presentationAdd div.find form { margin: 0; padding: 0; }

div.presentationAdd div.speakerList td { text-align: left; font-size: 0.9em; }

div.presentationAdd div.presentationAddList { padding: 0; margin: 0 0 0 10px;}

div.presentationAdd div.ajaxTopicFind { overflow: auto; height: 380px; width: 620px; margin: 0; padding: 0; border: 1px solid #999; }

div.presentationAdd div.ajaxTopicFind h4 { margin: 0; padding: 0;  font-size: 1em; }
div.presentationAdd div.ajaxTopicFind div.item { border-bottom: 1px dotted #999; margin: 0 0 5px 0; }
div.presentationAdd div.ajaxTopicFind div.image { float: left; width: 60px; }
div.presentationAdd div.ajaxTopicFind div.image img { width: 56px; }
div.presentationAdd div.ajaxTopicFind div.abstract { float: left; width: 300px; }
div.presentationAdd div.ajaxTopicFind div.abstract h3 { margin: 0; padding: 0; font-size: 1.1em; }
div.presentationAdd div.ajaxTopicFind div.abstract h4 { font-weight: normal; font-style: italic;  font-size: 1em; }
div.presentationAdd div.ajaxTopicFind div.created { float: left; width: 80px; }
div.presentationAdd div.ajaxTopicFind div.scheduled { float: left; width: 80px;  }
div.presentationAdd div.ajaxTopicFind div.add { float: left; width: 40px;  }
div.presentationAdd div.ajaxTopicFind div.add img { margin: 20px 0 0 5px; }
div.presentationAdd div.ajaxTopicFind em.alreadyScheduled { font-size: 0.95em; }

div.presentationUpdate { width: 600px; text-align: left; }

#deleteBody { text-align: left; }

div.presentationCompare {  }
div.presentationCompare div.body { overflow: auto; height: 460px; }


div.deleteDialog { width: 400px; height: 300px; }
div.deleteDialog div.head { background-color: #0860A8; padding: 4px 10px 4px 10px; border-bottom: 1px solid #999; }
div.deleteDialog div.head h3 {float: left; width: 200px; color: #FFF; margin: 0; padding: 0;}


#find-user { position: absolute; background-color: #FFF; border: 1px solid #999; padding: 10px; z-index: 100; }

#login-form span.fail { color: red; }

div.loginPage #loginTable { margin: 50px auto 25px; } 
div.loginPage div.fbwrapper { margin-left: 450px; } 

#loginTable { border: 1px solid #000; border-collapse: collapse; }
	#loginTable th, #loginTable td { padding: 5px; }
	#loginTable th { height: 30px; font-weight: bold;font-size: 90%; text-align: center;  }
	p.loginTag { text-align: center; margin-bottom: 20px; }

div.gift { margin: 50px 0 0 50px; width: 500px; }
div.gift div.note { margin: 10px 0 20px 0; }
div.gift div.note h3 { font-size: 1.2em; margin: 0 0 10px 0; }


div.showUserUpdate { background: #FFF;  }
div.showUserUpdate div.body {  }
div.showUserUpdate label { width: 100px; display: block; float: left; }
div.showUserUpdate input { margin-bottom: 10px;  float: left; }
div.gift div.note h3 { font-size: 1.2em; margin: 0 0 10px 0; }

#wide div.travel { margin: 0 0 10px 0; }
#wide div.travel img.hotel { float: left; display: block; margin: 0 5px 5px 0; }
#wide div.travel div.address { margin: 0 0 0 20px; }
#wide div.travel div.item { margin: 20px 0 0 0; }

div.commonDialog { position: absolute; background: #FFF; border: 10px solid #333; z-index: 99; padding: 10px; }
div.commonDialog div.head { }
div.commonDialog div.head h3 {float: left; }
div.commonDialog a.close { float: right; display: block;  }
div.commonDialog div.body { padding: 5px 10px 5px 10px; }


#speakerOptions { height: 400px; width: 300px;  }

div.tools ul { margin-left: 50px; }

#emailConfig {  width: 850px; margin: 20px 0 30px 30px; }
#emailConfig div.item { height: 350px; padding: 20px; }


#emailConfig table.htmlTemplate { float:left; width: 650px; }
#emailConfig table.htmlTemplate th { vertical-align:top; white-space:nowrap; padding: 0 10px 0 0; }
#emailConfig table.htmlTemplate td { padding: 5px 0 10px 0; }

#emailConfig table.htmlTemplate select { width: 220px; }
#emailConfig table.htmlTemplate textarea { width: 100%; height: 200px; width: 500px; }
#emailConfig table.htmlTemplate input.update { float: right; }
#emailConfig table.htmlTemplate input.preview { float: right; margin-right: 10px; }

#emailConfig div.decoratorImage { float: left; width: 130px; margin: 20px 0 0 20px; }

#emailConfig table.textTemplate { float:left; width: 650px; }
#emailConfig table.textTemplate th { vertical-align:top; white-space:nowrap; padding: 0 10px 0 0; }
#emailConfig table.textTemplate td { padding: 5px 0 10px 0; }

#emailConfig table.textTemplate select { width: 220px; }
#emailConfig table.textTemplate textarea { width: 100%; height: 200px; width: 600px; }
#emailConfig table.textTemplate input.update { float: right; }
#emailConfig table.textTemplate input.preview { float: right; margin-right: 10px; }


div.emailTools { width: 700px; margin: 20px 0 0 60px; }

#emailConfig h3 { font-size: 1em; font-weight: bold; margin: 0; color: #000; font-family: Arial, Helvetica, sans-serif; }

div.componentEditor { }
div.componentEditor th { vertical-align: top; }
div.componentEditor label { width: 120px; }
div.componentEditor textarea { width: 600px; height: 250px; }
div.componentEditor input.cancel { float: right; margin-right: 5px; }
div.componentEditor input.update { float: right; }

div.captcha { display: none; width: 400px !important;  z-index: 100; position: absolute; background: url('/images/bg/bg_captcha.gif') no-repeat; }
div.captcha div.content { width: 260px;border: 1px solid #999; background: #FFF; padding: 5px; margin: 14px; }
div.captcha div.content h3 { padding: 0; font-size: 1.3em !important; }
div.captcha div.content table { margin-left: 30px; }

div.captcha #captchaImageWrapper { text-align: center; }

#suadminUserEdit { margin: 30px 30px 30px 100px; }
#suadminUserEdit div.item { padding: 20px 20px 20px 20px; }

#findTargetMap { width: 600px; height: 500px; margin: 30px 30px 30px 20px; border: 1px solid #999; }

/* tour map stuff */

#tourMapView { width: 634px; height: 350px; z-index: 1; background: url('/images/map/tour-map.gif') no-repeat; }

#tourMapView #tourMap div.metro { position: relative; top: 0; left: 0; display: block; background: url('/images/map/map_marker1.gif') no-repeat; height: 20px; width: 20px; cursor: pointer; z-index: 1; }
#tourMapView #tourMap div.metro.todo { background: 0; cursor: default;  }
#tourMapView #tourMap div.metro.old { background: 0; cursor: default;  }


#tourMapLabel { z-index: 100; width: 285px; }
#tourMapLabel { border: 1px solid #999; padding: 5px; background: #FDFDFD; color: #000;cursor:auto; z-index: 100; }
#tourMapLabel  h3 { font-size: 0.95em; margin: 0; font-weight: bold; font-family: Arial, Helvetica, Sans-Serif; }
#tourMapLabel  h3 { width: 260px; float: left; }
#tourMapLabel  a.close { display: block; float: right; margin: 0 0 0 10px; }
#tourMapLabel  h4 { font-size: 0.85em; margin: 0; font-family: Arial, Helvetica, Sans-Serif;}
#tourMapLabel  div.save { font-size: 0.85em; color: #990000; font-weight: bold; }
#tourMapLabel  a.event { font-size: 0.9em; margin: 2px 10px 2px 0; float: right; display: block; font-weight: bold; }



#tourMapAdmin #tourMap { width: 634px; height: 330px; z-index: 1; background: url('/images/map/tour-map.gif') no-repeat; }
#tourMapAdmin div.top { margin: 20px 20px 0 20px;   }
#tourMapAdmin #tourMap { float:left; margin-top: 50px; }

#tourMapAdmin #tourMap div.metro { position: relative; display: block; background: url('/images/map/map_marker1.gif') no-repeat; height: 20px; width: 20px;  }
#tourMapAdmin #tourMap div.metro.todo { background: url('/images/map/map_marker2.gif') no-repeat; }
#tourMapAdmin #tourMap div.metro div.label { border: 1px solid #999; padding: 5px; background: #FDFDFD; color: #000; margin: 0 0 0 20px; text-align: left; }
#tourMapAdmin #tourMap div.metro:hover div.label { display: block !important; z-index: 10; width: 120px; }

#tourMapAdmin div.gMapWrapper { float:left; width: 535px; height: 330px; margin-left: 10px; }
#tourMapAdmin div.gMapWrapper form { margin: 20px 0 5px 0; float: right; }
#tourMapAdmin #gMap { width: 100%; height: 100%; }

#tourMapAdmin div.list { width: 400px; margin: 20px 0 0 140px; }

div.bcunavailable { width: 476px; height: 402px; border: 1px solid #999; background: #F1F1F1; padding: 5px; text-align: center; font-style: italic; }

#showListWrapper div.selectDay { width: 65px; font-size: 0.9em; white-space: nowrap; float: left; margin-left: 2px; }

div.edit.showSpeaker { width: 300px;  font-size: 12px; font-family: Arial, Helvetica, Sans-Serif; text-align: left; }
div.edit.showSpeaker h4 { font-size: 1.1em; margin: 0; font-weight: bold; color: #000; }
div.edit.showSpeaker h5 { font-size: 1em; margin: 0; font-weight: normal; }
div.edit.showSpeaker table { font-size: 1em; margin: 10px 0 20px 40px; }
div.edit.showSpeaker th { background: 0; }
div.edit.showSpeaker td.submit { text-align: right; }
div.edit.showSpeaker tr { border-bottom: 0 !important; }


#wideContent div.showAttendance { margin: 30px 0 0 100px; }
#wideContent div.showAttendance div.body { margin: 20px 0 0 40px; }
#wideContent div.showAttendance div.body ul { margin-left: 20px; }
#wideContent div.showAttendance h1 { font-size: 2em;  }
#wideContent div.showAttendance h2 { font-size: 1.8em;  }
#wideContent div.showAttendance div.results { margin: 30px 0 0 0; }
#wideContent div.showAttendance div.results h2 { margin: 10px 0 10px 0;  }

div.starsprite { background: url('/images/star_sprite.png') no-repeat; width: 68px; height: 13px; margin-left: 30px; }
div.starsprite.star5 { background-position: 0 0; }
div.starsprite.star4 { background-position: -13px 0; }
div.starsprite.star3 { background-position: -26px 0; }

div.starsprite.star4_5 { background-position: 0px -20px; }
div.starsprite.star3_5 { background-position: -15px -20px; }


 
div.surveyResponses div.response {  border: 1px solid #999;background: #F1F1F1; padding: 2px 4px 2px 4px; color: #000; margin: 20px 0 0 0; }


a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/icon/calendar.png) no-repeat;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

div.typeahead { width: 200px; border: 1px solid #999; z-index: 20; position: relative; top: 5px; }
div.typeahead div.item {  border-bottom: 1px dotted #999; background: #FFF; padding: 2px; }
div.typeahead div.item.last {  border-bottom: 0; }
div.typeahead div.item img { width: 30px; display: block; float: left;  }
div.typeahead div.item div.name { width: 130px; float: left; font-weight: bold; margin: 0 0 0 3px; }
div.typeahead div.item:hover { background-color: #ff6; cursor:pointer; }

div.selectedSpeakers div.spinner { width: 300px; background-color: #F1F1F1; border: 1px solid #999; margin-top: 20px; }
div.selectedSpeakers div.spinner img { margin: 20px 0 20px 145px; }





/* payment complete */

div.magazineReceipt {  margin: 40px 0 20px 100px; width: 650px; }
div.magazineReceipt h1 { margin: 0 0 30px 0; }
div.magazineReceipt table { margin: 20px 0 20px 40px;border-collapse:collapse; }

div.magazineReceipt h3 { text-align: center; font-family: Arial, Helvetica, sans-serif; margin: 10px 0 30px 0; }

div.magazineReceipt div.career20 { width: 350px; margin: 20px 0 20px 100px; border: 1px solid #999; background: #F1F1F1; padding: 20px; text-align: center; }

div.surveyComplete h1 { margin-bottom: 30px; }

div.surveyComplete div.abstract { width: 400px; float: left; }
div.surveyComplete div.abstract h3 { font-size: 1em; font-weight: bold;  }
div.surveyComplete div.abstract h4.download { margin: 20px 0 20px 0; text-align: center;  }
div.surveyComplete div.abstract h4.download a { color: #CC0000; }
div.surveyComplete ul.includes { margin-left: 30px; }


div.surveyComplete div.paul { margin: 30px 0 0 0; }
div.surveyComplete div.paul img { float: left; display: block; width: 68px; }

div.surveyComplete div.offers { float: left; width: 300px; margin: 0 0 0 30px; }
div.surveyComplete div.magazine { width: 200px; border: 1px solid #999; padding: 5px 2px 5px 2px; background-color: #F1F1F1; margin: 0 0 10px 0; text-align: center;}
div.surveyComplete div.magazine h3 { font-size: 1.1em; margin: 0 0 5px 0; }
div.surveyComplete div.magazine h4 { font-size: 1em; margin: 0; }
div.surveyComplete div.magazine h4 a { font-size: 1em; color: #CC0000; }

h3.copyTimeSlots { font-size: 1.5em; margin: 30px 0 20px 0; text-align: center;}
h3.copyTimeSlots a { color: #CC0000; }

div.topicWebSitesEditor { width: 320px; }

div.topicPreview { width: 500px;  }

div.sessionDetail { width: 600px; margin-left: 20px; }
div.sessionDetail div.abstract ul { margin-left: 30px; }
div.sessionDetail div.aboutSpeaker img { float: left; margin: 0 10px 10px 0; }
div.sessionDetail div.workshop-requirements h3 { color: #FF0000; }
div.sessionDetail div.workshop-requirements ul { margin: 10px 0 0 40px; }

#speakerContent div.topicPreviewButtons { margin: 0; border: 1px solid #999; background: #F1F1F1; padding: 5px; }
#speakerContent div.topicUpdateButton {  padding: 5px; }
#speakerContent div.topicUpdateButton input { width: 80px; }

div.iphonePage h3.appStore { text-align: center; margin: 30px 0 0 0; font-weight: bold; }
div.iphonePage h3.appStore a { color: #CC0000; }

#main-body div.main-content div.admin-order-list ul.hlink { margin: 5px; }
#main-body div.admin-order-list h1 { font-size: 22px; font-weight: bold; }


div.admin-order-list th.status { width: 70px; text-align: center; }

div.admin-order-list tr.Preview td.status { background: #FF6600; }
div.admin-order-list tr.Payment.Received td.status { background: #7DE578; }
div.admin-order-list tr.Awaiting.Payment td.status { background: #CC0000; }

div.admin-order-list div.order-summary { float: right; min-width: 200px; }
div.admin-order-list div.order-summary p { margin: 0 20px 10px 0; display: block; float: left; }
div.admin-order-list div.order-summary p label { font-weight: bold; }
div.admin-order-list ul.hlink.filter { border: 1px solid #999; border-radius: 5px;  }
div.admin-order-list ul.hlink.filter li { padding: 5px; display: block; float: left; }

/* speaker image */


#crop-speaker-image { width: 600px; }
#crop-speaker-image h1 { margin: 30px 0 10px 0; }
#crop-speaker-image h2 { margin: 0 0 20px 0; }

#crop-speaker-image h3 { font-size: 1.6em; color: #333; }

#crop-speaker-image div.img { margin: 20px 30px 0 0;  }
#crop-speaker-image div.rectangle div.img img { min-width: 130px;min-height: 173px; }
#crop-speaker-image div.img.original { margin-left: 20px; }

#crop-speaker-image div.rectangle { padding: 5px 5px 10px 5px; width: 700px;  }
#crop-speaker-image div.square { padding: 5px 5px 10px 5px; margin: 20px 0 20px 0;  width: 700px; }

#crop-speaker-image div.size { margin: 5px 0 0 20px; }
#crop-speaker-image div.size.small { color: #CC0000; }

#admin-crop-speaker-images div.img-wrapper { margin: 20px 0 0 0; float:left; max-width: 350px;  }
#admin-crop-speaker-images div.forms { margin: 20px 0 0 20px; float: left; width: 100px; }
#admin-crop-speaker-images form input[type='submit'] { width: 100px; }
#admin-crop-speaker-images div.spinner { padding: 10px; background: #FFF; border: 1px solid #999; width: 30px; height: 30px; }

#loading { position: absolute; background-color: #333; z-index: 100; width: 100%; height: 2000px; top: 0; left: 0; }
#loading div.message { margin: 200px auto 0 auto; width: 200px; height: 200px;vertical-align: middle; text-align: center; }
#loading div.message h3 { color: #FFF; }
#loading img { }

div.dayspinner { min-width: 500px; min-height: 400px; background-color: #999; border: 1px solid #999; }
div.dayspinner img { margin: auto; display: block; }


#speaker-topic-list td.apps { width: 60px; word-wrap: break-word;}

/* amazon match */

div.amazonMatch div.speaker { border-bottom: 1px dotted #999; margin: 0 0 20px 0; }
div.amazonMatch div.speaker.even { background: #F1F1F1; }
div.amazonMatch div.bio { float: left; width: 120px; margin-right: 20px; }
div.amazonMatch div.bio img { width: 100px; }
div.amazonMatch div.bio h3 { font-size: 1em; }
div.amazonMatch div.amazon { float: left; width: 650px; }
div.amazonMatch div.current { float: left; width: 150px; }
div.amazonMatch div.current div.item { text-align: center; }
div.amazonMatch div.current div.item b { font-size: 0.9em; }

div.amazonMatch div.speaker div.cover { float: left; margin: 5px 5px 0 0; width: 90px; display: block; }
div.amazonMatch div.speaker div.cover img { height: 90px; }
div.amazonMatch div.speaker div.item { border-bottom: 1px dotted #999; margin: 0 0 10px 0; }
div.amazonMatch div.speaker div.item.last { border-bottom: 0; }

div.amazonMatch div.speaker div.item h3 { font-size: 1.1em; }
div.amazonMatch div.speaker div.item div.title { float: left; width: 400px;  margin-right: 20px; }

div.preview-video-link { float: right; margin: 0 0 5px 5px; width: 90px; text-align: center; }

div.notesPage { background: #FFF; border: 1px solid #999; padding: 5px; }

div.text-link { float: right; margin: 0 0 10px 0; }

div.notesPage div.presentation { margin: 0 0 20px 0; border-bottom: 1px solid #000; }
div.notesPage div.presentation.last { border-bottom: 0; }

div.notesPage div.presentation div.hdr a.speaker-sm { display: block; width: 70px; float: left; }
div.notesPage div.presentation div.hdr div.title { margin-top: 10px; width: 630px; float: left; }
div.notesPage div.presentation div.hdr div.pdf { width: 60px; margin-top: 10px; float: left; }

div.notesPage div.presentation h3 { margin: 0 0 5px 0; font-size: 1.3em;  }
div.notesPage div.presentation h4 { font-size: 1em; margin-left: 20px;  }
div.notesPage div.presentation div.item { width: 600px; padding: 5px 0 5px 0; margin: 0 0 10px 100px; border-bottom: 1px dotted #999;}
div.notesPage div.presentation div.item div.text { white-space: pre-wrap; width: 500px; line-height: 20px; }
div.notesPage div.presentation div.item.last { border-bottom: none; }
div.notesPage div.presentation div.item div.page { float: right; font-size: 0.9em; color: #000; }


div.notesPage div.general { border-bottom: 1px solid #999; margin: 0 0 20px 0; }
div.notesPage div.general h3 { font-size: 1.3em;color: #0073BD; margin: 0 0 10px 0; }
div.notesPage div.general div.item { padding: 5px 0 5px 0; border-bottom: 1px dotted #999; margin: 0 0 10px 50px; }
div.notesPage div.general div.item.last { border-bottom: 0; }

table.itemTable.devices tr.overdue { background-color: #CC0000; color: #FFF; }
table.itemTable.devices tr.overdue a { color: #FFF; text-decoration: underline; }

div.ipad-page h3 { margin: 20px 0 10px 0; color: #333; font-size: 1.3em; }

div.ipad-page ul { margin-left: 30px; }

div.ipad-page img { margin: 0 0 30px 0; }
div.ipad-page li { margin: 0 0 10px 0; }
div.ipad-page ul.features { margin: 0 0 30px 30px; }
div.ipad-page div.screenshot { width: 350px; float: left; }
div.ipad-page div.screenshot h4 { font-size: 1.1em; }

#show-content div.check-access h2 { margin-bottom: 30px; }
#show-content div.check-access h3.warn { color: #CC0000; }

div.app-binary-wrapper div.image { float: left; width: 150px; }
div.app-binary-wrapper div.info { float: left; width: 450px; }

div.app-binary form { margin-top: 30px; }

div.ipad-page div.use-own-ipad-wrapper { width: 150px; float: right; margin: 0 0 10px 10px; }
div.ipad-page div.use-own-ipad-link { text-align: center; width: 150px; border: 1px solid #999; padding: 5px; background: #F1F1F1; margin: 0 0 20px 0; }
div.ipad-page div.use-own-ipad-link { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
div.ipad-page div.use-own-ipad-link h3 { text-align: center; color: #CC0000; margin: 0 0 2px 0; font-size: 1em;font-weight: bold;  }
div.ipad-page div.use-own-ipad-link a { color: #CC0000; }

div.ipad-page div.use-own-ipad-wrapper div.mobile-apps { width: 162px; margin: 0; text-align: center; }
div.ipad-page div.use-own-ipad-wrapper div.mobile-apps a { display: block; margin: 0 auto; }
div.ipad-page div.use-own-ipad-wrapper div.mobile-apps img { margin: 0; }



div.main-content div.ipadinstructions h2 { margin-bottom: 20px; }
div.main-content div.ipadinstructions ul { margin: 0 0 30px 30px; }
div.main-content div.ipadinstructions div.steps a.img { width: 300px; display: block; margin-bottom: 25px; }
div.main-content div.ipadinstructions div.steps img { width: 300px; display: block; border: 1px solid #000; }

div.workshop-requirements ul.list { margin: 0 0 20px 30px; }
div.workshop-requirements div.item ul { margin: 0 0 0 30px; }
div.workshop-requirements div.item { border-bottom: 2px solid #000; margin: 0 0 30px 0; }
div.workshop-requirements div.reqs {  }


div.workshop-requirements h2 { margin: 0 0 30px 0; }
div.workshop-requirements div.item div.head div.summary { float: left; width: 500px; }
div.workshop-requirements div.item div.head img { border: 1px solid #999; padding: 3px; background: #FFF; float: left; display: block;margin: 0 10px 10px 0; }
div.workshop-requirements div.item div.head h4 { margin: 0 0 5px 20px; }


div.topic-survey-admin { margin: 0 0 100px 100px; }
div.topic-survey-admin h3 { font-weight: bold; font-size: 1.3em; margin-top: 25px;  }
div.topic-survey-admin p.count { margin-top: 25px; }



#suadmin-show table.showsponsors img { max-width: 180px; }
#suadmin-show div.sponsor-list img { max-width: 180px; }

#suadmin-show div.writeJson a { display: block; margin: 0 0 0 10px; }

div.attendee-network { margin: 30px 0 0 50px; }
div.attendee-network h1 { margin: 0 0 30px 0; }
div.attendee-network form { margin: 0 0 30px 0; }
div.attendee-network div.attendee { width: 600px; margin: 5px 0 20px 0; border-bottom: 1px dotted #999; }
div.attendee-network div.attendee:last-child { border-bottom: 0; }
div.attendee-network div.attendee div.image { width: 60px; float:left; }
div.attendee-network div.attendee div.image img { border-radius: 8px; border: 1px solid #999; max-width: 48px; }
div.attendee-network div.attendee div.about { width: 400px; float:left; }
div.attendee-network div.attendee div.mail { width: 100px; float: left; margin: 10px 0 0 0; }
div.attendee-network div.attendee div.mail img { padding: 5px 5px 0 0; }
div.attendee-network div.attendee h3 { font-size: 14px; margin: 0 0 5px 0; }
div.attendee-network div.attendee address { font-size: 12px; margin: 0 0 5px 0; }
div.attendee-network div.attendee p { margin: 0; }


div.attendee-network-mail textarea { width: 400px; }
div.attendee-network-mail input[type='submit'] { float: right; }

div.attendee-network-mail div.attendee { width: 600px; margin: 5px 0 10px 0; }
div.attendee-network-mail div.attendee div.image { width: 60px; float:left; }
div.attendee-network-mail div.attendee div.image img { border-radius: 8px; border: 1px solid #999; }
div.attendee-network-mail div.attendee div.about { width: 400px; float:left; }

div.formWrapper.addsponsor { width: 300px; }
div.formWrapper.addsponsor h2 { margin: 0 0 15px 0; }
div.formWrapper.addsponsor label { display: block; float: left; width: 90px; }
div.formWrapper.addsponsor div.set { margin: 0 0 15px 0; }

#show-content div.show-video-list {  }
#show-content div.show-video-list div.item { margin: 0 0 40px 0; }
#show-content div.show-video-list div.item a.image { display: block; float: left; width: 100px; margin: 0 30px 0 0; }
#show-content div.show-video-list div.item a.image img { border: 1px solid #333;padding: 3px; }
#show-content div.show-video-list div.item a.image img { box-shadow: 5px 5px 2px #888; }
#show-content div.show-video-list div.item div.about { float: left; width: 480px; }
#show-content div.show-video-list div.item div.about p { padding: 0; margin: 0 0 5px 0; }
#show-content div.show-video-list div.item div.about h5 { font-size: 15px; text-align: center; }

#show-content div.show-video-list table { }

#show-content div.presentation-video-view { width: 900px; margin: 0 auto 100px auto; }
#show-content div.presentation-video-view div.video { float: left; width: 560px; margin: 0 40px 0 0;  }
#show-content div.presentation-video-view div.about { float: left; width: 300px; }
#show-content div.presentation-video-view div.about h4 { font-size: 14px; margin: 0 0 10px 0;  }
#show-content div.presentation-video-view div.about p { padding: 0; margin: 0 0 5px 0; }
#show-content div.presentation-video-view div.about img.speaker { float: left; border: 1px solid #333; padding: 3px; margin: 0 5px 5px 0; }

#show-content div.aboutSpeaker img { float: left; margin: 0 10px 10px 0; }

div.merge-accounts tr.primary { background: #fcf699; }
div.merge-accounts td.roles { white-space: normal;  }
div.merge-accounts td.shows { font-size: 0.8em;  }

div.login-shows { width: 600px; margin: 30px auto; }
div.login-shows h3 { font-weight: bold; }


div.presentation-recording { }
div.presentation-recording div.content { margin: 0 0 100px 50px; }
div.presentation-recording div#jp_container_1 { margin: 0 0 50px 0;  }
div.presentation-recording div#jp_container_1 div.jp-title li { font-weight: normal; }
div.presentation-recording div.about { width: 550px; margin: 0 0 50px 0; }
div.presentation-recording div.about h3 { font-weight: bold;font-size: 20px; margin: 0 0 10px 0;  }
div.presentation-recording div.about a.speaker-sm { margin: 0 10px 10px 0; }

div.specialRegistrationPage div.group-rates { }



ul.user-find-list { border: 1px solid #999; margin: 0; }
ul.user-find-list { list-style: none; }
ul.user-find-list li { border-bottom: 1px dotted #999;  font-size: 14px; margin: 0; }
ul.user-find-list li a { display: block; padding: 5px 10px 5px 10px; }
ul.user-find-list li.unpaid a { color: #CC0000; }
ul.user-find-list li.unpaid a span { float: right; }
ul.user-find-list li a:hover { background: #999; }
ul.user-find-list li:last-child { border-bottom: 0; }

#user-find-list { width: 200px; float: left; }
#user-badge-wrapper { width: 200px; float: left; }
#user-badge-submit { float: right; margin: 10px; }

#add-discount form { width: 300px; }
#add-discount form label { width: 80px;font-weight: bold; display: block; float: left;   }
#add-discount form div { margin: 0 0 10px 0; }
#add-discount form button { float: right; }

div.admin-order-list ul.hlink { margin-top: 10px; }

div.discount-form h1 { margin: 0 0 5px 0; }
div.discount-form h2 { margin: 0 0 20px 0; }

div.order-detail { margin: 30px 0 0 0; }
div.order-detail h3 { font-weight: bold; font-size: 1.1em;  }
div.order-detail div.detail { width: 500px; float: left; }
div.order-detail div.detail td { padding: 5px; }
div.order-detail div.col2 { width: 300px; float: left; }
div.order-detail table.payments { width: 480px; }
div.order-detail table.payments td.paypal-data { width: 400px;word-wrap: break-word; }

div.order-detail p label { font-weight: bold;  }

#main-body div.order div.preview div.ticket-lg-wrapper { min-width: 100px; float: right; }
#main-body div.order div.preview div.ticket-lg { border: 1px solid #999; padding: 3px; }
#main-body div.order div.preview div.ticket-lg { border-radius: 5px; text-align: center; }
#main-body div.order div.preview div.ticket-lg { font-size: 32px;  }
#main-body div.order div.preview div.ticket-lg h3 { font-size: 18px; }

div.admin-order-list tr.Awaiting-Payment { background: orange; }
div.admin-order-list-all tr.Awaiting-Payment { background: orange; }

div.admin-order-list-all div.dates-select { margin: 0 0 10px 0; }
div.admin-order-list-all div.dates-select input[type='text'] { width: 80px; }

div.admin-order-list-all div.dates-link { margin: 0 0 0 0; }
div.admin-order-list-all div.dates-link a { padding: 3px 10px; border-right: 1px dotted #999; }
div.admin-order-list-all div.dates-link a:last-child { border-right: 0; }


div.admin-order-list-all div.list-filter-wrapper { height: 0; width: 400px; float: right; margin: 10px 0 10px 0; }
div.admin-order-list-all a.magnify { float: right; display: block; margin: 0 0 10px 0; }
div.admin-order-list-all div.list-filter { background: #FFF; width: 350px; position: relative;top: -40px; left: -100px; z-index: 1; padding: 10px; border: 2px solid #000; border-radius: 10px; }
div.admin-order-list-all div.list-filter div.item { border-bottom: 1px dotted #999; padding: 10px 0; margin: 0 auto; }
div.admin-order-list-all div.list-filter div.item:last-child { border-bottom: 0; margin-bottom: 10px; }

div#regConfig #method form { margin: 30px 0 0 50px; }
div#regConfig #method form div { padding: 5px; margin: 0 0 5px 0; }

table.admin-order tr.not-paid { background: orange; }

/* schedule-builder */

#schedule-builder { min-height: 400px; font-family: Arial, Helvetica, clean, sans-serif; font-size: 16px;  }
#schedule-builder h2, #schedule-builder h3, #schedule-builder h4, #schedule-builder h5 { font-family: Arial, Helvetica, clean, sans-serif; }
#schedule-builder h3 { font-size: 16px; }
#schedule-builder h4 { font-size: 16px; }

#schedule-builder div.schedule div.day { margin: 0 0 50px 0; }

#schedule-builder div.buttons { margin: 0 0 20px 0;  }
#schedule-builder div.buttons a { display: block; float: left; border: 1px solid #999; padding: 5px; margin: 0 20px 0 0; }
#schedule-builder div.buttons a { width: 65px; height: 60px; text-align: center; }
#schedule-builder div.buttons a { background: #f1f1f1; font-size: 12px; border-radius: 8px; }
#schedule-builder div.buttons a:last-child { margin-right: 0; }
#schedule-builder div.buttons a:hover { background: #FFFF99; }
#schedule-builder div.buttons a img { display: block; height: 40px; margin: 0 auto 2px auto; }
#schedule-builder div.buttons a.current { background: #FFCC33; }

#schedule-builder div.buttons a { box-shadow: inset 0 0 6px #666; }

#schedule-builder tr.rooms th h3 { font-size: 13px; }


#schedule-builder div.progress { width: 500px; margin: 100px auto;}

#schedule-builder div.copy-slots { text-align: center; margin: 0 0 20px 0; font-size: 1.5em; }
#schedule-builder div.copy-slots a { color: #CC0000; text-decoration: underline; }



#schedule-builder div.schedule h3 { font-size: 14px; }
#schedule-builder div.schedule h3.day { float: left; }
#schedule-builder div.schedule h3.zone { float: right; margin: 0 10px 0 0; }

#schedule-builder div.schedule div.itinerary-star img { width: 20px; }

#schedule-builder div.schedule div.keynote {  border: 1px solid #999; margin: 5px; padding: 3px; }

#schedule-builder div.schedule table { max-width: 99%;min-width: 800px; background: #FFF; }
#schedule-builder div.schedule table { font-size: 0.8em; }
#schedule-builder div.schedule table td { border: 1px solid #999; padding: 3px; }
#schedule-builder div.schedule table td.time { padding: 1px;  }
#schedule-builder div.schedule table th { border: 1px solid #999; padding: 2px; }

#schedule-builder div.schedule table tr.rooms th { font-size: 1.2em; font-weight: bold; padding: 5px; text-align: center; }
#schedule-builder div.schedule table tr.rooms th h3 { color: blue; }
#schedule-builder div.schedule table tr.rooms th h4 { font-size: 0.9em; font-weight: bold; }
#schedule-builder div.schedule table tr.rooms th:hover { cursor: pointer; background: #FFFFCC;   }
#schedule-builder div.schedule table tr.rooms form { margin: 0; padding: 0;  }

#schedule-builder div.schedule table td.time:hover { cursor: pointer; background: #FFFFCC; }
#schedule-builder div.schedule table td.presentation { height: 100px; word-wrap: break-word; overflow: hidden; vertical-align: top; }
#schedule-builder div.schedule table td.presentation div.pr-wrapper { word-wrap: break-word; overflow: hidden; }
#schedule-builder div.schedule table td.presentation:hover { cursor: pointer; background: #FFFFCC; }
#schedule-builder div.schedule table td.presentation h4.title { color: blue; font-weight: normal; margin: 0 0 5px 0; }
#schedule-builder div.schedule table td.workshop h4.title { color: blue; font-weight: normal; margin: 0 0 5px 0; }
#schedule-builder div.schedule table td.workshop:hover { cursor: pointer; background: #FFFFCC; }
#schedule-builder div.schedule table td.keynote h4.title { color: blue; font-weight: normal; margin: 0 0 5px 0; }
#schedule-builder div.schedule table td.keynote:hover { cursor: pointer; background: #FFFFCC; }
#schedule-builder div.schedule table td.break { background: #F1F1F1; }
#schedule-builder div.schedule table tr.rooms th { background: #F1F1F1; }
#schedule-builder div.schedule table tr.subevents th { background: #F1F1F1; font-weight: bold; font-size: 1.2em; }

#schedule-builder div.schedule table td.presentation h5.selection-count { font-weight: bold; font-size: 1.2em; float: right; display: inline;  }

#schedule-builder div.schedule div.rooms-5 td.presentation { width: 18.5%; }
#schedule-builder div.schedule div.rooms-6 td.presentation { width: 15.5%; }

#schedule-builder div.schedule div.rooms-7 td.presentation { width: 13.5%; }
#schedule-builder div.schedule div.rooms-8 td.presentation { width: 11.8%; }
#schedule-builder div.schedule div.rooms-8 td.presentation div.pr-wrapper { width: 60px; }
#schedule-builder div.schedule div.rooms-9 td.presentation { width: 10%; }
#schedule-builder div.schedule div.rooms-9 td.presentation div.pr-wrapper { width: 60px; }
#schedule-builder div.schedule div.rooms-10 td.presentation  { width: 10%; }
#schedule-builder div.schedule div.rooms-10 td.presentation div.pr-wrapper { width: 60px; }
#schedule-builder div.schedule div.rooms-11 td.presentation { width: 9%; }
#schedule-builder div.schedule div.rooms-11 td.presentation div.pr-wrapper { width: 60px; }
#schedule-builder div.schedule div.rooms-12 td.presentation { width: 8%; }
#schedule-builder div.schedule div.rooms-12 td.presentation div.pr-wrapper { width: 50px; }

#schedule-builder div.schedule div.rooms-9 tr.rooms th.room { width: 10%; }


#schedule-builder div.schedule table { font-size: 12px; }
#schedule-builder div.schedule table h4 { font-size: 12px; }
#schedule-builder div.schedule table h5 { font-size: 11px; }


#schedule-builder div.schedule td.presentation.last-add { border: 2px solid #99CCFF; background: #FFFFCC; }
#schedule-builder div.schedule td.presentation.featured { background: #FFFF99; }

#schedule-builder div.schedule table td.time { width: 60px; font-size: 0.9em; white-space: nowrap; }

#schedule-builder h4, #schedule-builder h5 { font-weight: normal; }

div.drag-helper { position: absolute;  }
div.drag-helper div.helper-content { width: 100px; height: 100px; background: #FFFF99; padding: 3px; border: 2px dotted #6699CC; }
div.drag-helper { overflow: hidden; }
div.drag-helper h3 { font-size: 12px; font-weight: bold; margin: 0; padding: 0; line-height: 15px; }
div.drag-helper h4 { font-size: 10px; font-weight: normal; }

#schedule-builder div.schedule td.presentation.drop-hover { border-color: #33CCFF; background: #FFCC33; }


div.presentation-add { min-height: 600px; text-align: left; font-family: Arial, Helvetica, Sans-serif !important; }

div.presentation-add div.top-link-wrapper { float: right; height: 0; width: 195px; }
div.presentation-add div.view-links { display: block; margin: 0 0 10px 0; font-size: 1.2em; font-weight: bold; }
div.presentation-add div.view-links a { text-align: center; display: block; float: left; border: 1px solid #999; background: #FFF; color: blue; padding: 2px 15px; }
div.presentation-add div.view-links a:nth-child(1) { border-right: 0; }
div.presentation-add div.view-links a:hover { background: #FFFF99; }

div.presentation-add div.slot-info { font-size: 1em; }
div.presentation-add div.slot-info b { font-size: 1.1em; }


div.presentation-add div.speakers-wrapper { max-height: 600px; overflow: auto; text-align: center; width: 100px; float: left; }
div.presentation-add div.speakers-wrapper a { color: blue; }
div.presentation-add div.speakers { border: 1px solid #999;  background: #fff; }
div.presentation-add div.speakers div.speaker-link { display: block; padding: 5px; border-bottom: 1px dotted #999; font-weight: bold; }
div.presentation-add div.speakers div.speaker-link:last-child { border-bottom: 1px none #999; }
div.presentation-add div.speakers div.speaker-link:hover { background: #FFFF99; cursor: pointer; }
div.presentation-add div.speakers div.speaker-link img { border: 1px solid #999; padding: 2px; }

div.presentation-add div.speakers.hide-images { text-align: left; }

div.presentation-add div.speakers h4 { font-size: 1em; line-height: 1.2em; margin-bottom: 2px; }

div.presentation-add div.speaker { text-align: left; float: left; margin: 0 0 0 20px; width: 78%; }
div.presentation-add div.speaker h3 { font-weight: bold; font-size: 1.2em; }
div.presentation-add div.speaker div.head { margin: 0 0 5px 0; }
div.presentation-add div.speaker div.head img { display: block; float: left; border: 1px solid #999; padding: 2px; }
div.presentation-add div.speaker div.basic-info { float: left; margin: 0 0 0 20px; }

div.presentation-add div.speaker table.topics { width: 100%; }
div.presentation-add div.speaker table.topics { font-size: 1.2em; }
div.presentation-add div.speaker table.topics tr:nth-child(odd) td { background: #F1f1f1; }
div.presentation-add div.speaker table.topics tr.scheduled td { background: #FFCC66; }

#schedule-builder table.itemTable th { font-weight: bold;  }
#schedule-builder table.itemTable th a { color: blue; }
div.presentation-add table.itemTable th a { color: blue; }

div.presentation-add div.speaker form { margin: 0; }
div.presentation-add div.speaker form input[type='text'] { width: 250px; }

div.presentation-add div.topic-preview-wrapper { height: 0; z-index: 300; position: relative; left: 50px; top: 30px; }
div.presentation-add div.topic-preview { border-radius: 8px; font-size: 16px; line-height: 19px; border: 5px solid #000; background: #FFF; padding: 5px; width: 600px; }
div.presentation-add div.topic-preview div.head h3  { display: inline; }
div.presentation-add div.topic-preview div.head img  { float: right; }
div.presentation-add div.topic-preview:hover { cursor: pointer; }

div.presentation-add div.topics-wrapper { max-height: 475px; overflow: auto; }
div.presentation-add div.topics-wrapper button.add-group { float: left; font-size: 1.3em; }
div.presentation-add div.topics-wrapper div.subevent { float: right; }
div.presentation-add div.topics-wrapper div.subevent label { display: inline; font-weight: bold; font-size: 1.3em; }
div.presentation-add div.topics-wrapper div.subevent select { display: inline; margin: 0;  }
div.presentation-add table.topics td.title:hover { cursor: pointer; background-color: #FFFFCC; }

div.presentation-add div.sessions-view { min-height: 300px; }
div.presentation-add div.sessions-view img.speaker { border: 1px solid #000; background: #FFF; padding: 2px; }

#schedule-builder h2 { margin: 0 0 20px 0; }
#schedule-builder div.speaker-list td img.speaker { display: block; float: left; margin: 0 10px 0 0; border: 1px solid #999; padding: 2px; }
#schedule-builder div.speaker-list td div.about { float: left;  width: 300px; }
#schedule-builder div.speaker-list td.presentationCount { text-align: center; }
#schedule-builder div.speaker-list div.button { display: block; float: right; margin: 0 20px 10px 10px; }
#schedule-builder div.speaker-list a {  }
#schedule-builder div.speaker-list h2 { margin: 0 0 20px 0; }
#schedule-builder div.speaker-list form { float: left; }
#schedule-builder div.speaker-list a.back { display: block; float: right; margin: 0 20px 20px 0; }

#schedule-builder div.speaker-list td.drop-hover { border-color: #33CCFF; background: #FFCC33; }
#schedule-builder div.speaker-list div.movable-speaker { }
#schedule-builder div.speaker-drag-helper { background: #FFFF99;  width: 500px; border: 1px solid #999;padding: 5px; }
#schedule-builder div.speaker-drag-helper img { background: #FFF; float: left; display: block; }
#schedule-builder div.speaker-drag-helper h4 { float: left; }


#schedule-builder div.speaker-list.order td:hover { cursor: pointer; }

div.presentation-edit {  }
div.presentation-edit div.presentation { margin: 0; }
div.presentation-edit div.header { margin: 0 0 10px 0;  }
div.presentation-edit img.speaker { float: left; display:block; padding: 2px; border: 1px solid #999; }
div.presentation-edit div.title { float: left; display:block; width: 300px; }
div.presentation-edit form.presentation-delete { float: right; display:block; width: 100px; }

div.presentation-edit #video form { width: 500px; }
div.presentation-edit #video form textarea { background: #FFF; width: 100%; }
div.presentation-edit #video form button { float: right; }

div.presentation-edit h2 { color: #000; font-size: 1.5em; font-weight: bold; margin: 0 0 5px 0; }
div.presentation-edit h4.names { margin: 0 0 5px 20px; }
div.presentation-edit h4.time { margin: 0 0 0 20px; }
div.presentation-edit h4.presentationId { margin: 0 0 0 20px; }
div.presentation-edit form { margin: 0 0 10px 0; }
div.presentation-edit form div { margin: 0 0 10px 0; }

div.presentation-edit  h3 { font-weight: bold; font-size: 1.3em; }

div.slot-edit { height: 300px; font-size: 14px; }
div.slot-edit h3 { font-weight: bold; font-size: 1.5em; margin: 0 0 20px 0; }
div.slot-edit form div { margin: 0 0 10px 0; }

div.slot-edit div.time-edit { margin: 0 0 20px 0; }

div.slot-edit label { display: block; float: left; padding: 7px 0 0 0; margin: 0 10px 0 0; font-weight: bold; font-size: 14px;  }
div.slot-edit div.control-group input[type='text'] { line-height: 20px; padding-bottom: 8px; width: 60px; }
div.slot-edit div.control-group button { padding: 0 12px 7px 12px; }

div.slot-edit div.buttons { float: right; margin: 20px 50px 0 0; }

#schedule-builder div.presentation-edit div.speakers { margin: 0 0 30px 0; }
#schedule-builder div.presentation-edit div.speakers table { margin: 0 0 20px 0; }
#schedule-builder div.presentation-edit div.speakers img.bio { border: 1px solid #999; padding: 2px; }


#speaker-add div.matches { width: 400px; border: 1px solid #999; background: #FFF; }
#speaker-add div.matches div.speaker { border-bottom: 1px dotted #999; padding: 2px; }
#speaker-add div.matches div.speaker:nth-child(even) { background: #F1F1F1; }
#speaker-add div.matches div.speaker:last-child { border-bottom: none; }
#speaker-add img { border: 1px solid #999;padding: 2px; display: block; float: left; margin: 0 5px 0 0; }
#speaker-add div.about { float: left; width: 250px; }
#speaker-add div.add { float: left; width: 50px; }

#schedule-builder div.rooms div.table-wrapper { width: 480px; float: left; }
#schedule-builder div.rooms div.add { float: left; margin: 0 0 0 5px; }

#schedule-builder div.rooms table { margin: 0 0 30px 0; }
#schedule-builder div.rooms form button { height: 25px; display: inline-block; }
#schedule-builder div.rooms tr:hover { cursor: pointer; background: #FFFFCC; }

#schedule-builder div.room-edit { margin: 0 0 0 50px; }
#schedule-builder div.room-edit div.days div { margin: 0 0 10px 20px; }
#schedule-builder div.room-edit div.days input { margin: 0 10px 10px 0; }
#schedule-builder div.room-edit button { float: left; }


#schedule-builder div.subevents div.table-wrapper { float: left; }
#schedule-builder div.subevents div.table-wrapper button.add { float: right; }


#schedule-builder div.subevents div.sub-event-edit { width: 300px; margin: 0 0 0 30px; float: left; }
#schedule-builder div.subevents div.sub-event-add { width: 300px; margin: 0 0 0 30px; float: left; }

#schedule-builder div.edit-form-wrapper { border: 1px solid #999; border-radius: 10px;padding: 5px; background: #F1F1F1; }

form.vertical h3 { font-size: 1.5em; margin: 0 0 20px 0; }
form.vertical label { display: block; float: left; min-width: 100px; }
form.vertical button.submit { float: right; }

form.vertical div.check input[type='checkbox'] { float: left; margin: 0 10px 0 0; }
form.vertical div.check { margin: 0 0 10px 0; font-size: 1.1em; }

form.vertical div:after {
 	clear: both;
 	content: ".";
 	display: block;
 	height: 0;
 	width: 0;
 	visibility: hidden;
}

#schedule-builder form div:after {
 	clear: both;
 	content: ".";
 	display: block;
 	height: 0;
 	width: 0;
 	visibility: hidden;
}

#schedule-builder form div label { display: block; float: left; font-weight: bold; }
#schedule-builder form div input { display: block; float: left; }
#schedule-builder form h3 { font-weight: bold; font-size: 1.3em; margin: 0 0 20px 0; }

#schedule-builder div.tracks div.table-wrapper { float: left; width: 400px; }
#schedule-builder div.tracks div.add { float: left; width: 300px; margin: 0 0 0 20px; }
#schedule-builder div.tracks div.update { float: left; width: 300px; margin: 0 0 0 20px; }
#schedule-builder div.tracks button.add { float: right; }

#schedule-builder a.back { display: block; float: right; margin: 0 30px 10px 0; }

#schedule-builder div.sessions form.find { float: left; }
#schedule-builder div.sessions button.add { float: right; }
#schedule-builder div.sessions table img.speaker { padding: 2px; border: 1px solid #000; background: #FFF; }

#schedule-builder div.sessions { width: 800px; }
#schedule-builder div.sessions div.table-wrapper { float: left; width: 650px; }
#schedule-builder div.sessions.compare div.table-wrapper { width: 500px; }
#schedule-builder div.sessions table { font-size: 0.8em; }
#schedule-builder div.sessions table td.time { font-size: 0.7em; }

#schedule-builder div.sessions.compare div.dates { margin: 0 0 20px 0; }

#schedule-builder div.sessions div.speaker-filter { width: 135px; margin: 25px 0 0 10px; }
#schedule-builder div.sessions.compare div.speaker-filter { width: 180px; margin: 85px 0 0 20px;  }

#schedule-builder div.sessions div.speaker-filter { font-size: 0.8em; float: left;  border: 1px solid #999; }
#schedule-builder div.sessions div.speaker-filter ul { list-style: none; background: #FFF; }
#schedule-builder div.sessions div.speaker-filter ul li { border-bottom: 1px dotted #999; padding: 3px;  }
#schedule-builder div.sessions div.speaker-filter ul li:first-child { border-bottom: 1px solid #999; padding: 3px;  }
#schedule-builder div.sessions div.speaker-filter ul h3 { font-weight: bold; }
#schedule-builder div.sessions div.speaker-filter ul li:nth-child(even) { background: #f1f1f1;  }
#schedule-builder div.sessions div.speaker-filter ul li:hover { cursor: pointer; background: #FFFFCC; }
#schedule-builder div.sessions div.speaker-filter ul li:last-child { border-bottom: 0;  }

div.room-drag-helper { width: 500px; height: 40px; background: #FFFF99; padding: 3px; border: 2px dotted #6699CC; }
div.room-drag-helper { overflow: hidden; }
div.room-drag-helper h3 { font-size: 12px; font-weight: bold; margin: 0; padding: 0; line-height: 15px; }
div.room-drag-helper h4 { font-size: 10px; font-weight: normal; }

.room-drop-hover td { border-color: #33CCFF; background: #FFFF66; }

/* schedule-builder end */

#presentation-recording-instructions ul { list-style: decimal; margin: 0 0 30px 30px; }
#presentation-recording-instructions div.screenshots img { display: block; margin: 0 0 30px 0; }
#presentation-recording-instructions div.screenshots h3 { font-weight: bold; }

#mobile-banner { display: block; position: fixed; top: 0; left: 0; bottom: 0; z-index: 400; width: 100%; height: 100px; background: #F1F1F1; border-bottom: 1px solid #999;}
#mobile-banner h2 { font-size: 80px; margin: 10px auto; text-align: center; width: 90%; float: left; }
#mobile-banner h2 a { color: #CC0000; text-decoration: underline; }

#mobile-banner a.close { display: block; float: right; margin: 20px 20px 0 0; }

@media screen and (min-width: 1000px) {
    #mobile-banner { display: none; }
}

div.jp-duration { display: none !important; }

div.image-set div.preview  { width: 690px; margin-right: 50px; float: left; }
div.image-set div.preview div.image { width: 150px; height: 100px; float: left;  margin: 0 20px 20px 0; }
div.image-set div.preview div.image img { display: block; width: 150px; border: 1px solid #999; padding: 5px; background: #FFF; }
div.image-set div.preview div.image img.selected { border: 2px solid #CC0000; }
div.image-set div.preview div.image img:hover { cursor: pointer; }
div.image-set div.preview div.delete { margin: 0 0 30px 0; }
div.image-set div.preview div.delete button { float: right; }

div.image-set div.preview input[type='file'] { background: #FFF; width: 200px; }
div.image-set div.preview div.merge { margin: 30px; }


div.image-set div.merged { width: 160px; float: left; }
div.image-set div.merged img { width: 150px; border: 1px solid #000; padding: 5px; background: #FFF;  }

div.image-set div.bg { position: absolute; z-index: 99; top: 0; left: 0; width: 100%; height: 3000px; background: #999; opacity: 0.55; }
div.image-set div#selected-image { position: absolute; z-index: 100; width: 550px; height: 280px; background: #FFF; border: 1px solid #000; padding: 5px; }
div.image-set div#selected-image { left: 50%; top: 50%; margin-left: -275px;margin-top: -150px;  }
div.image-set div#selected-image img.target { float: left; border: 1px solid #999; }
div.image-set div#selected-image div.action { float: right; width: 30px; }
div.image-set div#selected-image div.action img.close { float: right; }
div.image-set div#selected-image div.action img.close:hover { cursor: pointer; }
div.image-set div#selected-image div.action img.delete { width: 35px; margin: 100px 5px 0 0; }
div.image-set div#selected-image div.action img.delete:hover { cursor: pointer; }

#topic-speaker-update h4 { font-weight: normal; margin: 0 0 3px 0; }
#topic-speaker-update h5 { font-weight: normal; }

#workshop-upgrade  { width: 600px; margin: 20px auto 100px auto; }
#workshop-upgrade p { font-size: 13px; }
#workshop-upgrade form {  margin: 30px 0 100px 0; width: 350px; display: block; }
#workshop-upgrade form label { width: 120px; display: block; float: left; }
#workshop-upgrade form label, #workshop-upgrade form input, #workshop-upgrade form button, #workshop-upgrade form select,  #workshop-upgrade form span { font-size: 17px; }
#workshop-upgrade form div:after { clear: both;
                             	content: ".";
                             	display: block;
                             	height: 0;
                             	width: 0;
                             	visibility: hidden; }
#workshop-upgrade form div { margin: 0 0 10px 0; }
#workshop-upgrade form div input { display: block; float: left; }
#workshop-upgrade form select { width: 200px;}
#workshop-upgrade form button { float: right; }

div.promoorder-user h2 { margin: 0 0 20px 0; }
div.promoorder-user div.summary { margin: 0 0 20px 20px; }
div.promoorder-user div.summary div { margin: 0 0 10px 0; }
div.promoorder-user div.summary label { font-weight: bold;  }
div.promoorder-user div.left { float: left; }
div.promoorder-user div.credits { border: 1px solid #999; border-radius: 10px; background: #F1F1F1; padding: 5px; }
div.promoorder-user div.credits h3 { font-weight: bold; }
div.promoorder-user div.credits p { margin: 0 0 5px 0; }

div.promoorder-order-ticket { margin: 0 0 100px 100px; }
div.promoorder-order-ticket h1 { margin: 0 0 5px 0; }
div.promoorder-order-ticket h2 { margin: 0 0 5px 0; }
div.promoorder-order-ticket h3 { margin: 0 0 30px 0; }
div.promoorder-order-ticket form.order-form h3 { font-size: 17px; font-weight: bold; margin: 0 0 20px 0; }
div.promoorder-order-ticket form.order-form { width: 300px; margin: 0 0 0 50px; }
div.promoorder-order-ticket form.order-form div { margin: 0 0 10px 0; }
div.promoorder-order-ticket form.order-form div label { display: block;  }
div.promoorder-order-ticket form.order-form input { font-size: 17px; }
div.promoorder-order-ticket form.order-form button { font-size: 17px; }
div.promoorder-order-ticket form.order-form input[type='text'] { width: 300px; }
div.promoorder-order-ticket form.order-form div.buttons { float: right; }

#main-body div.promoorder-order-ticket div.select-attendee h3 { margin: 0 0 10px 0; color: #E49E19; font-size: 1.2em; }
div.promoorder-order-ticket div.select-attendee { margin: 0 0 40px 50px; }
div.promoorder-order-ticket div.select-attendee form button { font-size: 17px; }

div.promoorder-order-ticket h3.or { color: #000; margin: 30px 0 30px 50px; }

div.promooffer-user-selectticket h1 { margin: 0 0 5px 0; }
div.promooffer-user-selectticket h2 { margin: 0 0 30px 0; }



/*
div.rolenav 	{ position:relative; left:0; background: #F1F1F1; color: #000; border-top: 1px solid #999; width: 100%; float: left; padding: 2px 0 2px 0;  }
*/

div.rolenav 	{ color: #000; width: 100%; float: left; padding: 0;  }

div.rolenav.last { border-bottom: 1px solid #999999;  }

div.rolenav ul	{ list-style: none; margin: 0; padding: 0; }
div.rolenav ul li { float: left; margin: 0; padding: 0; border-right: 1px dotted #995a15;  }
div.rolenav ul li a { display: block; padding: 5px 5px 4px 5px;  }
div.rolenav ul li strong { display: block; padding: 5px 5px 4px 5px;  }
div.rolenav ul li.last {  border-right: 0;  }
div.rolenav ul li.label {  font-weight: bold; border-right: 0; padding: 5px 2px 4px 10px; }

div.rolenav	a:link, div.rolenav	a:visited 			{ color: #000; text-decoration: none; }
div.rolenav	a:hover, div.rolenav a:visited:hover	{ color: #000; text-decoration: underline; }

#content-admin { padding:30px 33px 40px 33px; background: #FFF; }
#content-admin h1 { font-size: 24px; color: #333; }
#content-admin a { color: #019DDD; }

#speaker-update { padding:30px 33px 40px 33px;background: #FFF; }

#speaker-update h1 img { border: 1px solid #000000; height: 56px; padding: 2px; }
#speaker-update h1 a { margin: 0 10px 0 0; }
#speaker-update h1 { font-size: 2.5em; color: #019DDD; }
#speaker-update a { color: #019DDD; }

#suadmin-show {  padding: 25px 0 0 0; background: #FFF; }
#suadmin-show h1 { font-size: 24px; color: #333; line-height: 26px; }
#suadmin-show a { color: #019DDD; }


/*
#suadmin-show div.main { float: left; width: 800px; overflow: hidden; margin: 0 0 0 10px; }
#suadmin-show div.links { float: left; width: 130px; margin: 0 10px 0 10px;  }
*/

#suadmin-show div.main { float: left; width: 98%; overflow: hidden; margin: 0 0 0 10px; }
#suadmin-show div.links { display: none; }

#suadmin-show.show-menu div.main { float: left; width: 84%; }
#suadmin-show.show-menu div.links { display: block; float: left; width: 12%; margin: 30px 0 0 20px; }

#suadmin-show div.links h3 { background: #c9c8c8; }
#suadmin-show div.links div.group { background: #FFF; }

#suadmin-menu-changer { margin: 0 10px 5px 0; }


div.admin-show-menu ul.status { width: 100px; }

div.verticalForm input[type='text'] { display: block; margin-bottom: 10px; }
div.verticalForm label { display: block; }
div.verticalForm div.set label { float: left; margin: 0 20px 0 0; }
div.verticalForm div.set { display: block; margin: 0 0 10px 0; }
div.verticalForm div.set input[type='text'] { float: left; }
div.verticalForm input[type='text'] { margin-left: 0;margin-right: 20px; }
div.verticalForm input[type='password'] { margin-left: 0;margin-right: 20px; }
div.verticalForm div.checkbox input { display: inline;}
div.verticalForm div.checkbox label { display: inline; margin-top: 10px; }

div.specialRegistrationPage { margin: 30px 0 30px 30px; width: 700px;  }
div.specialRegistrationPage form { margin: 0 0 0 0; }

div.specialRegistrationPage h3 { font-family: Arial, Helvetica, Sans-Serif; font-size: 1.3em; color: #000; font-weight: bold; }

div.specialRegistrationPage table.ratePackages th.package { width: 280px; font-size: 1em; text-align: left;}
div.specialRegistrationPage table.ratePackages th { font-size: 0.9em; vertical-align: bottom; text-align: center; }
div.specialRegistrationPage table.ratePackages .select { width: 100px; text-align: center; }
div.specialRegistrationPage table.ratePackages .rate { text-align: center; width: 100px; }
div.specialRegistrationPage table.ratePackages div.description { font-size: 0.9em; font-style: italic; margin-left: 20px; }
div.specialRegistrationPage table.ratePackages div.submit { margin-right: 30px; }

div.specialRegistrationPage.superEarlyBird table.ratePackages th.package  { width: 280px; }
div.specialRegistrationPage.earlyBird table.ratePackages th.package  { width: 370px; }
div.specialRegistrationPage.regular table.ratePackages th.package  { width: 460px; }


/* speaker bio */

#speakerBio { padding: 0 30px 30px 30px; }
#speakerBio div.column { float: left; }
#speakerBio div.column.first { width: 20%; }
#speakerBio div.column.second { width: 78%; }
#speakerBio div.column.first ul { list-style: none; }

#speakerBio div.intro { margin: 30px 30px 0 20px;
    background:transparent url(/images/bg/image_border_0.gif) repeat-y scroll 135px 50%;
}

#speakerBio div.intro h2 {
    background:#CFCFCF none repeat scroll 0 0;
    border-bottom:1px dotted #000000;
    border-top:1px dotted #000000;
    color:#000000;
    font-size:1em;
    font-weight:normal;
    margin:0 0 5px;
    padding:5px 0 5px 10px !important;
    }


#speakerBio div.intro div.image { float: left; display: block; margin: 0 10px 10px 0; width: 135px; }
#speakerBio div.intro div.image img.speaker { width: 130px; }
#speakerBio div.intro div.image img.twitter { width: 100px; margin: 15px 0 0 15px; }
#speakerBio div.intro div.bio { float: left; width: 500px; }

#speakerBio div.speakerContent { margin: 30px 0 0 0; }
#speakerBio div.speakerContent h2 { margin-left: -12px; }
#speakerBio div.speakerContent h3 { font-size: 1.2em; margin: 10px 0 5px -5px; }

#speakerBio div.item { float: left; width: 330px; margin: 0 20px 20px 0; padding-right: 10px; }
#speakerBio div.item table.itemTable { margin-top: 0; }
#speakerBio div.speakerContent h3, #speakerBio div.speakerContent h4 { font-family: Arial, Helvetica, sans-serif; }
#speakerBio div.item h4 { font-size: 0.95em; font-style: italic; margin: 2px 0 2px 0; }
#speakerBio div.item a { text-decoration: none; }

#speakerBio div.blogs a.more { float: right; display: block; margin: 10px; font-size: 1.2em; font-weight: bold; }


#speakerBio div.presentations ul { list-style: none;  }
#speakerBio div.presentationsLong { margin: 10px 0 30px 0; }
#speakerBio div.presentationsLong h3 { font-size: 1.3em; color: #106293; }

#speakerBio div.video div.image { display: block; float: left; padding: 5px; margin: 0 10px 10px 0; border: 1px solid #999; }
#speakerBio div.video div.image img { width: 120px; display: block;  }

#speakerBio div.video div.abstract { display: block; float: left; }
#speakerBio div.video a { font-size: 1.3em; color: #106293; }

#speakerBio div.show { font-size: 1em; margin: 3px 0 3px 0; }
#speakerBio div.show div.name { float:left; width: 300px; margin: 0;  }
#speakerBio div.show div.location { float:left; width: 180px;   }
#speakerBio div.show div.dates { float:left; width: 120px;  }


#speakerBio div.book { background: url(/images/bg/image_border_0.gif) repeat-y 150px; margin-bottom: 20px; }
#speakerBio div.book div.image { float: left; width: 150px;  }
#speakerBio div.book div.image img.book { width: 134px; }
#speakerBio div.book div.image div.price { margin: 0 0 20px 0; }
#speakerBio div.book div.image img.amazon { margin: 10px 0 10px 0; border: 0; }
#speakerBio div.book div.image span.price { color: #990000;font-weight:bold; }
#speakerBio div.book div.abstract { float: left; padding: 8px 0 0 10px; width: 575px; }

#speakerBio div.book h2 { background: #CFCFCF; color: #000; font-size: 1em; font-weight: normal; border-top: 1px dotted #000;border-bottom: 1px dotted #000; padding: 5px 0 5px 10px !important; margin: 0 0 5px 0; }
#speakerBio div.book h2 a { text-decoration: none; font-weight: bold; }
#speakerBio div.book h2 a:hover { color: #EFCE52; }
#speakerBio div.book h2 div.termValue { font-size: 0.9em; font-style: italic; padding: 0 15px 0 0; }


* show speaker bio */


div.speakerBio.intro { margin: 30px 30px 0 20px;
    background:transparent url(/images/bg/image_border_0.gif) repeat-y scroll 135px 50%;
}


div.speakerBio { margin: 0 0 0 20px; }
#show-content div.speakerBio.intro h2 { margin: 0 0 10px 0; }
div.speakerBio.intro div.image { float: left; display: block; margin: 0 10px 10px 0; width: 115px; }
div.speakerBio.intro div.image img.speaker { }
div.speakerBio.intro div.image img.twitter { margin: 10px 0 0 85px; }
div.speakerBio.intro div.bio { float: left; width: 500px; }

div.speakerContent div.item { float: left; width: 330px; margin: 0 0 20px 20px; padding-right: 10px; }
div.speakerContent div.item table.itemTable { margin-top: 0; }
div.speakerContent h3, div.speakerContent h4 { font-family: Arial, Helvetica, sans-serif; }
div.speakerContent div.item h4 { font-size: 0.95em; font-style: italic; margin: 2px 0 2px 0; }
div.speakerContent div.item a { text-decoration: none; }

div.speakerContent div.blogs a.more { float: right; display: block; margin: 10px; font-size: 1.2em; font-weight: bold; }


div.speakerContent div.presentations ul { list-style: none; }
div.speakerContent div.presentationsLong { margin: 10px 0 30px 0; }
div.speakerContent div.presentationsLong h3 { font-size: 1.3em;  }
div.speakerContent div.presentationsLong ul { margin-left: 40px; }

div.speakerContent div.video div.image { display: block; float: left; padding: 5px; margin: 0 10px 10px 0; border: 1px solid #999; }
div.speakerContent div.video div.image img { width: 120px; display: block;  }

div.speakerContent div.video div.abstract { display: block; float: left; }
div.speakerContent div.video a { font-size: 1.3em; color: #106293; }

div.speakerContent div.show { font-size: 1em; margin: 3px 0 3px 0; }
div.speakerContent div.show div.name { float:left; width: 300px; margin: 0;  }
div.speakerContent div.show div.location { float:left; width: 180px;   }
div.speakerContent div.show div.dates { float:left; width: 120px;  }


div.speakerContent div.book { margin-bottom: 20px; }
div.speakerContent div.book div.image { float: left; width: 150px;  }
div.speakerContent div.book div.image img.book { width: 134px; }
div.speakerContent div.book div.image div.price { margin: 0 0 20px 0; }
div.speakerContent div.book div.image img.amazon { margin: 10px 0 10px 0; border: 0; }
div.speakerContent div.book div.image span.price { color: #990000;font-weight:bold; }
div.speakerContent div.book div.abstract { float: left; padding: 8px 0 0 10px; width: 575px; }
div.speakerContent div.book div.abstract ul { margin-left: 20px; }

div.speakerContent div.book h2 { background: #CFCFCF; color: #000; font-size: 1em; font-weight: normal; border-top: 1px dotted #000;border-bottom: 1px dotted #000; padding: 5px 0 5px 10px !important; margin: 0 0 5px 0; }
div.speakerContent div.book h2 a { text-decoration: none; font-weight: bold; }
div.speakerContent div.book h2 a:hover { color: #EFCE52; }
div.speakerContent div.book h2 div.termValue { font-size: 0.9em; font-style: italic; padding: 0 15px 0 0; }

/* popups */

div.dialogBodyWrapper div.head { width: 500px; height: 55px; padding: 0;  margin: 0 0 -2px 0 !important; color: #FFF;
    background: url(/images/theme/spring/dialog_head2.gif) no-repeat; }

div.dialogBodyWrapper div.head h3 { background-image: none !important; font-size: 1.2em !important; width: 440px; float: left; padding: 14px 0 5px 20px !important; margin: 0 !important; color: #FFF; }
div.dialogBodyWrapper div.head h3.long { font-size: 1em !important; }
div.dialogBodyWrapper div.head a {  width: 20px; margin: 14px 14px 0 0; float: right; }
div.dialogBodyWrapper div.dialogBody { width: 500px; padding: 0 0 15px 0;  margin: -5px 0 10px 0;
    background: url(/images/theme/spring/dialog_body2.gif) no-repeat 100% 100%; }

div.dialogBodyWrapper div.dialogBody { max-height: 600px; overflow: auto; }

div.dialogBodyWrapper div.dialogBody ul { margin: 0 0 0 40px; }


div.dialogBodyWrapper div.dialogBody div.content { width: 450px; max-height: 500px; overflow: auto; margin-left: 25px; }
div.dialogBodyWrapper div.dialogBody p { padding: 0 15px 15px 15px !important; margin: 0 !important; }
div.dialogBodyWrapper div.dialogBody img.bio {  float: left; margin: 0 5px 5px 0; width: 101px; }
div.dialogBodyWrapper div.dialogBody ul.buttonlist {  position: absolute; right: 10px; bottom: 15px; margin: 0 10px 5px 0; }
div.dialogBodyWrapper div.dialogBody a.closeB {  float:right; margin: 5px 10px 5px 5px; }
div.dialogBodyWrapper div.dialogBody a.dialogB {  float:right; }


div.feedback-page div.form { float: left; width: 650px; }
div.feedback-page div.faq { float: left; width: 200px; margin-left: 20px; }
div.feedback-page div.faq h2 { color: #387C2C; font-size: 18px; }
div.feedback-page div.faq h3 { margin: 0 0 5px 0; padding: 0; }
div.feedback-page div.faq p { margin: 0 0 10px 0; padding: 0; font-size: 13px; }


div.email-signup { margin-left: 200px;margin-bottom: 100px; }
div.email-signup #contact { width: 350px; }
div.email-signup #contact input { margin: 0 8px 8px 0; }
div.email-signup #contact #email { display: block; width: 180px; }
div.email-signup #contact div.submit { float: right; }


body {
    background: #94C02F url(spring2013/images/bg.jpg) repeat-x;
	color:#333;
	font: 12px/18px Helvetica,  Arial, sans-serif;
	margin: 0 auto;
	min-width:1000px;
	width:100%;
}

#view-wrapper {
   width: 100%; height: 100%;
   background: #94C02F url(spring2013/images/texture.png) no-repeat center top;
}



a {
	color: #F3571B;
	text-decoration:none;
}

a:hover {
	color: #999;
	text-decoration:none;
}


p {
	padding: 1em 0 0.5em;
}


ol, ul {
	display:block;
	list-style:none outside none;
}

#wrapper {
	margin:0 auto;
	width:962px;
}

#container {
	background: #F3F3F3;
	clear:both;
	-webkit-box-shadow:10px rgba(0,0,75,0.5);
	-moz-box-shadow:10px rgba(0,0,75,0.5);
}

hr.clear {
	display: block; clear: left; margin: -0.66em 0; visibility: hidden;
}

.photo {
	background:#FFF;
	border:solid 1px #F90;
	color:#F90;
	padding:4px;
}

address {
	font-style:normal;
	font-variant:normal;
	margin:15px 0;
	padding:0 10px;
	text-align:left;
}

/* HEADER */


#header { height: 117px; overflow: hidden; }
#header a.logo { display: block; float: left; }
#header div.date-and-location { display: block; float: right; width: 210px; margin: 40px 0 0 0; }
#header div.date-and-location h3 { color: #FFF; font-size: 20px; font-weight: normal; margin: 0 0 10px 0; padding: 0; }
#header div.date-and-location h3 { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }


/*
#nav-top { height:70px; }
#nav-top div.nav { height:70px; }
*/

#nav-top div.left-corner {  float: left; height:70px;width: 12px; background: url(spring2013/images/bg-nav-top-left.png) no-repeat; }
#nav-top div.right-corner { float: left; height:70px; width: 12px; background: url(spring2013/images/bg-nav-top-right.png) no-repeat;  }

#nav-top div.nav-wrapper { float: left; width: 938px; height: 70px; background: url(spring2013/images/bg-nav-top.png) repeat-x;    }

#nav-top div.nav-wrapper a { font-size: 18px;font-weight: normal; text-transform:uppercase; }

#nav-top div.nav a { display: block; float: left;  }



#nav-top div.nav a { color: #333; text-align: center;  padding: 26px 0 22px 0; }
#nav-top div.nav a.home { padding: 20px 10px 15px 0; width: 68px; }

#nav-top div.nav a.drop-down-button { display: inline; padding: 26px 0 21px 0; width: 100%; }

#nav-top div.drop-down a img.active { display: none; }
#nav-top div.drop-down a img.normal { display: inline; }

#nav-top div.drop-down.active a img.normal { display: none; }
#nav-top div.drop-down.active a img.active { display: inline; }


#nav-top div.nav div.agenda {  width: 137px; float: left; background: 0; }
#nav-top div.nav div.speakers {  width: 155px; float: left; }
#nav-top div.nav div.members { width: 155px; float: left; }
#nav-top div.nav a.travel { width: 123px; }
#nav-top div.nav a.contact { width: 144px; }
#nav-top div.nav a.register { width: 146px; padding: 26px 0 23px 0; color: #FFF; background: url(spring2013/images/bg-nav-top-register.png) repeat-x; }

#nav-top div.drop-down div.menu-wrapper { height: 0; position: relative; top: 0; z-index: 10;  }
#nav-top div.drop-down div.menu { display: none;  padding: 5px 0 10px 10px;  }
#nav-top div.drop-down div.menu h3 { margin: 0; padding: 5px 0 5px 0; border-bottom: 1px solid #F3F3F3; }
#nav-top div.drop-down div.menu h3.last { border-bottom: 0; padding-bottom: 0;  }
#nav-top div.drop-down div.menu h4 { margin: 0; padding: 5px 0 5px 15px; border-bottom: 1px solid #F3F3F3; }
#nav-top div.drop-down div.menu h4.last { border-bottom: 0; padding-bottom: 0; }
#nav-top div.drop-down div.menu a { display: block; float: none; text-align: left; font-size: 14px; background: 0; padding: 0; }
#nav-top div.drop-down div.menu a { text-transform: none;font-weight: normal; max-width: 100%;margin: 5px 0 5px 0; }

#nav-top div.drop-down div.menu { box-shadow: 3px 3px 2px #888; }
#nav-top div.drop-down.agenda.active { box-shadow: 3px 3px 2px #888; }
#nav-top div.drop-down.speakers.active { box-shadow: 3px 3px 2px #888; }
#nav-top div.drop-down.members.active { box-shadow: 3px 3px 2px #888; }

#nav-top div.drop-down.agenda.active {  background: #FFF; }
#nav-top div.drop-down.speakers.active {  background: #FFF; }
#nav-top div.drop-down.members.active {  background: #FFF; }

/*
#nav-top div.drop-down.agenda div.menu a { margin-left: 20px; }
#nav-top div.drop-down.agenda div.menu h3 { margin: 15px 0 0 0; padding: 0; }
#nav-top div.drop-down.agenda div.menu h3 a { font-weight: bold; margin: 0; padding: 0; }
#nav-top div.drop-down.members div.menu { padding-top: 20px; }

#nav-top div.drop-down.speakers div.menu a { margin-left: 20px; }
#nav-top div.drop-down.speakers div.menu h3 { margin: 15px 0 0 0; padding: 0; }
#nav-top div.drop-down.speakers div.menu h3 a { font-weight: bold; margin: 0; padding: 0; }
*/

#nav-top div.drop-down { }

#nav-top div.drop-down div.menu { background: #FFF; }
#nav-top div.drop-down div.menu a { color: #E95326; }

/*
#nav-top div.drop-down.agenda div.menu { background: url(spring2012/bg_menu_agenda.png) no-repeat 0 -40px; }
#nav-top div.drop-down.speakers div.menu { background: url(spring2012/bg_menu_agenda.png) no-repeat 0 -40px; }
#nav-top div.drop-down.members div.menu { background: url(spring2012/bg_menu_members.png) no-repeat 0 -40px; }

#nav-top div.drop-down.agenda.active {  background: url(spring2012/bg_menu_agenda.png) no-repeat 0 3px; }
#nav-top div.drop-down.speakers.active {  background: url(spring2012/bg_menu_agenda.png) no-repeat 0 3px; }
#nav-top div.drop-down.members.active {  background: url(spring2012/bg_menu_members.png) no-repeat 0 3px; }
*/

#nav-top div.drop-down.active div.menu {  display: block; }
#nav-top div.drop-down.active a.drop-down-button { background: none; }

#nav-top div.nav a { background: url(spring2013/images/bg-top-nav-divider.png) no-repeat right top; }

div.rolenav { background: #F9F9F9; border-bottom: 1px solid #999; }
div.rolenav { font-size: 12px; }

/*
#nav-top div.nav a { background: url(spring2012/NavVerticalRule.png) no-repeat right top; }
#nav-top div.nav a.register { background: none; max-width: 125px; padding: 10px 0 0 10px;  }
*/


/* CONTENT CONTAINER */

#container-wrapper {
    margin: 0;
}

#container {
    /* background: #F9F9F9; */
    background: #F3F3F3;
	box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
    color: #333;
    margin: 0;
    padding: 0;
}

#container-bottom div { float: left; }
#container-bottom div.left { width: 13px;height: 13px; background: url(spring2013/images/container-bottom-left.png) no-repeat; }
#container-bottom div.right { width: 13px;height: 13px; background: url(spring2013/images/container-bottom-right.png) no-repeat; }
#container-bottom div.middle { width: 936px;height: 13px;background: #F3F3F3; }

/* MAIN NAV */

#main-nav {
	background:#FFFFFF;
	padding:0 10px;
	box-shadow:0 2px 2px #888;
	-moz-box-shadow: 0 2px 2px #888;
	-webkit-box-shadow: 0 2px 2px#888;
}

#main-nav h4 {
	color: #387C2C;
	font-size: 14px;
	font-weight:normal;
	line-height:30px;
	margin:0 0 0 10px;
	padding: 0;
	text-transform:uppercase;
}

#main-nav ul.tabs {
	float:right;
	margin:0;
}

#main-nav ul.tabs li {
	display:block;
	float:left;
	font-size:11px;
	padding:0 10px;
	text-transform:uppercase;
	margin:6px 0;
}

#main-nav ul.tabs li.current {
	background: url(springimages/bg_MainNav.png) repeat;
	border:solid 1px #EEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 4px;
	margin:5px 0;
}

#title-bar {
    text-align: left;
    padding: 48px 0 20px 0;
    background: #F9F9F9 url(spring2013/images/title-bar-border.png) repeat-x left bottom;
}

#title-bar h1 {
    font-size: 46px;
    font-weight: bold;
    line-height: 60px;
    padding: 0;
    margin: 0 70px 0 70px;
}


/* LEFT NAV */

#left-nav {
	background:url(springimages/bg_content_70.png) 0 0 repeat;
	float:left;
	margin:35px 0 0 20px;
	padding:5px 0 20px;
	text-align:center;
	width:180px;
	min-height:955px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#left-nav ul {
	border-top:solid 1px #FFF;
	font-size:11px;
	margin:10px 0;
	text-align:left;
	text-transform:uppercase;
}

#left-nav ul ul {
	border:none;
	margin:0;
}

#left-nav ul.menu li a {
    border-bottom: 1px solid #FFFFFF;
    display: block;
    padding: 5px 5px 5px 10px;
    text-decoration: none;
}

#left-nav ul.menu li a:hover {
    background:#EEE;
}

#left-nav ul.menu li li a {
    padding-left: 20px;
}

#left-nav ul.menu li.current {
    background:#F1F1F1;
}

/* show-content */

#show-content {
	padding:30px 42px 40px 42px;
	font-size: 16px;
	line-height: 20px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background: #F3F3F3;
}

h1 {
    font-size: 26px;
    font-weight: normal;
}


#show-content h1, #show-content h2, #show-content h3, #show-content h4 {
	margin:0;
	padding: 0;
}

#show-content h1 {
	font-size: 32px;
	font-weight:bold;
	line-height:38px;
	margin: 0 0 10px 0;
}

#show-content h2 {
	font-size: 24px;
	font-weight: bold;
	line-height:30px;
    margin: 0 0 10px 0;
}


#show-content h3 {
	font-size: 20px;
	font-weight: normal;
	line-height:30px;
}

#show-content h4 {
	font-weight:normal;
}

#show-content a { color: #F3571B; }

#show-content div.session-detail ul {
	list-style: disc;
	margin: 0 0 20px 20px;
}

#show-content div.topic-view ul {
	list-style: disc;
	margin: 0 0 20px 20px;
}


div.sessionDetail ul {
	list-style: disc;
	margin: 0 0 20px 20px;
}

#session-list div.topic ul {
	list-style: disc;
	margin: 0 0 20px 20px;
}


.date {
	font-size: 11px;
	margin:0;
	padding: 0;
	text-transform:uppercase;
}

#sponsors {
	background:url(springimages/bg_content_30.png) repeat;
	margin:0;
	padding:0 0 0 10px;
}

#sponsors ul {
	float: left;
	margin:0 0 0 10px;
}

#sponsors ul li {
	display:inline;
	float: left;
	margin:0 13px 0 0;
}

#sponsors ul li a {
    border-bottom: medium none;
    float: left;
    padding:0;
	text-decoration:none;
}

#sponsors ul li.last {
	display:inline;
	float: left;
	margin-right:0;
}

#sponsors ul.platinum li {
	display:inline;
	float: left;
	margin:0 13px 0 0;
}

#sponsors ul.gold li{
	display:inline;
	float: left;
	margin:0 12px 0 0;
}

#sponsors ul.silver li {
	display:inline;
	float: left;
	margin:0 16px 10px 0;
}

#content {
	/* margin:30px 20px 40px 20px; */
	margin: 30px 33px 33px 33px;
}

#centered-content {
	width:740px;
	margin:0 20px 40px 200px;
}

/* FOOTER */

#ftr {
	color:#FFFFFF;
	clear:both;
	font-size:11px;
	padding:20px 0;
	text-align:center;
}
#ftr a {
	color:#FFFFFF;
	text-decoration:none;
}

#ftr a:hover {
	text-decoration:Underline;
}


#ftr ul, #ftr li{
	display:inline;
	line-height:20px;
	padding:0 10px;
}

#ftr li {
	border-right: solid 1px #CCC;
}

#ftr li.last {
	border:none;
}

#ftr sup {
	font-size:6px;
}
.copyright {
	padding:10px 0;
}

/* show content */

#show-content div.item { margin: 0 0 30px 0; }

#show-content table.ratePackages { width: 100%; }


/* 2010
---------------------------------------------------- */

table.itemTable { background-color: #FFF;}
table.itemTable .odd { background-color: #F1F1F1; }
table.itemTable th { background-color: #BACE87; font-weight: normal; }

ul.hlink a { color: #333; }

div.note { margin: 20px 0 20px 0; }



div.loginPage form { margin-top: 100px; }
div.loginPage #loginTable { margin: 0 0 0 368px; }

#loginTable th { background-color: #6DB33F; color: #FFF; border-bottom: 1px solid #999; }


ul.raffleUser { float: left;padding: 0; margin: 0 30px 0 30px; width: 600px;list-style: none; border-top: 1px solid #999; background: #FFF; }

#raffle { margin-top: 30px; }
#raffle div.winners h3 { background: #1F7A11;  }
#winnerD { background: #1F7A11; }


#speakerBio div.presentationsLong h3 { color:#5A8D0D; }
#speakerBio div.video a { color:#5A8D0D; }

div.note2 { margin: 10px 0 10px 0; border: 1px solid #999; background-color: #F1F1F1; padding: 3px; }

div.regIncludes { margin: 25px 0 0 0; }
div.regIncludes ul { margin: 5px 0 0 20px; }

#featuredSpeaker { min-height: 220px; }

#featuredSessions { min-height: 220px; }
#featuredSessions div.item { margin: 0 10px 0 10px; border: 0; }
#featuredSessions div.item img { float: left; width: 54px; margin: 0 5px 5px 0; }
#featuredSessions div.item div.abstract { float: left; width: 320px; }
#featuredSessions div.item h4 { font-size: 1em; font-weight: normal; }

div.webOpsSchedule table { width: 650px; margin: 10px 0 30px 0; font-size: 0.95em; }

div.topBar { background: 0; }

div.subFeatureSide2 img.vmware { margin-top: 10px !important; }

div.features div.twitter div.wrapper { height: 400px; }

div.features div.twitter div.legend li a  { background-color: #5A8D0D; }

div.features div.box { width: 410px; background: none; }
div.features div.column.first { margin-right: 26px; }
div.features h2 { margin-bottom: 10px; }


div.stayInformed { border: 1px solid #999; background: #F1F1F1;width: 320px; padding: 0; margin: 30px 0 0 20px; }
div.stayInformed h3 { margin: 0; padding: 3px 0 3px 5px;font-size: 1.2em;background: #1B3E08;color: #FFF; }
div.stayInformed .content { padding: 10px 10px 10px 10px; }
div.stayInformed form { margin: 15px 5px 5px 5px; }
div.stayInformed label { font-weight: bold; }
div.stayInformed td.submit { text-align: right; }

/* features and subFeatures */

div.features { background: #FFF; border-bottom: 0; }

div.features h2 { color: #FF6600; }

div.subFeatureWrapper { background-color: #FFF; }
div.subFeature { background-color: #FFF; }
div.subFeature h2 { color: #FF6600; }


div.sponsorProgram table.packages { border: 1px solid #999; border-collapse: collapse; background: #FFF; }
div.sponsorProgram table.packages thead { background-color: #D8E5F1; }
div.sponsorProgram table.packages thead th { vertical-align: bottom; }
div.sponsorProgram table.packages thead th.col1 { width: 100px; }
div.sponsorProgram table.packages span.small { font-weight: normal; font-size: 0.8em; }
div.sponsorProgram table.packages th.package { width: 90px; text-align: center; }
div.sponsorProgram table.packages th { border: 1px solid #999; padding: 3px; }
div.sponsorProgram table.packages th.benefit { font-weight:normal; text-align: left; }
div.sponsorProgram table.packages td.description { text-align: left; }
div.sponsorProgram table.packages td { border: 1px solid #999; padding: 3px; vertical-align: top; text-align: center; }
div.sponsorProgram table.packages tr.odd td { background-color: #F1F1F1; }

div.sponsorProgram h3 { margin: 0 0 10px 0; }
div.sponsorProgram h4 { margin: 0 0 10px 0; }
div.sponsorProgram address { margin: 0 0 20px 0; }

div.sponsorPage img.google { margin-bottom: 20px; }
div.sponsorPage img.accenture { margin-bottom: 20px; }

#show-content div.sponsorPage h2 { margin-bottom: 20px; }
#show-content div.sponsorPage div.sponsor { margin: 0 0 30px 0; }
#show-content div.sponsorPage div.sponsor img {  }
#show-content div.sponsorPage div.sponsor a.logo { padding: 5px;  margin: 0 10px 10px 0; border: 2px solid #EA6134; display: block; float: left; }
#show-content div.sponsorPage div.sponsor ul { list-style: disc outside none; margin: 0 0 10px 20px; }
#show-content div.sponsorPage p { padding: 0 0 5px 0;}

#home-sponsors h2 { margin-bottom: 20px; }
#home-sponsors h3 { margin-top: 10px;  }
#home-sponsors hr { margin-bottom: 30px; }
#home-sponsors div.sponsor { margin: 0 0 30px 0; }
#home-sponsors div.sponsor img { padding: 0; border: 1px solid #999; }
#home-sponsors div.sponsor a.logo {  margin: 0 10px 10px 0;  display: block; float: left; }
#home-sponsors div.sponsor ul { list-style: disc outside none; margin: 0 0 10px 20px; }
#home-sponsors p { padding: 0 0 5px 0;}


#show-content #sponsor h4 { }

div.loginPage #loginTable { background: #FFF;}

div.specialRegistrationPage ul.includes { list-style: disc outside none; }

div.show-speakers { margin-top: 20px; }
div.show-speakers div.image { float: left; width: 125px; }
div.show-speakers div.image img { width: 125px; }
div.show-speakers div.abstract { float: left; width: 730px; margin: 0 0 0 20px; }

div.show-speakers div.abstract div.title { float: left; width: 650px; margin: 0 0 10px 0; }
div.show-speakers div.abstract div.twitter { float: left; width: 60px; padding-left: 20px; }
div.show-speakers div.abstract div.twitter { background: url(spring2013/images/vertical-bar-border.jpg) repeat-y; }

div.show-speakers div.item { padding: 0 0 20px 0; background: url(spring2013/images/title-bar-border.png) repeat-x left bottom; }

a.speaker-md {  display: block; text-align: left; }
a.speaker-md img { width: 98px; height: 98px; }
div.speaker-md img.speaker { width: 100px; height: 100px; }

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

div.sponsor-download-wrapper div { text-align: center; }

div.agendaTable table td { background: #FFF; word-wrap: break-word; }
div.agendaTable table th.columnLabel { background: #FFF; }
div.agendaTable tr.subEvent td.first { background: none; }

div.agendaTable tr.presentation td { min-width: 60px; }

#show-content div.dialogBodyWrapper div.head h3 { color: #FFF; margin: 0; line-height: 22px; }
#show-content div.dialogBodyWrapper div.head { overflow: hidden; }

#session-list h2 { font-size: 1.2em; padding: 5px; margin: 10px 0 5px 0; text-decoration: none; }
#session-list div.header { margin: 0 0 10px 0; }

#session-list div.speaker { margin-bottom: 20px;  }
#session-list div.speaker { background: url(spring2013/images/title-bar-border.png) repeat-x bottom;  }
#session-list div.speaker.last { background: 0;  }
#session-list div.speaker:last-child { background: 0;  }
#session-list div.speaker h3 { margin: 0 0 15px 0; }
#session-list div.image { float: left; padding: 0 0 0 0; margin: 0 0 10px 0;   }
#session-list div.image img { width: 101px;  }
#session-list div.presentations { float: left; width: 700px; padding: 0 0 0 25px;   }
#session-list div.presentations h3 { color: #000; font-size: 1em; font-weight: normal; padding: 3px 0 3px 0; margin: 0; line-height: 22px; }
#session-list div.presentations div.topic { margin: 0 0 10px 0;  }

#raffle div.winners ul { background-color: #FFF; }

body.print { background: none; }

body.print #wrapper { text-align: left; margin: 0; }

div.schedulePage div.pdf { float: right; width: 100px; }

#left-nav h3.early-bird { padding: 0 5px 0 5px; margin: 20px 0 20px 0; text-align: center; font-size: 1.2em; font-weight: normal; }
#left-nav h3.early-bird a { color: #387C2C; }

#left-nav h3.members { color: #387C2C; margin: 20px 0 0 10px; padding: 0;text-align: left; }

#loginTable { background: #FFF; }

#content div.topic-view { width: 700px; margin-left: 50px; }
#content div.topic-view h1 { line-height: 30px; }
#content div.topic-view div.aboutSpeaker { }
#content div.topic-view div.aboutSpeaker a.speaker-md { float: left; margin: 0 10px 10px 0; }

/* 2013 */

#show-content div.about-wrapper {  padding-bottom: 33px;margin-bottom: 20px; }
#show-content div.about-wrapper {  background: url(spring2013/images/title-bar-border.png) repeat-x left bottom; }


#show-content div.about-event { padding-top: 0; float: left; width: 610px; line-height: 22px; }

#show-content div.about-event h2 { font-size: 20px; font-weight:normal; line-height:26px; }
#show-content div.about-event a.register-button { margin-top: 15px; display: block; }

#show-content div.about-register { float: right; width: 230px; text-align: center; margin-left: 33px; }

#show-content div.about-video { margin: 0 auto 25px auto; width: 150px; }
#show-content div.about-video img { padding: 3px; border: 1px solid #999; }
#show-content div.about-video h3 { font-weight: normal;font-size: 14px;line-height: 18px; }

#home-location { background: url(spring2013/images/title-bar-border.png) repeat-x left bottom;  padding: 0; }
#home-location { margin: 0 0 33px 0; }
#home-location h2 { font-weight: bold; font-size: 16px; margin: 0;line-height: 22px; }
#home-location h3 { font-weight: normal; font-size: 16px; line-height: 22px; }
#home-location a { color: #f3571b; }


#home-speakers  { margin:10px 0 40px 0; padding:0 0 20px 0; font-size: 14px; }
#home-speakers { background: url(spring2013/images/title-bar-border.png) repeat-x left bottom; }

#home-speakers div.speaker a { color: #333; }
#home-speakers div.h-wrapper { margin: 0 0 15px 0; }
#home-speakers h2 {display: inline; margin: 0 20px 0 0; }


#home-speakers div.col { width: 406px; float: left; }
#home-speakers div.col.SpringOne { margin-right: 33px; }

#home-speakers div.col.twoGX { background: url(spring2013/images/vertical-bar-border.jpg) repeat-y; padding: 0 0 0 33px; }
#home-speakers div.speaker-header div.col.twoGX { background: 0; }

#home-speakers div.speaker { width: 122px; float: left; margin: 0 20px 20px 0; text-align: center; }
#home-speakers div.speaker.last { margin-right: 0; }
#home-speakers div.speaker a {  }

#home-speakers img { width: 113px; }

#home-speakers h2 { margin-bottom: 15px; }
#home-speakers h3 { margin-bottom: 10px; }

#home-sessions { margin: 0 0 40px 0; }
#home-sessions h3 { margin: 0 0 5px 0; line-height: 26px; }
#home-sessions h4 { margin: 0 0 10px 20px; }
#home-sessions div.session { margin: 0 0 20px 0; }
#home-sessions div.image { width: 70px; float: left; }
#home-sessions div.abstract { width: 750px; float: left; }
#home-sessions a.more { float: right; }

#home-sponsors h2 { display: inline; margin-right: 30px; }
#home-sponsors hr { background: url(spring2012/HR.png) no-repeat; height: 17px; border: 0; }

#home-sponsors a.sponsor { display: block; border: 2px solid #EA6134; padding: 5px; }
#home-sponsors div.col.gold a.sponsor { width: 160px; margin-bottom: 15px; }



#show-content div.check-access h2 { margin-bottom: 30px; }

#summaryList div.speakerItem div.image { width: 125px; }

#summaryList div.speakerItem { background: none; }

#s2gx-speaker-image-list table td { text-align: center; }

img.spring-source-university { margin: 30px 0 0 0; }

div.springsource-university { text-align: center; }


#show-content div.show-video-list div.item h3 { margin: 0 0 5px 0; padding: 0; font-size: 16px; line-height: 20px; }
#show-content div.show-video-list div.item h4 { margin: 0 0 10px 20px; padding: 0; font-size: 13px; }
#show-content div.presentation-video-view div.about h4 { font-weight: bold; font-size: 16px;  }

#show-content div.show-video-list table th { font-weight: normal; }
#show-content div.show-video-list table th.columnlabel { border: 1px solid #999; }
#show-content div.show-video-list table td { font-size: 13px; padding: 3px; }
#show-content div.show-video-list table h4 { font-weight: normal; }
#show-content div.show-video-list table h5 { font-weight: normal; font-size: 11px; }

#show-content div.aboutSpeaker { margin-bottom: 30px; }

#show-content div.presentationsLong h2 { margin-bottom: 10px; }
#show-content div.presentationsLong h3 { margin-bottom: 0px; }
#show-content p { padding: 0 0 10px 0; }

div.agendaTable table.room10 td.presentation { word-wrap: break-word; max-width: 65px; }
div.agendaTable table.room10 td.presentation h4 { max-width: 65px;  }

div.sessionDetail { width: 700px; }

div.about-speaker { background: url(spring2013/images/title-bar-border.png) repeat-x bottom; }
div.about-speaker.last { background: 0; }
div.about-speaker a.speaker-md { float: left; }
div.about-speaker div.about { width: 750px; float: left; margin: 0 0 0 20px; }
div.about-speaker div.about a.more { float: right; }

input#content { margin: 0; }

#show-content div.travel div.image { float: left; margin: 0 10px 10px 0; }
#show-content div.travel div.image img { border: 1px solid #999; }

div.speaker-request input { height: 25px; font-size: 18px; }
div.speaker-request input[type='text'] { height: 25px; }
div.speaker-request td { padding: 5px; }

#home-share { background: url(spring2013/images/title-bar-border.png) repeat-x left bottom;padding: 10px 0 10px 0; margin: 0 0 10px 0; }

#home-share div.social { float: left; width: 450px; }
#home-share div.social div.fb-like { float: left; }
#home-share div.social div.twitter-wrapper { float: left; width: 80px; margin: 0 0 0 20px; }
#home-share div.social div.linkedin { float: left; width: 60px; margin: 0 0 0 20px; }
#home-share div.social div.google { float: left; width: 60px; margin: 0 0 0 20px; }

#home-share div.email { float: right; width: 400px; margin-top: -10px; }

#home-share div.email p { margin-bottom: 3px; padding: 0; font-size: 0.9em;}
#home-share div.email form { margin-top: 0;}
#home-share div.email #firstName { width: 90px; }
#home-share div.email #lastName { width: 100px; }
#home-share div.email #email { width: 120px; }
#home-share div.email div.text { float: left; width: 340px; }
#home-share div.email div.submit { float: left; width: 50px; }
#home-share div.email input[type='image'] { margin: 0 0 0 5px; padding: 0; height: 24px;}
#home-share div.email input[type='text'] { margin: 0 0 0 0; }

div.agendaTable table.room9 td.presentation { max-width: 70px; overflow: hidden; }

div#show-content.speaker-main { font-size: 14px; }
#show-content .ui-widget { font-size: 1em; }

div.speaker-request h3.closed { width: 600px; color: #FF0000; }

div.specialRegistrationPage table.ratePackages { margin: 0 0 10px 0; }
div.specialRegistrationPage div.fifth-free { margin: 0 0 20px 0; }


#proceed-to-register { float: right; display: block; margin: 0 0 30px 0;  }


