/* File $Workfile: jfgallery.css $ */
/* $Archive: /IMatch/scripts/WebGallery/jfgallery.css $ */
/* Last changed by $Author: Jürgen Failenschmid $ */
/* Last modified   $Modtime: 8/20/03 3:21a $ */
/* Last checked in $Date: 8/20/03 3:24a $ */
/* $Revision: 2 $ */

.galleryCategoryLabel, .gallerySmallLabel, .GalleryFooter {
 	font-family:		"Monotype Corsiva", "Apple Chancery", "Times New Roman", "Times", serif;
/*	font-family:		Times New Roman, Times, Serif; */
	font-weight:		bold;
	font-size:		1.8em;
	font-style:		italic;
	line-height:		1.1;
}
.gallerySmallGrayLabel {
	font-size:		8pt; 
	color:			rgb(80,80,80);
}
.gallerySmallLabel {
	font-size:		1.2em;
}
.galleryPageNum {
	font-size:		10pt;
}
.whiteBorder {
	border:			1px solid #FFFFFF;
}

.GalCaption
{
	text-align:		center;
}

.GalCaptionThumb
{
	text-align:		center;
	font-size:		0.95em;
}

.GalCaptionLong
{
}

.GalleryFooter {
	font-size:		1.2em;
}

/* current category link */
a.current:LINK {
	color:			#000000;
	font-weight:		bold;
	text-decoration:	none;
}
a.current:VISITED {
	color:			#000000;
	font-weight:		bold;
	text-decoration:	none;
}
a.current:HOVER {
	color:			#000000;
	font-weight:		bold;
	text-decoration:	underline;
}

/* leaf/branch category link */
a.normal:LINK {
	color:			#000000;
	text-decoration:	none;
}
a.normal:VISITED {
	color:			#000000;
	text-decoration:	none;
}
a.normal:HOVER {
	/* color:		#000000; */
	color:			#0000FF;
	text-decoration:	underline;
}
a.galleryCategoryLabel {
	font-weight:		bold;
	color:			black;
	text-decoration:	none;
	font-size:		1.2em;
}

a.galleryCategoryLabel:hover {
	font-weight:		bold;
	color:			#0000FF;
	text-decoration:	underline;
	font-size:		1.2em;
}

a.GalThumbLink {
	text-decoration:	none;
}

IMG {
	border:			0;
}

/* Top cell */
.CellTop {
	color:			#000000;
	background-color:	#FF9933;
	border:			1px  #FFFFFF;
}

/* Normal cell */
.CellNormal {
	color:			#000000;
	background-color:	#FFFFFF;
	border:			1px  #FFFFFF;
}

/* The Back cell */
.CellBack {
	color:			#000000;
	background-color:	#FF9933;
	border:			1px #FFFFFF;
}

/* The current cell */
.CellCur {
	color:			#000000;
	background-color:	#FF9933;
	border:			1px #FFFFFF;
}

