/*
// OVERALL LAYOUT STYLES
*/

ul, ol {
	margin: 0px;
	padding:0px;
}

li {
	padding: 0px;
}

/*
//
// CONTENT HEADER //
//
*/

#confirmed {
	top: 0px;
	left: 0px;
	width: 245px;
	height: 260px;
	margin: 0px; /* 3px 0 0; */
	padding:0px;
	border: 0px none #fff;
}

#confirmed_content {
	position: relative;
	top: 0px;
	left: 0px;
	height: 260px;
	width: 245px;
	overflow: hidden;
	border: 0px none #f00;
}

#confirmed_ticker, #confirmed_ticker_english, #highlight_ticker {
	position: absolute;
	width: 245px;
	height: 2000px;
	color: #000066;
/*	text-transform: uppercase;	*/
	border: 0px none #0f0;	/* */
}

#confirmed_ticker a {
	color: #000066;
}

#confirmed_list {
	list-style: none;
}

#confirmed_list li {
	height: 80px;
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:12px;
	color:#000066;
	padding:2px; /* */
/*	margin-bottom:10px; /* */
	line-height:18px;
	border-bottom: 1px solid #DDDDDD;
}
