
#tvguide_channels {
	padding: 0px 0px 20px 20px;
	text-align: center;
	background: url(../images/logos_grad.jpg) repeat-x left bottom;
}

.small_logo_container {

	width: 79px;
	height: 47px;
	background: url(../images/logo_bg.jpg) no-repeat;
	padding: 6px 0px 0px 0px;
	margin: 0px 5px 10px 10px;
	text-align: center;
}



.channel_link {
	float: left;
	width: 200px;
	font-weight: bold;
	padding: 38px 0px 0px 0px;
}

.channel_link a {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
}

.channel_link a:hover {
	text-decoration: underline;
}
.column_header {
	padding: 0px 0px 10px 11px; 

}
.column_style {
	padding-left: 11px; 
	border-left: solid 1px #b2b5af;
}
.column_style table {
	padding-bottom: 0px;
	border-bottom: solid 5px white;
}

.show_cell {
	background: url(../../images/tv_guide/show_bg.jpg) repeat-y left top;
	padding: 10px 5px 10px 18px;
}

.show_cell, .show_cell a:link, .show_cell a:visited, .show_cell a:active {
	color:#61687F;
	font-size:10px;
	text-decoration:none;
}

.show_cell a:hover {
	color:#CA0016;
}

