@charset "utf-8";
/* CSS Document */

#logo2 {	
	position: relative;
	margin-top: 0px;
	float: right;
}
.tagline {
	font-size: 1.1em;
	line-height: 1.2em;
	background: rgba(0,0,0,0.75);
	color:#FFFFFF;
	width:98%;
	text-align:center;
	position: absolute;
	bottom: 0px;
	padding:10px;
	display: block;
}
.orange {
	color:#fab117;
}
.orange2 {
	color:#ff6600;
}
.tealbold {
	color:#0094af;
	font-weight:bold;
}
#news.tab a{
	color:#0094af;
	text-transform:uppercase;
	font-weight:bold;
}
#schedule.tab a{
	color:#0094af;
	font-weight:bold;
}
.tab a {
	color:#0094af;
}
#main h4 {

	font-size: 1.166em;
	line-height: 1.285em;
	font-weight: 600;	
	background-color: #CAF1F6;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	color: #0D6C88;
}
.note {
	font-style: italic;
	color: #FF6600;
}
.BottomBorderGray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDEDF;
}
.infobox h2 {border-bottom:none;}

.participant {
	padding-bottom:20px;
	min-height:90px;
}
.participant img {
	float:left;
	padding-right:10px;
	width:90px;
	height:90px;
	clear:both;
}
.participant p {	
	overflow:auto;
	padding-bottom:0;
	margin-bottom:0;
}

.schedule-details {
	padding-bottom:20px;
	float:left;
	margin-right:35px;
}

.schedule-logo {
	float:left;
	margin-bottom:20px;
	margin-top:10px;
	margin-right:40px;
}

.schedule-presenter {
	float:left;
	overflow:auto;
}

#wps.tab a{
	color:#0094af;
}
#pres.tab a{
	color:#0094af;
}
.over{
	position:absolute;
	text-align:center; 
	width:170px;
	height:90px;	
}
.Centerer
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.Centered
{
    display: inline-block;
    vertical-align: middle;
}