/*
// OVERALL LAYOUT STYLES
*/

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

li {
	padding: 0px;
}

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

#confirmedV {
	top: 0px;
	left: 0px;
	width: 253px;
	height: 290px;
	margin: 0px; /* 3px 0 0; */
	padding:0px;
	border: 0px solid #f00;
}

#confirmed_contentV {
	position: relative;
	top: 0px;
	left: 0px;
	height: 290px;
	width: 253px;
	overflow: hidden;
	border: 0px solid #00ff00;
}

#confirmed_tickerV, #confirmed_ticker_english, #highlight_ticker {
	position: absolute;
	width: 250px;
	height: 2000px;
	color: #000066;
/*	text-transform: uppercase;	*/
	border: 0px solid #0000f0;	/* */
}

#confirmed_tickerV a {
	color: #000066;
}

#confirmed_listV {
	list-style: none;
}

#confirmed_listV li {
/*	height: 50px;  /*290px*/
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:12px;
	color:#000066;
	padding: 0px 2px 0px 2px; /* */
/*	margin-bottom:10px; /* */
	line-height:18px;
	border-bottom: 0px solid #fff;
}

.spacer {
	font-size:2px;
	height:2px;
}

.tbltop {
	border-top:1px solid #CC0000;
	border-left:1px solid #CC0000;
	border-right:1px solid #CC0000;
}

.tblbottom {
	border-bottom:1px solid #CC0000;
	border-left:1px solid #CC0000;
	border-right:1px solid #CC0000;
}

.tblrow {
	border-left:1px solid #CC0000;
	border-right:1px solid #CC0000;
}
