body {
	font-size: 80%;
    color: white;
    background: #666666;
    font-family: Verdana, Arial, Helvetica, Lucida, sans-serif;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

table {
    border-width: 0;
    margin: auto;
}

.title {
    color: white;
    background-color: inherit;
    font-size: 165%;
    font-weight: bold;
}

.caption {    
    text-align: left;
    margin: auto;
}

.ctrllinks {
    font-size: 80%;
}

.footer {
    font-size: 80%;
    color: gray;
    background-color: inherit;
    text-align: right;
    margin-top: .5em;
}

img.small {
    border: 1px solid black;
    margin: 2px;
    padding: 0px;
    display: block;
}

img.medium {
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mediumpaper {
	color: inherit;
	border-style: solid;
	border-color: #191919;
	border-left-width: 15px;
	border-right-width: 15px;
	border-top-width: 8px;
	border-bottom-width: 14px;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
	background-color: #666666;
}

#smallpaper {
	color: inherit;
	text-align: center;
	font-size: 80%;
	padding: 0px;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
	background-color: #666666;
}

a {
    color: white;
    background-color: inherit;
    text-decoration: underline;
}

a.control {
    color: gray;
    background-color: inherit;
}

a:hover {
    color: white;
    background-color: inherit;
}

#mainlayer {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: inherit;
	background: inherit;
	background-image: url(../../../album/ext/css/img_css/pr-pbgtexture.jpg);
}

#lightboxlayer {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: inherit;
    background: #666666;
    z-index: 3;
}

#lightboxcontainer {
    margin-top: 20px;
    margin-left:10px;
    margin-right:10px;
}

#smalliframe {
    position: absolute;
    visibility: hidden;
    z-index: 2;
}

#mediumiframe {
    position: absolute;
    visibility: hidden;
    z-index: 1;
}
