﻿/* ------------------------ */
/* jTVPlayer.css overriding */

#TVHeaderWrapper
{
	position: relative;
	
	width:986px;
	height:30px;	
}

#TVContentTitleAbsolute
{
	left:193px;
}

#powerOffIcon
{
	right:-2px;
}

.TVMainWrapperScreen
{
	width:984px;
	
	border: solid 1px white;
	
	margin-bottom:5px;	
}

#TVFrame
{
	width:600px;
	height:474px;

	padding:3px 192px 3px 192px;
	
	background-color:Black;	
}


.TVMainWrapperOD
{
	width:986px;
	
	margin-bottom:5px;	
}

.TVLeftWrapper
{
	width:150px;
	
	overflow:hidden;
	
	margin-right:3px;
	margin-left:0px;
}

.channelMenuHeader,.channelMenuTitle
{
	width:150px;
}

#ChannelPanels
{
	height:455px;	

	background-image: url('Images/TV/CanaliTematici3r.jpg');
}

.channelPanel
{
	height:455px;	
}

.channelPanelIntro
{
	width:600px;
	text-align:left;
}

.channelPanelIntro a
{
	text-decoration:underline;
}

/* ------------------------ */

#GrayBox
{
	position:relative;
	
	width:678px;
	height:350px;	

	overflow:hidden;

	margin-left:1px;
	margin-right:1px;

	background-image: url('Images/Default/GrayBox.jpg');
	background-repeat:no-repeat;
}

#NewsHeader
{
	position: absolute;
	
	top:16px;
	left:50px;
}

#NewsBox
{
	position: absolute;
	
	top:50px;
	left:6px;
}

#RadioHeader
{
	position: absolute;
	
	top:19px;
	left:332px;
}

#RadioBox
{
	position: absolute;
	
	top:50px;
	left:230px;
}

#CreditsHeader
{
	position: absolute;
	
	top:19px;
	left:510px;
}

#CreditsBox
{
	position: absolute;
	
	top:50px;
	left:460px;
}

.EditableBox
{
	width:208px;
	height:292px;
	
	overflow: auto;	
	
	color:White;
	background-color:Transparent;
}

.EditableBox a
{
	color:Blue;
	text-decoration:underline;
}


