html,body {
  height: 100%;
  margin:0;
  padding:0;
  border:0;
}
body {
  font-family:sans-serif;
  font-size: 10pt;
  overflow: hidden;
}
#anchor {
  position:absolute;
  left:50%;
  top:50%;
  overflow:visible;
  width:0px;
  height:0px;
}
p {
  margin-bottom: 0;
}


/***** main content *****/
#pagetitlediv {
  position: absolute;
  bottom: 7em;
  width: 20em;
  margin-left: -10em;
  text-align: center;
}
#pagetitle {
  font-size:x-large;
  white-space:nowrap;
}
#linkstrip {
  position: absolute;
  bottom: 7em;
  right: -18em;
  padding-right: .5em;
}
#linkstrip a {
  margin-left: 1em;
}
#clock {
  position: absolute;
  bottom: 9em;
  left: -23em;
  font-size: smaller;
  padding-left: .5em;
}
#uberfield {
  position: absolute;
  font-size: 10pt;
  bottom: 5.3em;
  margin-left: -18em;
  width: 36em;
  height: 1.2em;
}


/***** cmdlist *****/
#cmdlist {
  position:absolute;
  top: -5em;
  cursor: default;
  overflow: visible;
  white-space: nowrap;
}
#cmdlist a {
  text-decoration: none;
  cursor: default;
}
.syntax {
  font-family: monospace;
  white-space: nowrap;
}
.syntax_fillin {
  padding-left: 1px;
  padding-right: 1px;
}
.syntax_fillin {
  border: 1px solid #888888;
  background-color: #bbbbbb;
}
.syntax_meta {
  color: #666666;
}


/***** footer *****/
#note {
  position:absolute;
  bottom:2px;
  left:2px;
  text-align:left;
}
#footer {
  position:absolute;
  right:2px;
  bottom:2px;
  text-align:right;
}
#footer a {
  text-decoration:none;
}


/***** infopop ****/
#infopop {
  position:absolute;
  display:none;
  padding:2px;
  z-index:1000;
  opacity: .9;
}


/***** weather *****/
.weatheroutp {
  position: absolute;
  text-align: center;
  width: 16em;
  bottom: 0em;
  height: 4.6em;
}
#weatheroutp1 {
  right: .25em;
}
#weatheroutp2 {
  left: .25em;
}
.weatheroutp a {
  display: block;
  text-decoration: none;
  line-height: 115%;
}


/***** tzid *****/
#tzid {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #000000;
  background-color: #ffffff;
  opacity: .8;
  padding: 4px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  cursor: default;
}
#tzid_widget {
  font-weight: bold;
  float:left;
}
#tzid_message {
  clear: left;
  padding-top: 1px;
  display: none;
  width: 300px;
}
#tzid a {
  text-decoration: none;
  color: #0066ff;
}
#tzid a:hover {
  text-decoration: underline;
  color: #ff9900;
}
#tzid .orange {
  color: #ff9900;
}
#tzid .blue {
  color: #0066ff;
}



/***** aliases *****/
.alias {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 4px;
  padding-bottom: 4px;
}


/***** tabview *****/
.tabview {
  min-width: 15em;
}
.tabview_break {
  clear: both;
}
div.tabview_view {
  border-top: 1px solid #666666;
  padding: 4px;
}
div.tabview_tabstrip {
  background-color: #cccccc;
  white-space: nowrap;
}
div.tabview_tabstrip a {
  padding: 2px 5px 2px 5px;
  border-right: 1px solid #666666;
  display: block;
  float: left;
  font-size: larger;
  color: black;
  text-decoration: none;
}
a.tabview_taboff {
  background-color: #dddddd;
}
a.tabview_taboff:hover {
  background-color: #eeeeee;
}
a.tabview_tabon {
  background-color: #ccccff;
}
a.tabview_tabon:hover {
  background-color: #eeeeff;
}
