/*
// OVERALL LAYOUT STYLES
*/

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

li {
	padding: 0px;
}

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

#confirmedL {
/*	float: right;
	position: relative;
	background: url(../images/confirmed.gif) no-repeat;	*/
	top: 0px;
	left: 0px;
	width: 560px;
	height: 130px;
	margin: 0 3px 0 0;
	border:0px solid #ff0000;
	background:	#ffffff;
	
}

#confirmed_contentL {
	position: relative;
	top: 0px;
	left: 0px;
	height: 130px;
	width: 560px;
	overflow: hidden;
	background:#ffffff;
	border:0px solid #00f;
}

#confirmed_tickerL, #confirmed_ticker_english, #highlight_ticker {
	position: absolute;
	width: 6000px;
	height: 600px;
	color: white;
/*	text-transform: uppercase;*/	
	border:0px solid #00ff00;
}

#confirmed_tickerL a {
	/*color: white;*/
}

#confirmed_listL {
	list-style: none;
}

#confirmed_listL li {
	float:left;
	height: 150px;
	padding:2px;
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:12px;
	color:#000000;
/*	padding:0px 15px 0px 15px;*/
/*	line-height:25px;*/
}
/*.grpmatch {font-family:arial;font-weight:bold;font-size:12px;color:#000000;}*/
.wintxt {font-family:Arial;font-weight:normal;fon-size:12px;color:#C40D23;padding:0px 20px 0px 0px;}
