/* <digital clock styles> */

#blackbox
	{
	position: relative;
	text-align: center;
	background-color: black;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 4px;
	margin-bottom: 16px;
	border-style: solid;
	border-width: 0px;
	border-color: #000 #999 #999 #000;
	background-image: url(images/hilite.gif);
	background-repeat: repeat-x;
	background-position: 0 5px;
	}


#bezel
	{
	position: relative;
	text-align: center;
	height: 19px;
	width: 153px;
	margin-left: auto;
	margin-right: auto;
	}
	
#clock  
	{
	position: relative;
	background-color: transparent;
	height: 18px;
	width: 152px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	

#d1, #d2, #d3, #d4, #d5, #d6
	{
	position: relative;
	overflow: hidden;
	width: 22px;
	height: 18px;
	float: left;
	background-image: url(images/nanogreen.png);
	background-repeat: no-repeat;
	background-position: 0 0
	}

#dot1, #dot2
	{
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 18px;
	float: left;
	background-image: url(images/nanogreend.png)
	}

