﻿/* Photos, Images, Thumbnails */

.album {
	padding: 5px 0px 0px 10px;
	font-size: .85em;
	width: 111px;
	height: 133px;
}

.albumdisplay {
    background: url('images/album.jpg') no-repeat;
    font-size: .8em;
    height: 160px;
    width: 110px;
    padding-left: 10px;
    padding-top: 5px;
    }
    
.thumbnail
{
    float: left;
    padding: 0 5px 5px 5px;
}

.photo
{
    background: #FEFFC8 url('images/thumbnail.jpg') repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
}

.picture
{
}

.photothumbnail
{
	float: left;
	vertical-align:top;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.membercard
{
    background: url('images/rolodex.gif') no-repeat;
    border: none;
    margin-bottom: 5px;
    width: 145px;
    height: 110px;
}

.membercard p {
    font-size: .9em;
    text-align:left;
    margin-left: 0px;
    margin-top: -5px;
}

.vcard {
    margin-top: -8px;
    padding-left: 15px;
    padding-bottom: 5px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

img {
    border: none;
}

img.left {
	float: left;
	padding-right: 5px;
}

img.right {
	float: right;
	padding-left: 5px;
}


#popupbody
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FED36B;
    font-size: 0.7em;
}

#popupinner
{
    border: 1px solid #DBDB79;
    margin: 5px;
    background: #FEFFAB;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popupbody h2
{
    font-weight: bold;
    margin: 0px;
    padding: 1px 0px 5px 5px;
    display: block;
}

.selectedpic, .unselectedpic
{
    height: 180px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.selected, .unselected
{
    width: 80px;
    height: 100px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.unselected, .unselectedpic
{
    background-color: transparent;
    border: solid 1px #FEFFAB;
}

.selected, .selectedpic
{
     background: #FED36B;
     border: solid 1px #DBDB79;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 660px;
    border: solid 1px #DBDB79;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #DBDB79;
}

.scrolledtable
{
	overflow: auto;
}

 .selectablephoto
{
    background: #FEFFC8 url('images/background_thumbnail.jpg') repeat-x center;
    border: 1px solid #E8DCA3;
    padding: 2px;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 

}

/* Better Image Processor */

table.SlideShowContainer
{
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
}

td.ImgContainer
{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

.membercard
{
    padding: 10px;
    margin-bottom: 5px;
    width: 145px;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}

#membercardcolumnright
{
    margin-left: 226px;
}

.membercard p
{
    margin: 5px;
}

.membercard h3
{
    font-size: 1em;
}