html
{	text-align: center;
	background-image: url('cloudTile.jpg');
	background-attachment: fixed;
	color: #422020;
	font-family: sans-serif;
	font-size: 12pt;
}

a:link, a:visited
{	color: #0000ee;
	text-decoration:underline;
}

a:hover
{	color: #9e55e0;
	text-decoration:underline;
}

.shadow
{	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

td.thumbnailTable
{	margin-right:auto;
	margin-left:auto;
	text-align:center;
	vertical-align:top;
	padding-bottom:18pt;
}

h1
{	font-size: 18pt;
/*	font-style: bold;*/
}

h2
{	font-size: 16pt;
/*	font-style: bold; */
}

img.photo
{	border: 1px solid black;
}

.pictureTitle
{	font-size: 12pt;
	font-weight: 800;
}

.sizeList
{	font-size: 11pt;
	font-weight: 800;
}

.goToFolderText
{	font-size: 11pt;
	font-weight: 400;
}

.caption
{	color: black;
	font-size: 12pt;
	width:600pt;
	margin-left:auto;
	margin-right:auto;
	margin-top:15pt;
	margin-bottom:15pt;
	padding:6pt;
	text-align:left;
	border:1px solid black;
}

.photographer
{	font-size:11pt;
	color:black;
}

#dhtmltooltip {
	position: absolute;
	padding: 3px;
	background: #e9f0ff;
	border: 1px solid #a99;
	text-align: left;
	font-size: 10pt;
	color:#422020;
	visibility: hidden;
	z-index: 100;
}

.adminForm
{	font-family: sans-serif;
	font-size: 12pt;
	text-align: left;
}

a.noUnderline:link, a.noUnderline:visited
{	color: #0000ee;
	text-decoration:none;
}

a.noUnderline:hover
{	color: #9e55e0;
	text-decoration:none;
}