/*
Weatimages 1.7.2 stylesheet
$Id: weatimages.css,v 1.8 2007/04/15 09:00:57 Vova Exp $
*/

body {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;

}
a, a:link, a:visited {
	color: #A50000;
	text-decoration: none;
	padding: 0px;
	line-height: 30px;

}
a:hover { 	color: #696969;
}


.weatimages_thumbnail_cell {/* cell displayed in album view and containing image thumbnail, filename, description */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 4px 2px 2px 2px;
	border-style: solid;
	border-color: #DDDDDD;
	text-align: center;
	vertical-align: top;
	margin: 0px;
}
.weatimages_thumb_border {/* border of thumbnail */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 0px;
}
.weatimages_link_size {/* links to original/resized image displayed under thumbnail in album */
	font-size: 0px;
	text-decoration: none;
	color: #333366;
	text-align: center;
}
.weatimages_filename {/* filename displayed under image thumbnail in album */
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}
.weatimages_image_desc {/* description (from textfile or exif) displayed under image thumbnail in album */
	color: #555555;
	text-align: center;
}
.weatimages_pages_navigator {/* pager */
	font-size: 12px;
	color: #003366;
	text-align: center;
}
.weatimages_header {/* page title line - album/image name (or description) */
	font-size: 15px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
.weatimages_comment {/* string under page title - album/image description */
	font-size: 12px;
	color: #555555;
	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: #333333;
}
.weatimages_thumb_album_desc {/* album decsription shown on the right of album thumbnail */
	font-size: 12px;
	color: #555555;
}
.weatimages_bigimage {/* style for big version of image */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 0px;
	text-align: center;
}
.weatimages_bigimage:hover {/* style for big version of image */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 0px;
	text-align: center;
}

.weatimages_container_navig {/* links to next/previous images displayed at the page vith big version of image */
	font-size: 12px; 
	line-height: 25px;
	text-decoration: none;
	padding: 5px;

	
}
.weatimages_toppest_navig {/* style for a div containing top navigational links - to parent albums and next/prev images */
	font-size: 12px;
	color: #555555;
	background-color: #FAFBFB;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}
.weatimages_hotkey_tip {/* tips beside links to next/previous images */
	font-size: 12px;
	color: #BBBBBB;
}
