/* CSS Document */
/*--------Lehe stiilid----------*/
body {
	background-color: #005050;
	background-image: url(../images/image_01.gif);
	background-repeat: repeat-x;
}
.border {
	border: 1px solid #686868;
}
.lineTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cecece;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
}
.borderBotRig {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #686868;
	border-bottom-color: #686868;
}
.borderBotRigLef {
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #686868;
	border-left-color: #686868;
	border-bottom-color: #686868;
}
.borderBot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #686868;
}
.contentBg {
	background-image: url(../images/image_04.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.sectionRed{
	background-color:#b51d1d;
}
.sectionYel{
	background-color:#cd8113;
}
.sectionBlu{
	background-color:#2d6fad;
}
.sectionGre{
	background-color:#005050;
}
.menuItemAlt{
	background-color: #f4f4f4;	
}
.menuBorderBot{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeceb;
}

/*--------üld------*/
.itemBg{
	background-color: #dadede;
}
.itemAltBg{
	background-color:#e3e5e5;
}
.itemHeaderBg{
	background-color: #c4c8ca;
}

.hide{
visibility:hidden;
position:absolute;
display:none;
}
.show{
visibility:visible;
}
.hand{
cursor:pointer;
}
.hideMenu{
position:absolute;
visibility:hidden;
z-index:1;
filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2,overlap=0.1)
progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3)
alpha(opacity=90);
}
.showMenu{
position:absolute;
visibility:visible;
z-index:10;
filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2,overlap=0.1)
progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3)
alpha(opacity=90);
}