@charset "UTF-8";
/* CSS Document */

#videoBlock {
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#playerWrapper {
	float: left; 
	width: 640px;
	}

#player {
	width: 640px;
	height: 360px;
	background-color: #F9F9F9;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	}

#playerNavigation {
	width: 248px;
	float: right;
	padding: 3px;
	background-color: #F2F2F2;
	}
	
#playerContentWrapper {
	width: 640px;
	background-color: #F9F9F9;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left; 
}
#videoBlock #playerNavigation ul {
	padding-left: 7px;
}
#videoBlock #playerNavigation ul li {
	list-style-type: disc;
	padding-left: 0px;
	padding-bottom: 5px;
	color: #666;
}

#videoBlock #playerNavigation ul li a{
	text-decoration: none;
	font-size: 12px;
}

#videoBlock #playerNavigation ul li a:hover {
	text-decoration: underline;
	font-size: 12px;
}

#videoBlock #playerNavigation ul li span {
	font-size: 11px;
}
	
#playerContent {
	overflow: auto;
	width: 100%;
	padding: 10px;
	height:  100px;
	
	}	
#playerContentMain {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 370px;
	min-height: 80px;
	}
	
#playerContentNav {
	width: 250px;
	float: right;
	padding-right:10px;
	}

#videoBlock #playerContent .title {
	font-weight: bold;
	padding-right: 5px;
}

#videoBlock #playerContent .description {
	font-weight: normal;
	font-size: 11px;
	padding-right: 10px;
	color: #666;
}

#wlccLinks {
	margin-top:10px;
	width: 640px;
	}
#videoBlock #playerNavigation em {
	
	
}
#videoBlock #playerNavigation ul li .active {
	font-weight: bold;
}

.speaker {	font-weight: bold;
	color: #036;
}

.active {font-style: italic; color: #036;
	}
    
.videoContent {
	background: #EFEFEF;
	padding: 0px;
	font-size: 12px;
	width: 640px;
}    
.videoTitle {
	color: #FFFFFF;
	display: block;
	border-bottom: 3px solid #003366;
	font-weight: bold;
	background-color: #003366;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-top: 0px;
}
.videoCell {
	padding: 5px;
}
.videoCell img {
	margin-right: 10px;
}
.relLinks {
	padding:10px;
}

.videoContent li {
	font-size:12px;
}

#center h3, body.mceContentBody h3, body.fckContentBody h3 {font-size: 14px;}


