#divData {
	padding: 5px;
	position: relative;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.programImg {
	float: left;
	position: relative;
	clear: both;
}
#divData p {
	text-align: left;
	width:100%;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	position: relative;
	color: #4A4A4A;
	clear: both;
}
a.channelName {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-left:5px;
}
#divData a.channelName:hover {
	text-decoration: underline;
}
.channelTime {
	color: #BF0000;
	font-size: 12px;
	text-decoration: none;
}
#divData a.channelTime {
	color: #BF0000;
	font-size: 12px;
	text-decoration: none;
}
#divData a.channelTime:hover {
	text-decoration: underline;
}
#divData h1, #divData h1 a {
	font-size: 16px;
	display: block;
	position: relative;
	float: left;
	font-weight: normal;
	color: #3b7493;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	clear: both;
	width:100%;
	background:none;
}
#divData h1 a:hover {
	text-decoration: underline;
}
#divData p.Description, #divData p.Description a {
	font-size: 13px;
	line-height: 14px;
	margin-top: 5px;
	text-decoration: none;
	color: #4A4A4A;
}
#divData p.Description a:hover {
	color: #58717C;
}
#divData p.Genre, #divData p.Genre a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin-top: 10px;
	text-transform:capitalize;
}
#divData .Genre a:hover {
	text-decoration: underline;
}
p.Play, p.Play a {
	font-size: 12px;
	margin-top: 15px;
	color: #3b7493;
	text-decoration: none;
	line-height: 22px;
	float:left;
	display: block;
}
p.Play a {
	padding-left: 27px;
	background-image: url(../../images/button_popup_play.png);
	background-repeat: no-repeat;
	background-position: left center;
}
p.Fav, p.Fav a {
	font-size: 12px;
	color: #3b7493;
	text-decoration: none;
	line-height: 22px;
	float:left;
	display: block;
}
p.Fav a {
	padding-left: 27px;
	background-image: url(../../images/services.png);
	background-repeat: no-repeat;
	background-position: left center;
}
p.RemFav, p.RemFav a {
	font-size: 12px;
	color: #3b7493;
	text-decoration: none;
	line-height: 22px;
	float:left;
	display: block;
}
p.RemFav a {
	padding-left: 27px;
	background-image: url(../../images/error.png);
	background-repeat: no-repeat;
	background-position: left center;
}
p.Play a:hover, p.Fav a:hover, p.RemFav a:hover {
	text-decoration: underline;
}
p.FavHide
{
    display:none;
}
.PlayImage {
	width: 22px;
	height: 22px;
	border:0;
	margin-right:5px;
}
.ShowPopupIcon {
	text-align:center;
	vertical-align:middle;
	margin-left:5px;
	cursor:pointer;
}

