hr {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 19px;
}

img {
	border: 0px;
}

#ivnBody {
	font-family: 'Times New Roman', Arial, serif;
	margin: 0px;
	background: #FAFAFA;
}

#ivnMainTable {
	width: 800px;
}

/* Бегущая строка */
.ivnRunningObj {
	width: 100%;
	height: 350px;
}

.ivnRunningData {
	text-align: center;
	margin-top: 20px;
}

.ivnRunningSep {
	width: 100%;
	height: 20px;
	border-bottom: 1px dotted gray;
}

/* Таблица статистики */
.ivnStatistic {
	font-size: 15px;
	text-align: center;
	color: #585858;
}

.ivnStatistic th {
	padding: 3px 10px;
}

.ivnStatistic td {
	padding: 5px 10px;
}

.ivnStatisticHeader th {
	background: #DADADA;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.ivnStatisticLink {
	color: #585858;
	text-decoration: none;
}

.ivnStatisticLink:hover {
	text-decoration: underline;
}

.ivnStatisticObjType,.ivnStatisticOper {
	text-align: left;
}

.ivnStatisticObjType,.ivnStatisticOper,.ivnStatisticCount {
	border-bottom: 1px solid #E5E5E5;
}

.ivnStatisticCount {
	text-align: right;
}

.ivnStatisticTotal {
	text-align: right;
}

.ivnStatistic .ivnEmpty {
	color: #D1D1D1;
}

.ivnStatistic .ivnFull {
	font-weight: bold;
}

/* Карточный вид просмотра объектов недвижимости */
	/* Ссылка: Вернуться */
.ivnTopFullData_div	{
	padding-bottom: 10px;
	text-align: right;
}

.ivnTopFullData_link {
	
}

/* Супертаблица, содержащая картинку и таблицу данных. */
table.ivnGrandDataCard {
	width: 100%;
}

table.ivnGrandDataCard td.ivnGrandImg_td {
	vertical-align: top;
	/* Помни! width выставляется в sdk. */
}

table.ivnGrandDataCard td.ivnGrandImg_td img {
	border-top: 2px solid white;
}

table.ivnGrandDataCard td.ivnGrandData_td {
	vertical-align: top;
	width: 100%;
	color: black;
}

hr.ivnGrandDataTableDivider {
	
}

/* Таблица с данными: краткий просмотр. */
table.ivnDataTable {
	width: 100%;
	color: black;
	border: 1px solid black;
	font-size: 14px;
}

.ivnDataTableCaption {
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

table.ivnDataTable th {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding: 2px 5px;
	vertical-align: middle;
}

table a.ivnDataTableTitleSort {
	color: black;
	text-decoration: none;
}

table.ivnDataTable tr.odd {
	background-color: white;
	cursor: pointer;
}

table.ivnDataTable tr.iven {
	background-color: #eeeeee;
	cursor: pointer;
}

table.ivnDataTable td {
	border: 1px solid #ccc;
	padding: 0.3em;
	padding-left: 5px;
}

/* Ссылка на детальный просмотр */
.ivnDetailLink {
	text-align: right;
	font-size: 14px;
}

.ivnDetailLink a {
	color: #008B00;
}

/* Карточное представление: таблица с подробными данными. */
table.ivnFullDataTable {
	width: 100%
}

table.ivnFullDataTable tr.odd {
	background-color: white;
	vertical-align: top;
}

table.ivnFullDataTable tr.iven {
	background-color: #eeeeee;
	vertical-align: top;
}

table.ivnFullDataTable td {
	padding: 0.3em;
	padding-left: 10px;
	padding-right: 10px;
}

/* Карточное представление: имя тэга, значение тэга */
.ivnFullDataText_td {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	width: 50%;
}

.ivnFullDataValue_td {
	width: 100%;
	text-align: left;
	font-weight: bold;
	/* Помни! Дополнительно можно ставить html в html_before, html_after*/
}

.ivnImgFullView {
	padding-right: 5px;
	padding-bottom: 5px;
}

/*Разбивка на страницы (сокращенний вариант)*/
.ivnPageListS {
	margin-top: 15px;
	text-align: center;
	font-size: 9px;
}

.ivnPageListS a {
	color: #585858;
	text-decoration: none;
}

.ivnPageListS a:hover {
	text-decoration: underline;
}

.ivnPageNumS,.ivnPageNumLeftS,.ivnPageNumRightS {
	background: #eeeeee;
	border: 1px solid #aaaaaa;
	width: 16px;
	height: 16px;
}

.ivnPageNumCurrentS {
	font-size: 9px;
	background: #6C6C6C;
	border: 1px solid #aaaaaa;
	width: 16px;
	height: 16px;
	color: white;
}

/*Разбивка на страницы (полный вариант)*/
.ivnPageList {
	padding-top: 15px;
}

.ivnPageNum {
	padding-left: 3px;
	padding-right: 3px;
	font-size: small;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
}

.ivnPageNumCurrent {
	padding-left: 3px;
	padding-right: 3px;
	font-size: small;
	background-color: white;
	border: 1px solid #aaaaaa;
}

/* Просмотров: N */
.ivnBottomFullData_div {
	padding-top: 10px;
	text-align: right;
	font-size: 12px;
}

/* общие настройки для элементов управления */
.ivnButton {
	text-align: right;
}

.ivnButtonSubmit,.ivnButtonReset {
	width: 72px;
	text-align: center;
}

.ivnDropDown {
	height: 17px;
	font-size: 12px;
}

.ivnList {
	font-size: 12px;
}

.ivnRadioButton {
	
}

.ivnRadioButtonLabel {
	white-space: nowrap;
	margin-right: 2px;
}

.ivnInput {
	padding: 0;
	height: 17px;
	font-size: 11px;
}

.ivnTextarea {
	
}

.ivnInputFrom,.ivnInputTo {
	padding: 0;
	height: 17px;
	font-size: 12px;
}

.ivnInputDateFrom,.ivnInputDateTo {
	padding: 0;
	height: 17px;
	font-size: 12px;
}

.ivnInputTo,.ivnInputDateTo {
	margin-left: 6px;
}

.ivnSubmit {
	
}

.ivnCalendarImg {
	height: 18px;
	width: 16px;
	vertical-align: bottom;
}

/* Форма общего запроса (типа назначьте встречу, задайте вопрос). */
.ivn_queryForm_Header {
	background-color: #eeeeee;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.ivn_queryForm_Body {
	text-align: center;
}

.ivn_queryForm_Answer {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

/* Форма оставления заявок пользователями */
.ivnQueryForm {
	font-size: 12px;
}

.ivnQueryForm td {
	vertical-align: top;
}

.ivnQueryForm .ivnTitle {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 5px 2px 10px;
	text-align: left;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	width: 181px;
}

.ivnQueryForm .ivnField {
	padding: 5px 0;
	white-space: nowrap;
	font-size: 11px;
	text-align: left;
}

.ivnQueryForm .ivnDropDown,.ivnQueryForm .ivnList {
	width: 140px;
}

.ivnQueryForm .ivnInput {
	width: 140px;
}

.ivnQueryForm .ivnTextarea {
	width: 326px;
}

.ivnQueryForm .ivnRedStar {
	color: red;
	vertical-align: top;
}

.ivnQueryFormIncorText {
	color: red;
	text-align: center;
}

.ivnQueryFormCorText {
	text-align: center;
}

/* Вертикальная форма поиска */
.ivnVerticalSearchForm {
	font-size: 12px;
}

.ivnVerticalSearchForm td {
	vertical-align: top;
}

.ivnVerticalSearchForm .ivnTitle {
	font-weight: bold;
	padding: 2px 5px 2px 0;
	text-align: left;
	white-space: nowrap;
	font-size: 12px;
	text-align: center;
}

.ivnVerticalSearchForm .ivnField {
	padding: 5px 0;
	white-space: nowrap;
	font-size: 11px;
	text-align: center;
}

.ivnVerticalSearchForm .ivnDropDown,.ivnVerticalSearchForm .ivnList {
	width: 180px;
}

.ivnVerticalSearchForm .ivnInputFrom,.ivnVerticalSearchForm .ivnInputTo
	{
	width: 87px;
}

.ivnVerticalSearchForm .ivnInputDateFrom,.ivnVerticalSearchForm .ivnInputDateTo
	{
	width: 68px;
}



/* Название типа операции */
#ivnChapterMenu {padding-bottom:5px; padding-left:5px}
.ivnChapterItem {color:#666666; font-weight:normal; font-size:x-small; vertical-align:middle; width:50%;}


/* Название типа недвижимости */
#ivnTypeMenu	    {background-color: #eeeeee; padding-top:10px; padding-bottom:15px; padding-left:5px}
.ivnTypeItem	    {color:#CC0000; font-size:x-small;}
a.ivnTypeItem:hover {color:#CC0000; font-size:x-small;}


.ivnMsg	     {padding:25px; color:#0055cc; font-weight:bold; font-size:small;}
.ivnAlarmMsg {color:#cc0000; font-weight:bold; font-size:x-small;}

.ivnSubWindowHeader {padding:5px; color:#0055cc; font-weight:bold;}

.ivnSubmitFormButton {color:#0055cc; font-weight:bold}

.ivnSingleLine {border:none; border-top: 1px solid green; height:0px; margin:0; padding:0}

.ivnDoubleLine {border:none; border-top: 1px solid green; border-bottom: 1px solid green; height:5px; margin:0; padding:0}


/* Навигация "предыдущий/следующий" */
.ivnNavigatePrev	{}
.ivnNavigatePrev_link	{}
.ivnNavigateNext	{}
.ivnNavigateNext_link	{}


#ivnData {border-left:solid green 1px; padding:5px}
.ivnDataTablePhotoLink {}
.ivnDataTableFullViewLink { text-decoration: none}


/* Поля ввода и текст возле полей */
.ivnInputText	{vertical-align:top; text-align:left}
.ivnInputTextareaField	{width:100%}
.ivnInputButton	{width:100%;}

.stat_header		{color:#666666; font-weight:bold;}
.stat_chapter_header	{color:#5d5d5d; background-color:#FFCECE; width:300px; text-align:center; font-weight:bold}
.stat_link		{color:#666666; text-decoration:none; font-size:x-small; margin:0}
.stat_link:hover	{text-decoration:underline; font-size:x-small; margin:0;}
.stat_qty		{font-size:x-small; color:gray; margin:0}


#ivnCopyright		 {text-align:right; padding-bottom:15px; font-size:x-small; font-weight:bold; color:#cccccc}
#ivnCopyrightProductName {color: green}