html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#993300;
	background-image:url(../../img/layout/webtvs/bg.png?2);
	background-repeat:no-repeat;
	font:normal 75% Tahoma,Verdana,sans-serif;
	scrollbar-base-color: #993300;
	scrollbar-3dlight-color: #fff;
}

.tv .headers {
	height:20px;
	background-color:#802B00;
	text-align:center;
	font-size:10px;
	cursor:default;
}

.tv .headers th {
	padding:4px 0 4px 0;
}

.tv .headers th,
.tv .headers a {
	color:#FFF;
	font-weight:normal;
}

.title_desc {
	width:2%;
	text-align:center;
	/*display:none;*/
}

.title_asce {
	width:2%;
	text-align:center;
}

.title_channel {
	width:26%;
}

.title_description {
	width:70%;	
}


.tv {
	width:100%;
	border-collapse:collapse;
	color:white;
	font-size:12px;
}

.tv img {
	border:0px;
}

.tv tr {
	height:25px;
	border-bottom:1px solid #FFF;
	cursor:pointer;
}

.tv tr td {
	padding:4px;
}

.tv .normalrow {
	background:inherit;
}

.tv .highlightrow {
	background-color:#cc4400;
}

.tv tr.highlightrow.htmlrow {
	background:transparent;
}

.tv .htmlrow td {
	text-align:left;
}

.tv .htmlrow td.title_desc {
	text-align:center;
}

.tv .htmlrow a,
.tv .htmlrow a:visited,
.tv .htmlrow a:hover {
	color:white;
	cursor:pointer;
}

.tv tr.htmlrow {
	cursor:default;
}

.logo {
	background:transparent url(../../img/logos/logosprite.png?3) no-repeat scroll;
	height:16px;
	width:16px;
	margin:auto;
}

.menu {
	width:100%;
	height:28px;
	background-image:url(../../img/layout/webtvs/demo01_menu.jpg);
	background-repeat:repeat-x;
	border:0px solid red;
	/*margin-top:5px;*/
}

.menu ul {
	margin:0;
	padding:0;
}

.menu li {
	list-style:none;
	height:28px;
}

.menu li a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	padding:7px 25px 7px 25px;
	display:block;
}

.menu li a.button:hover {
	background-color:#993300;
}

.menu li a.link:hover {
	text-decoration:underline;
}

.menu li div.stix {
	margin:0;
	padding:0;
	width:2px;
	height:28px;
	background-image:url(../../img/layout/webtvs/demo01_stix.jpg);
}

.player {
	background:#000;
}

a.customlink:link,
a.customlink:hover,
a.customlink:visited,
a.customlink:active,
a.customlink:focus {
	display:block;
	text-decoration:none;
	height:100%;
	text-align:center;
}

a.customlink:hover {
	background:#cc4400;
}