@charset "windows-1251";
/* CSS Document */
	
	
h3.project-subtitle {
	font-style: normal;
	font-size: 1.25em;
	/*font-weight: bold;*/
	color: #000;
}

img.image-left {
	float: left;
	clear:left;
	margin: 0 15px 15px 0;
}
img.image-center {
	display: block;
	margin: 15px auto 20px auto;
	text-align: center;
}
img.image-right {
	float: right;
	margin: 0 0 15px 15px;
	clear:right;
}

table.table-left,
table.table-right {
	width: 48.7%;
	margin-bottom: 3em;
}
table.table-left th,
table.table-right th {
	text-align: left;
}
table.table-left td,
table.table-right td {
	font-size: 0.903em;
}
table.table-left {
	float: left;
}
table.table-right {
	float: right;
}

a.nyroModal {
	display: inline;
}

h3.other-subtitle {
	clear: both;
	border-top: 1px solid #c7c7c7;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	padding: 1.3em 0 0.7em 0;
	margin: 0;
}
dl.plannings {font-size: 0.903em; line-height: 2.154;}
dl.plannings dt {
	float: left;
	clear: left;
	width: 10em;
}
dl.plannings dd {margin-left: 11em;}
dl.plannings dd a {margin-right: 0.333em;}

.clear-both {clear: both;}
