/* Javascript layout */
body {
  text-align: center;
  margin: 0px;
}

#main {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #777;
  border-radius: 5px;
  cursor: pointer;
  color: #000;
  background-color: #fff;
} 

#jsClock {
  display: none;
  position: relative;
}

#title {
  font-family: "Courier New", Courier;
  font-style: bold;
}

#secondsBar {
  position: relative;
  color: #AAA;
}

.secsChar { 
  position: relative;
  float: left;
}


.clk {
  position: absolute;
  top: 0px;
  overflow: hidden;
  border: 1px solid #BBB;
  border-radius: 2px;
}

#textClock {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 5px;
  z-index: 0px;
}


#locationText {
  position: absolute;
  height: 14px;
  font-size: 11px;
  text-align: right;
  cursor: pointer;
  overflow: hidden;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.errorMsg {
  font-size: 10px;
  color: #F00;
}

#nsrant {
  position: relative;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FF0;
  padding: 2px;
  background-color: #F00;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
