
/*
 * 	Gernal styles for all default theme clocks
 */
.clockSkin span {
	width:20px;
	height:42px;
	float:left;
}
.clockSkin .colon {background:url(/themes/zen/wtg/images/numbers_time.jpg) no-repeat -250px -7px;}
.clockSkin .digit_0 {background:url(/themes/zen/wtg/images/numbers_time.jpg) no-repeat -5px -2px;}
.clockSkin .digit_1 {background:url(/themes/zen/wtg/images/numbers_time.jpg) no-repeat -30px -3px;}
.clockSkin .digit_2 {background:url(/themes/zen/wtg/images/numbers_time.jpg) no-repeat -51px -2px;}
.clockSkin .digit_3 {background:url(/themes/zen/wtg/images/numbers_time.jpg) no-repeat -77px -2px;}
.clockSkin .digit_4 {background:url(/themes/zen/wtg/images/numbers_time.jpg) no-repeat -101px -2px;}
.clockSkin  .digit_5{background:url(/themes/zen/wtg/images/numbers_time.jpg) no-repeat -127px -2px;}
.clockSkin .digit_6 {background:url(/themes/zen/wtg/images/numbers_time.jpg) no-repeat -152px -2px;}
.clockSkin .digit_7 {background:url(/themes/zen/wtg/images/numbers_time.jpg) no-repeat -178px -2px;}
.clockSkin .digit_8 {background:url(/themes/zen/wtg/images/numbers_time.jpg) no-repeat -203px -2px;}
.clockSkin .digit_9 {background:url(/themes/zen/wtg/images/numbers_time.jpg) no-repeat -228px -2px;}

/* NOTE:
 * All the small clocks on world clock can be styled using the class .extraClock
 * And primary clock has the class .primaryClock
 * In addition a theme class can be specified within th PHP of the module.
 */


/*
 * Localtime block on destinations
 */
#localtime {
	border:1px solid #d9d9d9;
	padding:10px;
	margin:0 0 10px 0;
	background:url(/themes/zen/wtg/images/widgetBg.gif) repeat-x bottom left;
	float:left;
	width:114px;
	position:relative;
}
#localtime .widgetHeading {
	font-family: georgia,serif;
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}