/*
 * Kang Li @ CMU
 */
#hdr {
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 50px;
  text-align: right;
  background: url("res/images/bing.png") no-repeat;
  background-color: #ffffff;
  border-bottom: 1px solid #807D74;
}
#hdrnav {
  position: absolute;
  top: 54px;
  left: 0px;
  margin-left: 10px;
  text-align: left;
  vertical-align: middle;
}
#searchbox {
  position: absolute;
  top: 10px;
  left: 0px;
  margin-left: 400px;
  text-align: left;
  vertical-align: middle;
}
#picture {
  position: absolute;
  z-index: 0;
  top: 96px;
  right: 14px;
  width: 380px;
  height: 140px;
  text-align: center;
  background: url("res/images/metal.png");
  border: 1px solid #666666;
}
#body {
  margin: 90px 10px 0px 10px;
  text-align:justify;
}
#weather {
  position: relative;
  z-index: 10;
}
#footer {
  text-align: center;
  clear: both;
  margin-top: 10px;
  padding: 5px 0px 5px 0px;
  color: #aaaaaa;
}
a:link {
  color: #0033D9;
  text-decoration: none;
}
a:visited {
  color: #666699;
  text-decoration: none;
}
a:hover {
  color: #FF6A00;
  text-decoration: underline;
}
a:active {
  color: #FFD800;
  text-decoration: none;
}
body {
  margin: 0px;
  color: #181108;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  background: #ffffff;
}
dfn {
  font-style:normal;
  border-bottom:1px dashed;
  cursor:help;
}
div.dropshadow {
    background: url('res/images/shadow.gif') no-repeat bottom right;
    margin: 10px 10px;
    padding: 0;
    position: relative;
}

div.dropshadow img {
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
    margin: -5px 5px 5px -5px;
    padding: 4px;
    position: relative;
}
pre {
  font-family: "Lucida Console", "Courier New", "Courier", "mono";
  font-size: 16px;
  text-decoration: none;
}
td {
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 16px; 
  text-decoration: none;
}
.button {
  background-color: #eeeeee;
  border: 1px ridge #ffffff;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}
.error {
  color: #ff0000;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 16px; 
  text-decoration: none;
}
.copyright {
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 1px dotted #99ddff;
  padding: 5px 5px 5px 5px;
  vertical-align:middle;
  color: #99ddee;
}
.footer {
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 9px;
  vertical-align:middle;
}
.form {
  background-color: #fefefe;
  border: 1px none #999999;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
  text-decoration: none;
}
.message {
  color: #0000ff;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 16px; 
  text-decoration: none;
}
.tiny {
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 1px;
}
.hline {
  background-image:url(res/images/hline_b.gif);
  background-repeat:repeat;
}
.black {
  background: #ffffff;
  color: #000000;
}
.blue {
  background: #ffffff;
  color: #0066cc;
}
.gray {
  background: #ffffff;
  color: #aaaaaa;
}
.green {
  background: #ffffff;
  color: #006600;
}
.orange {
  background: #ffffff;
  color: #ff9966;
}
