a.videoPlayer {
	display: block;
	width: 430px;
	height: 267px
}

h2 {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	margin-bottom: 0px;
}

h4 a, h4 a:link, h4 a:visited {
	float: right;
	margin-right: 15px;
	color: #fff;
}

h4 a:hover {
	text-decoration: underline;
}

div.commentsHeader {
	color: #02A3E9;
	font-weight: bold;
	margin-top: 10px;
	padding: 0px;
	background-color: #FFF;
	cursor: pointer;
	border-bottom: 1px dashed #0100A3;
}

div.commentsHeader .left {
	float: left;
}

div.commentsHeader .right {
	float: right;
}

div.commentsHeader br {
	clear: both;
}

div.commentsBody {
	padding: 5px;
}

.hidden {
	display: none;
}

.comments {
	width: 430px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

#right {
	margin-top: -25px;
}

#right em {
	display: block;
	color: #999;
	font-size: 9px;
	font-style: italic;
}

.center {
	text-align: center;
}

#curriculum, #standards {
	cursor: pointer;
}

#footer p {
	line-height: 11px;
}