@charset "utf-8";
body{ 
	text-align:center;
	margin: 0px auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	color:#2E4069;
	color:#FFF;
	background-color: #6C6C6C;
}

/* Header ------------------------------------------------------------- */
#header{
	height:120px;
	background:url(../images/background.gif) repeat-x;
	margin:0px auto;
}
#header img{
	width:auto;
	float:left;
	margin-left:20px;
}
#header #siteTitle{
	position:absolute;
	width:100%;
	text-align:center;
	padding:30px;
	font-size:24px;
}
#header #siteInfo{
	text-align:center;
	width:50%;
	padding-top:5px;
	margin:0px auto;
	font-size:50%;
}
#headerNarrow{
	display:none;
}
@media all and (max-width: 850px) {
#header #siteTitle{
	right: 0px;
	width:60%;
	float:right;
}
#header #siteInfo{
	width:100%;
}
}

/* Content ------------------------------------------------------------- */
#contentArea{
	width:100%;
}
/* Instructions */
#contentArea .instructions{
	font-size:120%;
	margin:5px auto;
	width:100%;
	max-width:600px;
}
#contentArea .instructions h3{
	margin-bottom:5px;
}
#contentArea .instructions .terms{
	margin-top:15px;
}
/* Errors */
.errorMessage,
.validation-msg{
	padding:5px;
	margin:0px auto;
	margin-bottom:20px;
	background-color:#F00;
	color:#FF0;
	font-weight:bold;
	width:200px;
}
/* Tables */
#contentArea table td label{
	color: #fff;
}
/* Registration table ***********************************************************************************/
#registration-info{
	width:100%;
}
#registration-info{
	margin:0px auto;
}
#registration-info .header{
	display:none;
}
#registration-info td{
	margin-top:5px;
	display:block;
}
#registration-info input{
	margin-top:2px;
	color: #666;
}
#registration-info tr{
	display:inline-block;
	width:200px;
	height:auto;
	margin:5px;
	border:#FFF thin ridge;
	background-color:#999;
	padding:10px;
}

/* Photo tables **************************************************/
.photo-table{
	width:100%;
	margin:0px auto;
}
.photo-table caption{
	font-size:120%;
	display:block;
}
.photo-table .header{
	display:none;
}
.photo-table caption .pageNumber{
	float:right;
	font-size:90%;
	display: inline;
}
.photo-table tr{
	display:inline-block;
	width:450px;
	margin:5px;
	border:#FFF thin ridge;
	background-color:#999;
}
.photo-table td{
	width:200px;
	margin:5px;
	display:block;
	color: #666;
}
.photo-table td input{
	width:90%;
}
.photo-table .column_index{
	width:25px;
	display:inline-block;
}
.photo-table .column_index label{
	float:left;
}
.photo-table .column_checked{
	width:85%;
	margin:2px auto;
	display:inline-block;
}
.photo-table .column_checked input{
	width:30px !important;
	vertical-align:middle;
}
.photo-table .column_photo{
	height:200px;
	float:left;
	display:inline-block;
	width:45%;
	margin-left:15px;
}
.photo-table .column_photo img{
	max-height:187px;
	max-width:200px;
	width:auto;
	margin-top:2px;
	border:thin ridge #FFF;
}
.photo-table .column_name,
.photo-table .column_date,
.photo-table .column_original,
.photo-table .column_location,
.photo-table .column_photographer{
	float:right;
	display:inline-block;
	margin-right:5px;
}
.photo-table .column_original select{
	background-color:#FFF !important;
}
.photo-table .column_people,
.photo-table .column_event,
.photo-table .column_addInfo{
	width:90%;
	margin:5px auto;
}

.photo-table .column_people{
	clear:both;
}
.photo-table .column_event textarea,
.photo-table .column_addInfo textarea{
	height:60px;
	
}
.photo-table .column_giveToMuseum{
	width:100%;
	margin:2px auto;
	display:inline-block;
}
.photo-table .column_sizeCheck{
	width:100%;
	margin:5px auto;
	color:  #FF0;
}
.photo-table .column_giveToMuseum select{
	width:60px !important;
	background-color:#FFF !important;
	vertical-align:middle;
}
/* Meta Update Table **************************************************************************/
#meta .column_original label{
	display:block;
}
#meta textarea{
	width:100%;
}


/* Report Table *******************************************************************************/
/*#report{
	height:600px;
	overflow:hidden;
	overflow-y:scroll;
}
*/
#report{
	width:95%;
}
#report .header{
	display:none;
}
#report tr{
	width:95%;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	align-items:center;
	height:220px;
	min-width:900px;
	
}
#report_filter{
	display:none !important;
}
#report label{
}
#report td .value{
	background-color:#ddd;
	height:15px;
	margin-top:2px;
}
#report .column_index{
	float:none;
	display:block;
	width:35px;
	align-self:flex-start;
}
#report .column_photo{
	width:20%;
	max-width:170px;
	margin-left:0px;
	height:170px;
/*	float:left;
*/}
#report .column_photo .value{
	background:none;
}
#report .column_photo img{
	max-width:170px;
	max-height:170px;
/*	margin-top:2px;
	border:thin ridge #FFF;
*/}
#report .column_name,
#report .column_sender,
#report .column_date,
#report .column_original,
#report .column_location,
#report .column_photographer{
	float:none;
	display:inline-block;
	width:20%;
	min-width:200px;
	margin:0px;
	margin-top:5px;
}
#report .column_people,
#report .column_event,
#report .column_addInfo{
	float:right;
	display:inline-block;
	max-width:60%;
	height:50px;
	margin:5px auto;
}
#report .column_people .value,
#report .column_event .value,
#report .column_addInfo .value{
	height:40px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-width:100%;
}
#report .column_giveToMuseum{
	float:right;
	display:inline-block;
	max-width:60%;
	margin:5px auto;
}
#report .column_giveToMuseum .value{
	display:inline-block;
}



/* Upload */

#uploadArea{
	margin:10px auto;
	background-color:#BBB;
	width:400px;
	padding:10px;
}
#uploadArea #upload{
	margin:10px auto;
}
#uploadArea .uploadTitle{
	font-weight:bold;
	font-size:140%;
	color:#666;
}
#uploadArea #upload .column_uploadFile{
	width:400px;
}
#uploadArea button{
	color:#666;
}

/* Menu ------------------------------------------------------------- */
#mainMenu{
	margin-top:20px;
}
button{
	background: #444;
	border:none;
	padding:5px;
	margin-right:3px;
}
button:hover{
	cursor: pointer;
	color: #aaa;
}
.select-menu{
	width:150px;
	text-align:left;
	background:#504d4de6;
	margin-top:2px;
	border: #FFF thin ridge;
}
.select-menu button{
	display:block;
	background:none;
}
#tableControls button{
	font-size:120%;
	background:none;
	color:#fff;
	margin:5px;
}
.sender-selection{
	text-align:left;
	width:90%;
	margin:0px auto;
}
/* Footer ------------------------------------------------------------- */
#footer{
	margin-top:20px;
}
