/**
 * Lightbox Album module for webtrees
 *
 * Display media Items using Lightbox
  *
 * webtrees: Web based Family History software
 * Copyright (C) 2010 webtrees development team.
 *
 * Derived from PhpGedView
 * Copyright (C) 2002 to 2007 John Finlay and Others
 *
 * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 *
 * @package webtrees
 * @subpackage Modules
 * @version $Id: album_page.css 10618 2011-01-27 18:42:22Z lukasz $
 */
 
/* lightbox_plus.css version 3.00  29/06/2007  */
/*
#lightbox {
        background-color: #FFFFFF;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 18px;
        padding-bottom: 18px;
}

#overlay {
        background-color: #000000;
        filter:alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
}

#lightboxCaption {
        padding-top: 3px;
        padding-bottom: 3px;		
        color: #000080;
        background-color: #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        font-family: tahoma, verdana, arial, helvetica, sans-serif;
        text-align: center;
}

#lightboxIndicator {
        border: 0px solid #FFFFFF;
}

#lightboxOverallView {
        background-image: url(images/overlay.png);
}

* html #lightboxOverallView,
* html #overlay {
        background-color: #000000;
        background-image: url(images/blank.gif);
        filter: Alpha(opacity=50);
}
*/
.lb_notes:target, .lb_notes:target a{
	color:#000000;
    background-color: #ffffcc;
}

.prvpic
{
background-color: #999999; 
height: 80px;
width: 60px; 
border: 1px;
border-style: solid;
border-color: black;
margin-top: 0px;
}

.prvpic img
{
/* background-color: none; */
border-style: dotted;
border: 0px;
/* border-color: none; */
padding: 0px;
}

.pic
{
/* background-color: #777777; */
/* background-color: none; */
border-style: solid;
border: 0px;
border-color: #ffffff;
padding: 0px;
}


.thumbcontainer
{
display: block;
width: 100%;
}

#lb_icons
{
/* text-align: center, justify; */
text-align: justify;
}

#thumblist_1, #thumblist_2, #thumblist_3, #thumblist_4, #thumblist_5,
#thumblist_1a, #thumblist_2a, #thumblist_3a, #thumblist_4a, #thumblist_5a
{
display: block;
list-style-type: none;
float: left;
}


#thumblist_1 li, #thumblist_2 li, #thumblist_3 li, #thumblist_4 li, #thumblist_5 li,
#thumblist_1a li, #thumblist_2a li, #thumblist_3a li, #thumblist_4a li, #thumblist_5a li 
{
display: block;
/*
border-style: dotted;
border: 2px;
border-color: pink;
background-color:#BDB071; 
*/
margin-right: 5px;
list-style-type: none;
padding-bottom: 0px;
padding-left: 4px;
padding-right: 4px;
float: left;
}

li.li_norm{
border: 2px solid transparent; 
/* border: 2px;  */
}

li.li_new {
 border: 2px solid #0000ff; 
}

li.li_old {
 border: 2px solid #ff0000; 
}

#thumblist_1 a img, #thumblist_2 a img, #thumblist_3 a img, #thumblist_4 a img, #thumblist_5 a img,
#thumblist_1a a img, #thumblist_2a a img, #thumblist_3a a img, #thumblist_4a a img, #thumblist_5a a img
{
border-style:none;
border:1px;
padding:1px;
}


#thumblist_1 a:hover img, #thumblist_2 a:hover img, #thumblist_3 a:hover img, #thumblist_4 a:hover img, #thumblist_5 a:hover img,
#thumblist_1a a:hover img, #thumblist_2a a:hover img, #thumblist_3a a:hover img, #thumblist_4a a:hover img, #thumblist_5a a:hover img
{
border-style:none;
border:0px;
background-color:#BDB071;
padding:1px;
}


.clearlist:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* #clearlist {display: inline-block;}  */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#clearlist {display: block;}
/* End hide from IE-mac */