div.m27-ticker div.componentBody dl dt strong a {
	color: #e00;
	text-decoration: none;
}
div.m27-ticker div.componentBody dl dt strong a:hover {
	text-decoration: underline;
}



div.m27-ticker div.componentHeader {
	margin-bottom: 20px;
}

div.m27-ticker a.arrow {
	display: block;
	height: 7px;
	background: center 0 no-repeat;
	overflow: hidden;
	cursor: pointer;
}
div.m27-ticker a.arrow.up {
	background-image: url(../images/ticker/arrow-up.gif);
}
div.m27-ticker a.arrow.down {
	background-image: url(../images/ticker/arrow-down.gif);
}
div.m27-ticker a.arrow:hover {
	background-position: center -7px;
}

div.m27-ticker div.componentBody {
	background: url(../images/ticker/bg-top.gif) top left repeat-x;
}

div.m27-ticker div.componentBody dl {
	background: url(../images/ticker/bg-bottom.gif) bottom left repeat-x;
	margin: 7px 0;
	padding: 10px 6px 10px 6px;
	border: 1px solid #cecece;
}

div.m27-ticker div.componentBody dl dt {
	font-weight: bold;
	line-height: 18px;
}

div.m27-ticker div.componentBody dl dt * {
	display: block;
}

div.m27-ticker div.componentBody dl dt span.category {
	color: #e00;
}
div.m27-ticker div.componentBody dl dt span.category a {
	display: inline;
	font-size: 13px;
	color: #000;
}

div.m27-ticker div.componentBody dl dt span.datetime {
	font-size: 12px;
	color: #656565;
}

div.m27-ticker div.componentBody dl dt strong a {
	font-size: 15px;
	height: 4em;
}

div.m27-ticker div.componentBody dl dd {
	font-size: 11px;
	line-height: 14px;
}

/*-------------------- New Ticker ---------------------------*/
div.ticker div.componentBody ul {padding:0px;margin:0px;}
div.ticker div.componentBody ul li {width:100%; padding:10px 0px 10px 0px; margin:0px; border-bottom:1px dotted #cecece;}
div.ticker div.componentBody ul li a, div.ticker div.componentBody ul li a:visited {
	font-weight:bold; font-size:14px; line-height:16px; text-decoration:none; padding:0px 0px 0px 0px; color:#ee0000;}
div.ticker div.componentBody ul li a:hover {text-decoration: underline;}
div.ticker div.componentBody ul li p { font-size:12px; line-height:18px;}
div.ticker div.componentBody ul li .datetime { font-size:10px; line-height:14px; color:#808080;}
div.ticker div.componentBody ul li.last {padding-bottom:0px; border-bottom:none;}
div.ticker div.componentFooter { padding:10px 0px 0px 0px;}

