#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.7;
	-ms-opacity:.70;
	filter: alpha(opacity=70);
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #333344;
	color: #FFFFFF;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #00204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url('close.gif') no-repeat;
}

/* The following is the for the simple modal in use */
.modalAlbum
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    z-index:5000;
}
.modalBackground
{
    filter: alpha(opacity=80); -moz-opacity:0.8; -ms-opacity: 0.8;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    top: 0px; left: 0px;
    z-index: 5001;
}
.modalContainer
{
    position: absolute;
    width: 300px;
    left: 5px;
    top: 30px;
    z-index: 5002;
}
.shadow 
{
	position:relative;
	left: 100px;
	bottom: 10px;
	right: 4px;
	background-color: #484849;
	width:606px;
	height: 706px;
}
.modal
{
    background-color: white;
    border: solid 3px #707070;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 700px;
    padding: 0px;
    overflow:auto;
    z-index: 5003;
}
.modalTop
{
    width: 98%;
    background-color: #596f9a;
    padding: 4px;
    color: #ffffff;
    text-align: right;
    z-index:5004;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}