﻿

/*-------------------------------------------------*/
/*--- Album styles */

.pi-album-list 
{
    width:670px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    
}

.pi-album
{
    /*height:170px;*/
}

.pi-album-thumbnail
{
    border:solid 1px #A0A0A0;
    width:160px;
    height:160px;

    margin-right:10px;
    margin-bottom:5px;
    cursor:pointer;
}


.pi-album-title {
	font-family: arial;
	font-size:12pt;
	font-weight:bold;
	color:#000000;
	  margin-bottom:15px;
}

.pi-album-subtitle {
	font-family: arial;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}

.pi-album-description-small {
	font-family: arial;
	font-size:8pt;
	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;
}


.photo-thumbnail-wrapper
{
    border:solid 0px #D0D0D0;
    cursor:pointer;
}

.photo-thumbnail
{
    border:solid 5px #FF0000;
    cursor:pointer;
}


.pi-photo-thumbnail
{
    border:solid 1px #A0A0A0;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    cursor:pointer;
    clip: rect(5px, 40px, 45px, 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 ;
}