

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: 60px;*/
  font-weight: bold;
  color: white;
  /*height: 110px;*/
  padding-top: 10px;
} 

#HeaderNav {
  padding-bottom: 2px;
  padding-left: 60px;
}

#HeaderRight {
  float: right;
}

.navLink {
  text-decoration: none;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  border-left: 1px transparent solid;
  border-right: 1px transparent solid;
  border-bottom: 1px transparent solid;
  line-height: 15px;
  font-size: 12px;  
  font-weight: bold;
  text-shadow: black 0px 1px 2px;
  opacity: 0.75;
  filter:alpha(opacity=75);
}

a.navLink:hover {
  background: url(buttonBackground.png) #303030;
  color: white;
  border-left: 1px gray solid;
  border-right: 1px #101010 solid;
  border-bottom: 1px #101010 solid;
  opacity: 1.0;
  filter:alpha(opacity=100);
}

.navLink img {
  border: 0px;
  vertical-align: middle;
}

.navLink2 {
  /*float: right;*/
}

#IeMsg {
  color: white;
  font-family: sans-serif;
  font-size: 9px;
  /*background: white;
  border: black;*/
  width: 180px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
  display: none;
} 

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

#Ads {
  position: relative;
  float: right;
  padding-right: 10px;
}

#NavBox {
  position: relative;
  float: left;
  width: 170px;
  /*border: 1px solid red;  */
}

.navContent {
  color: #D0D0D0;
  font-size: small;
  font-family: sans-serif;
  width: 140px;
}

.navContent em {
  color: white;
  font-weight: bold;
  font-style: normal;
} 

.navContent a {
  color: orange;
  font-weight: bold;
  text-decoration: none;
} 

.navContent a:hover {
  text-decoration: underline;  
} 

.navTitle {
  font-family: sans-serif;
  font-size: large;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  color: white;
}

#NavLinks {
  /*visibility: hidden;*/
  display: none;
}

#NavLinksContent {
  text-align: center;
}

#NavLinks a img {
  border: 0px;
}  

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

.clock {
  position: relative;
  width: 322px;
  height: 111px;
} 

.background {
	position: absolute;
	height: 111px;
	width: 322px;
}

.mask {
  position: absolute;
  top: 10px;
  bottom: 14px;
  left: 10px;
  right: 10px;
  width: 302px;
  height: 87px;
  background: url(blackmask.png) no-repeat;
}

.clockAll {
  position: relative;
  height: 111px;
}

.clockPane {
  position: absolute;
  top: 11px;
  bottom: 15px;
  left: 11px;
  right: 11px;
  width: 300px;
  height: 85px;
  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 center;
  opacity: 0.0;
}

.text {
  position: absolute;
  left: 11px;
  width: 278px;
  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;
} 

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

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

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

.dstButton {
  position: absolute;
  bottom: 15px;
  right: 9px;
  width: 32px;
  height: 20px;
  background-image: url(dst.png);
  background-repeat: no-repeat;
  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: 750px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
} 

#AddBackground {
} 

#AddInnerSection {
	position: relative;
	top: -20px;
	left: 0px;
	width: 270px;
	height: 240px;
	color: #202020;
}

#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 {
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
} 

#Title {
  position: absolute;
  top: 35px;
  left: 10px;
  right: 10px;
} 

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

#PredefinedList {
  top: 62px;
  width: 110px;
  opacity: 0.0;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
} 

#PredefinedPopup {
  top: 62px;
  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 {
  position: absolute;
  right: 65px;
  font-size: 10px;
  text-align: right;
  font-family: sans-serif;
  font-weight: bold;
} 

#City {
  top: 90px;
}

#LocationInput {
} 


    #FindButton {
      font-size: 16px;
    }
    
    #LocationSearch {
      display: none;
      padding-bottom: 1px;
      background: #F0F0F0;
    }
    
    #SearchResults {
    }
    
    .searchResult {
      font-size: 13px;
      padding: 7px;
      border-bottom: #E0E0E0 1px solid;
      border-top: white 1px solid;
    }

#CityZone {
  top: 110px;
}

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

#DstInput {
  vertical-align: middle;
} 

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

#TimeZone {
}

#CityLat {
  top: 150px;
} 

#CityLong {
  top: 170px;
}

#AddButtonSection {
  position: absolute;
  top: 205px;
  left: 10px;
  right: 10px;
  text-align: center;
}

#MapSection {
  float: right;  
}

#Map {
  width: 400px;
  height: 360px;
}

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

#DemoInnerSection {
  padding: 20px;
} 

#DemoText {
  font-family: sans-serif;
  font-size: small;
}

#DemoTable {
  margin-left: auto;
  margin-right: auto;
} 

#DemoClock {
  display: inline;
} 

#AboutInnerSection {
  padding: 20px;
} 

#AboutText {
  font-family: sans-serif;
  font-size: small;
}

#More {
  display: none;
} 

.question {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
} 

#Footer {
  font-family: sans-serif;
  font-size: x-small;
  color: #D0D0D0;
  padding-top: 20px;
  padding-bottom: 5px;
}

#Footer a {
  text-decoration: none;
  font-weight: bold;
  padding-right: 10px;
  color: #D0D0D0;
} 

#Footer a:hover {
  text-decoration: underline;
  color: white;
}

#Footer a img {
  border: 0px;
} 

#ClockTemplate {
  display: none;
}

div.ns-vwidget {
	display: inline;
}
