@charset "utf-8";

body {
	font-family: tahoma, helvetica, arial;
	font-size: .8em;
	color: #333333;
	background-color: #333;
}

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

#player_outer {
	height: 550px;
	width: 1000px;
	background-color: #EFEFEF;
	position: relative;
	display: inline-block;
}
#player_left_container {
	position: absolute;
	height: 425px;
	width: 400px;
	left: 10px;
	/*top: 10px;*/
	/*background-color: #FFF;*/
}
#video_container {
	height: 24px;
	width: 400px;
	background-color: #FFF;
	overflow: hidden;
}
#chapters {
	height: 383px;
	width: auto;
	margin: 0px;
	padding: 4px;
	background-color: #FFF;
	margin-top: 10px;
	overflow: auto;
}
#chapters div {
	padding: 4px;	
}

#chapters div a {
	color: #335D80;
}

#chapters div a:hover {
	color: #CC8500;
}

#slide_container {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}
#content_container {
	background-color: #333;
	height: 190px;
	width: 400px;
	text-align: left;
}

#player_right_container {
	position: absolute;
	height: 425px;
	width: 566px;
	/*top: 10px;*/
	right: 10px;
	text-align: right;
}

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