#channelmgr .teaser{
	background-image:url(../images/template/subsection_tile.gif);
	background-repeat:repeat-y;
}
#channelmgr .teaser_header{
	background-image:url(../images/template/subsection_background.gif);
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:31px;
	width:190px;
	padding-left:12px;
	padding-top:10px;
	display:table-cell;
}
.channel_name{
	display:none;
}
.list_header{
	display:none;
}
#channelmgr .list_header{
	display:block;
}
#channelmgr .content_type{
	color:#9d295a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left:15px;
	margin-top:15px;
	width:160px;
}
#channelmgr ul.channel_items{
	list-style-type:none;
	margin:0;
	margin-bottom:10px;
	margin-top:5px;
	margin-left:20px;
	padding:0;
}
#channelmgr ul.channel_items li{
	background-image:url(../images/template/bullet_circle_cm.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding:2px;
	padding-left:6px;
	width:155px;
	margin:0;
}
#channelmgr ul.channel_items a{
	color:#00533e;
	text-decoration:underline;
	font-weight:bold;
}
#channelmgr ul.channel_items a:visited{
	color:#007658;
	text-decoration:underline;
	font-weight:bold;
}
#channelmgr ul.channel_items a:hover{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
#channelmgr ul.channel_items a:visited:hover{
	color:#626262;
	text-decoration:underline;
	font-weight:bold;
}
#channelmgr .teaser button{
	background-color:transparent;
	border:1px solid #fff;
	color:#006e50;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:135px;
	position:relative;
	text-decoration:none;
}
#channelmgr a img{
	margin-left:128px;
	margin-bottom:10px;
}
