﻿body {
	margin-left: auto;
	margin-right: auto;
	margin: 0px;
	font-family: Calibri;
}

.PopupBackground {
	background-color: Black;
	filter: alpha(opacity=90);
	opacity: 0.8;
}

.Popup {
	background-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	width: 267px;
	height: 116px;
}

.headertext {
	padding: 20px;
	font-weight: bold;
	font-size: 20px;
	font-family: Calibri;
	text-align: center;
}

.welcometext {
	display: inline-block;
	float: left;
	padding-left: 20px;
	font-weight: bold;
}

.LogoutDiv {
	display: inline-block;
	float: right;
	padding-right: 20px;
}

.LoggedInDiv {
	height: 41px;
	background-color: rgb(98,117,128);
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	padding-top: 13px;
}

.lbl {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.LoginWindowCSS {
	background-color: #E1E1E1;
}

label > #LoginWindow_UserName {
	font-weight: bold;
}

.CloseButton, .LoginText {
	margin-top: 10px;
	display: none;
}

.bannerImage {
	width: 100%;
	height: 100;
}

.bannerImageDiv {
	text-align: center;
	height: 100%;
}

.footertext {
	color: #08428c;
	font-size: 12px;
}

.RandomText {
	text-align: left;
	/* padding: 25px;*/
	background-color: #EBEBEB;
	width: 70%;
}

.RandomTextMobile {
	text-align: left;
	padding: 25px;
	background-color: #EBEBEB;
	width: 86%;
}

.ChatWindow {
	width: 400px;
	height: 200px;
}

.ColumnClass {
	display: inline-block;
}

.RowClass {
	width: 100%;
}

.ContainerClass {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 1902px;
/*	background-image: url(http://www.softconference.com/webcastsystem/images/rocks.jpg);*/
}

.ContainerMobileClass {
/*		background-image: url(http://www.softconference.com/webcastsystem/images/rocks.jpg);*/
}


.Row_2 {
	height: 500px;
}

.Row_3 {
	height: auto;
}

.GenericTextPanel {
	width: 100%;
	float: left;
}

.SessionInfoPanel {
	width: 100%;
	float: left;
}

#twitter-widget-0 {
	position: static;
	visibility: visible;
	display: inline-block;
	width: 99% !important;
	height: 400px;
	padding: 0px;
	border: none;
	max-width: 100%;
	min-width: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 200px;
	float: left;
	border: 0px solid #CFCFCF !important;
}

.Column_1 {
	padding-right: 5px;
}

.Column_2 {
	padding-left: 5px;
}

.GenericTextPanelDiv {
	/*padding-left: 8px;*/
}

.SessionInfoPanelDiv {
	text-align: left;
}

.LoginPanel {
	padding: 20px;
	text-align: center;
	width: 100%;
	height: 500px;
	margin: 0px auto;
}

.WebcastPlayer
{
	width:100%;
	height: 98%;
}

/*.WebcastPlayer {
	width: 95%;
	height: 85%;
}

#mediaspace_wrapper {
	float: left;
	padding-top: 7.5px;
	width: 100%;
	height: 100%;
}  */

.ColourBoxes
{
	background: linear-gradient(to bottom, #12A8CB 0%, #1683BA 100%);
color: #FFFFFF;
font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
padding: 2%;
width: 19%;
float: right;
margin-left: 2%;
height: 525px; 
	
}

h1
{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px
}

hr{
    color:#FFFFFF;
    background-color:#FFFFFF;
}

.MainHeaderText
{
	color: #4F4F51;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	margin-left:16%;
	text-align: left;
	width: 64%;
	
}

.BlackHeaderText
{
	color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	background-color: #000000;
	text-align: left;
	
}

.ColourBoxesMobile {
    background: linear-gradient(to bottom, #12A8CB 0%, #1683BA 100%);
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial;
    padding: 7%;
    height: auto;
}


.TopMenu {
    background: linear-gradient(to bottom, #FC6E00 0%, #FD8701 100%);
   }

.TopMenuMobile {
    background: linear-gradient(to bottom, #FC6E00 0%, #FD8701 100%);
   }

