﻿

/*-------------------------------------------------*/
/*--- Album styles */

.pi-album-list 
{
    width:570px
}

.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:bold;
	color:#000000;
	padding-top:10px;
}

.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-thumbnail
{
    border:solid 1px #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 ;
}

.photo-thumbnail-new
{
    border:solid 10px #FF0000;
    cursor:pointer;
    clip: rect(5px 5px 10px 5px)
   
}





/*.vertical
{       
        display: block; 
        height: 128px;
        width: 85px;
}


.horizontal
{        
        display: block; 
        height: 85px;
        width: 128px;
}*/



/*-------------------------------------------------*/








.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 ;
}