/* custom */
.box_gradient {filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFF0E0', startColorstr='#ffffff', gradientType='0');}

.box_text{font-family: Arial,Verdana, sans-serif !important; font-size: 12px; color:#666666;}
.box_text a, a:link, a:visited {color:003366;  font-size: 12px;}
.box_text a:hover {color:76996E; text-decoration: none}
.box_text br {line-height: 20px;}

.pad {padding: 10px;}
#main-column-programs {
	vertical-align: top;
	padding: 0px;
	width: 174px;
}


/* Channels */


#main-column {
	vertical-align: top;
	padding: 0px;
	width: 65%;
}

.myvt-channel-container {
	margin-bottom: 15px;
	position: relative;
}

.myvt-channel-titlebar {
	background-color: #999999;
	position: relative;
	border-bottom: 2px solid #666;
	background-repeat: no-repeat;
}

.myvt-channel-titlebar table {
	background-position: top right;
	background-repeat: no-repeat;
}

.myvt-channel-icon {
	position: absolute;
	top: 2px;
	left: 3px;
	z-index: 3;
}

.myvt-channel-icon img {
	font-size: 24px;
	height: 1em;
	width: 1em;
	z-index: 3;
}

.myvt-channel-title-text {
	padding: 5px 0 3px 2.5em;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: bottom;
	color: #000000;
}

.myvt-channel-no-icon {
	padding: 5px 0 3px 7px;
}

.myvt-channel-buttons {
	padding: 3px 3px 1px 3px;
	text-align: right;
	vertical-align: middle;
}

.myvt-channel-buttons a {
	padding-left: 3px;
}

.myvt-channel-buttons img {
	font-size: 16px;
	height: 1em;
	width: 1em;
}

.myvt-channel-content {
	background-color: #FFF;
	/* padding: 5px; */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.myvt-channel-rendered-content {
	width: 100%;
}

.myvt-channel-border-tl {
	background-image: url(/boxes/box_container_images/channel_tl.gif);
	height: 4px;
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	z-index: 2;
	margin-bottom: -4px;
}

.myvt-channel-border-tr {
	background-image: url(/boxes/box_container_images/channel_tr.gif);
	height: 4px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
}

.myvt-channel-no-titlebar {
	margin-top: -4px;
	border-top: 1px solid #CCC;
}

.myvt-channel-no-border {
	border:none;
}

.myvt-channel-border-bl {
	background-image: url(/boxes/box_container_images/channel_bl.gif);
	height: 4px;
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
	top: -4px;
	width: 100%;
	z-index: 2;
}

.myvt-channel-border-br {
	background-image: url(/boxes/box_container_images/channel_br.gif);
	height: 4px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
}
