/* CSS Document */
/*--------Lehe stiilid----------*/
@charset "utf-8";
.headerBg {
	background-image: url(../../images/image_03.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.menuBg {
	background-image:url(../../images/image_13.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e0dfdd;
	background-image: url(../../images/bg_05.gif);
	background-repeat: repeat-x;
	background-position:top;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.contentBg {
	background-color:#FFFFFF;
	background-image:url(../../images/image_16.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-left: solid 1px #7bb218;
	border-right: solid 1px #7bb218;
}
.footerBg {
	background-color:#FFFFFF;
	border-bottom: solid 1px #7bb218;
}
.menuLeaf{
	padding-top: 10px;
	height:39px;
	background-image:url(../../images/image_17.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.imgBorder{
	border: solid 1px #CCCCCC;
}
.imgBorderHover{
	border: solid 1px #666666;
}
.leaf{	
	background-image:url(../../images/image_18.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.rightBoxTop{
	background-color:#ecf4dd;
	border-top: solid 1px #7bb218;
}
.rightBoxBot{
	background-color:#ecf4dd;
	border-bottom: solid 1px #7bb218;
}
.rightBoxContent{
	background-color:#ecf4dd;
	padding-right: 12px;
}
.rightBoxLeft{
	background-color:#ecf4dd;
	border-left: solid 1px #7bb218;
}
.shadow{
	background-image:url(../../images/image_31.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.content
{
	padding-left: 14px;
	padding-right: 14px;

}

/*---menu---*/
.fstMenuUl {
	list-style: none;
	height: 30px;
	float: left;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;	
}
.fstMenuLi {
	padding-top: 10px;
	height: 30px;
	float: left;
}
.sndMenuUl {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top:10px;
	padding-left: 8px;
	padding-bottom: 10px;
	text-align:left;
}
.sndMenuLi {
	padding: 0px;
	padding-top: 2px;
}
.trdMenuUl {
	list-style: none;	
	margin: 0px;
	padding: 0px;	
	padding-left: 8px;
}
.trdMenuLi {
	padding-top: 2px;
}
/*------*/
#langList{
	list-style:none;
	padding:0px;
	margin: 0px;	
}
#langList li{
	padding:0px;
	padding-right: 6px;
	margin: 0px;
	float:left;
}
#langList #selected{
	font-weight:bold;	
}
/*--------üld------*/
/*.itemBg {
	background-color: #dadede;
}
.itemAltBg {
	background-color:#e3e5e5;
}
.itemHeaderBg {
	background-color: #c4c8ca;
}*/
.hide {
	visibility:hidden;
	position:absolute;
	display:none;
}
.show {
	visibility:visible;
}
.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);

}
.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);
}
.hand {
	cursor:pointer;
}
.button {
	border: 1px solid #65778f;
	color:#000000;
	padding: 2px;
	padding-left: 16px;
	margin: 3px;
	font-size: 11px;
	height: 24px;
}
#btnLogIn {
	background-image:url(../../system/admin/images/btnLog.gif);
	background-repeat: no-repeat;
	background-position:left;
}
#btnLogInHover {
	background-image:url(../../system/admin/images/btnLogHover.gif);
	background-repeat: no-repeat;
	background-position:left;
	cursor: pointer;
}
#btnLogInHoverRev {
	background-image:url(../../system/admin/images/btnLogHoverRev.gif);
	background-repeat: no-repeat;
	background-position:left;
}
