﻿










.header
{
	font-family: ISOCPEUR;
	font-size: 40pt;
}

/* <HR> */
/*
hr { 
color:000000;
background:000000;
border:0;
height:1px;
margin:1em 0 2em; 
}*/


/* Common link */
.links, .small_links
{
	font-family: Arial;
}

.links:link 
{
	color:#2d4bdb/* #ffc600*/;
	/*border-style: outset;*/
}
.links:visited 
{
	color: #2d4bdb/*#ffc600*/;
/*	border-style: outset;*/
}

.links:active 
{
	color: #2d4bdb/*#ff0000*/;
/*	border-style: outset;*/
}

.links:hover 
{
	color: #9244e3/*#ff0000*/;
}

.small_links
{
	font-size: smaller;
}

.small_links:link 
{
	color:#2d4bdb/* #ffc600*/;
	/*border-style: outset;*/
}
.small_links:visited 
{
	color: #2d4bdb/*#ffc600*/;
/*	border-style: outset;*/
}

.small_links:active 
{
	color: #2d4bdb/*#ff0000*/;
/*	border-style: outset;*/
}

.small_links:hover 
{
	color: #9244e3/*#ff0000*/;
}

/*  **** */

/* Buttons in a headers and in a trailers */
.abutton
{
	font-size:16pt;
/*letter-spacing: 1px;*/
	font-style:;
	text-align: center;
	vertical-align: middle;
	margin:;
	background:;
	text-decoration: none;
	text-transform: uppercase;

}

.abutton:hover
{
	font-weight: bold;
	border-color: #eeeeee;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;

}


body
{
	background-color: #FAFAFA;
	
}

h1
{
font-size: 18pt;
font-weight: bold;
letter-spacing: 1pt;
text-align: center;
}

/*p
{
	text-indent: 10pt;
}*/

.fill_text
{
	margin-left: 10pt;

	/*table-layout: fixed;*/
	/*text-align: left;*/
	word-spacing: 5px;
	/*padding-left: 8%;*/
	/*padding-top: 2%;
	padding-right: 40%;*/
	/*width: 50pt;*/
	text-indent: 10pt;
}

#hot_log { 
	position: relative;
    bottom: 12px; /* Положение от верхнего края */
	right: 15px;
}

/*   *****   */

/* Thanks to mediaviki.org */
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.              */
	text-align: right;
	width: auto;



