@charset "utf-8";

/* Time Zones utilities */

/*#####################################################################*/

/* Common to all browsers */

#clock {
	position:absolute;
	top:266px;
	left:614px;
	width:146px;
	height:214px;
	z-index:0;
	background-image: url(/img/clock.jpg);
	background-repeat: no-repeat; }

#clock a{
	cursor:pointer;
	position:relative;
	top:7px;
	left:10px;
	font-size: 14px;
	font-weight:bold;
	color:#393B41;
	text-decoration:none; }

#clock p{
	width:133px;
	left:8px; 
	position:relative;
	top:95px;
	font-size: 12px;
	font-weight:bold;
	color:#393B41; }

#clockGo {
	cursor:pointer;
	display:block;
	position:absolute;
	top:442px;
	left:699px;
	width:50px;
	height:30px;
	cursor:hand; }

#search {
	position:absolute;
	top:481px;
	left:614px;
	width:146px;
	height:214px;
	z-index:0;
	background-image: url(/img/search.jpg);
	background-repeat: no-repeat; }

#search a{
	cursor:pointer;
	position:relative;
	top:7px;
	left:10px;
	font-size: 14px;
	font-weight:bold;
	color:#393B41;
	text-decoration:none; }

#search p{
	width:133px;
	left:8px; 
	position:relative;
	top:98px;
	font-size: 12px;
	font-weight:bold;
	color:#393B41; }

#searchGo {
	cursor:pointer;
	display:block;
	position:absolute;
	top:656px;
	left:702px;
	width:50px;
	height:30px;
	cursor:hand; }

#timeDifferences {
	position:absolute;
	top:695px;
	left:614px;
	width:146px;
	height:214px;
	z-index:0;
	background-image: url(/img/difference.jpg);
	background-repeat: no-repeat; }

#timeDifferences a{
	cursor:pointer;
	position:relative;
	top:7px;
	left:10px;
	font-size: 14px;
	font-weight:bold;
	color:#393B41;
	text-decoration:none; }

#timeDifferences p{
	width:133px;
	left:8px; 
	position:relative;
	top:98px;
	font-size: 12px;
	font-weight:bold;
	color:#393B41; }

#timeDifferences p a{
	cursor:pointer;
	position:relative;
	left:0px;
	top:0px;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#393B41; }

#timeDifferences p a:hover{
	cursor:pointer;
	text-decoration:none;
	color:#86D00F }

#differenceGo {
	cursor:pointer;
	display:block;
	position:absolute;
	top:870px;
	left:702px;
	width:50px;
	height:30px;
	cursor:hand; }


	
