 body {
  margin:0px;
  background-color:#FFFFFF;
  font-size:10px;
  font-weight:normal;
  font-family: Arial, sans-serif;
  color:#666;
  line-height:18px;
}

#bkflash {
  width:100%;
  height:100%;
}

#navi {
  position:absolute;
  width:100%;
  bottom:0px;
  left:0px;
  height:80px;
  border-top: 1px dashed #CCC;
}

#viewlabel {
  position:relative;
  margin-bottom:5px;
}

#views, #control, #info, #jumpto, #bookmarks {
  position:relative;
  background-color:#EEE;
  border: 1px solid #BBB;
  width:auto;
  height:50px;
  padding:5px;
  margin:5px;
  float:left;
}

#control {
}

#info {
  width:180px;
}

#jumpto {
  width:160px;
}

#jumpto #trg {
  width:50px;
}

#jumpto #atype {
  width:60px;
}

#bookmarks {
  width:80px;
}

#views {
}

#views div {
  margin-bottom:3px;
  margin-left:2px;
}

#pagelabel1, #pagelabel2 {
  position:relative;
  float:left;
  line-height:13px;
}

#pagelabel1 {
  width:100px;
}

#pagelabel2 {
  width:80px;
}

a {
  background-color:#999;
  color:#FFF;
  text-decoration:none;
  margin:1px;
  padding:1px 4px; 
}

.unselected {
  background-color:#999;
}

.selected {
  background-color:#000;
}

