/* SPC2011 Layout */

/* DEFAULTS */
* {
	margin: 0;
	padding: 0;
}
html, body {
	width; 100%;
	height: 100%;
}
img {
	border: 0;
}

/*Links*/

a, a:link a:active, a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #18507C;
	line-height: 1.1em;
}
a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #385C72;
}

/* -menu links */
div#page-header-menu a, div#page-header-menu a:link, div#page-header-menu a:active, div#page-header-menu a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #000000;
	line-height: 1.1em;
	padding: 0px 0px 1px 0px;
}
div#page-header-menu a.hl, div#page-header-menu a.hl:link, div#page-header-menu a.hl:active, div#page-header-menu a.hl:visited {
	color: #385C72;
	border-bottom: 3px solid #AA7755;
}
div#page-header-menu a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
	border-bottom: 3px solid #AA7755;
}
/* END DEFAULTS */
/* LAYOUT */
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	color: #333333;
	background-color: #717171;
}
div#page-document-container {
	padding: 10px 0px 0px 0px;
}
div#page-document {
	width: 921px;
	margin: 0px auto 0px auto;
	padding: 0;
	border: 0px solid gray;
	background-color: #FFFFFF;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

div#page-header {
	width: 100%;
}

div#page-header-top {
	width: 100%;
	height: 120px;
	position: relative;
	overflow: hidden;
}

div#page-header-img {
	float: left;
	width: 260px;
	height: 120px;
}

/*div#page-header-img img {
	-webkit-border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-khtml-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}*/

div#page-header-menu {
	float: left;
	width: 641px;
	height: 120px;
	padding: 70px 0px 0px 20px;
}

div#page-header-menu ul {
	list-style-type: none;
}

div#page-header-menu ul li {
	float: left;
	padding: 0px 10px 0px 10px;
}

div#page-header-menu ul li.fc {
	padding: 0px 10px 0px 0px;
}

div#page-header-menu ul li a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
}

div#page-header-header {
	padding: 15px 0px 15px 0px;
	border-top: 1px solid gray;
	clear: both;
	width: 100%;
	text-align: center;
	color: #505050;
	font-size: 160%;
}

/* -footer */
div#page-footer {
	doverflow: hidden;
}

div#page-footer-top {
	overflow: hidden;
}

div#page-footer-top-inner {
	height: 51px;
	float: right;
	position: relative;
	padding: 8px 25px 0px 0px;
}

div#page-footer-top-inner .footer-link {
	padding: 0px 12px 0px 0px;
	font-weight: bold;
}

div#page-footer-top-inner .footer-synergex-logo {
	position: relative;
	top: 8px;
}

div#page-footer-bottom {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: transparent;
	display: block;
}

.footer_spacer.sponsors {
	padding: 0px 16px 0px 16px;
}

/* -content */
div#page-content {
	clear: both;
	border-top: 3px solid #AA7755;
	border-bottom: 1px solid gray;
	overflow: hidden;
	width: 100%;
	line-height: 1.3em;
}

div#page-content .page-content-left {
	float: left;
	width: 264px;
	height: 100%;
}

div#page-content .page-content-right {
	float: left;
	width: 615px;
	height: 100%;
	min-height: 300px;
	padding: 25px 0px 0px 15px;
	margin: 0px 25px 0px 0px;
	border-left: 1px solid gray;
}

.side-panel-content-outer {
	width: 100%:
}

.side-panel-content-inner {
	width: 250px;
	border-right: 3px solid #AA7755;
	border-bottom: 3px solid #AA7755;
}

/* side-quote-box */

.side-quote-container {
	width: 210px;
	width: 250px;
	dpadding: 20px;
	margin: 10px 0px 0px 0px;
	clear: both;
}

.side-quote-box {
	height: 130px;
	height: 100%;
	background-color: #0064a1;
	color: #FFFFFF;
	position: relative;
	overflow: visible;
	padding: 10px 10px 10px 10px;
}

/*
.side-quote-box .side-quote {
	display: none;
}

.side-quote-box .side-quote.current {
	display: block;
}

.side-quote-box .side-quote {
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.side-quote-box .side-quote.current.init {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}*/

.side-quote-text {
	text-align: center;
}

.side-quote-author {
	padding: 20px 0px 0px 0px;
	text-align: center;
}

/* END LAYOUT */
/* PAGE CONTENT */
/* -Text */
div#page-content h2 {
	margin: 0;
	padding: 0;
	color: #283A90;
	font-size: 100%;
}

div#page-content h3 {
	font-size: 100%;
}

div#page-content h2.logistics {
	display: inline;
}

/* -List */
div#page-content ul.list {

}

/* --speakers */
div#page-content ul.list.speakers {
	
}

div#page-content ul.list.speakers li {
	display: block;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
	overflow: hidden;
}

div#page-content ul.list.speakers li.lc {
	border-bottom: 0;
}

div#page-content ul.list.speakers li .speaker_img {
	position: absolute;
	width: 120px;
	padding-top: 3px;
}

div#page-content ul.list.speakers li .speaker_img img {
	border: 1px solid #999999;
	padding: 5px;
}

div#page-content ul.list.speakers li .speaker_bio {
	position: relative;
	padding: 0px 0px 0px 120px;
}

/* --logistics */
div#page-content ul.list.directions {
	list-style-type: lower-alpha;
	padding: 10px 0px 0px 20px;
}

div#page-content ul.list.directions li {
	padding: 0px 0px 10px 0px;
}

ul.list.min-hardware {
	padding: 0px 0px 0px 25px;
}

ul.list.min-hardware li {
	padding: 0px 0px 0px 0px;
}

/* --registration */
.list-two-column {
	overflow: hidden;
}

.list-two-column .col-1 {
	position: absolute;
	width: 300px;
}

.list-two-column .col-2 {
	padding: 0px 0px 0px 300px;
}

.list.registration {
	list-style-type: none;
}

/* ---conf */
ul#confirmation-output {
	list-style-type: none;
}

ul#confirmation-output li {
	overflow: hidden;
}

ul#confirmation-output li .col-1 {
	float: left;
	width: 80px;
}

ul#confirmation-output li .col-2 {
	float: left;
}

/* ---dsc */
#dsc_form ul {
	padding: 0px 0px 0px 35px;
	list-style-type: none;
}

#dsc_form ul li {
	overflow: hidden;
}

#dsc_form ul li .dsc-col1 {
	width: 70px;
	float: left;
	line-height: 1.2em;
}

#dsc_form ul li .dsc-col2 {
	float: left;
}

/* ---early bird */
ul.list.early-bird {
	list-style-type: disc;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

/* -end lists */
/* Slides */
/* Image Slide */
.img-slide {
	display: none;
}

/* Home Page Slide */
.home-slide {
	width: 401px;
	height: 100%;
	float: left;
	position: relative;
}

.home-slide .slide {
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
}

.home-slide .current {
	
}

.home-slide .slide.s0 {
	background-color: #9e5b20;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);

}

.home-slide .slide.s1 {
	background-color: #0064a1;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
/* end slide */

/* logistics show/hide */
.logistics-view {
	display: none;
}

a.toggle-log-view, a.toggle-log-view:link, a.toggle-log-view:active, a.toggle-log-view:visited {
	color: #18507C;
	text-decoration: none;
	cursor: pointer;
}

a.toggle-log-view:hover {
	text-decoration: underline;
	color: #385C72;
}
/* end logistics */

/* more page layout - registration page */
.rounded-border {
	border: 1px solid #666666;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.spc-registration-tabs {
	overflow: auto;
	height: 100%;
}

.reg-tab {
	display: none;
}

.reg-tab.current {
	display: block;
}


#spc-registration-tab-nav {
	padding: 10px 0px 10px 0px;
	width: 100%;
	text-align: center;
}

.guest-info {
	display: none;
}

#conf_address_ext {
	margin-left: 60px;
}

#dscode_checked, #madcode_checked {
	display: none;
}

#dscode_valid, #madcode_valid {
	padding-left: 5px;
	color: red;
}

#send_my_dsc_overlay {
	display: none;
	background-color: #FFFFFF;
	width: 300px;
	height: 180px;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

#dsc_form_nav {
	text-align: center;
}

.registration-overlay-header {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #283A90;
	font-size: 1em;
}

a.send_my_dsc, a#show-requirements-overlay {
	cursor: pointer;
}

a.send_my_dsc:hover, a#show-requirements-overlay:hover {
	text-decoration: underline;
}

div.slide-status-text {
	padding: 0px 0px 0px 85px;
	text-align: center;
	overflow: hidden;
	font-size: 0.8em;
}

div.slide-status-text div {
	float: left;
	color: #999999;
	padding: 0px 10px 0px 10px;
}

div.slide-status-text div.arrow {
	padding: 5px 5px 0px 5px;
	dscolor: #000000;
}

div.slide-status-text div.current {
	color: #283A90;
}

.if.sb.conference_location {
	width: 155px;
}

#version_checklist_validation_msg {
	display: none;
	color: red;
}

#requirements-overlay {
	display: none;
	background-color: #FFFFFF;
	width: 600px;
	padding: 15px 15px 15px 15px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

/* home page */
#spc_fq {
	overflow: hidden;
	font-size: 12px;
}

.spc_fq {
	text-align: center;
	float: left;
	height: 260px;
	position: relative;
	width: 306px;
	border-bottom: 1px solid #333333;
}

.spc_fq_header {
	font-size: 19px;
	color: #505050;
	padding-top: 12px;
}

.spc_fq_text {
	color: #194EA9;
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 30px;
	margin-left: 25px;
	margin-right: 25px;
	text-anchor: start;
	text-decoration: none;
	text-indent: 0px;
	text-overflow: clip;
	text-rendering: auto;
	text-shadow: none;
	text-transform: none;
	top: auto;
	unicode-bidi: normal;
	vector-effect: none;
	vertical-align: baseline;
	visibility: visible;
	white-space: normal;
	widows: 2;
	word-break: normal;
	word-spacing: 0px;
	word-wrap: normal;
}

.spc_fq_customer {
	color: #333333;
	font-size: 11px;
	float: left;
	position: absolute;
	top: 230px;
	left: 0px;
	width: 307px;
	text-align: center;
	background: transparent;
}

.spc_fq_hb {
	font-weight: bold;
}

#spc_fq_left {
	border-right: 1px solid #999999;
}

#spc_fq_center {
	border-right: 1px solid #999999;
}

/* agenda page */
#spca_day_selector {
	float: right;
	display: block;
	margin-right: 50px;
	font-size: 1em;
	font-weight: bold;
}

a.spca_day, a.spca_day:visited {
	cursor: pointer;
}

a.spca_day:hover {
	text-decoration: underline;
}

a.spca_day.prev.disabled, a.spca_day.next.disabled {
	color: #E6E7E8;
}

a.spca_day.prev.disabled:hover, a.spca_day.next.disabled:hover {
	text-decoration: none;
	cursor: default;
}

#spca_day_selector a.current {
	color: orange;
}

.chkimg {
	position: relative;
	top: 2px;
}

span.break {
	display: block;
	text-align: center;
}

#agenda_list {
	overflow: hidden;
}

.ui-jqgrid tr.jqgrow td {
	white-space: normal !important;
	vertical-align: top;
	padding-bottom: 10px !important;
}
