@charset "utf-8";
html,body { height:100%; }
body {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(171,171,171,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(171,171,171,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(158, 63, 63, 1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(171,171,171,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(171,171,171,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(171,171,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ababab', GradientType=0 );
	font-family: tahoma, helvetica, arial;
	font-size: .8em;
	color: #333333;
	margin:0;
	background-attachment: fixed;
}

h1 {
	font-size: 1.6em;
	color: #2B5A80;
	margin: 10px;
	padding: 5px;
	text-align:center;
}

.button {
	display: block;
	position: absolute;
	margin-top:10px;
	clear:both;
}

#player_outer {
	width: 1070px;
	background-color: #ffffff;
	position: relative;
	display: inline-block;
	border-bottom: 4px solid #000000;
	border-top: 8px solid #136AB1;
	background-color: white;
	-webkit-box-shadow: 1px 4px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 4px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 4px 8px 0px rgba(0,0,0,0.5);
	margin-top: 20px;
	padding:25px;
	margin-bottom:40px;
}
/*
#player_left_container {
	position: absolute;
	height: 425px;
	width: 400px;
	left: 10px;
}

#video_container {
	height: 249px;
	width: 400px;
	background-color: #FFF;
	overflow: hidden;
}
*/

.player_left_normal {
	width: 480px;
	float:left;
}

.player_left_large_slide {
	background-color: #FFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 24px;
	width: 700px;
	top: 394px;
}


#chapters {
	height: 157px;
	width: auto;
	margin: 0px;
	padding: 4px;
	background-color: #efefef;
	margin-top: 10px;
	overflow: auto;
	border:1px solid #ccc;
}
#chapters div {
	padding: 4px;	
}

#chapters div a {
	color: #335D80;
	text-decoration:none;
}

#chapters div a:hover {
	color: #CC8500;
	text-decoration:underline;
}

#slide_container {
	/*background-color: #FFFFFF;*/
	height: 100%;
	width: 100%;
	border:1px solid #cccccc;
}
#content_container {
	background-color: #333;
	height: 165px;
	width: 480px;
	text-align: left;
}

/*
#player_right_container {
	position: absolute;
	height: 425px;
	width: 566px;
	right: 10px;
	text-align: right;
}
*/
.player_right_normal {
	width: 566px;
	text-align: right;
	float:right;
}
.player_right_large_slide {
	background-color: #F00;
	position: relative;
	height: auto;
	width: 700px;
	top: -30px;
	margin-right: auto;
	margin-left: auto;
}

#overview, #presenters {
	height: 165px;
	width: auto;
	margin: 0px;
	padding: 4px;
	background-color: #EFEFEF;
	margin-top: 10px;
	overflow: auto;
	display:none;
}
