<!--
/****************************************************/
/*  Список стандартизированных названий             */
 -->

table.form_container {	width: 100%;	}

td.form_title {	width: 10%;
	white-space: nowrap;	}

div.listHidden_container {	display: none;
	padding: 10;
	border: 1px solid #999;
	width: 400;
	height: 300;
	overflow: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: url("http://temples.ru/img/bg_white.png");	}

table.NameProperty {	width: 100%;
	margin-bottom: 10;	}

table.NameProperty td {	padding: 5;
	vertical-align: top;
	font-size: 90%;	}

td.NamePropertValue {	font-style: italic;
	background-color: #eaeaea;	}

td.NamePropertTitle {	white-space: nowrap;
	text-align: right;
	width: 10%;	}

td.common_stat {	padding: 5;
	border-top: 1px solid #999;	}

img.img_stat {	vertical-align: middle;	}

div.ChartNote {
    font-style: italic;
    color: #999;	}
div.emptyList {	padding: 5;
	background-color: #F0D6D0;
	color: #B00000;	}