#divHeaderClock 
{
	position: absolute;
	top: 8px;
	/*right: 10px;*/
	left: 120px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: none;
	background: black;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #1496FF;*/
	color: blue;
	background: #eee;
}


