/* ___  CSS for clock - Custimize clock css here ____ */

#clock_container { display:inline; }

#clock_container table{ width:250px;}
#clock {    color:#FFFFFF; 
			font-weight:bold; 
			font-size:0.8em;
}
.timeleft { 
width:5px; /* width of left round corner cell */
height:28px; /* height for clock */
background:transparent url(images/greyleft.jpg) no-repeat left top; /* Used for background image */

}

.timebg { 	padding:6px 5px; width:230px; 
			text-align:center;
			background:transparent url(images/greybg.jpg) repeat-x left top  /* Used for background image */;  
}
.timeright { background:transparent url(images/greyright.jpg) no-repeat right top; 
			 width:5px
}
			 
