/* File $Workfile: jfgallery.css $ */
/* $Archive: /IMatch/scripts/WebGallery/jfgallery/jfgallery.css $ */
/* Last changed by $Author: Jürgen Failenschmid $ */
/* Last modified   $Modtime: 7/24/05 12:40p $ */
/* Last checked in $Date: 7/24/05 2:43p $ */
/* $Revision: 5 $ */

.iecenter { /* work-around for margin:auto that IE5/Win ignores */
	text-align: center;
}
img {
	border: 0px;
}

div.declutter {
	position:absolute;
	margin:0px;
	padding:0px;
	top:35px;
	left:715px;
	float:right;
}
div.decluttertext {
	font-size: 0.7em;
	position:absolute;
	margin:0px;
	padding:0px;
	top:78px;
	left:720px;
}

div.gallerydesc {
  	font-size: 0.95em;
	width: 600px;
	float: left;
}
div.navbuttons {
	position: absolute;
	top: 45px;
	left: 600px;
	width: 165px; /* 2 x 30 + 2 x 35 */
	float: right;
}

div.navbutton {
	float: left;
}

.navbutton img {
	vertical-align: top;
	border: 0px;
}

div.spacer {
	clear: both;
        height: 35px;
        margin-top: 0px;
        padding: 0px 0px 0px 0px;
}

div.mainpage {
	text-align: left;
}

.instructions {
	font-size:0.95em;
	text-align: left;
   	padding: 0px 0px 15px 10px;
}

.copyright {
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size:0.7em;
	font-weight: 100;
	color: #888888;
}
BODY {
	height: auto;
	padding: 0px 0px 0px 0px;
	font-family: tahoma, sans-serif;
	BACKGROUND: #fffefe;
	MARGIN: 0px; 
	COLOR: #000000;
}
div.nav_content {
	height: auto; 
	top: 0px;
	margin: 0px; 
	left: 0px;
	width: 220px;
	padding: 15px 0px 30px 5px;
	background-color: #dbd9cd;
}
div.stuff {
	position: absolute; 
	top: 5px;
	left: 230px;
	width: 765px;
}
.sitetitle {
        text-align: center;
	padding: 3px 0px 0px 0px;

}

div.toolbar {
	font-size: 0.9em;
	border: 1px solid white;
}
div.imageandtext {
	width: 205px; /* width of captions */
	margin: auto;
	text-align: center;
	padding: 0px;
}

.imageheader {
  font-size: 1.0em;
  font-weight: bold;
  height: 1.2em;
  overflow: auto;
  margin: 0px 0px 0px 0px;
}
.thumbimageheader {
  font-size: 1.5em;
  font-weight: bold;
  height: 2.5em;
  overflow: auto;
  margin: 0 0 5px 0;
}
.imagesubheader {
  font-size:1em;
  font-weight: 100;
  color: #888888;
  padding: 0 0 5px 0;
}
.imagecaption {
  margin: 35px 0px 0px 0px;
  font-size:0.95em;
  text-align: left;
  }
  


/* Don't change the class names - foldingtree.js depends on them */
/* Category with subcategories */
.foldheader {
	list-style-image: url('/listclosed.gif');
	cursor: pointer;
	font-weight: bold;
	font-size: 0.95em;

}

.foldlist {
}
a {
   text-decoration: underline;
   color: black;
  }
.instructions a {
   text-decoration: none;
}
.instructions a:hover {
   text-decoration: underline;
}
/* Category without subcategories */
.foldleaf {
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
	font-size: 0.9em;
}

.foldheader a, .foldleaf a {
	text-decoration: none;
	color: black;
}

.foldheader a:hover, .foldleaf a:hover  {
	text-decoration: underline;
}
div.pagecounter {
	position: absolute; 
	top: 68px;
	left: 625px;
	font-size: 0.7em;
	color: black;
}

table.imagegrid {
	margin: auto; /* center the table */
	border-collapse:separate;
}

table.imagegrid td {
  padding: 10px;
  border-spacing: 10px;
	height:200px; /* consider max. cell height */
	vertical-align: top;
	text-align: center; /* IE5/Win margin:auto work-around */
	font-size: 0.6em;
}
UL {
  margin-left: 20px;
  padding-left: 3px;

 }

UL UL {
   margin-left: 5px;
   padding-left: 5px;
}

LI {
   margin-left: 0px;
   padding: 3px 0px 0px 0px;
   text-indent: -3px 0px 0px 0px;
}

.info {
	margin: 0px 50px 0px 50px;
}



