/* все страницы, кроме главной */

body {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
}

#main {
	width: 100%;
	overflow: hidden;
}

.page_title {
	font-size: 1.5em;
}
h1.page_title span {
	font-size: 0.8em;
	font-family: Arial, Verdana, sans-serif;
}

.ptitle {
	font-size:1.2em;
	padding: 1.2em 0 0.6em 0;
	color: #000;
}
.greentitle {
	font-size:1.2em;
	padding: 1.2em 0 0 0;
	color: #5B872A;
}

.printlink {
	font-size: 14px;
	float: right;
	margin: 0;
	font-family: Tahoma, Verdana, sans-serif;
	padding-right:10px;
}

.errorfield {
	background-color: #FFDDDD;
}
.errorfield option {
	background-color: #FFDDDD;
}
.errornote {
	background-color: #FFDDDD;
	padding:0 5px;
}
.clearall {
	font-size: 1px;
	clear: both;
	height: 1px;
}
.clearleft {
	font-size: 1px;
	clear: left;
	height: 1px;
}
.clearright {
	font-size: 1px;
	clear: right;
	height: 1px;
}

.clearerleft {
	clear: left;
	font-size: 1px;
	height: 1px;
}
.nobr {
	white-space: nowrap;
}

.lowcase {
	text-transform: lowercase;
}
.lowcase:first-letter {
	text-transform: uppercase;
}

.col1 {
	width: 41%;
}
.col2 {

}
.col3 {

}

.decor2 {
	background: url(/images/fist_dot.gif) repeat-x 0 50%;
}
.decor2 div {
	height: 26px;
	background: url(/images/decor2.gif) no-repeat 0 50%;
}
.decor3 {
	background: url(/images/fist_dot.gif) repeat-x 0 100%;
	margin: 0 0 0 1px;
	padding: 0 0 1px 0;
}


.separator1 {
	height:1px;
	overflow: hidden;
	background: url(/images/separator1.gif) repeat-x 0 0 #A6C088;
}

#logo_cell { /* ячейка с логотипом */
	height:76px;
	width:65%;
}
#logo_cell img {
	margin:22px 151px 18px 0;
}

/* ячейка формы авторизации */
#login_form_cell {
	height: 76px;
}
#login_cell {
	padding: 8px 4px 8px 0;
}
#password_cell {
	padding: 8px 8px 8px 4px;
}
#login_form_cell #auth_button_cell {
	vertical-align:middle;
}
/* /ячейка формы авторизации */

#leftcolumn1 {
	width: 65%;
	border-top: solid 1px #C6D8AF;
	vertical-align: top;
}


#rightcolumn1 {
	width: 35%;
	vertical-align: top;
}
#leftcolumn3 {
	width: 65%;
	vertical-align: top;
}



.leftline {
	background: url(/images/fist_dot.gif) repeat-y 0 0;
}

.leftcolumn {
	margin: 0 18px 0 110px;
}
.rightcolumn {
	/*margin: 0 22px 0 35px;*/
	margin: 0 10px 0 15px;
}

#sidecolumn2 {
	vertical-align: top;
	width: 14%;
}
#leftcolumn2 {
	width: 57%;
	border-top: solid 1px #C6D8AF;
	vertical-align: top;
	padding-right:20px;
}
#rightcolumn2 {
	width: 29%;
	vertical-align: top;
}

.leftcolumn2 {
	margin: 0 20px;
}
.rightcolumn2 {
	margin: 0 20px;
}



.widecolumn {
	margin: 0 10px 0 110px;
	width:87%;
	_width:100%;
}


/* большая форма поиска */
.vkladki {
	padding:0;
	margin: 16px 0 0 0;
	white-space: nowrap;
}
.vkladki a, .vkladki strong {
	padding: 7px 13px;
	background: #E5F0D6;
	float: left;
	margin: 0 11px 9px 0;
	font-size: 1.2em;
	font-weight: bold;
}
.vkladki img {
	text-decoration: none;
	float: left;
	margin: 0.3em 0.5em 0.3em -0.3em;
}


.leftcolumn form {
	color: #424242;
	width:100%;
}
.leftcolumn form strong {
	color: #000;
}

.formtable1 {
	margin: 5px 0;
	width: 100%;
}
.formtable1 td {
	padding: 3px 0;
}

.ftcol1 {
	width: 9em;
/*
	width: 100px;
*/
}
.ftcol2 {
	width: 25px;
	white-space: nowrap;
}
.cbtable1 td {
	padding-right: 8px;
}

.formtable2 {
	margin: 13px;
}

.formtable3 {
	width:100%;
	margin: 13px 0;
}
.formtable3 td {
	vertical-align: top;
}
.ft3col1, .ft3col3 {
	width: 45%;
}
.ft3col2 {
	width: 10%;
}
.ft3col1 a, .ft3col3 a {
	float: right;
}
.scrollblock {
	height: 180px;
/*	border-top: solid 1px #A7AC9E;
	border-bottom: solid 1px #A7AC9E;
	border-left: solid 1px #A7AC9E;
*/
	border: solid 1px #A7AC9E;
	background: url(/images/grey_dot.gif) repeat-y 100% 0;
	width: 99%;
	overflow: auto;
}
.scrollarea {
	margin: 10px;
/*
	height: 100px;
	overflow: hidden;
*/
}
.scrollarea label {
	padding: 0 0 0 5px;
}

.dark_block {
	background:url(/images/round_corner.gif) no-repeat right top #E5F4D2;
}

#submit_button_layer {
	height: 40px;
	margin-top:10px;
}
#submit_button_layer div {
	background: #E5F4D3;
	float:left;
	padding: 10px 14px;
}


/* /большая форма поиска */


.realsubmenu {
	list-style: none;
}
.realsubmenu li {
	margin: 0 0 0 1px;
	line-height: 1.3;
	padding: 2px 0;
	border: solid 1px #f5fcea;
}
.realsubmenu strong, .realsubmenu span {
	background: #D6E5C4;
	line-height: 1.5;
	padding: 3px 0;
}

.realsubmenu strong a {
	color: #000;
	background: transparent;
	text-decoration: none;
}

.realsubmenu strong a:hover {
	background: transparent;
	color: #f26522;
}

.sub_sub_menu {
	margin:0 0 0 5px;
}

#novetly1 {
	
}
#novetly1 dd {
	margin: 0;
	padding: 0 0 1.5em 0;
}
#novetly1 dt {
	margin: 0;
	padding: 0.3em 0 0 0;
}



/* таблицы 2 колонки с вертикальным разделителем точками */
.table2cols {
	width: 100%;
}
.table2cols td {
	width: 48%;
	vertical-align: top;
}
.table2cols td.table2cols_separator {
	width: 4%;
	background: url(/images/fist_2vert_dot.gif) repeat-y 50% 0;
}
.table2cols p {
	margin: 0;
	padding: 0;
}






/* баннеры */

.banner {
	text-align: center;
}

#right_column_banner {
	padding: 50px 15px;
}

#left_column_neboskreb {
	padding: 0 10px 50px 10px;
	background: url(/images/fist_dot.gif) repeat-y 100% 0;
}




.database_descr {
	padding: 0.6em 0 0.8em 0;
	width:100%;
}
.database_descr .ptitle {
	padding: 0 0 0.6em 0;
}

.database_descr table {
	width: 100%;
}
.database_descr td {
	vertical-align: top;
}
.database_preview {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 10px 0 0;
}





/* большая таблица в крапинку */

.widetablelayer {
	background: #fff;
	border-right: solid 2px #DCE2D2;
	border-bottom: solid 2px #DCE2D2;
	width: 99%;
}


.widetable {
	width: 100%;
	font-family: Tahoma, Verdana, sans-serif;
	background: #fff;
	border-bottom: dotted 1px #AAB0A4;
}

.widetable tr {
	background: #fff;
}

.widetable tr:hover {
	background: #FDFAEB;
/*
	cursor:pointer;
*/
}

.widetable th, .widetable td {
	border-top: dotted 1px #AAB0A4;
	border-right: dotted 1px #AAB0A4;
	padding: 8px 4px;
}
.widetable th.lastcol, .widetable td.lastcol {
	border-right: none;
}
.widetable th {
	font-weight: normal;
	vertical-align: bottom;
	background: #EDF3E9;
	border-top: none;
	border-bottom: solid 1px #fff;
	cursor:default;
}
.widetable em {
	font-style: normal;
	color: #848484;
	width: 2em;
}
.widetable img {
	margin: 0 5px 0 8px;
}

.wtl, .wtl:hover {
	color:#000;
	text-decoration: none;
}
.wtl1 {
	color:#000;
}
/* / большая таблица в крапинку */

.legenda1 {
	float: right;
	margin: 20px 20px 0 0;
	font-family: Tahoma, Verdana, sans-serif;
}


/* таблица с навигацией по страницам */

.pagenavigation {
	height: 35px;
	width: 96%;
	margin: 0 10px;
}
.pagenavigation span {
	background: #E5E5E5;
}
/* /таблица с навигацией по страницам */





.search_result1 {
	padding: 0 0 20px 0;
	width: 100%;
}
.search_result1_preview {
	background: url(/images/sr1_empty.gif) no-repeat 4px 5px #D6E5C4;
	min-height: 108px;
	_height:108px;
	margin: 0 10px 0 0;
}
.search_result1_preview div {
	width: 120px;
	overflow: hidden;
	margin: 0 4px 0 4px;
	padding: 5px 0 14px 0;

}
.search_result1 td {
	vertical-align: top;
}
.search_result1 p {
	padding: 0.2em 0 0.4em 0;
}
.search_result1 .separator1 {
	margin: 0.3em 0;
}


#submenu_cell { /* ячейка с подменю справа */
	padding:0px 0 0 0;
}

#submenu_cell h4 {
	text-transform:uppercase;
	padding-left:48px;
	height:43px;
	background:url(/images/icon1.gif) no-repeat;
	line-height:1.5em;

}

#submenu_cell { /* ячейка с подменю справа */
	padding:0px 0 0 0;
	font-family: Arial, Verdana, sans-serif;
}

#submenu_cell h4 {
	text-transform:uppercase;
	padding-left:48px;
	height:39px;
	_height:43px;
	background:url(/images/icon1.gif) no-repeat #F5FCEA;
	line-height:1.5em;
}



/* карточка объекта */
.search_result2 {
	width: 100%;
}
.search_result2_preview {
	background: url(/images/sr1_empty.gif) no-repeat 50% 50% #D6E5C4;
	min-height: 178px;
	margin: 0 10px 0 0;
}
.search_result2_preview div, .search_result2_preview a {
	display: block;
	width: 240px;
	overflow: hidden;
	margin: 0 2px 2px 4px;
	border-top: solid 5px #D6E5C4;
	border-right: solid 2px #D6E5C4;
	border-bottom: solid 2px #D6E5C4;
}
.search_result2_preview span {
	display: block;
	padding: 3px 5px 5px 5px;
	font-size: 0.9em;
	font-family: Tahoma, Verdana, sans-serif;
}
.search_result2 td {
	vertical-align: top;
}
.search_result2 p {
	padding: 0.3em 0 0.5em 0;
}
.search_result2 .separator1 {
	margin: 0.3em 0;
}


.zoom_foto {
	text-align: right;
	margin: 0 10px 0 0;
	font-size: 0.9em;
}
.zoom_foto a {
	color: #ABB0A3;
	text-decoration: none;
}
.zoom_foto a:hover {
	color: #F26522;
}
.zoom_foto img {
	margin: 0 0.4em 0 0;
}

.other_foto {
	float: left;
}
.other_foto div {
	float: left;
	height: 90px;
	overflow: hidden;
	margin: 0 18px 13px 0;
}
.other_foto a {
	float: left;
	height: 90px;
	overflow: hidden;
	margin: 0 18px 13px 0;
	border-right: solid 2px #F5FCEA;
	border-bottom: solid 2px #F5FCEA;
}
.other_foto a:hover, .search_result2_preview a:hover {
	border-right: solid 2px #ABB0A3;
	border-bottom: solid 2px #ABB0A3;
}

.fotodiv div {
	height: 90px;
}
.fotodiv a {
	height: 90px;
	border-right: solid 2px #F5FCEA;
	border-bottom: solid 2px #F5FCEA;
}
.fotodiv a:hover {
	border-right: solid 2px #ABB0A3;
	border-bottom: solid 2px #ABB0A3;
}


.block-checker {
	list-style: none;
}
.block-checker li {
	margin: 0;
	padding: 3px 0 3px 12px;
}
.checkeroff {
	background: url(/images/checker.gif) no-repeat 0 50%;
	color: #000;
}
.checkeron {
	background: url(/images/checker_on.gif) no-repeat 0 50%;
	color: #5B872A;
}


#gLnkBlock, #showFoto {
	position: absolute;
	border: 2px solid #5e8e2e;
	background-color: white;
	z-index: 999;
}
#gLnkBlock input {
	margin:10px;
	width:450px;
	border: none;
	font-size: 12px;
	text-align: center;
}
#gLnkBlock div {
	cursor: default;
}

/* форум */
.forumcolumn {
	margin:0 110px; 
	padding:5px;
	border-bottom:1px dotted #A4AE97;
}

#forums {
	color:#7A7E75;
	margin:0;
	padding:0;
	list-style-type:none;
}

#forums li {
	margin: 5px 0 15px 0;
}

.desc {
	color:#7A7E75;
}
.forum_date {
	color:#7A7E75;
}
.orange {
	color:#F37100;
}
.orangetitle {
	font-weight:bold;
	font-size:1.2em;
	color:#F37100;
}
a.orangetitle {
	text-decoration:none;
}
a.orangetitle span {
	border-bottom:1px solid #F37100;
}
.desc {
	margin: 5px 0 5px 23px;
}

.forum_message {
	background:#EDF6E1;
	border:1px solid #D5E5C1;
	padding:10px;
	font-size:1.2em;
}

#forum_today, #forum_search, #forum_help {
	padding:0 5px;
}

#forum_today {
	border-right:1px dotted #8A9280;
}

#forum_search {
	border-right:1px dotted #8A9280;
}


#admintable {
	width:99%;
	border: solid 1px #b6cc9c;
	overflow:auto;
	height:500px;
}

dl.realtyListOld *{
	color:#c0c0c0;
}

dl.realtyList {
	
}
dl.realtyList dt {
	padding: 5px 0;
}
dl.realtyList dd {
	padding: 3px 0 25px 0;
	margin: 0;
}


#outofwindow {
	position: absolute;
	left: -10px;
	top: 35px;
	background:url(/images/outofwindow1.jpg) no-repeat 15px 1px;
}
#window_pic {
	width: 312px;
	height: 188px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/window.png');
}

#window_pic[id] {
	background: url(/images/window.png) no-repeat 0 0;
}

#labelwindow {
	width: 102px;
	height: 206px;
	position: absolute;
	top: 33px;
	left: 216px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/window_label.png');
}
#labelwindow[id] {
	background: url(/images/window_label.png) no-repeat 0 0;
}
#labelwindowtxt {
	width:91px;
	height:117px;
	position: absolute;
	left: 8px;
	top: 81px;
}
.loginGrey	{ font-size: 11px; color: #737373; }