/* elements */
td {
	padding: 0 0.4em 0 0.3em;
}
hr {
	border-style: none;
	height: 1px;
	border-bottom: 1px dotted #ccc;
} 
h1+hr {
	border: none;
	height: 2px;
	border-bottom: 2px dotted #ccc;
}
tt {
	display: block;
	margin: 0 2em 0 2em;
	line-height: 1.2em;
}
dl {
	border: 1px dotted #ccc;
	background-color: #ffe;
	padding: 1em;
	max-width: 80%;
}
dt {
	margin-top: 0.25em;
}
dd {
	font-style: italic;
}

/* classes */
.total { 
	text-align: right; 
}
.gtotal {
	text-align: right;
	font-weight: bold; 
}
.oh { 
	padding-left: 1em;
}

.picturebox {
	margin: 0.2em 0.8em 1em 0;
	padding-left: 0.2em;
	float: left;
	clear: none;
	/*This \ hides the following rule from IE5.x Mac */
	width: auto;
}
.tinypicturebox {
	float: left;
}
.caption {
	text-indent: 0;
	clear: both;
	padding: 0.3em 0.5em 0.5em 0.5em;
	margin: -5px 0.3em 0 0.3em;
	background-color: #eee;
	font-size: 0.8em;
	border: 1px solid #eee;
	text-align: left;
	width: 90%;
	/*This \ hides the following rule from IE5.x Mac */
	width: auto;
}
.caption p {
	text-indent: 0.2em;
}

.albumcaption {
	text-indent: 0;
	/*float: left;*/
	clear: both;
	padding: 0.1em 0.5em 0.5em 0.5em;
	margin: 0;
}
.tinycaption {
	text-indent: 0;
	/*float: left;*/
	clear: both;
	padding: 0.3em 0.5em 0.5em 0.5em;
	margin: -5px 0.3em 0 0.3em;
	font-size: 0.8em;
}
.comment {
	border: 1px dotted #ccc;
	background-color: #ffe;
	padding: 1em;
	margin: 0 0 0.3em 0.3em;
	max-width: 80%;
}
.comment h3 {
	display: inline;
}
.comment p {
	text-indent: 0;
}
.subalbums {
	/*border: 1px dotted #ccc;*/
	background-color: #fff;
	padding: 0;
	margin: 0 0 0.3em 0.3em;
	max-width: 100%;
	clear: both;
}
.subalbums h2 {
	margin: 0;
	color: #ddd;
	border-bottom: 1px dotted #ccc;
}

.current_pic {
	background-color: #FFF7B5;
}

/* Thumbnail creator progress report styles */

.info {
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
}
.success {
	font-size: 0.8em;
	color: #390;
	font-weight: normal;
}
.error {
	font-size: 0.8em;
	color: #c03;
	font-weight: bold;
}
.warning {
	font-size: 0.8em;
	color: #f63;
	font-weight: bold;
}
.fakelink {
	color: #00f;
	text-decoration: underline;
	display: inline;
}