/* CSS Document */
BODY {
	background-color: #FFFBE5; /* желтый */
	margin: 0px;
	font-family: "Verdana";
	font-size: 80%;
}
input, textarea, select {
	font-family: "Verdana";
	font-size: 12px;
}
/* надпись в шапке */
.logo_background { 
	background-image: url(/images/bgTop3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 0.4em #fff, 0 0 0.4em #fff,  0 0 0.4em #fff, 0 0 0.4em #fff, 0 0 0.4em #fff,  0 0 0.4em #fff;
}
TD.logo_background A{
	text-decoration: none;
	font-size: 15px;
	font-family: "Verdana";
	font-style: italic;
	font-weight: 600;
	color: #51544F;
}
/* ячейка внизу страницы */
.copyright {
	font-size: 12px;
	font-family: "Times New Roman";
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* навигация */
.navigation {
	font-weight: bold;
	font-size: 13px;
}
.navigation_title {
	border-bottom: 1px solid #DDDCD8;
	background-color: #E1E8CC;
	border: thin;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 1px;
}
.navigation_item {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #DDDCD8;
}

.subscribe_form {
	font-weight: bold;
	font-size: 13px;
	border: thin;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	margin-top: 0px;
	text-align:center;
}

/*выравнивание посередине*/
.middle {
	vertical-align: middle;
	margin-right: 5px;
}

/* ячейка для текста статьи */
.text {
	padding: 30px;
	background-color: #FFFFFF;
	border: thin outset #D2CEB8;
}
/**************************************************/
A:link {
	color: #339933; /* зеленый */
	text-decoration: underline;
}
A:visited {
	color: #339933; /* зеленый */
	text-decoration: underline;
}
A:hover {
	color: #CC0000; /* красный */
	text-decoration: underline;
}
A:active {
	color: #000000; /* черный */
	text-decoration: none;
}

.navigation A:link {
	color: #2A5D2A; /* зеленый */
	text-decoration: none;
}
.navigation A:visited {
	color: #2A5D2A; /* зеленый */
	text-decoration: none;
}
.navigation A:hover {
	color: #CC0000; /* красный */
	text-decoration: underline;
}
.navigation A:active {
	color: #000000; /* черный */
	text-decoration: none;
}

.copyright A:link {
	color: #2A5D2A; /* зеленый */
	text-decoration: underline;
}
.copyright A:visited {
	color: #2A5D2A; /* зеленый */
	text-decoration: underline;
}
.copyright A:hover {
	color: #CC0000; /* красный */
	text-decoration: underline;
}
.copyright A:active {
	color: #000000; /* черный */
	text-decoration: underline;
}
/**************************************************/

/* заголовок статьи */
H1 {
	font-size: 170%;
	font-weight: 600;
	border-bottom: 1px solid #54534F;
	color: #51544F;
}
/* подчеркивание */
.headline {
	font-size: 140%;
	background-color: #DDDCD8;
	border-bottom: 1px solid #54534F;
	color: #51544F;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: -25px;
	margin-right: -25px;
}
/* заголовок внутри статьи */
H2 {
	font-size: 130%;
	font-weight: 600;
	color: #51544F;
}
/*самый маленький подзаголовок */
H3, DT, .bold {
	font-weight: bold;
	font-size: 100%;
}
DD, LI{
	padding-bottom: 10px;
}
P, DL, OL, UL {
	margin-top: 0px;
	margin-bottom: 10px;
}
TABLE {
	border-style: none;
}

TABLE.fixed {
	table-layout: fixed;
}
TD {
	vertical-align: top;
	text-align: left;
}
TH {
	background-color: #ecfcec;
	color: #54534F;
	text-align: center;
}
TH.theme_table {
	background-color: #ecfcec;
	color: #41482C;
	text-align: left;
	border-top: 1px solid #DDDCD8;
	border-bottom: 1px solid #DDDCD8;
}

/* важный текст */
ul.important, ol.important, li.important, div.important, p.important {
	-moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
	background-color: #FFF1A1;
	border: 1px solid #FFE342;
	padding: 5px;
	display: block;
	/*clear: both;*/
}
.pub_author
{
	width: auto;
	text-align: right;
	color: #8F8999;
	margin-top: -10px;
	padding-bottom: 20px;
}
.pub_date
{
/*	width: auto;
	float: left;*/
	color: #8F8999;
	margin-top: -10px;
/*	padding-bottom: 20px;*/
}
/* нет отступов между пунктами */
.padding_bottom0 {
	padding-bottom: 0px;
}

/* рисунки без рамок*/
IMG, DIV.ref_left A IMG.no_border {
	border-style: none;
}

/* картинка слева от текста */
.pic_left{
	float: left;
	margin: 5px 8px 5px 0;
	padding: 0px;
	text-align: top;
}

/* ссылка-картинка слева от текста */
DIV.ref_left{
	float: left;
	margin: 5px 8px 12px 0;
	padding: 0px;
	text-align: top;
}
DIV.ref_left A {
	float: left;
}
DIV.ref_left .gray {
	font-size: 11px;
	clear: both;
}

/* рисунок с рамкой*/
.border, .pic_left, DIV.ref_left A IMG {
	border: 1px solid #8f8e8e;
}
.teaser {
	float: left; 
	border: 1px solid #8F8E8E; 
	margin-right: 5px;
}

/* подпись автора, эпиграф */
.signature, .epigraph { 
	font-style: italic;
	text-align: right;
}
.dialog {
	font-style: italic;
}
/* текст справа */
.text_right { 
	text-align: right;
}
/* текст слева*/
.text_left {
	text-align: left;
}

/*красный жирный текст*/
.red {
	color : #CC0000;
	font-weight: bold;
}
/*зеленый жирный текст*/
.green {
	color: #009933;
	font-weight: bold;
	border: thin solid #D2CEB8;
}
/*серый жирный текст*/
.gray {
	color : #8f8e8e;
	font-weight: bold;
}
FIELDSET
{
	padding-top: 4px;
	padding-bottom: 4px;
}

LEGEND {
	font-size: 130%;
	font-weight: 600;
	color: #51544F;
}

/* поля формы */
INPUT, TEXTAREA {
	font-family: Verdana;
}
FORM {
	font-size: 12px;
}
.post_wrapper
{
	border: 1px solid #BFBDB5;
	padding: 1px;
	margin-bottom: 15px;
}
.post_wrapper .post_topbar
{
	background-color: #befdbd;
	padding: 6px;
	height: 15px;
}
.post_wrapper .post_topbar2
{
	background-color: #fcf2bd;
	padding: 6px;
	height: 15px;
}
.post_wrapper LEGEND {
	font-size: 80%;
	font-weight: 600;
	color: #51544F;
}
.post_wrapper FIELDSET {
	margin:10px;
	padding:10px;
}
.post_name
{
	width: auto;
	float: left;
	color: #8F8999;
	font-weight: bold;
}
.post_date
{
	width: auto;
	float: right;
	color: #8F8999;
}
.post_content
{
	clear: both;
	padding: 6px;
}

.helpline {
	font-size: 10px;
	width: 250px;
	border-style: none;
	border-color: #FFFFFF;
	background-color: #ecfcec;
}
.bold_button {
	font-weight: bold;
	background-color: #ecfcec;
	border:1px solid #D2CEB8;
}
.red_button {
	font-weight: bold;
	color: #CC0000;
	background-color: #ecfcec;
	border:1px solid #D2CEB8;
}
.quote_button {
	background-color: #ecfcec;
	border:1px solid #D2CEB8;
}

FORM#form_comment INPUT#mail, FORM#admin_message INPUT#mail {
	background-color: #ecfcec;
	border-style: none;
	width: 10px;
}

.green_bgcolor {
	background-color: #ecfcec;
}
.small_font {
	font-size: 10px;
}

.pages {
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;

}
.selected_page {
	background-color: #DDDAD8;
	padding: 5px;
}

DIV.indent H3{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
DIV.indent P{
	margin-left: 20px;
}
.referral A {
	color:#006633;
	font-weight:bold;
	font-family: "Arial";
	font-size: 12px;
}

A.external:link {
	color: #339933;
	/*border-bottom: 1px dashed #000000;*/
	text-decoration: none;
}
A.external:visited {
	color: #339933;
	/*border-bottom: 1px dashed #000000;*/
	text-decoration: none;
}
A.external:hover {
	color: #CC0000; /* красный */
	/*border-bottom: 1px dashed #CC0000;*/
	text-decoration: none;
}
A.external:active {
	color: #000000;
	/*border-bottom: 1px dashed #000000;*/
	text-decoration: none;
}

div.mark p {
 background: url(/images/tick.png) no-repeat top left; 
 padding-left: 20px;
}

.navigation_partner {
	text-align: center;
	font-weight: bold;
	background-color: #FFFBE5;
	margin: 20px 5px 0px 5px;
}

.navigation_partner  tr{
	text-align: center;
	font-weight: bold;
	background-color: #FFFBE5;
}
.navigation_partner  td{
	text-align: center;
	font-weight: bold;
}

.navigation_partner A:link {
	color: #2A5D2A; /* зеленый */
	text-decoration: none;
}
.navigation_partner A:visited {
	color: #2A5D2A; /* зеленый */
	text-decoration: none;
}
.navigation_partner A:hover {
	color: #CC0000; /* красный */
	text-decoration: underline;
}
.navigation_partner A:active {
	color: #000000; /* черный */
	text-decoration: none;
}
.navigation_partner A.small_gray{
	font-size: 10px;
	color: #808080;
}

#div_alert {
	position: fixed;
	z-index: 10;
	margin: auto;
	left:40%;
	top:40%;
	text-align: center;	

	padding: 10px;
	width: 450px;
	opacity: 1.0;
	
	-moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
	background-color: #FFF1A1;
	border: 2px solid #6e731e;
	padding: 5px;
	display: block;
}
