﻿/************************* Speaker Bio
*/

#SMBContainer
{
	height:auto !important;min-height:300px;height:300px;
}

#HomeContainer
{
	height:auto !important;min-height:416px;height:416px;
}

.SpeakerBioPopup
{
	display:block;
	width:127px;
	height:36px;
	cursor:pointer;
	background:url(Layouts/SpeakerBioPopupBg.png) no-repeat left top;
}
.SpeakerBioPopup span { display:none; }

.SpeakerBioOuter
{
	width:458px;
	position:absolute;
	right:25px;
	bottom:20px;
	z-index:5600;
}

.SpeakerBioOuter h3
{
	display:block;
	width:236px;
	margin:0;
	padding:12px 200px 0 22px;
	font-size:130%;
	font-weight:bold;
	color:#294082;
	letter-spacing:1px;
	background:url(Layouts/SpeakerBioHeaderBg.gif) no-repeat left top;
	position:relative;
}

.SpeakerBioOuter h3 span
{
	position:absolute;
	right:-1px;
	bottom:-10px;
	background:url(Layouts/SpeakerBioHeaderCornerBg.png) no-repeat left top;
	height:10px;
	width:10px;
	z-index:600;
}

.SpeakerBioOuter .SpeakerBioFrame
{
	width:458px;
	padding-bottom:13px;
	background:url(Layouts/SpeakerBioFrameBg.png) no-repeat left bottom;
	overflow:hidden;
	position:relative;
}

.SpeakerBioFrame .SpeakerBioInner
{
	width:410px;
	padding:0 26px 30px 22px;
	background:url(Layouts/SpeakerBioInnerBg.png) repeat-y left top;
	position:relative;
	overflow:hidden;
}

.SpeakerBioFrame .SpeakerBioInner .SpeakerBioImage
{
	float:right;
	margin-right:-15px;
	margin-left:10px;
}

.SpeakerBioFrame .SpeakerBioInner h3
{
	clear:both;
	display:block;
	width:434px;
	margin:1em 0 0 -22px;
	padding:28px 0 0 22px;
	font-size:130%;
	font-weight:bold;
	color:#294082;
	letter-spacing:1px;
	background:url(Layouts/SpeakerBioHeaderBg.gif) no-repeat left 16px;
	position:relative;
}

.SpeakerBioFrame .SpeakerBioInner h4
{
	font-size:110%;
	font-weight:bold;
	color:#294082;
	letter-spacing:1px;
	padding:0;
	margin:0 0 1em 0;
}

.SpeakerBioFrame .SpeakerBioInner .ClosePopup
{
	display:block;
	position:absolute;
	right:11px;
	bottom:0;
	width:73px;
	height:24px;
	cursor:pointer;
	background:url(/Skin/Layouts/ClosePopupBg.png) no-repeat left top;
}
.SpeakerBioFrame .SpeakerBioInner .ClosePopup span { display:none; }