.channel_display {
	width:153px;
	padding:0px;
}

a.channel_link {
	color: #7a5581;
	text-decoration: underline;
	font-size: 10px;
}

a:hover.channel_link {
	color: #20b1ae;
	text-decoration: underline;
	font-size: 10px;
}

a:visited.channel_link {
	color: #7a5581;
	text-decoration: underline;
	font-size: 10px;
}

a:visited:hover.channel_link {
	color: #20b1ae;
	text-decoration: underline;
	font-size: 10px;
}

.content_type {
	padding-top:8px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #7a5581;
	background-image: url(../images/box_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:40;
	text-align:center;
	vertical-align:top;
}

.content_type_null {
	padding-top:8px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #7a5581;
	background-image: url(../images/box_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:40;
	text-align:center;
	vertical-align:top;
}

.channel_type {
	align: center;
	color: #4d365F;
}

.channel_type_null {
	align: center;
	color: #4d365F;
}

.table_item {
	width:146px;
	background-image: url(../images/box_fill.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.table_item_null {
	width:146px;
	background-image: url(../images/box_fill.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.channel_item {
}

.channel_item_null {
}

.content_item {
}

tr.between {
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:20px;
}

tr.between_null {
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:20px;
}

tr.between_end {
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:20px;
}

tr.between_end_null {
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:20px;
}

td.between {
}

td.between_null {
}

td.between_end {
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:20px;
}

td.between_end_null {
	height:20px;
}

.button_main {
	padding-left:15px;
	border:1px dotted #FF0000;
}