﻿/* Ссылки */
.cont a
{
    text-decoration: none;
    color: #CC6600;
}
.cont a:visited
{
    color: #993300;
}
.cont a:hover
{
    text-decoration: underline;
}

/* Заголовок 1 */
h1
{
    font-family: Arial;
    font-size: 18pt;
    margin-bottom: 10pt;
}
/* Заголовок 2 */
h2
{
    font-size: 16pt;
    margin-top: 15pt;
    margin-bottom: 10pt;
}
/* Заголовок 3 */
h3
{
    font-size: 12pt;
}

/* Картинка обтекаемая текстом справа */
img.left
{
	float: left;
	margin: 0 10px 5px 0;
}

/* Таблица для конференций */
table.rowBorder tr
{
    border-bottom: solid 1px black;
}
table.rowBorder td
{
    padding: 3px 0 3px 0;
}
table.conf tr > td:first-child
{
	font-style: italic
}

/* Абзац в тексте */
.cont p
{
    padding-bottom: 10px;
}


/* Картинки (тэг <nzsk:img>) */
div.image
{
	margin-top: 10px;
	margin-bottom: 10px;
	/* left and righr margins are set in codebehind */
}
div.image table
{
	border: solid 1px gray;
	margin: 0 auto;
}
div.image td
{
	padding: 3px;
	text-align: center;
}
div.image td.caption
{
	padding-top: 0px;
	font-style: italic;
}
div.image a:hover
{
	font-weight: bold;
	text-decoration: none !important;
}

/* Цвет */
.red
{
	color: Red;
}

/* Списки */
ul
{
	margin-left: 20px;
}
ul.indent li
{
	margin-bottom: 5px;
}
ol
{
	margin-left: 20px;
}
ol ul > li:last-child 
{
	margin-bottom: 5px;
}

/* Центровка */
.center
{
	margin: 0 auto;
}

/* Шрифты */
.f-80
{
	font-size: 80%;
}
