﻿body
{
	font-family:Arial Narrow;
	font-size:small;
	font-weight:bold;
}

.header
{
	text-align: center;
	background-color: Blue;
	font-family:Arial Narrow;
	font-size:larger;
	font-weight:bold;
	width:auto;
}

.channelInfo
{
	text-align: center;
	background-color:Silver;
	font-family:Arial Narrow;
	font-size:medium;
	font-weight:bold;
}

.cssMediaPlayer
{
	width:100%;
	height:85%;
}

.cssMediaPlayer2
{
	text-align:center;
}

.errorMessage
{
	color:Red;
}

.ChannelHide
{
	background-color:White;
	font-size:xx-small;
	color:White;
	width:auto;
}

.guideListing
{
	text-align:center;
	overflow:scroll;
	z-index:1;
	font-size:small;
	width:auto;
	height:auto;
	color:Black;
	border-color:Black;
	border-style:solid;
	border-width:thin;
	background-color:#FFFFFF;
}

.ChannelInactive
{
	background-color:#DDDDDD;
	width:100%;
	height:auto;
	overflow:hidden;
	border-width:thin;
	border-style:solid;
	border-color:Black;
}

.login
{
	text-align:right;
}

.instructions
{
	text-align: left;
	background-color:Silver;
	font-family:Arial Narrow;
	font-size:small;
	font-weight:bold;
}
