/* Путь */
div.address
{
	font-size: 85%;
}

/* Поиск */
.highlight {
	font-weight: bold;
}

/* типо */
blockquote
{
	padding: 28px 51px 30px 39px;
	margin:10px 0;;
	background: #ececdc url(../img/blockquote.gif) no-repeat left top;
	color: #353535;
}

/* Таблица */
TABLE.table, TABLE.sortable{
	width: 100%;
	border-bottom: 2px solid #b7b7b7;
}

TABLE.table TH, TABLE.sortable TH { 
	margin:0px;
	padding: 0px;
	vertical-align: middle;
	border-bottom: 3px solid #28166f;
	border-right: 1px solid #b7b7b7;
	color: #28166f;
	height: 22px;
	text-align: center;
}
TABLE.sortable TH a { color: #b7b7b7; text-decoration: none; }
TABLE.sortable TH a:hover { color: #b7b7b7; text-decoration: none; }
TABLE.table TH.last, TABLE.sortable TH.last { 
	border-right: none;
}
TABLE.table TD, TABLE.sortable TD { 
	margin:0px; 
	padding: 4px;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	color: #555;
	height: 32px;
}
TABLE.table TD.last, TABLE.sortable TD.last { 
	border-right: none !important;
}

/* Постраничка */

table.pages
{
	height:20px;
	width: 381px;
}
table.pages td.name
{
	width: 80px;
	height:20px;
	text-align: center;
	color: #58564a;
	font: bold 12px Arial;
	background: #ebe9d1 url(../img/pages_name_bg.gif) repeat-x;
	border: 1px solid #d3cfbb;
}
table.pages td.pages
{
	height:20px;
	text-align: left;
	background: #fefdf3 url(../img/pg_bg.gif) repeat-x;
	border: 1px solid #d3cfbb;
	padding-right: 20px;
}
table.pages td.pages div
{
	height:20px;
	text-align: left;
	padding-left: 12px;
	background: url(../img/pages_bg.gif) no-repeat left;
	color: #58564a;
}
table.pages td.pages div b
{
	color: #58564a;
	font-size: 12px;
	margin: 0px 4px;
}
table.pages td.pages div a
{
	font-weight: bold;
	margin: 0px 4px;
	font-size: 12px;
}


/* Форма контактов */

table.form
{
	width: 100%;
}
table.form td
{
	font-weight: bold;
	font-size: 85%;
}

table.form td.short_text
{
	width: 70px;
	text-align: center;
}

table.form td div
{
	padding-left: 13px;
}

input.text
{
	width: 100%;
	border: 1px solid #d5d1be;
	color: #58564a;
	font: 11px Arial;
	background-color: #fefdf3;
}
textarea.textarea
{
	width: 100%;
	height: 90px;
	border: 1px solid #d5d1be;
	color: #58564a;
	font: 11px Arial;
	background-color: #fefdf3;
}
select.select
{
	width: 100%;
	border: 1px solid #d5d1be;
	color: #58564a;
	font: 11px Arial;
	background-color: #fefdf3;
}

/*Календарь*/
div.archive
{
	text-align: left;
	padding-left: 90px;
	margin-top: 25px;
}
div.archive h1
{
	margin-left: 9px;
	margin-bottom: 20px;
}
div.years
{
	height: 24px;
}


div.passive_year
{
	float: left;
	width: 50px;
	background: #d5d1be url(../img/year_passive.gif) no-repeat;
}
div.passive_year a
{
	display: block;
	width: 50px;
	height: 24px;
	padding: 0;
	white-space: nowrap;
	font: bold 13px Arial;
	color: #275b1f;
	text-decoration: none;
	text-align: center;
	line-height: 24px !important;
	background: #d5d1be url(../img/year_passive.gif) no-repeat;
	border: none !important;
}
div.passive_year a:hover
{
	font: bold 13px Arial;
	color: #275b1f;
	text-decoration: underline;
	border: none;
}
div.active_year
{
	float: left;
	width: 50px;
	background: #f9f8eb url(../img/year_active.gif) no-repeat;
}
div.active_year a
{
	display: block;
	width: 50px;
	height: 24px;
	padding: 0;
	white-space: nowrap;
	font: bold 13px Arial;
	color: #4b9b2b;
	text-decoration: none;
	text-align: center;
	line-height: 24px !important;
	border: none;
	background: #f9f8eb url(../img/year_active.gif) no-repeat;
}
div.active_year a:hover
{
	color: #4b9b2b;
	text-decoration: underline;
	border: none;
}
table.calendar
{
	width: 202px;
	height: 131px;
	background: url(../img/calendar_bg.gif) no-repeat;
}
table.calendar td
{
	color: #5f5b44;
	padding: 0 0 0 27px;
	font-size: 11px;
}
table.calendar td a
{}
table.calendar td a:hover
{}
table.calendar td.selected
{
	background: url(../img/month_active.gif) no-repeat center center;
	color: #fefdf3;
}
table.calendar td.selected a
{
	color: #fefdf3;
	border-bottom: 1px solid #fefdf3;
}
table.calendar td.selected a:hover
{
	color: #fefdf3;
	border-bottom: none;
}
table.calendar td.delim
{
	height: 5px;
}

/*Конец Календарь*/

.hand {
	cursor: pointer;
	cursor: hand;
}

.clicked {
	text-decoration: none;
	border-bottom: none;
	color: brown !important;
}

.img_border {
 border:2px solid #ccc;
}