/*
 * Picax - A Picasa WebFacade
 * Copyright (C) 2007 David Landwehr <david@landwehr.dk>
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
 
.pw-gmap-container {
	text-align: left;
	float: left;
	height: 102px;
	overflow: auto;
	width: 280px;
}

.pw-gmap-container .pw-index-item {
	border: none;
}

.pw-gallery {
	margin: 20px auto 0px auto;
	width: 600px;
	border-style: none;
	border: 1px solid #818181;
	background-color: #fdfdfd;
	background-image: url(pw_tab_shade.png);
	background-repeat: repeat-x;
	position: relative;
}

.pw-loading {
	display: none;
	padding: 50px;
	background-color: #4d4d4d;
	text-align: center;
	color: #fdfdfd;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 20px 20px 20px;
	height: 400px;
}

.pw-loading img {
	width: 80px;
	height: 80px;
}

.pw-image-thumbnails,.pw-image-albums,.pw-image-map {
	height: 400px;
	overflow: auto;
	text-align: center;
	margin-left: 5px;
}

.pw-image-map {
	margin: 0px 5px 5px 5px;
}

.pw-image-albums {
	margin-left: 20px;
}

.pw-album-title {
	text-align: right;
	margin: 10px 20px 10px 20px;
	font-size: 24px;
	font-weight: bold;
	color: #4d4d4d;
	border-bottom: 2px solid #4d4d4d;
}

.pw-main-tab {
	position: absolute;
	top: -9px;
	left: 20px;
	cursor: pointer;
}

.pw-albums-tab {
	height: 19px;
	width: 70px;
	float: left;
	background-image: url(pw_albums_off.png);
}

.pw-albums-tab:hover,.pw-albums-tab-selected {
	background-image: url(pw_albums_on.png);
}

.pw-pictures-tab {
	height: 19px;
	width: 75px;
	float: left;
	background-image: url(pw_pictures_off.png);
}

.pw-pictures-tab:hover,.pw-pictures-tab-selected {
	background-image: url(pw_pictures_on.png);
}

.pw-map-tab {
	height: 19px;
	width: 64px;
	float: left;
	background-image: url(pw_map_off.png);
}

.pw-map-tab:hover,.pw-map-tab-selected {
	background-image: url(pw_map_on.png);
}


.pw-image-control {
	z-index: 10;
    position: absolute;
	top: -11px;
	left: 20px;
	padding-left: 20px;
	cursor: pointer;
}

.pw-image-close {
	width: 88px;
	height: 22px;
	float: left;
	background-image: url(pw_close_off.png);
}

.pw-image-close:hover {
	background-image: url(pw_close_on.png);
}

.pw-image-next {
	width: 71px;
	height: 22px;
	float: left;
	background-image: url(pw_next_off.png);
}

.pw-image-next:hover {
	background-image: url(pw_next_on.png);
}

.pw-image-previous {
	width: 98px;
	height: 22px;
	float: left;
	background-image: url(pw_prev_off.png);
}

.pw-image-previous:hover {
	background-image: url(pw_prev_on.png);
}

.pw-image-slideshow-start {
	width: 63px;
	height: 22px;
	float: left;
	background-image: url(pw_play_off.png);
}

.pw-image-slideshow-start:hover {
	background-image: url(pw_play_on.png);
}

.pw-image-slideshow-stop {
	width: 67px;
	height: 22px;
	float: left;
	background-image: url(pw_stop_off.png);
}

.pw-image-slideshow-stop:hover {
	background-image: url(pw_stop_on.png);
}

.pw-image-slideshow-start-inactivate {
	background-image: url(pw_play_act.png) !important;
}

.pw-image-slideshow-stop-inactivate {
	background-image: url(pw_stop_act.png) !important;
}

.pw-image-dark-sep {
	width: 2px;
	height: 22px;
	float: left;
	background-image: url(pw_sep_dark.png);
}

.pw-seperator-tab {
	display: none;
	height: 19px;
	width: 1px;
	float: left;
	background-image: url(pw_sep.png);
}

.pw-image-thumbnail {
	display: inline;
	float: left;
	margin: 10px;
	width: 92px;
	height: 92px;
	cursor: pointer;
	padding: 1px;
}

.pw-image-thumbnails-end {
	clear: both;
}

.pw-image-thumbnails-selected {
	border: 1px solid #999999;
	background-color: #F9F9F9;
	padding: 0px;
}

.pw-image-display,.pw-image-display-background {
	display: none;
	position: absolute;
	top: 20px;
	left: 10px;
	text-align: center;
}

.pw-image-display {
	z-index: 1;
}
.pw-image-shadeless {
	border: 1px solid #999999;
}


.pw-image-display-background {
	z-index: 2;
	position: absolute;
    cursor: move;	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid #707070;
	background-color: #333333;
	opacity: 0.85;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 85);
}

.pw-image-showing {
	padding: 2px;
	display: block;
	border: 1px none #999999;
}

.pw-image-container {
	z-index: 5;
	position: relative;
	margin: 20px;
	background-color: white;
	padding: 0px 10px;
}

.pw-image-display {
	font-size: 10px;
	font-family: sans-serif;
	color: black;
    display: none;
}

.pw-image-count {
	display: block;
    text-align: right;
}

.pw-image-caption {
	position: absolute;
	top: 0px;

}

.pw-image-copyright {
	text-align: right;
	color: #999999;
	font-style: italic;
}

.pw-index-item {
	height: 92px;
	width: 250px;
	border: 1px solid #818181;
	color: #4D4D4D;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.pw-index-item:hover {
    background-color: #f2f2f2;
    background-image: url(pw_idrop.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    
}

.pw-index-thumb {
	height: 92px;
	width: 92px;
	float: left;
}

.pw-index-name {
	margin: 10px 10px 0px 102px;
	border-bottom: 1px solid #818181;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.pw-index-date {
	margin: 0px 10px 0px 102px;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}
