body
{
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: arial;
	line-height: 1.8em;
	cursor: default;
	margin-bottom: 35px;
}

body.thumbnails
{
	background-color: #333;
}

h1
{
	font-weight: normal;
	text-align: right;
	font-size: 16pt;
	background-color: #66cdaa;
	background-color: #CCC;
	padding-right: 1em;
}

h2, h3
{
}

#gallery
{
	padding: 10px;
	text-align: center;
}

#gallery img.offThumbnail
{
	border: 1px solid white;
	margin: 0px;
}

/* Images that are currently hidden, and will be measured
	before being put in On or Off thumbnail mode */
img.hiddenThumbnail
{
	visibility: hidden;
	position: absolute;
}

/* Thumbnails that have been expanded to full size */
img.onThumbnail
{
	display: block;
	margin: 5px;
	cursor: pointer;
	visibility: visible;
	width: 100%; /**/
	border: 5px solid white;
	margin-bottom: 0px;
	border-bottom: 2px solid white;
/*	border: 1px dashed purple; */
}

img.fullsize
{
	border: 5px solid white;
	margin: 5px;
	margin-bottom: 0px;
	border-bottom: 2px solid white;
	width: auto;
	height: auto;
/*	border: 1px dashed cyan; /**/
}

/* Thumbnails that are shrunk to thumbnail size */
img.offThumbnail
{
	border: 5px solid white;
	margin: 3px;
	height: 175px;
	width: auto;
	display: inline;
	visibility: visible;
	cursor: pointer;
/*	border: 1px dotted green; /**/
}

img.thumbnail
{
	display: inline;
	border: 2px solid white;
	cursor: pointer;
	height: 175px;
/*	border: 1px dotted red; /**/
}

img.noThumbnail
{
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 30px;
/*	border: 1px dotted blue; /**/
}

span.offThumbnail
{
	border: 5px solid red;
	display: none;
}

span.onThumbnail
{
	border: 0px;
	display: block;
	text-align: center;
}

img.inactiveThumb
{
	display: none;
}

a.viewfullscreen
{
	text-decoration: underline;
	color: #AAF;
	font-size: 8pt;
	position: relative;
	top: -6px;
}

a.viewfullscreen:hover
{
	text-decoration: underline;
	color: blue;
}

#MovingPart
{
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	filter: alpha(opacity=85);
	opacity: .8;
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid black;
}

#moving_nav
{
	font-weight: normal;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	color: #BBB;
	background-color: white;
	text-align: center;
	display: block;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

span.SmallInstruction
{
	font-family: Comic Sans MS;
	color: #FF0000;
	font-size: 12pt;
}

span.SmallComment
{
	display: block;
	text-align: right;
	font-family: Comic Sans MS;
	color: #000000;
	font-size: 14pt;	
}

span.Courier
{
	font-family: arial;
	color: #333;
}

span.Verdana
{
	font-family: verdana;
	font-weight: bold;
	color: #555;
}

p
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 1.3em;
	margin-left: 1em;
	margin-right: 1em;
	text-align: justify;
}

a
{
	text-decoration: none;
	color: #333;
	border: 0px;
}

img
{
	display: block;
}

a:hover
{
	color: #888;
}

img.im_thumbnail
{
	display: inline;
	border: 1px solid red;	
}

img.im_hidden
{
	display: inline;
	border: 1px solid blue;
}

img.im_expanded
{
	display: inline;
	border: 10px solid yellow;
}

span.im_missing
{
	display: block;
	color: red;
	font-size: 8pt;
}

img
{
	border: 0px;
	padding: 10px;
}

div.forgivenItems
{
	padding-left: 15px;
}

span.forgivenHeader
{
	display: block;
	color: red;
	font-weight: bold;
}

span.forgivenItem
{
	
	display: block;
	color: red;
	padding-left: 1em;
}

/* thumbnail view CSS definitions */

#close
{
	float: left;
/*	position: absolute;
	top: 0px;
	left: 0px;*/
	height: 30px;
	text-align: left;
	font-size: 8pt;
	color: white;
	background-color: #333;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 2px inset;
	margin: 3px;
}

#close:hover
{
	border: 2px outset;
}


#close a
{
	color: #DDD;
}

#thumbnails
{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid white;
/*	overflow: auto; */
	background-color: #333;
	text-align: center;
	z-index: 1;
	overflow: auto;
	filter: alpha(opacity=85);
}

#nothumbnails
{
	position: absolute;
	width: auto;
	height: auto;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
/*	overflow: auto; */
	background-color: #333;
	text-align: center;
	z-index: 1;
	overflow: auto;
	filter: alpha(opacity=45);
	padding-bottom: 3px;
}

#thumbnails img
{
	width: auto;
	height: 75px;
	margin: 15px;
	cursor: pointer;
	border: 3px solid white;
	display: inline;
}

#big
{
/*	width: 100%;
	height: 100%;
	overflow: auto; */
	background-color: black;
	padding-top: 0px;
	position: relative;
	top: -1px;
	border-top: 1px solid white;
	text-align: center;
}

#bignothumbnails
{
/*	width: 100%;
	height: 100%;
	overflow: auto; */
	background-color: black;
	position: relative;
	top: -1px;
	border-top: 1px solid white;
	text-align: center;
}

image.fit-full
{
	cursor: pointer;
}

image.fit-stretch
{
	cursor: pointer;
	width: 100%;
}

image.full
{
	cursor: pointer;
}

image.fit-x
{
	width: 100%;
	cursor: pointer;
}
image.fit-y
{
	height: 95%;
}

div.images
{
	margin: 15px;
	padding: 10px;
	text-align: center;
	background-color: #CACACA;
}

div.param
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

span.attributelist
{
	font-size: 10pt;
	line-height: 1.4em;
	display: block;
	padding-left: 2em;
	font-weight: normal;
}

#attributelist a
{
	font-weight: normal;
}

span.attributemenu
{
	padding-top: 0.5em;
	font-size: 11pt;
	line-height: 1.4em;
	display: block;
	font-family: verdana;
	font-weight: bold;
	color: #555;
}

div.links
{
	padding-left: 15px;
	font-size: 10pt;4
	
	line-height: 1.4em;
	display: block;
	padding-bottom: 15px;
}

span.linkHeader
{
	display: block;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 5px;
	color: #555;
}

a.external
{
	padding-left: 1em;
	color: blue;
	text-decoration: underline;
	font-size: 12pt;
}

div.species
{
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
	margin-bottom: 20px;
}

span.menu
{
	display: block;
	padding-left: 1em;
	
}

span.refnum
{
	padding-left: 1em;
	padding-right: 0.5em;
	font-weight: bold;
}

span.reference
{
	display: block;
	line-height: 1.4em;
	font-family: courier;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.5em;
}

span.noAtts
{
	padding-left: 2em;
	color: red;
}