@charset "utf-8";
td img {display: block;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mediaPlayerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.castIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 86px;
	width: auto;
	padding: 2px;
	overflow:auto;
	
}
.commentaryTextDiv
{
	border: 1px solid #808080;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	height: 120px;
	padding: 2px;
	overflow: auto;
	text-align: left;
}
.extraText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	max-height: 50px;
	padding: 2px;
	overflow: auto;
}
.presentationTitle {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.progressBarStyle
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid
}
.slideScrollBarSlideHeading
{
	font-weight: normal;
	font-size: 10px;
	color: Gray;
	font-family: Verdana, Arial;
	
}
.highlightMarkerStyle
{
	cursor: hand;
	background-color: cadetblue;
	border-bottom: cadetblue 1px solid;
	border-top: white 0px solid;
	border-left: white 0px solid;
	border-right: white 0px solid;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.normalMarkerStyle
{
	cursor: hand;
	background-color: white;
	border-bottom: darkgray 1px solid;
	border-top: white 0px solid;
	border-left: white 0px solid;
	border-right: white 0px solid;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #202020;
}
.commentaryTextTable
{
	border-width: 1px;
	border-color: #808080;
	padding: 5px;
}



