
/*
värvid kohtute kodulehe kavandilt (umbkaudne color-pick)
023b4f - tumedaim, teksti värv
1f627c - tume, suurte kirjade sinakasroheline
bfdae5 - keskmine, keskosa taustasinine
e2edf1 - heledaim, menüütausta sinine
*/
body
{
	background: White;
}
TD 
{
	padding-left: 2px;
}
A:link, A:visited 
{
	color:#1f627c;
}
A:hover 
{
	color:#e2edf1;
}
.LabelHeader
{
	width: 800px;
	height: 20px;
	background-color: #1f627c;
	Color: White;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
} 
	
.Label
{
	color: #1f627c;
	font-size: smaller;
	font-weight:bold;
	font-family: Arial;
}
.LabelSmall
{
	Width: 70px;
	Height: 16px;
}
.LabelBig
{
	Width: 210px;
	Height: 16px;
}
.LabelDate 
{
	Width: 135px;
	Height: 16px;
}
.LabelVastused 
{
	float: right;
	font-size: smaller;
	font-family: Arial;
	color: #1f627c;
	font-weight:bold;
}
.InputDate
{
	width: 70px;
}
.InputBig 
{
	width:160px;
}
.Dropdown 
{
	 background: White;
	 color: Black;
	 font-weight:bold;
	 font-family: Arial;
	 font-size: smaller;
}
.DropdownBig 
{
	Width: 200px;
	NO_Height: 16px;
}
.TableHeader 
{
	font-size: smaller;
	font-family: Arial;
	font-weight: bold;
	background: #bfdae5;
	border-bottom: solid 1px #1f627c;
}
.Tulemused 
{
	border: solid 1px #1f627c;
}
.nb
{
	border-bottom: solid 2px #ffff99;
}
.viga 
{
	border-bottom: solid 2px #ff6666;
}

