body {
  color: white;
  background-color: #222;
  font-family: "Trebuchet MS" sans-serif;
}

img {
  border: 0;
}

a {
  text-decoration:none;
  color:#589ec2;
}

a:hover {
  text-decoration:underline;
}

h1#title {
  /*position: absolute;
  top: 70px;
  left: 50px; */
  font-size: 28px;
  color: #666;
  font-weight: bold;
  padding-bottom:20px;
}

#nav h2 {
  padding-left:15px;
  margin-bottom:0;
}

#nav h3 {
  padding-left:15px;
  margin-bottom:0;
  margin-top:5px;
}

dl {
  margin-top:10px;
  margin-left:20px;
}

dd {
  margin-left:0;
  padding-left:25px;
  padding-top:0;
  padding-top:3px;
  margin-bottom:0px;
  padding-bottom:3px;
  line-height:200%;
  /* background:url(/lines.gif) no-repeat bottom left; */
}

dd.bottom {
  /* background:url(/lines-b.gif) no-repeat bottom left;*/
}

#nav {
  float:left;
  padding-left:40px;
  margin-top:0px;
  width:250px;
}

#stuff {
  float:left;
  color:#aaa;
  width:570px;
  font-size:13px;
  padding-left:20px;
  padding-right:20px;
  padding-top:0px;
  text-align:justify;
}

#container {
  margin-top:50px;
  float:left;
  clear: both;
  background:url(/border.gif);
  background-repeat: repeat-y;
  width:900px;
}

td.url {
 border-left: 1px solid;
 padding-left: 5px;
 }
 
 td.center {
	 padding-left: 10px;
	 padding-right: 10px;
 }
 
table {
	padding-bottom: 25px;
}

abbr {
	speak:spell-out;
}

acronym {
	speak:normal;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}


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

}

.highslide-wrapper {
	background: white;
}
.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: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/mixwizard/highslide/graphics/loader.white.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;
}
a.highslide-full-expand {
	background: url(/mixwizard/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

