h1 {
  display: inline-block;
  color: white;
  text-align: center;
}

h2 {
  color: darkolivegreen;
}

body {
}

div.content {
  position:relative;
  left:0px;
  width:85%;
  border:1px solid gray;
  background-color: tan;
  padding:2px;
}

div.leftframe {
  position:fixed;
  top:0;
  left:0;
  width:1.5%;
  height:100%;
  padding:2px;
  background: #303050;
}

div.rightframe {
  position:absolute;
  top:0;
  left:1.5%;
  width:98.5%;
  border:1px solid black;
}

div.header {
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
  margin:0px;
  border:1px solid black;
  background: black;
}

div.footer {
  position:relative;
  left:0px;
  background-color:grey;
  color:white;
  padding:2px;
  border:1px solid black;
}

span.title {
  display: inline-block;
  color: white;
/*  background: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 2px 2px;*/
}

span.uponelevel {
  display: inline-block;
  color: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 2px 2px;
}

span.spencer {
  display: inline-block;
  color:white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 2px 2px;
}

span.uponelevel:hover {
color: black;
background: white;
}

span.spencer:hover {
color: black;
background: white;
}

span.hitcount {
  display: inline-block;
  color: wheat;
  font-size: 8pt;
}

span.vacationtype {
  color:blue;
  font-size: 10pt;
  font-weight:bold;
}

span.vacationitem {
  color:slategrey;
  font-size: 9pt;
}


span.vacationhighlight {
  color:slategrey;
  font-size: 9pt;
  background-color:darkslategrey;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
