A:link{
	color:#666666;
	text-decoration:none;
}
A:visited{
	color:#666666;
	text-decoration:none;
}
A:hover{
	color:#000000;
	text-decoration:underline;
}A:active{
	color:#000000;
	text-decoration:underline;
}
html {
	height: 98%; /* for div height: 100% */
}
body {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	background-attachment: fixed;
/* 	background-image: url(pic/fon.jpg); */
	background-repeat: repeat;
	height: 98%; /* for div height: 100% */
}
.grey{
	color:#666666;
	text-decoration:none;
}
.underline{
	text-decoration:underline;
}
.btmframe {
	text-align: center;
	font-size: 12px;
/*	font-family: "Times New Roman", Times, serif; */
	line-height: 12px;
	margin-top: 0px;
}
.mainst {
/*	font-family: "Times New Roman", Times, serif; */
/*	font-size: 18px; */
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px ridge #999999;
	letter-spacing: 8px;
	margin-top: 5px;
}
.leftPanel {
/* 	font-family: "Times New Roman", Times, serif; */
/* 	font-size: 14px; */
	cursor: pointer;
	line-height: 27px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px ridge #999999;
}
.news {
/* 	font-family: "Times New Roman", Times, serif; */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-decoration: underline;
}
.newsBody {
/* 	font-family: "Times New Roman", Times, serif; */
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nSheets {
	text-align: center;
}
.newsPodrobnee {
	float: right;
	text-align: right;
}
.nameOfArticles {
	text-align: center;
	font-weight: bold;
}
.bodyOfArticle {
	text-align: justify;
}
.authorOfArticle {
	font-style: italic;
	text-align: right;
}
.bookName {
	font-weight: bold;
}
.bookWriter {
	font-style: italic;
	text-align: justify;
}
.newsLenta {
	color: #999999;
	text-align: center;
}
.articles {
	color: #999999;
	text-align: justify;
}
.main_common {
	font-size: 20px;
}
.right_context {
/* 	font-size: 18px; */
	text-align: justify;
}
.left_context {
/* 	font-size: 18px; */
	text-align: justify;
}
.semantic_context {
/* 	font-size: 18px; */
	text-align: justify;
}
p.sentences {
	text-align: justify;
	/*line-height: 0px;*/
}
span.sentences {
	font-size: 20px;
/*	text-align: justify; */
	/*line-height: 0px;*/
}
.sentences_sources {
	font-size: 16px;
	color:#666666;
}
.prevnext_button {
	text-decoration:none!important;
/* 	width:150px; */
	text-align:center;
/* 	display:block; */
	background-color:#8CD41E;
/* 	color:#fff; */
/* 	border:1px solid #FFCB00; */
	padding:5px 15px;
	font-size:16px;
	cursor:pointer;
	border-radius:5px;
}
.prevnext_disabled_button {
	text-decoration:none!important;
/* 	width:150px; */
	text-align:center;
/* 	display:block; */
	background-color:#C9C9C9;
/* 	color:#fff; */
/* 	border:1px solid #FFCB00; */
	padding:5px 15px;
	font-size:16px;
	border-radius:5px;
	pointer-events: none;
	cursor: default;
}
.prevnext_buttons_block {
	text-align:center;
}
/* found words highlighting */
span.found_word {
	color:#F6080C;	
}
/* n-grams table */
.hoverTable tr:hover {
	background-color: yellow;
	cursor: pointer; 
	cursor: hand;
}
/* Left menu show/hide button */
.sticky { 
	position:fixed; 
	height:75px; 
	width:100%; 
	top:17px; 
	left:17px;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	cursor: pointer; 
	cursor: hand;
}
.sticky:hover { 
	top:18px; 
	left:18px;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */	
}
/* SpellCheck */
#demoCustom mark {
	/*padding:0 3px;
	margin:-1px -4px;
	border-radius:0.5em;
	border:1px solid pink;*/
}
.highlightMistakes mark {
	/*padding:0 3px;
	margin:-1px -4px;
	border-radius:0.5em;
	border:1px solid pink;*/
}
#bigtext {
	background-color: white;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	/*height: 300px;*/
	height: 60%;
	width: 98%;
	overflow: auto;
}
label {
	display: inline-block;
	width: 5em;
}
.tooltipWindow {
	width: auto;
}
.spelltip {
	background-color: yellow;
}
.stooltip {
	font-family: verdana;
	letter-spacing: 2px;
	font-weight: bold;
}
.suggest {
	font-family: verdana;
}
#progress {
	width: 99%;
}
#graphContainer {
/* 	position: absolute; */
	width: 100%;
	height: 100%;
}
#graphContainer > svg {
	width: 100%;
	height: 100%;
}
.found {
	color: red;
	font-weight: bold;
}
.parallel_unit {
	display: block;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fafafa ;
}
.parallel_hr {
	border: none; /* Убираем границу для браузера Firefox */
	color: gray; /* Цвет линии для остальных браузеров */
	background-color: gray; /* Цвет линии для браузера Firefox и Opera */
	height: 1px; /* Толщина линии */
}
