

body {
	margin: 0;
}

table {
  margin: 0px;
} 

#back {
  display: none;
} 

#Background {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

#Mask {
  position: absolute;
  top: 10px;
  bottom: 14px;
  left: 10px;
  right: 10px;
  width: 202px;
  height: 87px;
  background: url(blackmask.png) no-repeat;
}

.clock {
  position: absolute;
  top: 11px;
  bottom: 15px;
  left: 11px;
  right: 11px;
  width: 200px;
  height: 85px;
  /*-apple-dashboard-region: dashboard-region(control rectangle 20px 15px 35px 15px);*/
  overflow: hidden;
}

.pane {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
} 

#BackPane {
  background-color: black;
} 

#StarsPane {
  background: url(stars2.png) repeat;
} 

#SkyPane {
  background: url(sky.png) no-repeat;
  opacity: 0.4;
  display: none;
}

#GlowPane {
  background: url(glow2.png) no-repeat;
}

#Moon {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 30px;
  height: 30px;
  background: url(moon2.png) no-repeat;
} 

#Santa {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 87px;
  height: 30px;
  background: url(santa.png) no-repeat;
  display: none;
  z-index: 100;
} 

#Sun {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 30px;
  height: 30px;
  background: url(sun.png) no-repeat;
} 

#CloudsPane {
  background: url(clouds3.png) no-repeat;
  opacity: 0.0;
}

.text {
  position: absolute;
  left: 11px;
  right: 11px;
  text-align: center;
  font-family: sans-serif;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: gray 1px 0px 1px;
  opacity: 0.9;
}

#Location {
  top: 7px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
} 

#Time {
  top: 22px;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
} 

.timeExt {
  font-size: 9px;
  font-weight: bold;
} 

#Date {
  top: 63px;
  font-size: 12px;
  cursor: pointer;
} 

#InfoButton {
  position: absolute;
  bottom: 28px;
  right: 23px;
}

#Backside {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 290px;
	background-image: url(Default_reverse.png);
	color: #E0E0E0;
}

#Backside a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}   

#Backside a:hover {
  color: #D0D0D0;
  text-decoration: underline;
}

.centered {
  position: absolute;
  top: 40px;
  left: 10px;
  right: 10px;
  text-align: center;
} 

#Title {
  position: absolute;
  top: 35px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
} 

#Version {
  position: absolute;
  top: 60px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 10px;
}

.inputs {
  font-size: 10px;
  border: 1px solid gray;
  width: 110px;
  padding-left: 2px;
} 

.citySettings {
  position: absolute;
  right: 35px;
  font-size: 10px;
  text-align: right;
} 

#City {
  top: 80px;
}

#LocationInput {
} 

#CityZone {
  top: 100px;
}

#TimeZone {
}

#CityLat {
  top: 120px;
} 

#CityLong {
  top: 140px;
}

#CitySeconds {
  top: 160px;
} 

#MapButton {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

#Map {
  position: absolute;
  bottom: 30px;
  left: 10px;
  display: none;
  background: #E0E0E0;
  color: black;
  text-align: center;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: bold;
  cursor: pointer;
}

#MapImage {
  cursor: crosshair;
} 

#DoneButton {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

#Widgetop {
  position: absolute;
  bottom: 62px;
  display: none;
}

#WorldClockr {
  position: absolute;
  bottom: 80px;
}

#iPhone {
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: orange !important;
  font-family: sans-serif;
  text-align: center;
}