﻿

/*-------------------------------------------------*/
/*--- Album styles */

.pi-album-list 
{
    width:160px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    
}

.pi-album
{
    /*height:170px;*/
}

.pi-album-thumbnail
{
    border:solid 1px #A0A0A0;
    width:160px;
    height:160px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    cursor:pointer;
}


.pi-album-title {
	font-family: arial;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}

.pi-album-footer {
	font-family: arial;
	font-size:10pt;
	font-weight:normal;
	color:#A0A0A0;
	padding-top:10px;
}

.pi-num-photos {
	font-family: arial;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
	padding-top:10px;
}

.pi-updated {
	font-family: arial;
	font-size:8pt;
	font-weight:normal;
	font-style:italic;
	color:#000000;
	padding-top:10px;
}

/*-------------------------------------------------*/


/*-------------------------------------------------*/
/*--- Photo list styles */

.pi-photo-list 
{
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    background-color:#FFFFFF;
}
  

.pi-photo-thumbnail
{
    border:solid 3px #A0A0A0;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    cursor:pointer;
    clip: rect(5px, 40px, 45px, 5px);   
}

.photo-thumbnail-wrapper
{
    border:solid 0px #D0D0D0;
    cursor:pointer;
     background: #ffffff url('/src/img/small_loading.gif') no-repeat center ;
}

.PhotoSummary {
	font-family: arial;
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	padding-top:10px;
}

.modalPopupPicasa {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:100%;
	background: #ffffdd url('/src/img/small_loading.gif') no-repeat center ;
}