/* Local */
/* Page background */
body {
    background-color: #cccccc
    }

/********************************************/
/* Table of productions - album_viewer.php  */
.table_1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
/*	padding: 25px;				*/
/*	border-top: 2px solid #000000;		*/
/*	border-bottom: 2px solid #000000;	*/
	border: 3px solid black;
}

.td_1_title {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #aa0000;
}

.td_1_text {
	color: #aa0000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 16%;
	border-left: 2px solid #aa0000;			
/*	border: 1px solid gray;			*/
}

.viewer_1_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

.viewer_1_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
/********************************************/

/********************************************/
/* Photo viewer - album_viewer_3.php

/***** Tables in the viewer */
.table_3 {
	background-color: #bbbbbb;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border: 3px solid black;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
/*    table-layout:fixed;   */
    height:auto;
width:97%;
}
/*****/

/* Table with title, author, director, production date */
.td_3_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

.td_3_author {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #000000;
}

.td_3_other {
    font-size: 16px;
    font-weight: bold;
}
/*****/

/***** Global picture credits */
.credits {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/*****/

/***** Table cells holding poster, pages scanned from programs, PDF placeholder */
/***** Sets the column width based on number of columns */
td.program_4 {
	text-align: center;
	width: 25%;
	border: 1px solid black;
}

td.program_5 {
	text-align: center;
	width: 20%;
	border: 1px solid black;
}

/* Table cells holding pages scanned from programs */
td.program_6 {
	text-align: center;
	width: 15%;
	border: 1px solid black;
}

/* Table cells holding pages scanned from programs */
td.program_7 {
	text-align: center;
	width: 13%;
	border: 1px solid black;
}
/*****/

/* Thumbnails of poster/pages scanned from program */
img.program1 {
	height: 20%;
	width: 20%;
	padding: 2%;
}	

/* Viewable images of pages scanned from program */
img.program2 {
	height: 65%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}	

/* Viewable images of photos */
img.photo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

/* Viewable images of poster */
img.poster {
	height: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

/********************************************/


/********************************************/
/* Main viewer window                       */
/* Center text in viewer main window*/
.center-text {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
}

/* Centering picture in viewer main window*/
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Picture caption */
.caption {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

/* Viewer navigation buttons */
button {
    background-color: #aa0000; 
    border: 3px solid black;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
}
/********************************************/


/********************************************/
/* Full size images of program pages in album_viewer_3.php */
#divProgram {
	position: absolute;
	margin: auto;
	top:10;
	right:10;
	bottom:10;
	left:10;
	width: 90%;
	height: 90%;
	background-color: #999999;
	border-style: solid;
	border-width: 4px;
	border-color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
    display:block;
}
/********************************************/

/********************************************/
/* Scaled image of poster in album_viewer_3.php */
#divPoster {
	position: absolute;
/*	margin: auto;   */
	top:10;
	right:10;
	bottom:10;
	left:10;
	width: 90%;
	height: 90%;
	background-color: #999999;
	border-style: solid;
	border-width: 4px;
	border-color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
    display:block;
}
/********************************************/


