﻿/*
ChannelNavigation
*/
a.channelNavTabs
{
	color:Black;
	font-size:12px;
}
a.channelNavTabsSelected
{
	color:Black;
	font-weight:bold;
	font-size:13px;
}

a.channelNavTabsOff
{
	text-decoration: none;
	font-size: 12px;
	color: #bfbfbf;
}

/*
channel
*/
td.channelTable
{
	border-right:solid 3px white;
	border-bottom:solid 3px white;
}
.channel{
    text-align:center;
    font-weight: normal;
    color:black;
    text-decoration: none;
}

a.channel {
    font-weight: bold;
    color:black;
    border: none;
    
    text-decoration: none;
}
table.channel
{
	border:solid 1px #eae9e9;
	width:130px;
    height:275px;
}
tr.channel
{
	vertical-align:top;
	height:15px;
}
td.channel
{

	width:135px;
}
td.channelDesc
{
	height:45px;
}
td.channelName
{

	height: 23px;
	font-weight: bold;
}
td.giveRating
{
	height:15px;
}
tr.channelPic
{
	height:100px;

}
td.channelPic
{
	border:solid 1px #bfbfbf;
}
a.tooltip
{
	color:Black;
	text-decoration:none;
}
td.channelPlayer
{
	text-align:left;
	text-indent:15px;
	vertical-align:middle;
	height:25px;
}

td.channelKB
{
	vertical-align:middle;

	height:18px;
}
td.deleteFav
{

}
a.deleteFav
{
	font-weight: bold;
    color:black;
    border: none;
    
    text-decoration: none;
}