/* CSS Document */
BODY {
	background-color: #FFFBE5; /* желтый */
	margin: 0px;
	font-family: "Verdana";
	font-size: 80%;
}
/* надпись в шапке */
.logo_background { 
	background-image: url(/images/bgTop3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: middle;
	text-align: center;
}
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;
}

/*правая колонка*/
.reclame_right {
	padding: 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;
}

/* важный текст */
.important {
	border-color: #FFFCF2;
	background-color: #FFFBE5;
	padding-top: 0px;
	padding-bottom: 0px;

	border-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.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: 8px;
}
/* ссылка-картинка слева от текста */
.ref_left{
	float: left;
	margin: 8px;
	padding: 8px;
	text-align: center;
}
/* рисунок с рамкой*/
.border, .pic_left, DIV.ref_left A IMG {
	border: 1px solid #000000;
}

/* подпись автора, эпиграф */
.signature, .epigraph { 
	font-style: italic;
	text-align: right;
}

/* текст справа */
.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;
}

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_topbar
{
	background-color: #ecfcec;
	padding: 6px;
}
.post_wrapper LEGEND {
	font-size: 80%;
	font-weight: 600;
	color: #51544F;
}
.post_wrapper FIELDSET {
	margin:10px;
	padding:10px;
}
.post_name
{
	width: auto;
	font-weight: bold;
	float: left;
	color: #8F8999;
}
.post_date
{
	width: auto;
	text-align: right;
	color: #8F8999;
}
.post_content
{
	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;
}

td.navigation_partner {
	text-align: center;
	font-weight: normal;
}

A.navigation_partner:link {
	color: #000000;
	text-decoration: underline;
}
A.navigation_partner:visited {
	color: #000000;
	text-decoration: underline;
}
A.navigation_partner:hover {
	color: #000000;
	text-decoration: underline;
}
A.navigation_partner:active {
	color: #000000;
	text-decoration: underline;
}
