#cimsmotheader {
	
}
	
.tickercontainer {
	background: #F49B00; 
	width: 320px; 
	height: 30px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}                         
.tickercontainer .mask {
	position: relative;
	left: 0px;
	top: 8px;
	width: 320px;
	overflow: hidden;
}
#cimsmoticker {
	position: relative;
	left: 320px;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
#cimsmoticker li {
	display:block;
	float: left;
	padding: 0;
	white-space: nowrap;
	color: #ffF;
	margin: 0 50px 0 0;
	height: 30px;
	font-weight:bold;
}
#cimsmotheader {
	width:318px;
	height:114px;
	border:1px solid #E5E5E5;
	background-image:url(monitor_bg.gif);
	position:relative;
}
#cimsmofooter {
	width:320px;
	padding:6px 0;
}
#cimsmofooter a img {
	padding:2px 2px 2px 0;
}
#cimsmotheader img.title {
	position:absolute;
	top:13px;
	left:205px;
}
#cimsmotheader img.blk {
	position:absolute;
	top:18px;
	left:30px;
}
#cimsmotheader table.cnt {
	position:absolute;
	top:40px;
	right:10px;
}
#cimsmotheader table.cnt td {
	padding:3px;
}
#cimsmotheader table.cnt td.a {
	padding:5px 3px;
}
#cimsmotheader table.cnt td.c {
	font-weight:bold;
	text-align:right;
}