/*
Weatimages 1.7.2 stylesheet
*/

body {
	font-family: Arial, Helvetica;
	color: #400000;
	font-size: small;
	text-align: justify;
	margin-left: 10%;
	margin-right: 20%;
	background-color: #FFFFCC;
}
a, a:link, a:visited {
	color: #808080;
	text-decoration: underline;
}
a:hover {
	color: #800000;
}
a:active {
	color: #800000;
}
.weatimages_thumbnail_cell {/* cell displayed in album view and containing image thumbnail, filename, description */
	font-family: Arial, Helvetica;
	padding: 4px 4px 8px 4px;
	border-style: solid;
	border-color: #400000;
	text-align: center;
	vertical-align: top;
}
.weatimages_thumb_border {/* border of thumbnail */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #400000;
	margin: 6px 6px 2px 6px;
}
.weatimages_link_size {/* links to original/resized image displayed under thumbnail in album */
	font-size: small;
	text-decoration: underline;
	color: #800000;
	text-align: center;
}
.weatimages_filename {/* filename displayed under image thumbnail in album */
	font-size: small;
	color: #400000;
	font-weight: bold;
	text-align: center;
}
.weatimages_image_desc {/* description (from textfile or exif) displayed under image thumbnail in album */
	color: 400000;
	text-align: center;
}
.weatimages_pages_navigator {/* pager */
	font-size: small;
	color: #400000;
	text-align: center;
}
.weatimages_header {/* page title line - album/image name (or description) */
	font-size: 15px;
	color: #400000;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 10#;
	margin-right: 0px;
}
.weatimages_comment {/* string under page title - album/image description */
	font-size: small;
	color: #400000;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: 20px;
}
.weatimages_thumb_album_name {/* album name shown on the right of album thumbnail */
	font-size: 14px;
	color: #400000;
}
.weatimages_thumb_album_desc {/* album decsription shown on the right of album thumbnail */
	font-size: 12px;
	color: #400000;
}
.weatimages_bigimage {/* style for big version of image */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #400000;
	margin: 5px;
	text-align: center;
}
.weatimages_container_navig {/* links to next/previous images displayed at the page vith big version of image */
	font-size: 11px;
	text-decoration: underline;
}
.weatimages_toppest_navig {/* style for a div containing top navigational links - to parent albums and next/prev images */
	color: #400000;
	background-color: ¤FFFFCC;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}
.weatimages_hotkey_tip {/* tips beside links to next/previous images */
	font-size: 11px;
	color: #400000;
}

