@media screen and (prefers-reduced-motion: no-preference) {
  html,
  body {
    scroll-behavior: smooth;
  }
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10pt;
	-webkit-font-smoothing: antialiased;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E6E6E6;
}

h1 {
	font-weight: bold;
}


h2, h3, h4, h5 {
	font-weight: bold;
}

h2 {
	font-size: 14px;
	margin: 4px 0px 0px 0px;
	color: #0D4F6B;
}

p a:link {
	color: #0D4F6B;	
}

p a:visited {
	color: #5C7681;	
}

p a:hover {
	color: #1891C5;	
}

li a:link {
	color: #0D4F6B;	
}

li a:visited {
	color: #5C7681;	
}

li a:hover {
	color: #1891C5;	
}

hr {
	color: #c6d3db;
	background-color: #c6d3db;
	border: none;
	height: 1px;
}

blockquote {
	word-wrap: break-word; 
	text-align: justify;
	padding: 10px; border-left: 
	2px solid #26a1c2; 
	margin: 0 0 0 20px; 
}

pre {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	margin: 10px;
	border: 1px dotted #000000;
	padding: 5px;
	background-color: #F0F0F0;
}

small {
	font-size: 7pt;
}

ul {
  list-style-type: square;
}

button {
  color: buttontext;
}

button:disabled, button[disabled] {
  color: #666666;
}

.date {
	margin: 10px 0 2px 8px;
	font-size: 9pt;
	font-weight: bold;
}

.smalli {
	font-size: 7pt;
	font-style: italic;
}

.content {
	padding: 0px 10px 0px 10px;
}

.eula {
	padding: 0 16px;
	margin-top: 16px;
}
.eula ol {
	padding: 0; 
	list-style: decimal inside;
	font-weight: bold;
}
.eula p {
	font-weight: normal;
	text-align: justify;
	text-indent: 30px;
}
.eula>.title {
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}

.top {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
}

.top2 {
	font-size: 10pt;
	margin: 0 10px 20px 10px;
}

.simple {
	height: 26px;
	background: url(/img/barbg.png) repeat-x;
}

.simplemenu, .simplemenu a:link, .simplemenu a:visited {
	font-size: 10pt;
	font-weight: bold;
	text-indent: 8pt;	
	text-decoration: none;	
	color: #21536A;	
	margin: 0;
	padding: 0;
}

.simplemenu a:hover {
	text-decoration: underline;	
	color: #21536A;	
}

.title_cont {
	border: 0;
	margin: 0;
	padding: 0;
  border-spacing: 0;
	box-sizing: content-box;
	background-color: #FFFFFF; 
	width: 100%;
}


.footer{
	font-size: 7pt;
	color: #707070;
	height: 25px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logo {
	position: relative;
	top: 8px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: url(/img/header1.jpg) no-repeat top left / cover;
}

#lang { 
	float:right;
	padding:4px;
	text-decoration:underline;
	cursor:pointer;
}

#lang_push {
	display:none;
}

#lang_lbl { 
	text-decoration: underline;
	cursor: pointer;
	color: #ffffff;	
}

.svtitle1 {
	font-size: 16pt;
	font-weight: bold;
}

.svtitle2 {
	font-size: 10pt;
	font-weight: bold;
}

.svtitle3 {
	font-size: 10pt;
}

.menu{
	font-size: 8pt;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.menuTitle{
	display: block;
	font-weight: bold;
	background-image: url(img/menutitle.png);
	padding: 3px 0px 3px 4px;
	border-top: 1px solid #CCCCCC;	
}

.menuMiddle{
	background-color: #E8E8E8;
}

.menuMiddle a:link, .menuMiddle a:visited {
	font-size: smaller;
	font-weight: bold;	
	display: block;
	padding: 3px 0px 3px 12px;
	text-decoration: none;	
	color: #21536A;	
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(img/menulink.png);	
}

.menuMiddle a:hover{
	text-decoration: none;
	background-color: #DDEEFF;	
	background-image: none;		
}

.tableHeaderBlue { 
	font-size: 10pt;  
	font-weight: bold;
	background-color: #CBDDE8;
	color: #000000;
}

.tableHeaderGray { 
	font-size: 10pt;  	
	font-weight: bold;
	background-color: #ABC6D5;
	color: #000000;
}

.tableBackground { 
	background-color: #E0ECF1;
}

.screenshot {
	display: block;
	float: left;
	margin: 2px;
}

.screenshotRight {
	display: block;
	float: right;
	margin: 2px;	
}

.messagebox {
	border-radius: 10px; 
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #0D4F6B;
	width: 300px;
	text-align: left;
	padding: 12px;
	margin: 0 auto;
}

.messagebox_img {
	float: left;
	width: 32px;
}

.messagebox_text {
	float: left;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
}

.messagebox_ftr {
	clear: both;
	display: block;
}

.text {
	text-align: justify;
	text-indent: 30px;
}

.table_bank {
	border-spacing: 2px;
  border-color: gray;
	border-collapse: collapse;
	width: 100%;
  margin-bottom: 20px;
}

.table_bank tr {
  vertical-align: top;
	border-bottom: 1px solid #DDD;
}

.table_bank th {
	text-align: left;
	border-bottom: 2px solid #DDD;
}

.table_bank_link {
	font-size: 10pt;
	font-weight: bold;
	color: #21536A;	
}

.red, .red_b {
	color:#AB0000;
}

.red_b {
	font-weight: bold;
}

.big, .price {
	font-size: 20pt;
	font-weight: bold;
	margin: 30px 0;
}

.price {
	height: auto;
	margin: 0 20px 0 20px;
	padding: 5px;
	background-color: #23405a;
	color: #FFFFFF;
}

.memo {
	resize: both; 
	min-height:122px; 
	max-height:300px;
	min-width:269px; 
	max-width:350px;
}

.abchighlighter1-abriviatura {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #FF0000; }
.abchighlighter1-akkord {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #0000FF; }
.abchighlighter1-dekorator {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #800000; font-weight: bold; }
.abchighlighter1-instruktsiya {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #008080; }
.abchighlighter1-klyuchevoe-pole {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #800080; }
.abchighlighter1-kommentariy {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #008000; font-style: italic; }
.abchighlighter1-mikrotony {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #FF8000; font-weight: bold; }
.abchighlighter1-nazvanie-polya {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #000080; font-weight: bold; }
.abchighlighter1-probel {font-family: "Courier New", Courier, mono; font-size: 10pt; }
.abchighlighter1-prostoe-pole {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #0000FF; }
.abchighlighter1-slova {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #800080; font-style: italic; }
.abchighlighter1-takt {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #000080; font-weight: bold; }
.abchighlighter1-tekst {font-family: "Courier New", Courier, mono; font-size: 10pt; font-size: 10pt; color: #000000; }
.abchighlighter1-triol {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #008000; font-weight: bold; }
.abchighlighter1-forshlag {font-family: "Courier New", Courier, mono; font-size: 10pt; color: #808000; }

/* User manual styles */
.header {
	font-size: 20px;
	font-weight: bold; 
}
.header img{
	padding-top: 3px;
}
.subsection {
	font-size: 16px;
	font-weight: bold; 
}
.control {
	color: #335533
	}
.control b{
	color: #335533
	}	
.block {
	color: #333366;
	font-size: 14px;
	font-weight: bold; 
}
.cc {
	color: #333366;	
	font-weight: bold; 
}
.txt {	
	text-align: justify;
}
.indent {
	text-indent: 24px; 
}
.scroll_to_top {
	text-align: center;
	font-size: 20px;
}
.table_data {
	margin-left: 10px; 
	border-collapse: collapse;
}
.table_data td {
	border: 1px solid #DDD;
}
