#channel_display, 
#channel_display table, 
#channel_display td {
	border-collapse:collapse;
	margin:0;
	padding:0;
}

/* title */
.content_type { 
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color: #ffffff;
	padding:5px 0 4px 10px;
	background-color: #626262;
	background:url(../images/2009/content_color.gif) no-repeat;
}

span.channel_item a {
	background:url(../images/2009/leftnav_inbetween.gif) no-repeat;
	display:block;
	padding:6px 0 6px 10px;
	margin:0;
	width:185px;
	*width:195px;
}


/* more link */
#ChannelManager a {
	float:right; 
	padding-right:0px; 
	*padding-right:5px;
	padding-bottom:3px;
}
#ChannelManager table.content_group a {
float:none;
}



/* links */
a.channel_link {
	color:#275287;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	line-height:1.5;
	padding:5px 0 4px 10px;
}

a:hover.channel_link {
	color:#0b192b;
	text-decoration:none;
}

a:visited.channel_link {
	color: #275287;
	text-decoration: none;
	font-size:14px;
}

a:visited:hover.channel_link {
	color: #275287;
	text-decoration: none;
	font-size:14px;
}