body {
  font-family: Arial, Helvetica, sans-serif;
  #font-size: 12px;
  line-height: 150%;
  color: #646464;
  background-image: url('/img/blue_img.jpg');
  background-repeat: repeat;
}

table {
#  display: table;
  margin: 0 0 5px 0;
}
thead {
  display: table-header-group;
}
tbody {
  display: table-row-group;
}

tr {
  page-break-inside: avoid;
}
td {
  border-color: gray;
  border-collapse: collapse;
  #margin: 2px 2px 2px 2px;
  padding: 5px 5px 5px 5px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  vertical-align: top;
}

th {
  border-color: gray;
  border-collapse: collapse;
  #margin: 1px 1px 1px 1px;
  padding: 5px 5px 5px 5px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  vertical-align: top;
  text-align: left;
}

pre {
  margin: 0px 0px 0px 0px;
  text-indent: 0;
}

pre.old {
  background-color: #fff0f5;
}

pre.new {
  background-color: #e8ffe8;
}

ul#menu {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  float: left;
  list-style: none;
  #border-right: 1px solid #ccc;
  #border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #ebeced;
}


ul#menu li
{
  margin: 0px;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
  font-size: 125%;
  line-height: 200%;
}

ul#menu li span,
ul#menu li a
{
  width: 100px;
  height: 30px;
  display: block;
  line-height: 30px;
  padding: 0px 5px 0px 10px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

ul#submenu {
  display: none;
  position: absolute;
  top: 30px;
  width: 165px;
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul#submenu li
{
  list-style: none;
  font-size: 90%;
  width: 165px;
  position: relative;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  float: none;
  background-color: #ebeced;
}
ul#submenu li span,
ul#submenu li a
{
  width: 148px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0px 5px 0px 10px;
  margin: 0px;
}

ul#menu li:hover
{
  background-color: #bbbcbd;
}

ul#menu li:hover ul#submenu
{
  display: block;
}

#a_no_underline
{
  text-decoration: none;
}

div#header {
  width: auto;
  height: 85px;
  margin: auto;
  padding: 0px 0px 0px 0px;
  clear: both;
#  background: url("/img/headerbar_transparent.png") 0 100% repeat-x;
}

div#main {
  width: auto;
  min-height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 20px 10px;
  clear: both;
  background: white;
}
div#main:after {
  content: "";
  display: block;
  clear: both;
}

div#leftBlock {
    padding-left: 20px;
}

input {
    border: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
label input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    bottom: 0px;
    margin: 5px;
}
input[type=text] {
    margin: 0px 0px 0px 0px;
}
input[type=radio] {
    width: 20px;
    vertical-align: baseline;
}
select {
    margin: 0px 0px 0px 0px;
}
textarea {
    width: auto;
    margin: 0px 0px 0px 0px;
}
label {
    display: inline;
}
div#leftBlock2 {
    padding-left: 20px;
}

ol.begin {
  counter-reset: listcounter;
}

ol.begin, ol.continue {
  text-indent: -0.3em;
}

ol.begin > li,
ol.continue > li {
  list-style: none;
}

ol.begin > li:before,
ol.continue > li:before {
  text-indent: -1.7em;
  content: counter(listcounter) ". ";
  counter-increment: listcounter;
  float: left;
}

ul.hint {
	position: relative;
	list-style: none;
	margin-left: 1.7em;
	padding-left: 0;
}

ul.hint li {
	margin-left: 0;
	padding-left: 0;
	margin-right: 1.5em;
	padding-right: 1.5em;

}
details summary {
	list-style-type: none;
}

details summary::-webkit-details-marker {
	display: none;
}

details summary:after {
	content: "\01f4a1";
	float: right;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

