html{
	background-color: white;
}
body{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Lucida, sans-serif;
	background-color: white;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0;
	margin: 5;
	position: absolute;
}
a{
	color: mediumblue;
	text-decoration: none;
	font-weight: bold;
}
a:link{}
a:visited{
	color: mediumblue;
}
a:hover{
	color: dodgerblue;
}
a:active{
	color: dodgerblue;
}
a#all{
	vertical-align: bottom;
}
h1{
	font-size: 24pt;
	margin:0px 0px 0px 20px;
}
h2{
	font-size: 14pt;
	vertical-align: top;
	text-align: center;
}
div,fieldset{
	left: 20px;
	top: 20px;
	margin: 5px;
	position: relative;
	padding: 5px;
}
fieldset{
	border: 1px solid grey;
	width: 300px;
}
div#sisestus{
	width:90%;/*90%*/
}
div#logimise_vorm{
	text-align: center;
}
div#viga{
	width:440px;
	color: red;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
div.lai{
	width: 700px;
}
div.lai table{
	width: 100%;
}
div.raam{
	border: 1px solid black;
}
div.t2iskirje{
	width: 400px;
}
div.t2iskirje table{
	width: 100%;
}
legend{
	font-weight: bold;
}
table{
	border-collapse: collapse;
	border: 1px solid black;
}
tr.esimene{
	background-color: ghostwhite;
}
tr.teine{
	background-color: white;
}
tr.viimati_vaadatud{
	background-color: yellow;
}
th{
	/*text-align: right;*/
	vertical-align: top;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 5px;
}
td{
	vertical-align: top;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 5px;
}
td#vertical_middle{
	vertical-align: middle;
}
td.keskel{
	text-align: center;
}
td.paremal{
	text-align: right;
}
input{
	vertical-align: top;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid mediumblue;
	background-color: rgb(250,250,250);
	margin: 2px 3px 2px 3px;
}
input.nupp{
	font-weight: bold;
	background-color: aliceblue;
	text-align: center;
}
textarea{
	border: 1px solid mediumblue;
	background-color: rgb(250,250,250);
	margin: 0 3px 0 3px;
}
span#red{
	color: red;
	font-weight: bold;
}
span.b{
	font-weight: bold;
}
.inforiba{
	width: 90%;
}
.inforiba span{
	text-align: right;
	position: absolute;
	right: 0px;
}
.noborder{
	border: 0;
}
.noborder td{
	border: 0;
}

