body {
 background-image: url('hk.jpg');
 background-position:  center;
 background-repeat: no-repeat;
 background-attachment: fixed
}

h1 {
    text-align: center;
}

td, th {
    background-color: inherit;
    border: 1px solid gray;
}

.error {
    background-color: red;
}

.ok {
    background-color: lightgreen;
}

.c {
    text-align: center;
}

.l {
    text-align: left;
}

table {
    margin-left: auto;
    margin-right: auto;
    empty-cells: show;
    border-width: thin;
    border-collapse: separate;
}

table.logo {
    background-color: inherit;
    border: none;
    width: 500pt
    cellspacing: 0pt
    cellpadding: 0pt
}

table.logo td, th {
    background-color: inherit;
    border: none;
}

table.e td, th {
    background-color: inherit;
    border: none;
}

table.e th.head,tr.head {
    background-color: lightblue;
}

td.e, th.e {
    background-color: inherit;
    border: none;
}

th.h {
    text-align: left;
    background-color: #d0d0e0;
    background-color: rgba(180,180,200,0.5);
    border: none;
    font-size: 105%;
}

table.f button.link {
    background-color: inherit;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

table.f button.link.active {
    background-color: #e0e0e0;
    border: 1pt solid;
    color: purple;
}

table.f button.action {
    background-color: inherit;
    border: none;
    padding: 0px;
    cursor: pointer;
}

table.f button.action img {
  vertical-align: middle;
}

table caption {
    margin-left: auto;
    margin-right: auto;
    background-color: lightblue;
    font-size: 150%;
}


td.error input {
    background-color: red;
}

td.error select {
    background-color: red;
}

td > select {
    width: 100%;
    display: inline;
}

td.w > input {
    width: 100%;
    display: inline;
}

form {
    display: inline;
}

table#a input {
    background-color: inherit;
    border: none;
}

table#a input:hover {
    background-color: white;
    cursor: pointer;
    cursor: hand;
}

table.menu td.button input {
    background-color: inherit;
    border: none;
    width: 100%;
    display: inline;
}

table.menu td.inline input {
    display: inline;
}

td.inline > select {
    width: auto;
}

table.menu td.button input:hover {
    background-color: white;
    cursor: pointer;
    cursor: hand;
}

tr.osum {
    color: purple;
}
tr.tsum {
    color: blue;
}
tr.msum {
    color: darkgreen;
}

tr.i th{
    font-style:italic;
}

button.dokutar {
  border:none;
  padding:0px;
  background-color: transparent;
  cursor: pointer;
}

div.nf {
  text-align: right;
/*  font-family: monospace, monospace;*/
}

tr.jut-man, tr.jut-man.jut-viras {
    color: blue;
}

tr.jut-top, tr.jut-top.jut-viras {
    color: purple;
}

tr.jut-viras {
    color: gray;
    text-decoration: line-through;
}

span.err {
    font-weight: bold;
    background-color: darkgray;
    color: red;
}

span.warn {
    font-weight: bold;
    background-color: darkgray;
    color: yellow;
}

span.ok {
    color: darkgreen;
}

button.sql {
  border:none;
  padding:0px;
  background-color: transparent;
  cursor: pointer;
}

button.sql:hover {
    background-color: #c0c0c0;
    color: darkblue;
    text-decoration: underline;
}

table.sql-result td {
    white-space: pre;
}

span.sql-brw {
    border: 1pt solid;
    padding: 3px;
    margin: 1em;
    background-color: #e0e0e0;
}

span.sql-brw input {
    background-color: inherit;
    width: 4em;
}

span.sql-brw button {
    margin: 0.5em;
    font-size: 100%;
}

table.sql textarea {
    margin: 1em;
    width: 95%;
}

div#sql_export_form {
    border: 1pt solid;
    padding: 3px;
    margin: 0em 4em 1em;
    background-color: #d0d0d0;
}











td.dokutar{
	background-color:rgba(255,255,255,0.35);
    padding: 5px;
}

button.dokutartorol{
	border: none;
	text-align: center;
	width:  15px;
	height: 15px;
	padding: 0 0 0 0;
	background-color:#FF0000;
	color:#000000;
	font-size: 8pt;
}
button.dokutarkonyvtar{
	border: none;
	background-color:transparent;
}
div.dokutargombok{
	background-color:rgba(255,255,255,0.35);
	border: 1px solid #002B8C;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	width: 400px;
	overflow: none;
}

