#photo_result_table {
	font-size: 1em;
	line-height: 1em;
}

.photo-result {
	padding-top: 0.7em;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;

}

#photo_result_table p    , #content #photo_result_table_popup p {
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
}


#photo_result_table td.center-row h3{
	margin-top: 0px;
}


#photo_result_table td.center-row {
	padding-bottom: 2em;
	padding-right: 1em;
	padding-left: 1em;
	max-width: 60%;
	width: 60%;
}

#photo_result_table td {
	padding-bottom: 2em;
}

.photo-db-link { /*font-size: 1.5em;*/
	font-weight: bold;
}

#photo-info {
	background-color: #F0F2F1;
	padding: 1em;
}

.pager-link {
	cursor: pointer;
}

.photo-db-h4 {
	padding-left: 1.67em;
}

#outer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#outer[id] {
	display: table;
	position: static;
}

#middle {
	width: 100%;
	position: absolute;
	top: 50%;
	/*left: 50%;*/
}

#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner {
	width: 100%;
	position: relative;
	top: -50% /*left: -50%;*/
}

#inner[id] {
	position: static;
}


#photo_result_table .print-version td {
		padding-bottom: 0.6em;
}