html {
	max-width: 800px;
	min-width: 800px;
	margin: 0 auto;
}
body {
	font-family: Calibri;
	font-size: .9em;
    color: black;
}
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: #6ba4d1;
}
td.tab {
	background-color: #FFF;
}
td.tab2 {
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	background-color: orange;
}
td.tabinfo {
	background-color: #F0F0FC;
	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.txt {
	background-color: white;
	border: 1px solid;
}
select {
	background-color: white;
	border: 1px solid;
	max-width: 250px;
}
select.sel {
	background-color: white;
	border: 1px solid;
	width: 150px;
}
input.btn {
	background-color: silver;
	border: 1px solid;
	font-family: Calibri;
}
input.btnhov {
	background-color: silver;
	border: 1px solid;
	border-color: red;
	font-family: Calibri;
}

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;
}
td.lstart {
	font-size: 8pt;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

td.lstart2 {
	font-size: 8pt;
}
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;
}
.styled-button-10 {
	background:#5CCD00;
	background:-moz-linear-gradient(top,#0099cc 0%,#0066cc 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0099cc),color-stop(100%,#0066cc));
	background:-webkit-linear-gradient(top,#0099cc 0%,#0066cc 100%);
	background:-o-linear-gradient(top,#0099cc 0%,#0066cc 100%);
	background:-ms-linear-gradient(top,#0099cc 0%,#0066cc 100%);
	background:linear-gradient(top,#0099cc 0%,#0066cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099cc',endColorstr='#0066cc',GradientType=0);
	padding:10px 15px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #0099cc
}