﻿/************************************************************************
* Photo selection controls
************************************************************************/
#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;
}

.selected, .unselected
{
    width:80px;
    height:100px;
    text-align:center;
    padding:5px 2px 2px 2px;
    cursor:pointer;
}
.unselected
{
    background-color:transparent;
    border:solid 1px #9699ab;
}
.selected
{
     /*background:#002157;*/
     background:url(/images/bgSelected.png) repeat;
     border:solid 1px #DBDB79;
}
* html .selected
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bgSelected.png", sizingMethod="scale");
}

.scrollablelist
{
    overflow:auto;
    height:230px;
    border:solid 1px #DBDB79;
}

/************************************************************************
* Photo Album Contents page styles
************************************************************************/
.AlbumDetails
{
	width:200px;
	float:left;
	position:relative;
}
.PhotoList
{
	float:right;
	width:350px;
	height:110px;
	border:solid 1px #9699ab;
	overflow:auto;
	overflow-y:scroll;
	position:relative;
}
.PhotoDetails
{
	width:200px;
	float:left;
	position:relative;
}
.PhotoAlbumChanger
{
	width:275px;
	float:right;
	position:relative;
}