body {
  background: #250347;
  font: normal 76% Verdana;
}

a {
  text-decoration: none;  
}

h1,h2,h3,h4,h5,h6 {
  font: normal 1em Arial;
  font-weight: bold;
  margin: 0.25em 0;
}

h1 {
  margin: 0;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

p {
  margin: 1.5em 2em;
}

#container {
  width: 978px;
  margin: 0 auto 10px auto;
  font-size: 1em;
}

#header a {
  display: block;
  background: url(../images/header.png) no-repeat top left;
  height: 88px;
  width: 100%;
  text-decoration: none;
}

#header a span {
  position: relative;
  left: -9999em;
}

#nav {
  background: #fff url(../images/nav.png) no-repeat top left;
  padding: 0 2px 0 10px;
/*  border-bottom: solid 1px #7C6790;*/
  background: #D3CCDA;
}

#nav ul {
  width: 100%;
}

#nav li {
  float: left;
  padding: 7px 2px 5px 0;
}

#nav a {
  padding: 5px 8px;
  color: #333;
  font-family: "Lucida Grande", Verdana;
}

#nav a.current {
  background: #fff;
  font-weight: bold;
}

#content {
  background: #fff;
  padding: 15px;
}

#filter {
  background: #250347;
  color: #fff;
  margin: 0 -10px;
  padding: 5px 10px;
  clear: both;
}

#body {
  padding: 10px 0;
  height: 600px;
}

    #map, #students {
      height: 100%;
    }
  
    #map .wrap,
    #students .wrap {
      padding: 10px;
    }
  
    #map {
      height: 600px;
      width: 750px;
      background: yellow;
      float: left;
    }

    #students {
/*      margin-left: 760px;*/
      width: 205px;
      float: left;
      background: #250347;
      background: #fff;
      overflow: auto;
    }
    
    #students a {
      display: block;
      padding: 3px 8px;
      color: #fff;
      color: #250347;
    }
    
    #students a:hover {
      background: #D3CCDA;
    }
    
    #students a.current {
      background: #250347;
      color: #fff;
/*      color: #000;*/
    }
  
#footer {
  padding: 10px;
  color: #fff;
}

.filter {
  background: #fff;
  padding: 5px 15px 5px 5px;
  border: solid 1px #000;
}

.info-tab h5 {
  margin-top: 0;
  font-size: 1.2em;
  font-weight: bold;
}

.info-tab h6 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0.5em;
}

.info-tab div.photo {
  text-align: center;
  padding: 10px;
}

.info-tab .video {
  text-align: center;
  background: url(../images/loading.gif) no-repeat center center;
/*  background: #eee;*/
}

.info-tab .text {
  height: 325px;
  overflow: auto;
  padding: 0 5px;
  margin: 0 10px 0 5px;
}

.info-tab p {
  margin: 5px 0;
}

.info-tab div.spacer {
  padding-top: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
}

label.Audio, 
label.Photo, 
label.Video,
label.Text {
  font-weight: bold;
}

label.Audio {
  color: #000;
}

label.Photo {
  color: #23049B;
}

label.Video {
  color: #8F040A;
}

label.Text {
  color: #E0B508;
}

td.date, td.time {
  text-align: right;
  font-size: 0.9em;
}

/*div.photo a {
  position: relative;
}
*/

div.photo a .enlarge {
  text-align: center;
  font-size: 9px;
  color: #777;
/*  display: none;
  width:  20px;
  height: 20px;
  position: absolute;
  left:   4px;
  top:    -12px;
  background: #fff url(../images/arrow_out.png) no-repeat center center;
*/
}

/*div.photo a:hover .enlarge {
  display: block;
}
*/