html,body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

div {
	float:left;
	margin-right:20px;
}

#VideoNav {
  margin:0px;
}

a {
  display:block;
  margin-bottom:10px;
  text-decoration:none;
  color:#ED6E00;
  cursor:pointer;
}

a.active, a:hover {
  font-weight:bold;
  color:#000;
}

a.inactive {
  color:#797878;
  cursor:default;
}

div.header {
  width: 100%;
  margin: 0 0 15px 0;
  border-bottom: solid 1px #8d8d8d;
  color: #000;
  text-transform: uppercase;
  font-size:13px;
}

#VideoStreamTeaser {
  width:162px;
}

#VideoStreamTeaser p {
  margin:0;
}

#VideoStreamTeaser embed, #VideoStreamTeaser img {
  margin:7px 0;
}

#TeaserHeader {
  font-size: 8pt;
  margin-bottom: 10px;
  font-weight: bold;
}

#CurrentSpeaker {
  color:#ED6E00;
}
