table.chapters {
	border: 1px inset black;
	width: 100%;
	color: black;
}

table.chapters tr {
	cursor: pointer;
	background-color: White;
}

table.chapters tr:hover {
	background-color: #CCCCCC;
}

table.chapters th {
	text-align: center;
	cursor: default;
}



table.related {
	margin: 2px 2px 2px 10px;
	font-size: x-small;
	width: 370px;
}

table.related .textpart {
	width: 230px;
	color: whitesmoke;
}

/* necessary for ie */
table.related td {
	border-collapse: collapse;
}

table.related .titlepart {
	font-weight: bold;
	height: 2.5em;
	overflow: hidden;
	color: white;
}


div.thumbnail {
	position: relative; /* important(so we can absolutely position the description div */
}

table.related a {
	text-decoration: none;
}

img.thumbnail {
	width: 99px;
	height: 77px;
}

img.thumbnail_16x9 {
	width: 129px;
	height: 77px;
}

img.thumbnail, img.thumbnail_16x9
{
    border-radius: 6px;
	border: none;
}

div.video_time
{
    background-color: #000000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    opacity: 0.75;
    filter:alpha(opacity=75); /* IE transparency */
    padding: 0 4px;
    vertical-align: top;
    margin-right: 0;
    margin-top: 0;
    bottom: 6px;
    position: absolute;
    right: 2px;
}

span.video_time_content {
	padding: 2px;
	margin: 0px;
}

span.stat {
	font-size: 1em;
	height: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
}

table.related tr {
	vertical-align: top;
	cursor: pointer;
	outline: gray solid 1px;
	text-indent: 0px;
    outline: none;
}

table.related tr:hover {
	background-color: #8a8989;
}

table.related td {
    padding: 5px;
}
