﻿/*===== Общие стили (begin) =====*/
body
{
	font-family: Arial;
	font-size: 12px;
	background-image: url('../images/top_grad.png');
	background-repeat: repeat-x;
	background-position: inherit top;
}
table
{
	width: auto;
}
td, input, select, textarea
{
    font-family: Arial;
    font-size: 12px;
}
a
{
	color: #166eb8;
	text-decoration: none;
}
a:hover
{
    color: #1a98e5;
	text-decoration: underline;
}
a img
{
    border: none;
}
/*===== Общие стили (end) =====*/

/*===== Для прижатия footer'а к нижнему краю страницы (begin) =====*/
html
{
    margin: 0;
	height: 100%;
	overflow-y: scroll;
}
body
{
    margin: 0;
	height: 100%;
	min-height: 100%;
}
div.MainPageDiv
{
    min-height: 100%;
    margin: 0px auto;
    position: relative;
    min-width: 1004px;
    max-width: 1260px;
}
div.FooterRasporka
{
    height: 108px;
}
div.PageFooter
{
    min-width: 1004px;
    max-width: 1260px;
    margin: 0px auto;
    position: relative;
    margin-top: -108px;
}
/*===== Для прижатия footer'а к нижнему краю страницы (end) =====*/

/*===== Шапка (begin) =====*/
table.SiteHeader
{
    padding: 0px 15px;
    width: 100%;
}
table.SiteHeader td
{
    vertical-align: top;
}
table.SiteHeader td.LogoCell1
{
    padding-top: 12px;
    padding-bottom: 9px;
}
table.SiteHeader tr.LogoRow2
{
    background-color: #3771a2;
}
table.SiteHeader td.LogoCell2
{
    width: 350px;
    max-width: 350px;
    height: 150px;
    background-image: url('../images/logo_2.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
table.SiteHeader td.LogoCell2 a
{
    display: block;
    width: 100%;
    height: 100%;
}
table.SiteHeader td.LogoCell3
{
    background-image: url('../images/logo_3.png');
    background-repeat: no-repeat;
    background-position: left top;
    text-transform: uppercase;
    padding: 4px 0px 10px 5px;
    font-size: 13px;
    color: #6a6a6a;
}
div.SiteSearch
{
    float: right;
    margin-top: 17px;
    margin-right: 10px;
    height: 24px;
    /* Это замена background
    border-top: 1px solid #a0adb7;
    border-left: 1px solid #a0adb7;
    border-right: 1px solid #e8ebee;
    border-bottom: 1px solid #e8ebee;
    border-radius: 12px;
    background-color: #ffffff;
    */
    background-image: url('../images/search_box.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0px 0px 0px 9px;
    width: 208px;
}
div.SiteSearch input
{
    border: 0;
    background-color: #ffffff;
    color: #777f85;
    width: 180px;
    float: left;
    margin-top: 4px;
    outline: none;
}
div.SiteSearch input.Deftext
{
    font-style: italic;
}
div.SiteSearch img
{
    float: right;
    margin-top: 2px;
    margin-right: 4px;
    cursor: pointer;
}
div.SiteSearch img:hover
{
    -moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
div.MenuTop
{
    font-size: 13px;
    font-weight: bold;
    height: 21px;
    float: right;
    padding-right: 30px;
    padding-top: 3px;
}
div.MenuTop a
{
    color: #166eb8;
}
div.MenuTop span.MenuTopSep
{
    padding: 0px 10px;
}
a.CabinetLink
{
    display: inline-block;
    float: right;
    background-image: url('../images/cabinet_icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    height: 21px;
    margin: 0px 5px;
    padding: 3px 0px 0px 24px;
    color: #4c4c4c;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
div.FindHouse
{
    float: left;
    margin-top: 17px;
    margin-left: 55px;
}
div.FindHouse img
{
    cursor: pointer;
}
div.FindHouse img:hover
{
    -moz-opacity: 0.85; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.85; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.85; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
div.CurrentLocation
{
    background-color: #5086b4;
    border: 1px solid #6fa1ca;
    margin: 7px 10px 0px 55px;
    padding: 7px 15px;
    float: left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-width: 350px;
    max-width: 530px;
    -moz-box-shadow: 3px 3px 10px #2e5f89;
    -webkit-box-shadow: 3px 3px 10px #2e5f89;
    box-shadow: 3px 3px 10px #2e5f89;
}
table.CurrentLocation td.LocationCaption
{
    font-weight: bold;
    color: #aae599;
    padding-right: 3px;
}
table.CurrentLocation a
{
    color: #fefefe;
    text-decoration: none;
    cursor: default;
}
table.CurrentLocation a.LocationClickable
{
    border-bottom: 1px dashed #fefefe;
    cursor: pointer;
}
table.CurrentLocation a.LocationClickable:hover
{
    text-decoration: none;
    color: #dedede;
}
/*===== Шапка (end) =====*/

/*===== Footer (begin) =====*/
div.PageFooterContent
{
    margin: 0px 15px;
    border-top: 1px solid #dfdfdf;
}
div.PageFooterText
{
    font-family: Tahoma;
    font-size: 11px;
    color: #838383;
    margin: 20px 0px;
    padding: 0px 10px;
    width: 690px;
    float: left;
}
/*===== Footer (end) =====*/

/*===== Левое меню (begin) =====*/
div.LeftMenu
{
    margin-left: 15px;
    margin-bottom: 2px;
    width: 216px;
}
div.LeftMenu div.LeftMenuHead
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
}
div.LeftMenu div.LeftMenuHead:hover
{
    border: 1px solid #a8c3da;
}
div.LeftMenuOpen div.LeftMenuHead
{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
div.LeftMenu div.LeftMenuHead div.LeftMenuCaption
{
    color: #166eb8;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    margin: 1px;
    padding: 4px 5px 4px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgb(237,237,237);
    background-image: linear-gradient(bottom, rgb(237,237,237) 44%, rgb(247,247,247) 80%);
    background-image: -o-linear-gradient(bottom, rgb(237,237,237) 44%, rgb(247,247,247) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(237,237,237) 44%, rgb(247,247,247) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(237,237,237) 44%, rgb(247,247,247) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(237,237,237) 44%, rgb(247,247,247) 80%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.44, rgb(237,237,237)),
	    color-stop(0.8, rgb(247,247,247))
    );
}
div.LeftMenu div.LeftMenuHead:hover div.LeftMenuCaption
{
    background-color: rgb(216,231,241);
    background-image: linear-gradient(top, rgb(247,247,247) 31%, rgb(216,231,241) 68%, rgb(228,243,255) 90%);
    background-image: -o-linear-gradient(top, rgb(247,247,247) 31%, rgb(216,231,241) 68%, rgb(228,243,255) 90%);
    background-image: -moz-linear-gradient(top, rgb(247,247,247) 31%, rgb(216,231,241) 68%, rgb(228,243,255) 90%);
    background-image: -webkit-linear-gradient(top, rgb(247,247,247) 31%, rgb(216,231,241) 68%, rgb(228,243,255) 90%);
    background-image: -ms-linear-gradient(top, rgb(247,247,247) 31%, rgb(216,231,241) 68%, rgb(228,243,255) 90%);
    background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.31, rgb(247,247,247)),
	    color-stop(0.68, rgb(216,231,241)),
	    color-stop(0.9, rgb(228,243,255))
    );
}
div.LeftMenuOpen div.LeftMenuHead div.LeftMenuCaption
{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(215,215,215);
    background-image: linear-gradient(bottom, rgb(215,215,215) 14%, rgb(230,230,230) 87%);
    background-image: -o-linear-gradient(bottom, rgb(215,215,215) 14%, rgb(230,230,230) 87%);
    background-image: -moz-linear-gradient(bottom, rgb(215,215,215) 14%, rgb(230,230,230) 87%);
    background-image: -webkit-linear-gradient(bottom, rgb(215,215,215) 14%, rgb(230,230,230) 87%);
    background-image: -ms-linear-gradient(bottom, rgb(215,215,215) 14%, rgb(230,230,230) 87%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.14, rgb(215,215,215)),
	    color-stop(0.87, rgb(230,230,230))
    );
}
div.LeftMenu div.LeftMenuTitle
{
    padding: 4px 24px 4px 0px;
    background-image: url('../images/menu_left_closed.png');
    background-repeat: no-repeat;
    background-position: right center;
}
div.LeftMenuOpen div.LeftMenuTitle
{
    background-image: url('../images/menu_left_open.png');
}
div.LeftMenu div.LeftMenuList
{
    margin: 0px 0px 1px 0px;
    border: 1px solid #dfdfdf;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 0;
    display: none;
}
div.LeftMenuList div.LeftMenuItem
{
    background-image: url('../images/left_sep.png');
    background-position: center bottom;
    background-repeat: repeat-x;
    padding: 0px 0px 1px 0px;
}
div.LeftMenuList div.LeftMenuItem:last-child
{
    background-image: none;
    padding: 0px 0px 0px 0px;
}
div.LeftMenuList div.LeftMenuItemBG:hover
{
    background-color: rgb(236,236,236);
    background-image: linear-gradient(bottom, rgb(236,236,236) 44%, rgb(248,248,248) 80%);
    background-image: -o-linear-gradient(bottom, rgb(236,236,236) 44%, rgb(248,248,248) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(236,236,236) 44%, rgb(248,248,248) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(236,236,236) 44%, rgb(248,248,248) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(236,236,236) 44%, rgb(248,248,248) 80%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.44, rgb(236,236,236)),
	    color-stop(0.8, rgb(248,248,248))
    );
}
div.LeftMenuItem a
{
    display: block;
    color: #696969;
    text-decoration: none;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 12px 8px;
    padding: 8px 7px 8px 36px;
}
div.LeftMenuList a.LinkActive
{
    background-color: rgb(236,236,236);
}
div.LeftMenuItem a:hover
{
    text-decoration: none;
}
div.LeftMenuList a.LinkActive:hover
{
    background-color: transparent;
}
div.LeftMenuItem a.HousePassportIcon
{
    background-image: url('../images/LeftMenu/house_info.png');
}
div.LeftMenuItem a.DpuIcon
{
    background-image: url('../images/LeftMenu/dpu.png');
}
div.LeftMenuItem a.RsoDiffIcon
{
    background-image: url('../images/LeftMenu/RsoDiff.png');
}
div.LeftMenuItem a.Info731Icon
{
    background-image: url('../images/LeftMenu/disclosure.png');
}
div.LeftMenuItem a.MaintenanceOfHousingIcon
{
    background-image: url('../images/LeftMenu/housing.png');
}
div.LeftMenuItem a.CurrentRepairIcon
{
    background-image: url('../images/LeftMenu/repair.png');
}
div.LeftMenuItem a.OverhaulIcon
{
    background-image: url('../images/LeftMenu/overhaul.png');
}
div.LeftMenuItem a.LiftStateIcon
{
    background-image: url('../images/LeftMenu/lifts.png');
}
div.LeftMenuItem a.TBOIcon
{
    background-image: url('../images/LeftMenu/tbo.png');
}
div.LeftMenuItem a.DtCtIcon
{
    background-image: url('../images/LeftMenu/analysis.png');
}
div.LeftMenuItem a.RsoCalcIcon { background-image: url('../images/LeftMenu/RsoCalc.png');}
div.LeftMenuItem a.EquipIcon
{
    background-image: url('../images/LeftMenu/equip.png');
}
div.LeftMenuItem a.MeetingAndReportsIcon
{
    background-image: url('../images/LeftMenu/meetings.png');
}
div.LeftMenuItem a.IntercomsIcon
{
    background-image: url('../images/LeftMenu/intercoms.png');
}
div.LeftMenuItem a.IndicationIcon
{
    background-image: url('../images/LeftMenu/indications.png');
}
div.LeftMenuItem a.PaidServicesIcon
{
    background-image: url('../images/LeftMenu/paid_svc.png');
}
div.LeftMenuItem a.fdbIcon
{
    background-image: url('../images/LeftMenu/feedback.png');
}
div.LeftMenuItem a.MenuFolder
{
    background-image: url('../images/LeftMenu/menu_folder.png');
}
div.LeftMenuItem a.NewsIcon
{
    background-image: url('../images/LeftMenu/news.png');
}
div.LeftMenuItem a.AboutIcon
{
    background-image: url('../images/LeftMenu/org_info.png');
}
div.LeftMenuItem a.ContactsIcon
{
    background-image: url('../images/LeftMenu/contacts.png');
}
div.LeftMenuItem a.OrgHousesIcon
{
    background-image: url('../images/LeftMenu/org_houses.png');
}
div.LeftMenuItem a.SroOrgsIcon
{
    background-image: url('../images/LeftMenu/sro.png');
}
div.LeftMenuItem a.HouseCouncilIcon
{
    background-image: url('../images/LeftMenu/council.png');
}
div.LeftMenuItem a.FullnessIcon
{
    background-image: url('../images/LeftMenu/fullness.png');
}
div.LeftMenuItem a.AnalyticsIcon
{
    background-image: url('../images/LeftMenu/analytics.png');
}
/*===== Левое меню (end) =====*/

/*===== Горячая линия (begin) =====*/
div.HotLine
{
	margin: 30px 0px 10px 23px;
	width: 194px;
	height: 77px;
	background-color: #ffefc3;
	border: 1px solid #ff3a31;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
div.HotLine:hover
{
    background-color: #fff7ca;
}
div.HotLine a.HotLine
{
    background-image: url('../images/phone_hot.png');
    background-position: 7px 10px;
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 77px;
    width: 194px;
}
div.HotLineCaption
{
    color: #ff3a31;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    padding: 8px 5px 2px 60px;
}
div.HotLineText
{
    color: #000000;
    font-style: italic;
    text-align: center;
    font-size: 11px;
    padding: 2px 5px 2px 60px;
}
/*===== Горячая линия (end) =====*/

/*===== Техподдержка (begin) =====*/
div.TechnicalSupport
{
	margin: 10px 0px 20px 23px;
	width: 194px;
	height: 77px;
	background-color: #e0f5e4;
	border: 1px solid #88e097;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
div.TechnicalSupport:hover
{
    background-color: #e7fcec;
}
div.TechnicalSupport a.TechnicalSupport
{
    background-image: url('../images/headset.png');
    background-position: 12px 17px;
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 77px;
    width: 194px;
}
div.TechnicalSupportCaption
{
    color: #399148;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    padding: 8px 5px 2px 60px;
}
/*===== Техподдержка (end) =====*/

/*===== Главная страница (нововсти...) (begin) =====*/
div.BoxContainer
{
    border: 1px solid #dfdfdf;
    margin-top: 10px;
}
div.BoxCaption
{
    margin: 15px 15px 8px 15px;
    color: #6a6a6a;
    font-family: Tahoma;
    font-size: 17px;
    min-height: 24px;
}
img.BoxLogo
{
    height: 24px;
    margin: 0px 10px 0px 0px;
    display: block;
    float: left;
}
div.BoxItem
{
    padding: 10px 20px 10px 15px;
    border-bottom: 1px solid #dfdfdf;
}
div.BoxItem:last-child
{
    border-bottom: 0;
    padding-bottom: 20px;
}
div.BoxItem a,
div.BoxItem a:hover
{
    text-decoration: underline;
}
div.BoxItemDate
{
    color: #565656;
    padding: 3px 0px;
    font-size: 11px;
}
div.BoxItemDateFeedback
{
    color: #565656;
    padding: 3px 0px;
    margin-left: -10px;
    font-size: 11px;
}
div.BoxItemCaption
{
    padding: 3px 0px;
    text-align: justify;
    font-size: 13px;
}
div.BoxItemCaption a
{
    font-style: italic;
}
div.BoxItemCaptionFeedback
{
    padding: 3px 0px;
    text-align: justify;
    font-size: 13px;
    color: #166EB8;
    font-weight: bold;
}
div.BoxItemCaptionFeedback img.BoxItemColor
{
    padding-right: 5px;
}
div.BoxItemType
{
    padding: 3px 0px;
    text-align: justify;
    font-size: 12px;
    color: #bb5500;
}
div.BoxItemOrg
{
    padding: 3px 0px;
    text-align: justify;
    font-size: 13px;
}
div.BoxItemOrgFeedback
{
    padding: 0px 0px 3px 25px;
    text-align: justify;
    font-size: 13px;
}
div.BoxItemOrg a,
div.BoxItemOrgFeedback a
{
    color: #acacac;
    font-style: italic;
}
div.BoxItemOrg a:hover,
div.BoxItemOrgFeedback a:hover
{
    color: #767676;
}
div.BoxItemBody
{
    color: #838383;
    padding: 5px 0px;
    text-align: justify;
    font-size: 12px;
}
div.BoxItemBodyEmpty
{
    font-size: 12px;
    font-weight: bold;
    color: #838383;
}
div.BoxItemTitle
{
    padding: 3px 0px;
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
    color: #17568A;
}
div.BoxItemFileLink
{
    padding: 3px 0px;
}
div.BoxItemFileLink a
{
    color: #555555;
    text-decoration: underline;
	font-style: italic;
	font-size: 10pt;
	padding: 0px 5px;
}
div.BoxItemFileLink a:hover
{
    color: #777777;
}
/*===== Главная страница (нововсти...) (end) =====*/

/*===== Кнопки на главной странице (begin) =====*/
table.MainButtons
{
    width: 100%;
}
table.MainButtons td.ImgButton
{
    background-image: url('../images/MainButtons/bg0.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    width: 135px;
    height: 135px;
}
table.MainButtons td.ImgButton:hover
{
    background-image: url('../images/MainButtons/bg1.png');
}
table.MainButtons td.ImgButton a
{
    display: block;
    background-position: center 0px;
    background-repeat: no-repeat;
    width: 135px;
    height: 135px;
    text-decoration: none;
}
table.MainButtons span.BtnCaption1,
table.MainButtons span.BtnCaption2,
table.MainButtons span.BtnCaption3
{
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma;
    text-align: center;
    color: #696969;
    line-height: 14px;
}
table.MainButtons span.BtnCaption1
{
    padding: 104px 5px 5px 5px;
}
table.MainButtons span.BtnCaption2
{
    padding: 96px 5px 5px 5px;
}
table.MainButtons span.BtnCaption3
{
    padding: 88px 5px 5px 5px;
}
table.MainButtons td.ButtonNews a
{
    background-image: url('../images/MainButtons/news.png');
}
table.MainButtons td.ButtonDisclosure a
{
    background-image: url('../images/MainButtons/disclosure.png');
}
table.MainButtons td.ButtonAnalysis a
{
    background-image: url('../images/MainButtons/analysis.png');
}
table.MainButtons td.ButtonRepair a
{
    background-image: url('../images/MainButtons/repair.png');
}
table.MainButtons td.ButtonDPU a
{
    background-image: url('../images/MainButtons/dpu.png');
}
table.MainButtons td.ButtonFeedback a
{
    background-image: url('../images/MainButtons/feedback.png');
}
table.MainButtons td.ButtonIndic a
{
    background-image: url('../images/MainButtons/indications.png');
}
table.MainButtons td.ButtonPaidSvc a
{
    background-image: url('../images/MainButtons/paidsvc.png');
}
/*===== Кнопки на главной странице (end) =====*/

/*===== Путь на сайте (begin) =====*/
div.SitePath
{
    font-family: Tahoma;
	margin: 5px 3px 10px 3px;
	font-size: 11px;
}
div.SitePath a
{
	color: #9a9a9a;
	text-decoration: underline;
}
div.SitePath a:hover
{
    color: #b0b0b0;
    text-decoration: underline;
}
div.SitePath a.LastItem,
div.SitePath a.LastItem:hover
{
    color: #9a9a9a;
    text-decoration: none;
    cursor: default;
}
div.SitePath img.PathSeparator
{
    margin: 0px 7px;
}
/*===== Путь на сайте (end) =====*/

/*===== Модальный диалог (begin) =====*/
#dialogModalForm
{
    z-index: 100;
	background-image: url('../images/DialogBg.png');
	top: 0px;
	left: 0px;
    position: absolute;
	display: none;
}
#dialogModalFormBtn
{
	height: 30px;
    text-align: right;
	position: fixed;
	padding: 0px;
	margin: 0px;
}
#dialogFormX
{
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0px;
	margin: 0px;
}
#dialogModalFormContent
{
    background-color: White;
    text-align: center;
	position: fixed;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 20px 25px;
	margin: 0px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#dialogModalFormContent hr
{
    margin: 10px 0px;
    padding: 0px;
}
#dialogModalFormContent input
{
	background-color: #CBDDEA;
	border: 1px solid #96AABB;
	color: #3A3A3A;
}
#dialogModalFormContent input.BtnAccept,
#dialogModalFormContent input.BtnCancel
{
    text-align: left;
    min-width: 94px;
    background-repeat: no-repeat;
    background-position: 7px center;
    margin: 0px 5px;
    padding: 3px 10px 3px 30px;
}
#dialogModalFormContent input.BtnAccept:hover,
#dialogModalFormContent input.BtnCancel:hover
{
    background-color: #DBEDFA;
}
#dialogModalFormContent input.BtnAccept
{
    background-image: url('../images/check.png');
}
#dialogModalFormContent input.BtnCancel
{
    background-image: url('../images/cancel.png');
}
div.DialogTitle
{
    color: #6a6a6a;
	padding: 0px 0px 15px 0px;
}
div.DialogTitle h1
{
    font-family: Tahoma;
    font-weight: bold;
    text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
#dialogMiddle
{
    text-align: left;
    height: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*===== Модальный диалог (end) =====*/

/*===== Инфо о доме, лифте... (begin) =====*/
div.ItemPassport
{
    border-bottom: 1px solid #DFDFDF;
    width: 100%;
}
div.ItemPassport a
{
    text-decoration: underline;
}
div.ItemPassport div.ItemPassportGroup
{
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
}
div.ItemPassport div.ItemPassportHead
{
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    background-color: rgb(240,240,240);
    background-image: linear-gradient(bottom, rgb(240,240,240) 44%, rgb(248,248,248) 80%);
    background-image: -o-linear-gradient(bottom, rgb(240,240,240) 44%, rgb(248,248,248) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 44%, rgb(248,248,248) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 44%, rgb(248,248,248) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 44%, rgb(248,248,248) 80%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.44, rgb(240,240,240)),
	    color-stop(0.8, rgb(248,248,248))
    );
	color: #424242;
	font-weight: bold;
	font-size: 14px;
}
div.ItemPassport div.ItemPassportHead span
{
    display: block;
    margin-left: 10px;
    padding: 8px 5px 8px 23px;
    background-image: url('../images/info.png');
    background-position: left center;
    background-repeat: no-repeat;
}
div.ItemPassport table.ItemPassportContent
{
    padding: 8px 0px;
    border-collapse: collapse;
}
table.ItemPassportContent td
{
    vertical-align: top;
    padding: 4px 10px;
}
table.ItemPassportContent tr:first-child td
{
    padding-top: 12px;
}
table.ItemPassportContent tr:last-child td
{
    padding-bottom: 12px;
}
table.ItemPassportContent td.ItemPassportKey
{
    width: 40%;
    padding-left: 34px;
}
/*===== Инфо о доме, лифте... (end) =====*/

/*===== Форма фильтрации (begin) =====*/
div.SearchFilter 
{
    padding: 10px 8px;
    background-color: #F1F1F1;
}
div.SearchFilter table.SearchTable
{
    width: auto;
}
div.SearchFilter table.SearchTable td
{
    padding: 1px 2px;
}
div.SearchFilter input,
div.SearchFilter select
{
    border: 1px solid #A6A39E;
}
div.SearchFilter select
{
    width: 400px;
}
div.SearchFilter input.TextField
{
    width: 397px;
}
div.SearchFilter input.DateField
{
    width: 83px;
    margin-right: -18px;
}
div.SearchFilter input.DoSearch,
div.SearchFilter input.ClearSearch
{
    text-align: left;
    min-width: 94px;
    background-color: #D4D0C8;
    background-repeat: no-repeat;
    background-position: 7px center;
    padding: 2px 10px 2px 30px;
}
div.SearchFilter input.DoSearch:hover,
div.SearchFilter input.ClearSearch:hover
{
    background-color: #C4C0B8;
}
div.SearchFilter input.DoSearch
{
    background-image: url('../images/search.png');
}
div.SearchFilter input.ClearSearch
{
    background-image: url('../images/clear.png');
}
div.SearchFilter img.ui-datepicker-trigger 
{
    position: relative;
    top: 3px;
    margin-right: 3px
}
a.SearchSetPeriod
{
    border-bottom: 1px dashed #166eb8;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: top;
}
a.SearchSetPeriod:hover
{
    border-bottom: 1px dashed #1a98e5;
    text-decoration: none;
}
/*===== Форма фильтрации (end) =====*/









div.Http404
{
    font-size: 14px;
    text-align: center;
}




div.PagerStyle
{
	font-size: 14px;
	padding-top: 10px;
}
div.PagerStyle a
{
	color: #2d76b3;
	font-size: 14px;
}
table.BodyTable
{
    border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
}
table.BodyTable td.LeftCell
{
    padding-right: 15px;
    padding-top: 5px;
    vertical-align: top;
    width: 230px;
}
table.BodyTable td.CenterCell
{
    padding-right: 15px;
	vertical-align: top;
}
table.BodyTable td.RightCell
{
	width: 180px;
	padding-right: 15px;
	vertical-align: top;
}
div.LiveInetStats
{
    background-color: #ffffff;
    text-align: center;
}


td.CenterCell table
{
	border-collapse:collapse;
	width:100%;
}
td.CenterCell div.DisclosureBlock table
{
	border-collapse:collapse;
	width:auto;
}
td.CenterCell div.treeNav table
{
	width:auto;
	width:inherit;
}
.CenterCell h2
{
    font-size: 16px;
	color: #2D6594;
	margin: 0px;
	text-align: left;
    font-weight: bold;
    padding-bottom:5px;
    margin-left:5px;
}
.CenterCell h4
{
    font-size: 12px;
	color: #2D6594;
	margin: 0px;
	text-align: left;
    font-weight: bold;
    padding-bottom:5px;
    margin-left:5px;
}
.CenterCell li
{
    text-align:justify;
}
.CenterCell p
{
    margin: 0px;
    padding:0px;
    padding-bottom:5px;
    text-align:justify;
}
.CenterCell blockquote
{
    margin-top:0px;
    padding-top:0px;
}
.CenterCell ul, .Center ol
{
    margin-top:0px;
    padding-top:0px;
}
.CenterCell hr
{
    color: #2D6594;
    height:1px;
    background-color: #2D6594;
    padding:0px;
    border:none;
}

/*============================
    Дерево
============================*/
.treeNav table
{
    width: 20px;
}
.treeNav table tr td
{
	text-align: left;
    text-decoration: none;
}
.treeNav table tr td a
{	
    font-family: Arial;
    color: #316c9f;
    font-size: 12pt;
}
.treeNav table tr td a:hover
{
    text-decoration: underline !important;
}
/*==========================*/

/*============================
    Страница организации
============================*/
table.OrgInfo
{
    background-color: #FBFAF8;
    font-size: 10pt;
    border-bottom: 1px #DED9D5 solid;
    border-top: 1px #DED9D5 solid;
}
table.OrgInfo td.LogoCell
{
    vertical-align: top;
    text-align: center;
    width: 160px;
    padding: 10px 3px 10px 5px;
}
table.OrgInfo td.OrgDataCell
{
    vertical-align: top;
    text-align: left;
    padding: 15px 3px 10px 15px;
}
table.OrgInfo tr td.OrgDataCell a
{
    text-decoration: underline;
}
table.OrgLogo
{
    margin-bottom: 30px;
    border: 1px solid #DED9D5;
}
img.OrgLogoPhoto
{
    width: 150px;
    border: 0;
}
img.OrgChiefPhoto
{
    width: 160px;
    border: 0;
    cursor: pointer;
}
td.OrgChiefPhotoCaption
{
    border-top: 1px solid #0d4574;
    background-color: #2d6594;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
}
/*==========================*/

/*============================
    Таблица "Ключ - значение"
============================*/
table.KeyValueTable tr
{
    border-bottom: 1px #DED9D5 solid;
}
table.KeyValueTable tr:last-child
{
    border-width: 0px;
}
table.KeyValueTable tr td
{
    padding: 3px;
}
table.KeyValueTable tr td.TableKeyName
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #66635e;
	width: 175px;
	padding: 2px 0px 2px 2px;
	vertical-align: top;
}
/*==========================*/

/*============================
    Таблица с шапкой
============================*/
table.ListTable
{
    border-collapse: collapse;
    box-shadow: 3px 3px 10px #888888;
}
table.ListTable th
{
    background-color: #d5e4f0;
    border: 1px solid #a2b8ca;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #44535f;
    padding: 5px;
    white-space: nowrap;
    text-align: center;
}
table.ListTable tr td
{
    color: #3a3a3a;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    /*border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;*/
    background-color: #f9f9f9;
    padding: 3px 5px 3px 10px;
}
table.ListTable tr td:last-child
{
    padding-right: 8px;
}
table.ListTable tr.ListTotal td
{
    border-collapse: separate;
    background-color: #d5e4f0;
    border: 1px solid #a2b8ca;
    font-weight: bold;
    color: #44535f;
    padding: 5px;
    white-space: nowrap;
}
table.ListTable tr.ListTotal td:last-child
{
    padding-right: 8px;
}
table.ListTable tr:hover td
{
    background-color: #eaeaea;
}

table.ListTable tr:hover td.Mark1 {
    background-color: #EEC1C1 !important;
}

table.ListTable tr:hover td.Mark3 {
    background-color: #EEB!important;
}
table.ListTable tr:hover td.Mark5 {
    background-color: #BEB !important;
}
/*==========================*/

/*============================
    Выравнивание и переносы ячеек
============================*/
td.NOBR
{
    white-space: nowrap;
}
td.TdLeft
{
    text-align: left !important;
}
td.TdRight
{
    text-align: right !important;
}
td.TdCenter
{
    text-align: center !important;
}
/*==========================*/

/*============================
    Период
============================*/
div.PeriodDiv
{
    margin-bottom: 7px;
    padding: 3px 3px 3px 10px;
}
.PeriodCaption
{
    font-size: 10pt;
    font-weight: bold;
}
a.PeriodShortCut
{
    font-family: Arial;
    font-size: 13px;
    color: #2d6594;
    border-bottom: 1px dotted #2d6594;
    text-decoration: none;
    margin: 0px 7px 0px 7px;
}
a.PeriodShortCut:hover
{
    color: #0086d3;
    border-bottom: 1px dotted #0086d3;
}
div.PeriodChangeLeft
{
    background-image: url('../images/arrow_medium_left.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 12px;
    cursor: pointer;
    display: inline-block;
    margin: 0px -2px 0px 5px;
}
div.PeriodChangeRight
{
    background-image: url('../images/arrow_medium_right.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 12px;
    cursor: pointer;
    display: inline-block;
    margin: 0px 5px 0px -2px;
}
div.PeriodChangeLeft:hover
{
    background-image: url('../images/arrow_medium_left2.png');
}
div.PeriodChangeRight:hover
{
    background-image: url('../images/arrow_medium_right2.png');
}
/*==========================*/

/*============================
    Панель выбора организаций, домов и т.д.
============================*/
div.SelectorDiv
{
    margin: 3px 3px 8px 10px;
    vertical-align: top;
}
div.SelectorDiv a.SelectionLink,
div.SearchFilter a.SelectionLink
{
    font-family: Arial;
    font-size: 13px;
    color: #2d6594;
    border-bottom: 1px dashed #2d6594;
    text-decoration: none;
    vertical-align: top;
}
div.SelectorDiv a.SelectionLink:hover,
div.SearchFilter a.SelectionLink:hover
{
    color: #0086d3;
    border-bottom: 1px dashed #0086d3;
    text-decoration: none;
}
div.SelectorDiv div.CaptionsList,
div.SearchFilter div.CaptionsList
{
    font-size: 13px;
    font-family: Arial;
    display: inline-block;
    padding: 1px 1px 1px 10px;
}
/*==========================*/

/*============================
    Для страницы "Раскрытие информации"
============================*/
h1.DisclosurePart
{
    color: #404040;
    font-size: 12pt;
	margin: 0px;
	text-align: left;
    font-weight: bold;
    padding: 15px 0px 7px 30px;
}
h2.DisclosureCaption
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: normal;
    color: #2d6594;
    text-align: left;
    padding: 0px;
    margin: 10px 0px 2px 10px;
    cursor: pointer;
    display: inline-block;
}
h2.DisclosureSubCaption
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: normal;
    color: #404040;
    text-align: left;
    padding: 0px;
    margin: 10px 0px 2px 10px;
    display: inline-block;
}
h2.DisclosureCaption:hover
{
    color: #0086d3;
}
h2.DisclosureCaption img
{
    margin-right: 5px;
}
div.DisclosureContent
{
    text-align: left;
    padding: 2px 0px 2px 10px;
    display: none;
    clear: both;
}
div.DisclosureContent div.DisclosureBlock
{
    margin-left: 30px;
    display: none;
}
div.DisclosureFootnone
{
    color: #777777;
    padding: 5px 5px 0px 5px;
    font-size: 11px;
}
a.FootnoteReferrer,
a.FootnoteReferrer:hover
{
    text-decoration: underline;
}
div.NoDataError
{
    font-family: Arial;
    border: 1px dashed #DED9D5;
    padding: 5px;
    text-align: center;
    color: #66635e;
    font-size: 14px;
}
a.DisclosureExpandAll
{
    float: right;
    color: #C30;
    text-decoration: none;
    border-bottom: 1px dotted #C30;
}
a.DisclosureExpandAll:hover
{
    text-decoration: none;
}
/*==========================*/

/*============================
    Обращения граждан
============================*/
h1.FeedbackMainFormCaption
{
    font-size: 18px;
	color: #2D6594;
	margin: 0px;
	text-align: center;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}
div.FeedbackMainForm
{
    background-color: #F2F0EC;
    padding-top: 17px;
}
div.FeedbackGroup
{
    padding: 10px 20px 10px 30px;
}
span.FeedbackGroupTitle
{
    font-size: 12pt;
    color: #66635e;
    padding: 5px 5px 5px 22px;
    font-weight: bold;
}
table.FeedbackSendForm
{
    border-collapse: collapse;
    margin-left: 5px;
}
table.FeedbackSendForm td.TableKeyName
{
    vertical-align: top;
    padding: 5px;
	color: #66635e;
	font-weight: bold;
	font-size: 12px;
	width: 120px;
}
table.FeedbackSendForm td.TableKeyName2
{
    vertical-align: top;
    padding: 5px;
	color: #66635e;
	font-weight: bold;
	font-size: 12px;
	width: 150px;
}
table.FeedbackSendForm tr.FeedbackButtons td
{
    padding: 10px 5px 10px 5px;
}
table.FeedbackSendForm input,
table.FeedbackSendForm textarea,
table.FeedbackSendForm select
{
    border: 1px solid #a6a39e;
}
div.FeedbackProcessSuccess {margin-left: 40px}

span.FeedbackProcessSuccess h1 {color : #2d6594}

span.FeedbackProcessError
{
    font-weight: bold;
    font-size: 11pt;
    color: #ff5555;
}
div.FeedbackMainForm input.DoSend,
div.FeedbackMainForm input.ClearForm
{
    text-align: left;
    min-width: 94px;
    background-color: #D4D0C8;
    background-repeat: no-repeat;
    background-position: 7px center;
    padding: 3px 10px 3px 30px;
}
div.FeedbackMainForm input.DoSend:hover,
div.FeedbackMainForm input.ClearForm:hover
{
    background-color: #C4C0B8;
}
div.FeedbackMainForm input.DoSend
{
    background-image: url('../images/submit.png');
}
div.FeedbackMainForm input.ClearForm
{
    background-image: url('../images/clear.png');
}
div.FeedbackMainForm input.DateField
{
    width: 87px;
    margin-right: -18px;
}
div.FeedbackMainForm img.ui-datepicker-trigger 
{
    position: relative;
    top: 3px;
    margin-right: 3px
}
div.lsInputDiv
{
    float: left;    
}
div.lsImageDiv 
{
    width: 300px;
    height: 74px;
    float: left;
    margin-top: -21px;
    margin-left: 20px;
    border: solid 1px #A6A39E;
}
div.LsImage { background: url('../images/Subscr_Number.jpg') no-repeat; }
div.LsWithoutMaskImage { background: url('../images/Subscr_Number_Without_Mask.jpg') no-repeat; }
/*==========================*/

div.OldBrowser
{
    color: Yellow;
    margin-top: 5px;
    margin-right: 150px;
    font-style: italic;
    display: none;
}
span.FieldRequired
{
    color: Red;
    font-size: larger;
    vertical-align: top;
}
span.SubmitSuccessful
{
    font-size: 11pt;
    font-weight: bold;
    color: #2D6594;
    padding: 10px
}
div.DlgLoadDataError
{
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #888888;
}
/*============================
============================*/
div.PercentFilter     
{
    display: block;
    height: 20px;
}
div.PercentFilter input 
{
    margin-left: 10px;
    padding-right: 2px;
    float: left;
}
div.PercentFilter label 
{
    margin-top: 1px;
    display: block;
    float: left;
    width: 55px;
    height: 15px;
    border: 1px solid #E3E3E3;
    text-align: center;

}
/*-----------------------------
Количество организаций
------------------------------*/
tr.totalRow {
    font-weight: bold;
}
td.intCell {
    text-align: right;
}
td.CityRegion {
    padding-left: 30px !important;
}
div.orgCountDetails {
    margin-top: 20px;
}
div.footNote {
    font-size: 8pt;
    font-style: italic;
    clear: both;
}
div#filter 
{
    margin-top: 20px;
    padding: 10px;
    padding-bottom: 5px;
    background-color: #D5E4F0;
    border: 1px solid #A2B8CA;
    box-shadow: 3px 3px 10px #888888;
}
div#filter div#city label, div#filter div#orgType label {
    display: inline;
    float: left;
    width: 120px;
}
div#isLearnedDivYes {
    display: inline;
    float: left;
    width: 120px;
}
div#isLearnedDivYes label{
    margin-top: -2px;
}
div#isLearned input {
    float: left;
    margin-top: 2px;
}
input#isLearnedInputYes {
    margin-left: 0px;    
}
input#isLearnedInputNo {
    margin-left: 2px;
}
input#citySelector 
{
    margin-left: 2px;
    width: 146px;
}
input#orgTypeSelector {
    margin-left: 2px;
    width: 60px;    
}
a.refNote 
{
    margin-left: 3px;
    font-weight: bold;
}
ol.detailList {
    float: left;
    display: inline;
    width: 286px;
}
/*==================================
   Мониторинг раскрытия информации
===================================*/
.Mark6
{
    background-color: #ccffcc !important;
}
.Mark5
{
    background-color: #ccffcc !important;
}
.Mark3
{
    background-color: #ffffcc !important;
}
.Mark1
{
    background-color: #ffd2d2 !important;
}
th.Delimiter, td.Delimiter
{
    background: none !important;
    border: 0 !important;
    padding: 3px !important;
}
th.hideable, td.hideable
{
    display: none;
}
th.block_end, td.block_end
{
    border-right-width: 5px !important;
    border-right-color: #a2b8ca !important;
}
div.FullnessDynDiv
{
    padding: 10px;
}
a.FullnessDynLink
{
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #dd3300;
	padding: 20px;
}
a.FullnessDynLink:hover
{
	color: #ee5522;
}
tr.plusRow {
    cursor: pointer;        
}
img.PlusImg
{
	margin-right: 5px;
}
a.plusLabel {
	text-decoration: none;
	font-weight: normal;
}
.TreeLevel1
{
	margin-left: 0px;
}
.TreeLevel2
{
	margin-left: 10px;
}
.TreeLevel3
{
	padding-left: 40px!important;
}

/*
Строка поиска
*/
div.search 
{
    padding: 10px;
    background-color: #F1F1F1;
}
div.search input.search {
    width: 500px;
}
div.search input[type="button"],
div.search input[type="submit"]
{
    border: 1px solid #A6A39E;
    width: 74px;
}
    
div.search div#dateFrom,
div.search div#dateFrom
{
    float: left;
    display: block;
    padding-right: 10px;
}
div.search div#dateFrom span {
    display: inline;
    width: 70px;
    float: left;                    
}
div.search img.ui-datepicker-trigger 
{
    position: relative;
    top: 3px;
    left: -19px;
}
div.search input.dater {
    width: 82px;
}
div.search div#dateTo input.dater
{
    margin-left: 5px;
}    
    
div.search div.NewsSearcherCaption {
    display: inline;
    width: 70px;
    float: left;
    margin-top: 3px;
}
td.Dynamic, td.Occupancy {
    padding: 0px !important;
}
td.Dynamic a, td.Occupancy a
{
    width: 22px;
    height: 22px;
    display: block;
}
td.Dynamic a
{
    background: center center url(../images/dynamic.png) no-repeat; 
}
td.Occupancy a
{
    background: center center url(../images/Occupancy.png) no-repeat; 
}

div.NewsDate
{
    margin-left: 5px;
    padding: 3px 5px;
    background-color: #F0EFEC;
    color: #0173C4;
    float: left;
}
div.NewsCaption
{
    text-indent: 20px;
    text-align: justify;
    font-size: 15px;
    color: #17568A;
    font-weight: bold;
    padding: 5px 0px 10px 0px;
    clear: both;
}
div.NewsContent
{
    text-indent: 20px;
    text-align: justify;
    font-size: 12px;
    color: Black;
}
a.DocDownloadIcon
{
    display: block;
    background: no-repeat center center url(../images/download2.png) ;
    width: 46px;
    height: 46px;
}

/*Google Search*/
td.gsc-input
{
    width: 100px;
}
div.gsc-adBlock
{
    display: none;
}

/*Стиль для цифр-ссылок в таблицах*/
table td a.DidgitLink
{
    text-decoration: underline;    
}


/*Стили для многоуровненвых данных*/
div.plusImage
{
    width: 11px;
    height: 11px;
    background: url(../images/plus.gif) no-repeat ;
    float: left;
    margin-top: 3px;
}
div.minusImage
{
    width: 11px;
    height: 11px;
    background: url(../images/minus.gif) no-repeat ;
    float: left;
    margin-top: 3px;
}
td.level1 div.plusImage, td.level1 div.minusImage { margin-left: 3px; }
td.level2 div.plusImage, td.level2 div.minusImage { margin-left: 15px; }

div.dynamicsConstant {
    color: rgb(0, 255, 255);
    text-align: right !important;
    float: right;
    margin-left: 3px;
}

div.dynamicsGrowth {
    color: rgb(0, 255, 0);
    text-align: right !important;
    float: right;
    margin-left: 3px;
}

/*Разное*/
td.belowZero
{
    color: red !important;
}

.PageErrorRed { color: red !important;}

.DisclosureContent .KeyValueTable tr .TableKeyName
{
	width: 500px;
}

.DisclosureContent .NumberCell
{
    text-align: right;
    white-space: nowrap;
}
.DisclosureContent .AddressCell
{
    white-space: nowrap;
}