html, body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
body {
	margin: 30px;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-style: italic;
	white-space: nowrap;
}
h1, h2, h3, h4, h5, h6 {
	border-bottom: 1px solid #DFDFDF;
	color: #660000;
	font-weight: normal;
	clear: both;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
.note {
	font-size: 9px;
}


.content-box {
	width: 600px;
}

.content {
  line-height: 1.5;
}

hr {
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
  height: 0px;
	color: #CCCCCC;
}

a {
}

a {
  color: #660000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.disabled {
  color: #666666;
  text-decoration: none;
  font-style: italic;
}

a.keyword {
  text-decoration: none;
	font-style: italic;
	color: black;
	border-bottom: 1px dashed #660000;
	border-bottom: 1px dashed black;
	cursor: help;
}

a.keyword:hover {
	border-bottom: 1px solid #660000;
	border-bottom: 1px solid black;
}

a.keyword.geo {
	font-style: normal;
	border-bottom: 1px dashed green;
}

a.keyword.geo:hover {
	font-style: normal;
	border-bottom: 1px solid green;
}

.literature p {
  margin-top: 6px;
	margin-bottom: 6px;
}

/* Table of contents */

.toc {
  font-size: 80%;
}

.toc .entry  {
  margin-top: 3px;
  margin-bottom: 3px;
}

.toc .entry.special {
  font-style: italic;
}

.toc .l1 {
  margin-left: 0em;
	padding-left: 13px;
}

.toc .l2 {
  margin-left: 1em;
	padding-left: 13px;
}

.toc .l3 {
  margin-left: 3em;
	padding-left: 13px;
}

.toc .l4 {
  margin-left: 5em;
	padding-left: 1em;
}

.toc .l5 {
  margin-left: 7em;
	padding-left: 1em;
}

.toclink {
  float: right;
	font-size: 80%;
}

/* Floating image with caption */

.image-box {
  margin: 12px; 
  margin-top: 3px; 
  border: 1px dashed #CCCCCC;
	clear: both;
  line-height: normal;
}

.image-box.left {
  float: left;
}

.image-box.right {
  float: right;
}

.image-box .image {
  margin: 8px; 
  margin-bottom: 3px;
}

.image-box img {
  border: 1px solid #DDDDDD;
}

.image-box .caption {
  font-size: 80%; 
  margin: 8px; 
  margin-top: 3px; 
  text-align: left;
}


/* Fullscreen image with caption */

body.fullscreen-image {
  margin: 0;
	padding: 0;
	background: #DDDDDD;
	height: 100%;
}

.fullscreen-image-box {
  margin: 0 auto;
}

.fullscreen-image-box .image {
  margin: 0px; 
  margin-bottom: 3px;
}

.fullscreen-image-box img {
  border: 1px solid #DDDDDD;
  border: 1px solid #888888;
}

.fullscreen-image-box .caption {
  margin: 0px; 
  margin-top: 6px; 
  text-align: left;
	font-weight: bold;
	font-size: 90%;
}

.fullscreen-image-box .image-no {
	font-weight: normal;
}


/* Fluid image gallery */

.gallery {
	margin-top: 12px;

	margin-bottom: 12px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	clear: both;
}
.gallery .gimage-box {
  margin: 12px; 
  margin-top: 3px; 
  border: 1px dashed #CCCCCC;
  width: 166px;							/* (to be overriden by style according to actual image width) */
}
.gallery .gimage-box .inner {
  margin: 8px;
  width: 150px;							/* (to be overriden by style according to actual image width) */
}
.gallery .gimage-box img {
  border: 1px solid #DDDDDD;
}
.gallery .gimage-box .caption {
  font-size: 80%; 
	text-align: left;         
  margin-top: 3px; 
  line-height: normal;
}
.enlarge {
	float: right; 
  width: 15px; /* FF 1.5 bug - if not explicitly set to at least inner+1, outer contained expands on ecach click */
}
.enlarge a {
  display: block;
  width: 14px;
	height: 14px;
	background: url(../icons/enlarge10x10.png) no-repeat 3px 2px;
}
.gallery .gimage-box {
	display: inline-block;    /* For Opera ~ IE needs it given as * html hack below */
	display: -moz-inline-box; /* For FF */
	vertical-align: top;      /* required for IE and Opera */
}
/* IE needs the values given in 2 x parts for some strange reason */
* html .gallery .gimage-box {
	display: inline-block;
}
* html .gallery .gimage-box {
	display: inline;
}
.gallery .gimage-box .inner {
  /* Nested block element for FF or text runs out of -moz-inline-box */
} 


/* DHTML Tooltip */

#tooltip {
	border: 1px dashed #AAAAAA;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #FFFFE1;
	max-width: 300px;
}

#tooltip p {
  margin-top: 4px;
	margin-bottom: 4px;
}

#tooltip .title {
  font-weight: bold;
	margin-bottom: 2px;
}

#tooltip .body {
	margin-top: 2px;
	margin-bottom: 2px;
}

#tooltip .link {
}

#tooltip .note {
  font-size: 80%;
}