

.box {
  background-color: #ffff00;
  border: 1px solid #000000;
  color: #000000;
  padding: 0px;
  position: absolute;
}

.bar {
  background-color: #008080;
  color: #ffffff;
  cursor: move;
  font-weight: bold;
  padding: 2px 1em 2px 1em;
}

.content {
  padding: 1em;
}



.drag {
position: relative;
}

p.pop {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 2px;
margin: 0px 6px 0px 6px;
}

a#nav_action:link, a#nav_action:visited, a#nav_action:hover {
color: #d9eded;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
/*margin: 0px 3px 3px 420px;
margin: 0px 3px 3px 330px;*/
margin-right: 4px;
text-decoration: none;
text-align: right;
float: right;
}

a#nav_action:hover {
color: #fff;
}

a.poplink:link, a.poplink:visited, a.poplink:hover {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0px 3px 3px 0px;
text-decoration: none;
border-bottom: 1px dashed #000;
}

a.poplink:hover {
color: #000;
}

a.plainlink {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px 3px 3px 0px;
text-decoration: underline;
}

a.plainlink:hover {
color: #000;
}


/* popper styling */

div#popper {
width:460px;
_width:462px;
height: 110px;
_height: 115px;
background: url(../images_v3/pop_bg.png) right bottom;
_background: none;
display: block;
position: absolute;
}

div#popper2 {
border: 1px solid #666;
width: 450px;
height: 100px;
background: #f5f5f5;
}

div#navbar {
background: #03acef url(../images_v3/popnavbar_bg.gif) left top;
text-align: left;
width: 450px;
border-top: 1px solid #6f8ba0;
display: -moz-inline-stack;
display: inline-block;
}

#navbarinner {
margin: 0px 30px 0px 4px;
_margin: 0px 0px 0px 4px;
padding: 0px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
width: 380px;
_width: 410px;
cursor: move;
}

div#thecontent {
font-family: Arial, Helvetica, sans-serif;
background: #f5f5f5;
width: 450px;
height: 78px;
_height: 90px;
padding: 0px 0px 5px 0px;
font-size: 11px;
overflow-y: scroll;
}

div.annotations a:link, div.annotations a:visited, div.annotations a:hover {
color: #000;
margin: 0px 5px 0px 0px;
text-decoration: none;
}



