﻿
/************************* Site Search Frame
*/

#siteSearchFrame
{
	height:auto !important;
	min-height:0;
	background:url(Layouts/SiteSearchFrameBg.jpg) no-repeat left bottom;
}

/************************* Wide Layout
*/

#wideFrame
{
	width:840px;
	padding:20px 70px 0 70px;
	position:relative;
	overflow:hidden;
}

#wideMainContent
{
	float:left;
	width:840px;
	padding:0;
	padding-bottom:100px;
	position:relative;
	overflow:hidden;
}

/************************* Wide Aux Layout
*/

#wideAuxFrame
{
	width:910px;
	padding:20px 0 0 70px;
	position:relative;
	overflow:hidden;
}

#wideAuxMainContent
{
	float:left;
	width:594px;
	margin-right:26px;
	padding-bottom:100px;
	position:relative;
	overflow:hidden;
}

/************************* General Layout
*/

#generalFrame
{
	width:910px;
	padding:20px 0 0 70px;
	position:relative;
	overflow:hidden;
}

#generalMainContent
{
	float:left;
	width:346px;
	margin-right:26px;
	padding:0 0 106px 14px;
}

/************************* Aux Panel
*/

.AuxPanel
{
	float:left;
	width:234px;
	position:relative;
	overflow:hidden;
}

.RightAuxPanel { margin-right:56px; }

.AuxPanel .AuxBoxFrame
{
	width:234px;
	margin-bottom:0.8em;
	padding-bottom:11px;
	color:White;
	background:url(Layouts/AuxBoxFrameBg.png) no-repeat right bottom;
}

.AuxPanel .AuxBoxFrame h2
{
	display:block;
	width:148px;
	font-family:Tahoma, Geneva, Sans-Serif;
	color:White;
	font-size:17px;
	font-weight:normal;
	margin:0;
	padding:5px 80px 7px 6px;
	background:url(Layouts/AuxBoxHeaderBg.jpg) no-repeat left top;
	position:relative;
}

.AuxPanel .AuxBoxFrame h2 span
{
	position:absolute;
	right:-1px;
	bottom:-10px;
	background:url(Layouts/AuxBoxHeaderCorner.png) no-repeat left top;
	height:10px;
	width:10px;
	z-index:600;
}

.AuxPanel .AuxBoxInner
{
	width:225px;
	padding:0 9px 0 0;
	overflow:hidden;
	background:url(Layouts/AuxBoxInnerBg.png) repeat-y left 10px;
	z-index:1;
}

.AuxPanel .CorporateSpeakerBox { margin-top:117px; }
.AuxPanel .RuralSpeakerBox { margin-top:50px; }
.AuxPanel .HomeSpeakerBox { margin-top:75px; }
.AuxPanel .EducationSpeakerBox { margin-top:75px; }
.AuxPanel .BusinessSpeakerBox { margin-top:22px; }

.AuxPanel .AuxBoxContent
{
	width:205px;
	padding:10px 10px 1px 10px;
}

.AuxPanel .DarkToLightGradient
{
	background:#3ea5dc url(Layouts/DarkToLightGradientBg.png) repeat-x left top;
}

.AuxPanel .LightToDarkGradient
{
	background:#1d214b url(Layouts/LightToDarkGradientBg.png) repeat-x left top;
}

.AuxPanel .AuxBoxInner p { margin-bottom:0.8em; }

.AuxPanel .AuxBoxInner li
{
	background-image:url(Layouts/AuxBoxListItemBg.gif);
}

.AuxPanel .AuxBoxInner .SpeakersList span
{
	float:right;
	font-size:120%;
}

.AuxPanel .SpeakersList
{
	list-style:none;
	margin-bottom:0;
}

.AuxPanel .SpeakersList li
{
	width:201px;
	cursor:pointer;
	padding:5px 12px 5px 12px;
	margin:0;
	background:none;
}

.AuxPanel .SpeakersList li.Disabled { cursor:default; }

.AuxPanel .SpeakersList li.ActiveFirstItem
{
	background-color:#68b9e4;
}

.AuxPanel .AuxBoxInner .AuxBoxContent h3
{
	font-size:130%;
	color:White;
	text-transform:uppercase;
}

.AuxPanel .AuxBoxInner .AuxBoxContent strong
{
	text-transform:uppercase;
	color:White;
	font-size:100%;
}

.AuxPanel .AuxBoxInner .TallDarkToLightGradient
{
	background:#3ea5dc url(Layouts/TallDarkToLightGradientBg.png) repeat-x left top;
}

/************************* White Panel
*/

.WhitePanelContainer
{
	padding-top:30px;
	width:100%;
	position:relative;
	overflow:hidden;
}

.WhitePanelContainer .WhitePanelFrame
{
	float:left;
	margin-right:40px;
}

.WhitePanelContainer .WhitePanelInner { height:auto !important;min-height:100px;height:100px; }

.WhitePanelContainer .WhitePanelInner img { margin:0 3px 0.7em 3px; }

.WhitePanelFrame
{
	width:234px;
	margin-bottom:1em;
	padding-bottom:13px;
	background:url(Layouts/WhitePanelFrameBg.png) no-repeat left bottom;
}

.WhitePanelFrame h3
{
	width:178px;
	font-family:'Arial Black', Gadget, sans-serif;
	display:block;
	margin:0;
	padding:5px 50px 2px 6px;
	font-size:100%;
	font-weight:bold;
	color:#294082;
	letter-spacing:1px;
	background:url(Layouts/WhiteHeaderBg.png) no-repeat left top;
	position:relative;
}

.WhitePanelFrame h3 span
{
	position:absolute;
	right:1px;
	bottom:-10px;
	background:url(Layouts/WhitePanelHeaderCorner.png) no-repeat left top;
	height:10px;
	width:10px;
	z-index:600;
}

.WhitePanelInner
{
	width:200px;
	padding:12px 18px 6px 16px;
	text-align:center;
	background:url(Layouts/WhitePanelInnerBg.png) repeat-y left top;
}

.WhitePanelInner h4
{
	font-size:90%;
	font-weight:normal;
	text-transform:uppercase;
	color:#8f8f8f;
}

.WhitePanelInner img
{
	vertical-align:middle;
	margin:0 3px 0.2em 3px;
}

.AuxImageContainer { text-align:center; }

.AuxImageContainer img { margin-bottom:2.4em; }

/************************* Sponsors Info Layout
*/

#SponsorsInfoFrame
{
	width:840px;
	position:relative;
	overflow:hidden;
}

#SponsorsInfoFrame div
{
	width:840px;
	position:relative;
	overflow:hidden;
	margin-bottom:1em;
}

#SponsorsInfoFrame a img { border:none; }

#SponsorsInfoFrame .ItemImage
{
	float:left;
	width:165px;
	text-align:right;
	padding:3px 22px 0 0;
}

#SponsorsInfoFrame .ItemBlurb
{
	float:left;
	width:653px;
}

#SponsorsInfoFrame .ItemBlurb h3 
{
	text-transform:none;
	margin-bottom:0.2em;
}

#SponsorsInfoFrame .ItemBlurb p { margin-bottom:0.8em; }

/************************* Page Specific Styles
*/

/************************* Competition Content
*/

.CompetitionIndentContent p
{
	padding-left:20px;
}

.CompetitionIndentContent strong
{
	display:inline-block;
	margin-left:-20px;
	font-size:110%;
	color:#294082;
}

.EntryReqContent
{
	text-transform:uppercase;
}

/************************* Competition Content
*/

.ShadowPeople
{
	position:absolute;
	left:350px;
	bottom:14px;
}

/************************* Page Specific Styles
*/

/************************* Schedule Table
*/

.ScheduleSunImage
{
	float:right;
	margin-right:20px;
}

.ScheduleOuter
{
	clear:both;
	width:840px;
	padding-bottom:11px;
	background:url(Layouts/ScheduleOuterBg.png) no-repeat left bottom;
	position:relative;
	overflow:hidden;
}

.ScheduleOuter h2
{
	display:block;
	width:304px;
	font-family:Tahoma, Geneva, Sans-Serif;
	color:White;
	font-size:17px;
	font-weight:normal;
	margin:0;
	padding:6px 536px 7px 7px;
	background:url(Layouts/ScheduleHeaderBg.png) no-repeat left top;
	position:relative;
}

.ScheduleOuter h2 span
{
	position:absolute;
	right:6px;
	bottom:-8px;
	background:url(Layouts/ScheduleHeaderCorner.png) no-repeat left top;
	height:10px;
	width:10px;
	z-index:600;
}

.ScheduleOuter .ScheduleFrame
{
	width:831px;
	padding:0 9px 0 0;
	background:url(Layouts/ScheduleFrameBg.png) repeat-y left top;
	position:relative;
	overflow:hidden;
}

.ScheduleFrame .ScheduleInner
{
	width:797px;
	padding:20px 17px 20px 17px;
	background:#42a5dc url(Layouts/ScheduleInnerBg.png) repeat-x left top;
	position:relative;
	overflow:hidden;
}

.ScheduleFrame .ScheduleInner table
{
	width:795px;
	margin-bottom:0;
}

.ScheduleFrame .ScheduleInner th,
.ScheduleFrame .ScheduleInner td
{
	text-align:center;
	border-color:White;
}

.ScheduleFrame .ScheduleInner th
{
	padding:5px;
	color:White;
	background-color:#00aeef;
}

.ScheduleFrame .ScheduleInner td
{
	color:Black;
	background-color:#c6c8ca;
}

.ScheduleFrame .ScheduleInner .AltRow td
{
	background-color:#d4e5f6;
}

/************************* Registration Fees Table
*/

.RegFeeTable
{
	width:50%;
	padding:0;
	margin:0 0 0.4em 0;
	border:none;
}

.RegFeeTable th
{
	text-align:left;
	border:none;
	text-transform:none;
}

.RegFeeTable td
{
	text-align:left;
	border:none;
	vertical-align:bottom;
	padding:0 6px 6px 0;
}

/************************* Exhibitor Logos
*/

.ExhibitorLogos
{
	width:100%;
	text-align:center;
	margin-top:2em;
	background-color:White;
	position:relative;
	overflow:hidden;
}

.ExhibitorLogos img
{
	display:inline-block;
	vertical-align:middle;
	margin:15px 17px 15px 17px;
}