

body {
	margin: 0;
	text-align: center;
	background-color: #202020;
	background-image: url(blackGradient.png);
	background-repeat: repeat-x;
}

table {
  margin: 0px;
}

input:focus {
  background: #FFFFB0;
} 

#Heading {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: white;
  height: 60px;
  padding-top: 10px;
} 

#Content {
  position: relative;
  text-align: center;
}

#Clocks {
  /*position: relative;*/
  width: 322px;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid red;  */
} 

.closeButton {
  position: absolute;
  top: 12px;
  right: 11px;
  width: 24px;
  height: 24px;
  background-image: url(close2_24.png);
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}

.upButton {
  position: absolute;
  top: 12px;
  left: 11px;
  width: 24px;
  height: 24px;
  background-image: url(up_24.png);
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
} 

.downButton {
  position: absolute;
  bottom: 17px;
  left: 11px;
  width: 24px;
  height: 24px;
  background-image: url(down_24.png);
  background-repeat: no-repeat;
  background-position: bottom;
  display: none;
  cursor: pointer;
} 

.dstButton {
  position: absolute;
  bottom: 15px;
  right: 9px;
  width: 32px;
  height: 24px;
  background-image: url(dst.png);
  background-repeat: no-repeat;
  background-position: bottom;
  display: none;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 8px;
  font-weight: normal;
  color: transparent;
}

.dstOn {
  
}

.dstOff {
  background-image: url(nodst.png);
} 

.textSection {
  position: relative;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
} 

#EditSection {
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  margin-top: 40px;
  margin-bottom: 40px;  
}

#AddBackground {
} 

#AddInnerSection {
	width: 270px;
	color: #202020;
	top: 0px;
	height: auto;
}

#Backside a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}   

#Backside a:hover {
  color: #D0D0D0;
  text-decoration: underline;
}

.title {
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
} 

#Title {
  left: 10px;
  right: 10px;
  top: 0px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
} 

#Version {
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 10px;
}

#PredefinedList {
  top: 0px;
  width: 110px;
  opacity: 0.0;
  filter: Alpha(opacity=0);
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
} 

#PredefinedPopup {
  top: 0px;
  left: 110px;
  padding: 0px;
  width: 110px;
  /*background: #808080;*/
  color: #B06000;
  font-size: 12px;
  padding: 2px;
  font-size: 11px;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  cursor: pointer;  
} 

.inputs {
  font-size: 10px;
  border: 1px solid gray;
  width: 110px;
  padding-left: 2px;
}

.checkboxes {
  position: relative;
  font-size: 10px;
  width: 110px;
  /*padding-left: 2px;*/
  text-align: left;
  vertical-align: middle;
} 

.citySettings {
  font-size: 10px;
  text-align: right;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  right: 40px;
  padding: 4px;
} 

#City {
  top: 0px;
  padding-top: 10px;
}

#LocationInput {
  top: 0px;
} 

#CityZone {
  top: 0px;
}

#CityDst {
  top: 0px;
  vertical-align: baseline;
}

#DstInput {
  top: 0px;
  vertical-align: middle;
} 

#DstText {
  top: 0px;
  vertical-align: baseline;
  visibility: hidden;
} 

#TimeZone {
  top: 0px;
}

#CityLat {
  top: 0px;
} 

#CityLong {
  top: 0px;
}

#AddButtonSection {
  top: 0px;
  text-align: center;
  position: relative;
}

#MapSection {
  position: relative;
  float: none;
  /*
  top: 200px;
  height: 300px;
  */
}

#Map {
  position: relative;
  width: 280px;
  height: 360px;
}

#MapSearchLine {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

#AboutInnerSection {
  padding: 20px;
} 

#MoreApps li {
  padding-bottom: 8px;
}

#MoreApps a {
  font-weight: bold;
  text-decoration: none;
}

#MoreApps a img {
  border: 0px;
  vertical-align: middle;
}