﻿.onTV
{
	margin: 0;
	padding: 0px;
	background-color: #eeeeee;
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 280px;
	height: 222px;
	border: 1px solid #5f97cb;
	overflow:auto;
}
 
/* Default Link Attributes */
.onTV a,
.onTV a:link,
.onTV a:visited,
.onTV a:hover,
.onTV a:active
{
	color: #5493d9;
	text-decoration: none;
	cursor:pointer;
}
 
 
/* FOR NOW SHOWING, UP NEXT, ETC. */
.onTV .when
{
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #5493d9;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid #5f97cb;
}
 
/* SHOW TITLE */
.onTV .title
{
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 2px;
}
 
/* SHOW SUB TITLE */
.onTV .subtitle
{
	padding-left: 5px;
	font-style: italic;
	margin-bottom: 2px;
}
/* SHOW DETAILS */
.onTV .details
{
    font-weight: normal;
	padding-left: 15px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom:0px;
	text-align: justify;
	background-color: #fbfbfb;
	font-size: 10px;
            
}

.onTV .title:Link,.title:Visited
{
    FONT-WEIGHT: bold;
    text-decoration:none;
    
}

.onTV .visitweb
{
    font-weight: normal;
	padding-left: 15px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top:2px;
	margin-bottom:0px;
	text-align: justify;
	background-color: #fbfbfb;
	font-size: 10px;        
}


.radTitle
{
    padding-left: 5px;
    font-weight:bold;
	font-style:italic;
    font-size:11px;
    display:block;
}
.radComposer
{
    padding-left: 5px;
    font-weight:normal;    
    font-style:italic;
    
}
.radPlaying
{
    padding-left: 5px;
    font-weight:normal;
}


