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

body {
	font-family: Verdana, Arial, sans-serif;
	color: #000055;
	font-size: 11px;
}
a, a:link, a:visited {
	color: #000077;
	text-decoration: none;
}
a:hover {
	color: #806040;
}
a:active {
	color: #806040;
}
.weatimages_edging_title {/* border edging_title for index page */
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #806040;
}
.weatimages_edging_content {/* border edging_content for index page */
	border-width: 1px;
	border-style: dotted;
	border-color: #806040;
}
.weatimages_thumbnail_cell_index {/* cell displayed in album view and containing image thumbnail, filename, description for index page */
	padding: 5px 10px 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #806040;
}
.weatimages_thumb_border_index {/* border of thumbnail for index page */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #806040;
}
.weatimages_thumbnail_cell {/* cell displayed in album view and containing image thumbnail, filename, description */
	font-family: Verdana, Arial, sans-serif;
	padding: 4px 4px 4px 4px;
	border-style: solid;
	border-color: #806040;
	text-align: center;
	vertical-align: top;
}
.weatimages_thumb_border {/* border of thumbnail */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #806040;
	margin: 0px 0px 2px 0px;
}
.weatimages_link_size {/* links to original/resized image displayed under thumbnail in album */
	font-size: 9px;
	text-decoration: none;
	color: #000077;
	text-align: center;
}
.weatimages_filename {/* filename displayed under image thumbnail in album */
	font-size: 8px;
	color: #F4E4DD;
	font-weight: normal;
	text-align: center;
}
.weatimages_image_desc {/* description (from textfile or exif) displayed under image thumbnail in album */
	color: #000055;
	text-align: center;
}
.weatimages_pages_navigator {/* pager */
	font-size: 11px;
	color: #000077;
	text-align: center;
}
.weatimages_header {/* page title line - album/image name (or description) */
	text-align: center;
	font-size: 13px;
	color: #000055;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: 20px;
}
.weatimages_comment {/* string under page title - album/image description */
	text-align: center;
	font-size: 12px;
	color: #000055;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: 20px;
}
.weatimages_thumb_album_name {/* album name shown on the right of album thumbnail */
	font-size: 11px;
	color: #806040;
}
.weatimages_thumb_album_desc {/* album decsription shown on the right of album thumbnail */
	font-size: 11px;
	color: #000055;
}
.weatimages_bigimage {/* style for big version of image */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #806040;
	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: none;
}
.weatimages_toppest_navig {/* style for a div containing top navigational links - to parent albums and next/prev images */
	color: #806040;
      background:url(/i/gold.png) repeat-x transparent;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-bottom-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #806040;
}
.weatimages_hotkey_tip {/* tips beside links to next/previous images */
	font-size: 11px;
	color: #777777;
}
.weatimages_powered {/* Powered by */
	text-align: center;
	font-size: 9px;
	color: #000077;
	margin: 10px;
}
.weatimages_zoom {/* Zoom */
	text-align: center;
	font-size: 9px;
	color: #806040;
	margin: 0px;
}
textarea {/* textarea justify */
}
.album_desc_txt {/* album decsription in desc.txt <span class="album_desc_txt">Текст описания</span> of album thumbnail */
                background:url(/i/gold.png) repeat-x transparent;
            /*    background: #f4e4dd; */
                font-size: 11px;
                text-align: center;
                width: 150px;
                height:40px;
                margin-top: 5px;
                padding-top: 1px;
                border-top: 1px #806040 dotted;
                border-right: 0px #806040 dotted;
                border-bottom: 1px #806040 dotted;
                border-left: 0px #806040 dotted;
                display: block;
                overflow: hidden; 
}
