/************************ Страница ************************/
body {
	background: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}
.error {
	color: #dd2222;
}
.text {
	color: #444;
	font: 14px "Calibri";
}
/*********************** Шапка ************************/
#ttable {	overflow: hidden;}

#page_title {
	vertical-align: top;
	width: 100%;
	height: 100px;
}
#title {
	background: #b9d8ff;
	height: 70px;
	background-image: url("../images/cell1.png");
	background-repeat: repeat-x;
	padding-left: 150px;
	padding-bottom: 5px;
	margin: 0;
	color: #303030;
	font: 20px "Georgia";
	vertical-align: bottom;
}
/************************ Меню ************************/
#menu {
	width: 100%;
	height: 30px;
	background-image: url("../images/cell2.png");
	background-repeat: repeat-x;
	float:left;
	line-height:normal;
	vertical-align: top;
}
#menu ul {
	font: 13px "Tahoma";
	margin:0;
	padding: 5px 0px 0px 150px;
	list-style:none;
	width: 1000px;
}
#menu ul li {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
}
#menu span {
	color: #202020;
	display: block;
}
#menu a {
	display: block;
	color: #242FFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

/************************ О разделе ************************/

#about_div {
	margin: 20px 0px 0px 50px;
}
.about_head {
	font: 22px "Tahoma";
	color: #000;
}
.about_text {
	font: 14px "Tahoma";
	line-height: 1.3;
	color: #222;
}

#pic__tip_table {
	color: #111;
	font: 14px "Tahoma";
	margin-top: 0px;
	margin-bottom: 10px;
}
#pic__tip_table td {
	text-align: left;
	font: 12px "Tahoma";
	font-weight: bold;
	padding: 10px 20px 10px 20px;
}
#pic__tip_table td img {
	margin-top: 10px;
}

#goto_table {
	margin-right: 50px;
}

#link_goto_house {
	font: 20px "Tahoma";
	cursor: pointer;
	color: #242FFF;
	/* color: #3D9915; */
}

/************************ Содержимое ************************/

#districts_content {
	padding: 10px 0px 0px 20px;
}

#district_container td select {
	color: #111;
	font: 14px "Calibri";
}

table .tablesorter {
	background: #fff;
	font: 11px "tahoma";
	text-align: left;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px solid green;
	width: 95%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	color: #3D3D3D;
	border: 1px solid #DDA04F;
}
table .tablesorter thead tr th {
	background-color: #fff;
	color: #202020;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	padding: 4px 20px 4px 4px;
	background-repeat: repeat-x;
	height: 30px;
	border-bottom: 1px solid #DDA04F;
	background-image: url(../images/grad50.png);
}
table .tablesorter thead tr .header {
	background-image: url(../images/grad50.png);
}
table .tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table .tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table .tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #ffe5a8;
	background-repeat: no-repeat;
	background-position: center right;
}
table .tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
}
table .tablesorter tbody tr.odd td {
	background-color:#f0f0f0;
}

.t_row_hl {
	background-color: #CAFEC2;
	color: #000000;
}

.photo_img {
	cursor: pointer;
}

.map_img {
	cursor: pointer;
}

.builder_tf {
	cursor: pointer;
	color: #242FFF;
	text-decoration: none;
}

.doc_img {
	cursor: pointer;
}

#builder_tip {
	font: 11px "tahoma";
	border: 0px solid red;
}

#builder_tip .col1 {
	width: 100px;
	font-weight: bold;
}

#builder_tip .col2 {
	width: 230px;
}

/*
******** Modal Show **********
*/
#modal_head {
	background-image: url(../images/grad30.png);
	height: 20px;
	padding: 3px 3px 3px 10px;
	font: 15px "Calibri";
	font-weight: bold;
	color: #303030;
	/*background: #CDCFD1;*/
}
#modal_content {
	background: #fff;
	overflow: auto;
}
#modal_control {
	height: 40px;
	text-align: right;
	background: #fff;
}

/***************** forms ************/
#form_new_builder {
	background: white;
}
.label {
	color: #404040;
	font: 14px 'Calibri';
}
.field1 {
	width: 120px;
}
.field2 {
	width: 300px;
}
.h_field1 {
	width: 160px;
}
.h_field2 {
	width: 400px;
}
.h_field2 input, textarea, select {
	color: #101010;
	font: 14px 'Calibri';
}

/**************** photo form *********/
#photo_table {
	background: white;
	margin: 20px;
}
.a_show {
	color: #22aa22;
}
.a_del {
	color: #dd2222;
}
.a_up {
	color: #2222dd;
}
#photo_table td {
	padding: 4px;
}
#photo_table thead td {
	background: #EBD9BE;
	color: #202020;
	font: 13px 'Calibri';
	font-weight: bold;
}
#photo_table tbody td {
	color: #202020;
	font: 13px 'Calibri';
}
#photo_table tbody td input {
	color: #202020;
	font: 13px 'Calibri';
}

.c1 {
	width: 70px;
}
.c2 {
	width: 110px;
}
.c4 {
	width: 280px;
}


/**************** button *************/
.button {
	display: inline-block;
	width: 80px;
	text-align: center;
	font: 12px "Calibri";
	color: #303030;
	background: #EDCCA5;
	border: 1px solid #DDA04F;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	/*background-image: url(../images/grad30.png);*/
}
.button:hover {
	background: #F2DABB;
}
.button:active {
	background: #DDA04F;
}

.button1 {
	display: inline;
	width: 20px;
	text-align: center;
	font: 14px "Tahoma";
	color: #303030;
	background: #EDCCA5;
	border: 1px solid #DDA04F;
	text-decoration: none;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 5px;
}
.button1:hover {
	background: #F2DABB;
}
.button1:active {
	background: #DDA04F;
}

.button2 {
	display: inline;
	width: 20px;
	text-align: center;
	font: 14px "Tahoma";
	color: #303030;
	background: #eee;
	border: 1px solid #ddd;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 5px;
}

/* ************************** Новости ***************************/

.list_block {
	font-family: Tahoma;
	font-size: 12px;
	margin: 20px 0px 0px 50px;
	width: 860px;
}

.news_list {
	font-family: Tahoma;
	font-size: 12px;
	color: #5a7d9e;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.news_list li {
	margin-left: 0px;
	padding: 0px 0px 15px 0px;
}

.num_links {
	margin-left: 0px;
}

.texta10bred {
	color:#993300;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
}

.texta10 {
	color:#202020;
	text-decoration: none;
}

.texta10g {
	font-family: Tahoma;
	font-size: 12px;
	color:#a0a0a0;
}
.texta10a {
	color:#202020;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration:underline;
}



/* Блок новостей */
.news_block {
	margin: 10px 0px 0px 50px;
	width: 860px;
}
.news_block td {
	padding: 0px 0px 0px 0px;
}
/* Дата новости в заголовке */
.news_date_title {
	font-family: Tahoma;
	font-size: 13px;
	color: #993300;
	font-weight: bold;
}

/* Заголовок новости */
.news_title {
	font-family: Tahoma;
	font-size: 13px;
	color: #202020;
	font-weight: bold;
}

/* Тескт в блоке */
.block_text {
	display: block;
	color: #202020;
	line-height: 1.5;
	padding: 0px 15px 0px 15px;
	font-size: 14px;
	font-family: Times;
}

/* Картинка */
.image {
	margin: 0px 10px 0px 0px;
}

/* Описание картинки */
.descr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
/* Прилагаемые документы */
.add_docs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 10px 30px 10px 20px;
}
/* Блок с документами */
.doc_block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 30px 0px 20px;
}