.MediaPlayerTable
{
    color:White
}


.MediaPlayerTable a:link {
	color: White;
	text-decoration: underline;
}
.MediaPlayerTable a:visited {
	color: White;
	text-decoration: underline;
}
.MediaPlayerTable a:hover {
	color: White;
	text-decoration: none;
}
.MediaPlayerTable a:active {
	color: White;
	text-decoration: none;
}

.MediaPlayerTable .unactive {
	color: #FFFFFF;
	background-color: #6777AD;
}
.MediaPlayerTable .active {

	color: #FFFFFF;
	background-color: #4B5A8D;
}
.MediaPlayerTable .darkline {
	background-color: #4B5A8D;
}
.MediaPlayerTable .bckvideo {
	background-color: #6777AD;
}

