﻿p, ul, ol, li, h2, h3 {
 margin: 0;
 padding: 0;
}

body {
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
 font: 10px Arial, Helvetica, sans-serif;
 color: #000000;
}

a 
{
	color:#000099;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h2 {
 font-weight: normal;
 font-size: 18px;
}

#channelname { float:left;text-align:left; }
#channelrating { vertical-align:bottom;text-align:right; }
#channeldescription { clear:both;text-align:left; }

.channelButton
{
	width: 50px;
	vertical-align:middle;
	text-align:center;
	background-color:#0098CC;
	color:White;
	border-color:#EEEEEE;
	padding-bottom:1px;
	font-size:10px;
}

.channelMediumButton
{
	width: 110px;
	height: 18px;
	vertical-align:middle;
	text-align:center;
	background-color:#0098CC;
	color:White;
	border-color:#EEEEEE;
	padding-bottom:1px;
	font-size:10px;
}

.channelLargeButton
{
	width: 165px;
	height: 18px;
	vertical-align:middle;
	text-align:center;
	background-color:#0098CC;
	color:White;
	border-color:#EEEEEE;
	padding-bottom:1px;
	font-size:10px;
}

.channelSuperSizedButton
{
	width: 100%;
	height: 18px;
	vertical-align:middle;
	text-align:center;
	background-color:#0098CC;
	color:White;
	border-color:#EEEEEE;
	padding-bottom:1px;
	font-size:10px;
}

.guideHeader
{
	padding-top:5px;
	padding-left:5px;
	width: 170px;
	height:230px;
	z-index:1;
	font-size:10px;
	color:White;
	background-color:#444444;
}

.guideListing
{
	overflow:scroll;
	padding-left:0px;
	z-index:1;
	font-size:10px;
	color:Black;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	background-color:#FFFFFF;
	height:340px;
	width:300px;
}

.BackgroundBorder
{
    background-color:#CCCCCC;
}

.filterDropDown
{
	font-size:x-small;
	width:100px;
}

.errorMessage
{
	color:Red;
}

.successMessage
{
	color:Green;
}

.AddChannelsPopup
{
	padding-top:5px;
	padding-left:5px;
	background-color:Black;
	width:350px;
	height:45px;
	border-style:groove;
	border-width:thick;
	border-color:Fuchsia;
	position:absolute;
	top:100px;
	left:100px;
}

.buttonHeader
{
	background-color:#FFFFFF;
	padding:5px;
	text-align:center;
	white-space:nowrap;
}

.newtv
{
	position:relative;
	top:-466px;
}
.channelNumberDisplay
{
	position:relative;
	top:-438px;
	left:25px;
	color:White;
	font-size:x-large;
	width: 50px;
}

.channelInfoDisplay
{
	color:Blue;
	font-size:16px;
	overflow:hidden;
	width: 250px;
}

.searchTitleDisplay
{
	font-size:12px;
	overflow:hidden;
	color:White;
	background-color:#0098CC;
	font-size:small;
}

.channelFavoriteIconDisplay
{
	position:relative;
	top:-436px;
	left:25px;
}

.activeIconDisplay
{
	position:relative;
	top:-436px;
	left:25px;
}

.remote
{
	background-color:#444444;
	vertical-align:text-top;
	text-align:center;
}

.servicemonitor
{
	overflow:hidden;	
}
.buttonFullScreen
{
	position:relative;
	top:-467px;
	left:427px;
	width:300px;
	padding-top:3px;
	padding-bottom:3px;
}

.channelColumn
{
	width:20px;
	color:White;
	background-color:Lime;
}

.nameColumn
{
	width:140px;
}

.sidebar
{
	width:200px;
	background-color:#DDDDDD;
	vertical-align:top;
	text-align:center;
	visibility:visible;
}

.ChannelInactive
{
	background-color:#DDDDDD;
	width:160px;
	height:15px;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
	border-color:Black;
}

.ChannelActive
{
	background-color:#88EE88;
	width:160px;
	height:15px;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
	border-color:Black;
}

.ChannelCurrent
{
	background-color:Teal;
	color:White;
	width:160px;
	height:15px;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
	border-color:Black;
}

.ChannelHide
{
	background-color:White;
	font-size:0px;
	color:White;
	width:0px;
}

.ChannelTags
{
	background-color:#DDDDDD;
	width:660px;
	height:15px;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
	border-color:Black;
}

.login_status
{
	text-align:right;
	color:Navy;
	width:100%;
}

.emailAddress
{
	color:White;
}

.loginTextBoxes
{
	width:100px;
	height:14px;
	font-size:10px;
}

.LoginButton
{
	width:50px;
	height:20px;
	font-size:smaller;
}

#buttonHeader ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#buttonHeader li {
	float: left;
	background: url(../images/tabright.gif) top right no-repeat;
	margin: 0;
}

#buttonHeader a {
	display: block;
	background: url(../images/tableft.gif) top left no-repeat;
	color: #ffc;
	text-decoration: none;
	padding: 0.6em 1em 0.25em;
}

#buttonHeader a:hover {
	color: white;
}

#buttonHeader #selected {
	font-weight: bold;
	background-image: url(../images/tabrightactive.gif);
}

#buttonHeader #selected a {
	background-image: url(../images/tableftactive.gif);
	color: white;
}

.star
{
	cursor:pointer;
}

.RandomListings
{
	overflow:scroll;
	padding-left:0px;
	z-index:1;
	font-size:10px;
	color:Black;
	border-width:0px;
	height:170px;
	width:175px;
}

.RandomListings td
{
	border-width:0px;
}
