
a {text-decoration:none;}
a:link {color:orange;}
a:visited {color:orange;}

body > dl {
  margin-left:20px;
}

/* astrostructure tree is made up of these two */
dt.rootlink {
  color:#ffee00; /* fe0=yellow */
  font-size:15pt;
  font-weight:bold;
}

dd {
  margin-left:20px;
}

dl.tagword dt {
	display:inline;
	clear:left;
	float:left;
	padding-right:20px;
}

dl.tagword dd {
	padding-left:20px;
}

dl.tagword input {
	background-color:black;
	color:white;
	border: 1px solid orange;
}

/* link defaults */
a:link {color:#afafff; text-decoration:none}
a:visited {color:#df8fff; text-decoration:none}

a.nodecontrol { /* links with class nodecontrol*/
  position:relative;
  top:2px
}

/* links within content */
.nodecontent a:visited {
  color:#eebb00;
}

.nodecontent a:link {
  color:#eebb00;
}

.edit { /* to match body */
  background-color:#000000;
  color:#dfdfff
}

.menu {
  position:absolute;
  color:white;
  background-color:#444;
  margin:5px;
  border:solid #f60 2px;
  z-index:3;
  -moz-border-radius: 10px;
}

.menuname {
  background-color:#d40;
  color:white;
}

/* dirak map */

div.grafik {
  display: block;
  position: relative;
  height: 545px
}

div.grafik > div {
  position: absolute;
}

div#dirakalefix {
  top: 94px;
  left: 474px;
}
div#dirakalefix > a > img {
  border: 0;
  height: 320px;
  width: 252px;
}

div#diraksouthern {
  top: 305px;
  left: 196px;
}
div#diraksouthern > a > img {
  border: 0;
  height: 240px;
  width: 344px;
}

div#diraknorthern {
  top: 0px;
  left: 218px;
}
div#diraknorthern > a > img {
  border: 0;
  height: 320px;
  width: 280px;
}

div#dirakarian {
  top: 226px;
  left: 0px;
}
div#dirakarian > a > img {
  border: 0;
  height: 280px;
  width: 228px;
}


/* EOF */
