/* CSS Document */
.bot_main
{
	position:relative;
}
.bot_main.disabled:after
{
	display:block;
	position:absolute;
	content:"";
	left: 0; top: 0; right: 0; bottom: 0;
}
.bot_card
{
	position:relative;
	border:solid 1px #fff;
	border-radius:10px;
	background:#eee;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	padding:10px 20px;
}
/***********************/
.bot_history_storage
{
	max-height:300px;
	overflow:auto;
}
.bot_chat
{
}
.bot_history_title
{
	position:absolute;
	top: -23px; left: 20px;
	background:#FFDD00;
	padding:2px 5px;
	border-radius:3px;
	box-shadow:0 -2px 5px rgba(0, 0, 0, 0.2);;
}
.activeHistory .bot_history_title
{
	background:#FFB600;
}
.bot_history_title a
{
	text-decoration:none;
}
.bot_history_storage
{
}
.bot_history .bot_card
{
	margin:10px auto;
	background:#FFFAC5;
	margin-left:40px;
}
.bot_history_count
{
    vertical-align:baseline;
	background:#fff;
	border-radius:10px;
	padding:1px 4px;
}
.bot_history
{
}
.bot_history,
.bot_history_storage
{
	display:none;
}
.bot_history.active,
.activeHistory .bot_history_storage
{
	display:block;
}
/***********************/
.bot_lex
{
	white-space:nowrap;
	color:#610001;
}
/***********************/
.popup_data
{
	display:none;
	padding:10px 0;
	line-height:170%;
	border-bottom:solid 1px #aaa;
	margin-bottom:10px;
}
.popup_content a
{
	margin-right:10px;
	background:#016E00;
	color:white;
	text-decoration:none;
	padding:1px 5px;
	white-space:nowrap;
}
/**************************/
.search_result
{
	line-height:170%;
	padding:10px 0;
}
.search_result a
{
	white-space:nowrap;
	padding:1px 5px;
	text-decoration:none;
	margin-right:10px;
	background:#FFDD00;
}
/***************************/

@charset "utf-8";
/* CSS Document */
hr{
	clear:both;
	height:1px;
	border:none;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-top:10px;
	margin-bottom:10px;
}
.input{
	margin:0; padding:0;
	border:solid 1px #aaa;
	background:#fff;
	color:#333;
	font-size:18px;
	border-radius:3px;
}
.w100{
	width:100%;
	margin:0; padding:0;
}
/**************************************/
.clear,
.clearfix,
.clearfix:after{
	clear:both;
}
.clearfix:after{
	display:block;
	content:"";
}
.shadow	{ box-shadow:0 0 20px rgba(0, 0, 0, 0.3); }
a img	{ border:none; }
/***************************************/
form	{ margin:0; }
.form h1{ margin-top:0; }
.form th, .form td{ padding:5px 10px 5px 0px; }
.form th{ text-align:left; color:#36C; }
/***************************************/
.button{
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	background:#888;
	border:1px solid #666;
}
.button:hover {
	background-color:#999;
}
.button:active {
	position:relative;
	top:1px;
}

.blue.button {
	border:1px solid #84bbf3;
	background-color:#79bbff;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-shadow:1px 1px 0px #528ecc;
}
.blue.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
.table th{ color:#039; }
.table th, .table td{ padding:8px 10px; }
.table th{
	border-bottom:solid 2px #039;
	text-align:left;
	font-size:16px;
}
.table td{ border-bottom:solid 1px #ddd; }

.table .noBorder td,
.table tr:last-child td
{
	border:none;
	padding-bottom:0;
}
.table .search td{ background:#BBCAFF; }
/***************************************/
.table2 th{
	border:none;
	padding:2px 10px;
}
/***************************************/
.propFormat span{
	font-weight:normal;
	color:#333;
}

/***************************************/
.menu ul, .menu li{
	display:block;
	padding:0; margin:0;
	list-style:none;
	list-style-image:none;
}

/***************************************/
.inline li, .inline a, .inline div{
	zoom: 1;
	display:inline-block;
	*display: inline;
}
/***************************************/
.popup ul li{ position:relative;}
.popup ul ul,
.popup td ul{
	position:absolute;
	top:100%; left: 0;
	text-align:left;
	display:none;
	background:white;
	border:solid 1px #eee;
	min-width:200px;
}
.popup ul ul a
{
	border:none;
	display:block;
	padding:10px 20px;
}
.popup ul ul li	{ display:block; clear:both; }
.popup li:hover ul{ display:block; }
.popup td{ text-align:center; }
/***************************************/
.thumb{
	float:left;
	margin:0 10px 10px 0;
}
/***************************************/
div.seek{
	clear:both;
	margin:5px 0px;
}
div.seek a{
	display:inline-block;
	zoom: 1;
	*display: inline;
	border:solid 1px #eee;
	padding:1px 5px;
	color:black;
	text-decoration:none;
	margin:1px 0px;
}
div.seek a#nav{
	border:none;
}
div.seek a.current{
	border:solid 1px #FF6600;
	background:#FF6600;
	color:white;
}
div.seek a:hover{
	background:#ddd;
}
/********************/
.rowAlt{
	background:#eee;
}
.pages{
	position:absolute;
	right:0; top:4px;
}
/******************************/
.news3 img{
	float:left;
	margin:0 10px 10px 0;
}
.news3 div{
	clear:both;
}
/***************************************
/* Big: big */
/* Small: small */
/* Typewriter: tt */
/* Computer Code: code */
/* Keyboard Phrase: kbd */
/* Sample Text: samp */
/* Variable: var */
/* Deleted Text: del */
/* Inserted Text: ins */
/* Cited Work: cite */
/* Inline Quotation: q */

/* Image left: img.left */
img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}
/* Image right: img.right */
img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;

	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
/**************************************/
figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}
/**************************************/
.fileHolder{
	clear:both;
	margin:20px 0; padding:10px;
	border:solid 1px #eee;
	box-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
}
.fileHolder div{
	padding:5px 0;
}
.fileHolder a{
	color:#333;
	text-decoration:none;
}
.fileHolder h3{
	margin:0;
}

/* CSS Document */

/* Заголовок: h1.title */
.title
{
	font-family:'Open Sans Light', sans-serif;
}

.title,
.title a
{
	text-decoration:none;
	coloe: #333;
	font-weight:normal;
}

/* Ссылка: a.link */
.link,
a.link
{
	color:#AF0002;
	text-decoration:underline;
}
/* Акцент: span.accent */
.accent{
	background:#006B05;
	color:white;
}
/* CSS Document */

.newsItem .item
{
	margin:40px 0;
}
.newsItem .item:first-child
{
	margin-top:0;
}

.newsItem date
{
	background: #2a5d5f;
	padding:2px 10px;
	color: white;
	font-size:12px;
}

.newsItem h2
{
	font-family:'Open Sans Light', sans-serif;
	font-weight:normal;
	font-size:28px;
	margin:0;
}
.newsItem h2 a
{
	text-decoration:none;
	color:#333;
}
.newsItem h4
{
	margin:0;
	font-weight:normal;
	font-family:'Open Sans', sans-serif;
	color:#DC0000;
}
.newsItem .image
{
	float:left;
	margin:15px 10px 5px 0;
}
.newsItem .itemContent
{
	width:550px;
	float:left;
}

