html {
	max-width: 800px;
	min-width: 800px;
	margin: 0 auto;
}
body {
	font-family: Tahoma, Arial, Sans Serif;
	font-size: .9em;
}
div.show {
	display: inline;
}
div.hide {
	display: none;
}
div.info {
	font-size: small;
	font-style: italic;
}
div.sort {
	font-size: .8em;
	font-style: italic;
}
table.tab {
	border-collapse: separate;
	border-spacing: 0px;
	font-size: .9em;
	text-align: left;
}
th.tab {
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	font-style: italic;
	background-color: orange;
}
td.tab {
	background-color: lightgreen;
}

td.tabred {
	background-color: red;
}

td.tabinfo {
	background-color: lightgreen;
#	border-top-style: dotted;
#	border-top-width: thin;
}
td.tab2 {
	background-color: white;
}
td.tab2info {
#	border-top-style: dotted;
#	border-top-width: thin;
#	background-color: white;
}
.form {
	border: 1px solid;
}

input,textarea,textarea,select {
	margin:0.5em 0;
	border:1px solid #bbb;
	width:200px;
	padding:5px;
}

input:focus,textarea:focus,select:focus{
	border:1px solid #666;
}
textarea{
	height:50px;
}
input,textarea,textarea{
	border-top:1px solid #909090;
	border-right:1px solid #cecece;
	border-bottom:1px solid #e4e4e4;
	border-left:1px solid #cecece;
}

input.txt {
	margin:auto;
	width:auto;
	padding: 0px;
	background-color: white;
	border: 1px solid;
}
select.txt {
	background-color: white;
	border: 1px solid;
	padding: 0px;
	margin:auto;
	width:auto;
	max-width: 250px;
}
input.btn {
	background-color: silver;
	border: 1px solid;
	padding: 1px;
	margin:auto;
	width:auto;
}
input.btnhov {
	background-color: silver;
	border: 1px solid;
	border-color: red;
	padding: 1px;
	margin:auto;
	width:auto;
}
.check {
	width: auto;	
}
select {
	background-color: white;
	border: 1px solid;
	max-width: 250px;
}
select.sel {
	background-color: white;
	border: 1px solid;
	width: 150px;
	padding: 0px;
	margin:auto;
	width:auto;
}

select.selmaly {
	background-color: white;
	border: 1px solid;
	width: 100px;
}


input.btn {
	background-color: silver;
	border: 1px solid;
}
input.btnhov {
	background-color: silver;
	border: 1px solid;
	border-color: red;
}

table.bord {
	border-collapse: collapse;
	border-spacing: 0px;
#	border-color: black;
#	border-style: solid;
	text-align: left;
	background-color: orange;
}
td.bordaa {
#	border-collapse: collapse;
#	border-spacing: 0px;
#	border-color: black;
#	border-style: solid;
	text-align: left;
	background-color: orange;
}

table.lstart {
#	border-collapse: collapse;
	border-spacing: 10px;
	text-align: left;
	font-size: 8pt;
}
th.lstart {
#	border-bottom-color: black;
#	border-bottom-style: solid;
#	border-bottom-width: 1px;
	font-size: 8pt;
	font-style: italic;
	background-color: white;
}

textarea.txt {
	background-color: white;
	border: 1px solid;
}
tr.tab {
	background-color: lightgreen;
}
tr.tab2 {
#	border-bottom-color: black;
#	border-bottom-style: solid;
#	border-bottom-width: 0px;
	background-color: orange;
}
a.small {
 font-size: 0.7em;
}
img {
	max-width: 768px;
	max-height: 280px;
}
#stopka {
	position: fixed;
	height: 40px;
	width: 1024px;
	background: #CCC;
	bottom: 0;
	font-size:10px;
}
.styled-button-10 {
	background:#5CCD00;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
	padding:10px 15px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:14px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #459A00;
	width:auto;
}
div.overlay {
    width: 650px;
    height: 400px;
    position: fixed;
    left: calc(50% - 340px);
    top: calc(50% - 230px);
    -moz-border-radius: 15px;
    border-radius: 15px;
	background-color: white;
    z-index: 999;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 0;
}