body {
  font-family:"lucida grande",verdana,arial,sans-serif;
}

.map {
  font-size:12px;
  position:relative;
  background-repeat:no-repeat;
}

.whole-map {
  background-image:url('map.jpg');
  width:3900px;
  height:2500px;
}

.unis-dungeon-map {
  background-image:url('unis_dungeon.jpg');
  width:746px;
  height:706px;
}

.bius-dungeon-map {
  background-image:url('bius_dungeon.jpg');
  width:781px;
  height:666px;
}

table {
  background-color: #FFFFC1;
  width:500px;
}

thead {
  background-color:#e6e787;
  font-variant:small-caps;
}

th {
/*  padding-top:5px; */
  padding-right:15px;
/*  padding-bottom:5px;*/
  text-align:left;
  border-bottom: 3px solid #FFFFC1;
}

.location-name {
  background-color:#FFFFC1;
  padding:5px;
  border-style:solid;
  border-width:2px;
  border-color:black;
  white-space:nowrap;
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}

/* Classes to nudge the location name around a bit to avoid overlap */
.nudge-up {
  position:relative;
  top:-10px;
}
.nudge-down {
  position:relative;
  top:+10px;
}

.job-header {
/*  text-align:center; */
  font-weight:bold;
  font-variant:small-caps;
  background-color:#e6e787;
  margin:3px;
}

div.ie-fix {
  overflow: visible;
  height: 0;
}
