@charset "utf-8";
/* CSS Document */
h1,h2,h3,h4,h5,h6
{
	display:inline;
	vertical-align:top;
}
.Title
{
	font-size:22px;
	margin-left:5px;
}
body
{
	cursor:auto;
}
.MainTable
{
	width:100%;
}
.HeaderBlock
{
	text-align:center;
}
.RSSBlock
{
	text-align:right;	
	width:100%;
	position:relative;
	top:2px;
}
.LoginBlock
{
	text-align:right;
	border-bottom:#666 solid 1px;
	font-family:"MS Serif", "New York", serif;
	font-size:16px;
}
.GlobalMenuBlock
{
	text-align:left;
	border-bottom:#666 solid 1px;
}

.GlobalMenu
{
	width:100%;
	border-collapse: separate;
}
.GlobalMenu td
{
	border-right:#666 solid 1px;
	border-left:#666 solid 1px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	vertical-align:middle;
}
.LeftBlock
{
	width:200px;
	min-width:200px;
	border-right:#666 solid 1px;
	vertical-align:top;
}
.ProfileTable
{
	width:200px;
}
.ProfileTable td, .GlobalStatisticsTable  td
{
	border-bottom:#666 dotted 1px;
}
.ProfileInfo
{
	text-align:center;
}
.GlobalStatistics
{
	width:200px;
}
.GlobalStatisticsTable
{
	width:200px;
}
.ContentBlock
{
	vertical-align:top;
	text-align:justify;
	min-height:1400px;
	height:1400px;
}
.SocialBlock
{
	min-width:600px;
	vertical-align:middle;
	background:#F7F7F7;
	height:30px;
	border-bottom:#666 solid 1px;
	padding:5px;
	text-align:left;
}
.NewsBlockHeader
{
	border:#666 solid 1px;
	height:30px;
	border-left:none;
	border-right:none;
	background:#F7F7F7;
	text-align:center;
	font-weight:bold;
}
.NewsTable
{
	border-bottom:#CCC dotted 1px;
	padding:5px;
	margin-top:5px;
}
.NewsTable th
{
	border-bottom:#CCC solid 1px;
	background:#F8F8F8;
}
.RightBlock
{
	width:200px;
	border-left:#666 solid 1px;
	vertical-align:top;
text-align:center;
}
.CountersBlock
{
	min-width:600px;
	height:70px;
	width:auto;
	border-top:1px dashed #999;
	margin-top:30px;
	margin-left:200px;
	margin-right:200px;
	text-align:center;
	padding-top:10px;
	background:#F4F4F4;
}
.FooterBlock
{
	border-top:#666 solid 1px;
	border-bottom:#666 solid 1px;
	text-align:center;
}
.TextField
{
	border:#999 solid 1px;
}
.Button
{
	border:#999 solid 1px;
	background:#F4F4F4;
}
.Button:hover
{
	border-color:#333;
	background-color:#CCC;
	cursor:pointer;
}
.BlockHeader
{
	width:200px;
	text-align:center;
	vertical-align:middle;
	background:#F4F4F4;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}
.ProgressBar
{
	text-align: left; 
	color: #666; 
	display: block; 
	height: 11px; 
	width: 178px; 
	border: solid 1px black;
}
.ProgressFill
{
	display: block; 
	height: 11px; 
	background:#CCC; 
	border-right:#999 solid 1px;
}
.ProgressText
{
	position: relative; 
	float:left; 
	text-align:center; 
	width:180px; 
	font-size:9px; 
	height:11px; 
	vertical-align:middle; 
	color:#000;
}
.LanguageList
{
	text-align:right;
}
.ButtonLink
{
	border:#999 solid 1px;
	background-color:#F4F4F4;
	text-decoration:none;
	color:#000;
	padding-left:2px;
	padding-right:2px;
}
.ButtonLink:hover
{
	background-color:#CCC;
}
.OperationLink
{
	text-decoration:underline;
	color:#999;
	font-size:12px;
	margin-left:5px;
	margin-right:5px;
}
.SimpleLink
{
	text-decoration:none;
	color:#999;
	font-weight:bold;
	position:relative; 
	z-index:24;
}
.SimpleLink:hover,.OperationLink:hover
{
	text-decoration:underline;
	color:#333;
	z-index:25;
}
.SimpleLink span { display:none;}
.SimpleLink:hover span {
  display:block;
  position:absolute;
  width:auto;
  top:-40px;
  left:-20px;
  background-color:#F8F8F8;
  border:1px solid #333333;
  padding-left:5px;
  padding-right:5px;
  font-size:11px;
  color:#333333;
  text-decoration:none;
  font-family:"Comic Sans MS", cursive;
  text-align:center;
  font-weight:700;
  }
.AboutUnity
{
	text-align:justify;
	padding:5px;
	vertical-align:top;
}
.PageNumbersBlock
{
	width:auto;
	height:30px;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	position:relative;
}
.PageNumber
{
	border:#999 solid 2px;
	width:30px;
	height:18px;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:#333;
	margin-top:5px;
	margin:2px;
	padding-left:6px;
	padding-right:6px;
}
.SelectedPageNumber
{
	border:#666 solid 2px;
	background:#CCC;
	width:30px;
	height:18px;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:#333;
	margin-top:5px;
	margin:2px;
	padding-left:6px;
	padding-right:6px;
}
.PageNumber:hover
{
	border-color:#333;
	cursor:pointer;
}
.DocumentationWelcome
{
	text-align:center;
}
.DocumentationChapterBlock
{
	width:50%;
	border:#666 dotted 1px;
	vertical-align:top;
}
.DocumentationChapterBlock:hover
{
	background:#F4F4F4;
	cursor:default;
}
.DocumentationChapterText
{
}
.ArticleTable
{
	border:#CCC solid 2px;
	margin:5px;
	padding:5px;
}

.ArticleTable:hover
{
	border-color:#666;
	cursor:default;
}
.ArticleTable th
{
	text-align:center;
	border-bottom:#CCC solid 1px;
}
.ArticleFooter
{
	width:100%;
	border-top:#CCC dotted 1px;
	text-align:center;
}
.ArticleFooter td
{
	border-left:#CCC solid 2px;
	border-right:#CCC solid 2px;
	width:30%;
}
.LocalSearch
{
	border-bottom:#CCC solid 1px;
	text-align:right;
}
.LessonTable
{
	border:#CCC solid 2px;
	margin:5px;
	padding:5px;
}
.LessonTable td
{
	vertical-align:top;
}
.LessonTable:hover
{
	border-color:#666;
	cursor:default;
}
.LessonTable th
{
	text-align:center;
	border-bottom:#CCC solid 1px;
}
.LessonFooter
{
	width:100%;
	border-top:#CCC dotted 1px;
	text-align:center;
}
.LessonFooter td
{
	border-left:#CCC solid 2px;
	border-right:#CCC solid 2px;
	width:30%;
}
.ComboBox
{
	border:#999 solid 1px;
	background:#F4F4F4;
}
.ComboBox:hover
{
	border-color:#666;
	background-color:#CCC;
}
.Order
{
	text-align:left;
	vertical-align:middle;
	border-bottom:#CCC solid 1px;
	padding:10px;
	padding-left:20px;
}
.ResourceInfo
{
	color:#999;
	font-size:13px;
	font-weight:700;
	padding-top:2px;
}
.ForumTable
{
	width:100%;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:middle;
}
.ForumSectionBlock
{
	border:#999 solid 1px;
}
.ForumSectionBlock:hover
{
	background-color:#F4F4F4;
	border-color:#333;
}
.ForumSectionBlock td
{
	padding-left:10px;
}
.Facts
{
	padding:5px;
	text-align:justify;
}
.RegistrationTable
{
	width:320px;
	border:#CCC solid 1px;
	margin:auto;
	margin-top:40px;
	margin-bottom:60px;
	padding:5px;
}
.RegistrationTable tr:hover
{
	background-color:#CCC;
}
.RecoveryDiv
{
	padding-top:40px;
	margin:auto;
	text-align:center;
}
.PostTable
{
	border-bottom:#CCC solid 1px;
	width:100%;	
	margin-top:5px;
}
.PostTitle
{
	background:#F8F8F8;
	border-bottom:#CCC solid 1px;
}
.PostText
{
	padding:5px;
}
.PostEpigraph
{
	margin-top:10px;
	border-top:#CCC solid 1px;
	color:#666;
}
.PostProfile
{
	width:140px;
	border-right:#CCC solid 1px;
}

.PostProgressBar
{
	text-align: left; 
	color: #666; 
	display: block; 
	height: 5px; 
	width: 138px; 
	border: solid 1px black;
}
.PostProgressFill
{
	display: block; 
	height: 5px; 
	background:#CCC; 
	border-right:#999 solid 1px;
}
.PostTable td
{
	vertical-align:text-top;
}
.Theme
{
	text-align:left;
	vertical-align:middle;
	border-bottom:#CCC dotted 1px;
	padding:10px;
	padding-left:20px;
}



rss {
display: block;
font-family:"MS Serif", "New York", serif;
}
title 
{
	text-align:center;
	display: block;
	color: gray;
	border-bottom: 2px solid silver;
	font-weight:bold;
	font-size:32px;
}
link 
{
	margin-left:10px;
	display: block;
}
lastBuildDate
{
	margin-left:10px;
	display:block;
	padding-left:10px;
	margin-top:5px;
	font-size:14px;
	text-align:right;
	margin-right:10px;
}
description
{
	margin-left:10px;
	text-align:justify;
	display:block;
	font-family:"MS Serif", "New York", serif;
}
managingEditor
{
	margin-left:10px;
	display:block;
}
webMaster
{
	margin-left:10px;
	display:block;
}
pubDate
{
	display:block;
	padding-left:10px;
}
category
{
	display:block;
	padding-left:10px;
}
item 
{
	display: block;
	padding: 10px;
	margin:10px;
	border:#CCC solid 2px;
}
item:hover
{
	border-color:#666;
}
item title
{
	text-align:left;
	font-size:22px;
}
item description
{
	display:block;
	border-top:#CCC dotted 1px;
	border-bottom:#CCC dotted 1px;
	padding-right:10px;
}
item category
{
	margin-bottom:10px;
}
item link
{
	margin-top:10px;
}
author
{
	display:block;
	padding-left:10px;
	margin-top:5px;
}
copyright
{
	margin-left:10px;
	margin-top:10px;
	display:block;
	font-size:12px;
	color:#666;
}
/* all hidden elements */
language, ttl, guid, docs {
display: none;
}






.video-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	margin-bottom:10px;
	border:#666 solid 1px;
	}
 
.video-container iframe, 
.video-container object, 
.video-container embed {
	position: absolute;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	}




.tooltip { position:relative; z-index:24; }
  .tooltip span { display:none;}
  .tooltip:hover {z-index:25;}
  .tooltip:hover span {
  display:block;
  position:absolute;
  width:auto;
  top:25px;
  left:10px;
  background-color:#FCFBDC;
  border:1px solid #333333;
  padding:5px;
  font-size:11px;
  color:#333333;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  }
  
  
.TopProfile
{
	width:80px;
	border-right:#CCC solid 1px;
}

.TopProgressBar
{
	text-align: left; 
	color: #666; 
	display: block; 
	height: 5px; 
	width: 78px; 
	border: solid 1px black;
}
.PostProgressFill
{
	display: block; 
	height: 5px; 
	background:#CCC; 
	border-right:#999 solid 1px;
}
.PostTable td
{
	vertical-align:text-top;
}
.TopTable
{
	border-top:#333 solid 1px;
	border-right:#333 solid 1px;
	text-align:center;
	width:95%;
	margin:auto;
	margin-top:10px;
}
.TopTable td
{
	border-bottom:#333 solid 1px;
	border-left:#333 solid 1px;
}
.TopTable tr:hover
{
	background-color:#F5F5F5;
	cursor:default;
}
.ProfileExtendedTable
{
	width:550px;
	border:#666 solid 1px;
	margin:auto; 
	margin-top:20px; 
	padding:5px;
}
.ProfileExtendedTable td
{
	padding:3px;
		vertical-align:top;

}
.SelectedLink
{
	text-decoration:underline;
	color:#333;
	background-color:#CCC;
	border-radius:5px;
	font-weight:bold;
	position:relative; 
	z-index:24;
	padding-left:5px;
	padding-right:5px;
}
/*кнопки социальных закладок*/
#share42 {
  display: inline-block;
  padding: 2px 0 0 2px;
  background: #F7F7F7;
}
#share42 a {opacity: 0.5;}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}