.divvyNode
{
    position: absolute;
}

.constellation_wrap  
{  
   padding:0px;
   margin:0px auto; 
   width:600px;
   height:800px;
   position:relative;
   width:600px;
}

#tagHistory, #tagStatus
{
   border-left:4px solid #ddd;
   border-right:4px solid #ddd;
   background:#ccc;
   margin:0px auto;
   padding:0px;
   width:600px;
   height:1.5em;
   text-align:left;
   overflow:auto;
}
#tagHistory
{
   border-bottom:4px solid #ddd;
}
#tagStatus
{
   border-top:4px solid #ddd;
}

#workspace
{
position: relative;
border-left:4px solid #ddd;
border-right:4px solid #ddd;
background: white url('../images/constellation.jpg') no-repeat;
width:600px;
height:550px;
}

.layer0
{
font-weight:bold;
font-size:1em;
}

.layer0 a.ctag
{
color:blue;
}

.layer1
{
font-size:.9em;
}

.layer2
{
font-size:.8em;
}

.layer3
{
font-size:.7em;
}

.layer4
{
font-size:.7em;
}

.layer4 a.ctag
{
color:#222;
}

.layer0, .layer1, .layer2, .layer3, .layer4
{
position:absolute;
width:100px;
height:1em;
text-align:center;
}


.bullseye
{
font-size:.8em;
text-decoration:none;
width:auto;
display:inline;
}

.ctag, .ctag:link, .ctag:visited, .ctag:active {color:#00a; text-decoration: none;width:auto;display:inline;}
.ctag:hover { color: #167e00; text-decoration: underline; background:white; padding:3px; font-weight:bold;}