/**
 * Extra style for Rural theme
 *
 * @package PhpGedView
 * @subpackage Themes
 * @version $Id: style.extra.css p_70
 */
 
.histo {
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

.sosa_normal {
	height: 12px;
	width: 12px;
	margin: 0px 0px;
	border: none;
	vertical-align: middle;
}

.sosa_smaller {
	height: 9px;
	width: 9px;
	margin: 0px 0px;
	border: none;
	vertical-align: middle;
}

.sosa_small {
	height: 10px;
	width: 10px;
	margin: 0px 0px;
	border: none;
	vertical-align: middle;
}

.sourced_normal{
	height: 14px;
	width: 14px;
	margin: 0px 0px;
	border: none;
	vertical-align: middle;
}

.sourced_smaller{
	height: 9px;
	width: 9px;
	margin: 0px 0px;
	border: none;
	vertical-align: middle;
}

.percent_cell{
	background-color: #d3c6b8;
}

.tabLieux {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: solid #d3c6b8 1px;
	background-color: #f4f0ed;
}

.imageCertif {
	max-width: 80%;
	padding: 5px;
	border: solid black 1px;
	margin: 2px;
}
	
