body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #50792B;

	SCROLLBAR-FACE-COLOR: #000000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
	SCROLLBAR-SHADOW-COLOR: #50792B; 
	SCROLLBAR-3DLIGHT-COLOR: #50792B; 
	SCROLLBAR-ARROW-COLOR:  #000000; 
	SCROLLBAR-TRACK-COLOR: #50792B; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.tdbg {
	background-repeat: no-repeat;
	background-position: top;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.gepjarmu {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #345020;
	border-right-color: #50792B;
	border-bottom-color: #50792B;
	border-left-color: #345020;
	background-color: #81BE49;	
}
select {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #50792B;
	border-bottom-color: #50792B;
	border-left-color: #000000;
	background-color: #81BE49;
}

/*
 * Layer popup
 */
div.layer_top {
	width: 464px;
	height: 23px;
    padding: 8px 0 0 15px;
	background: transparent url(../gfx/layer_top.gif) no-repeat left top;
	color: #ffffff;
	font-weight: bold;
    font-family: Tahoma;
	font-size: 12px;
}

div.layer_top img {
    margin: 0 9px 0 0;
}

div.layer_data {
	width: 459px;
	background: transparent url(../gfx/layer_data.gif) repeat-y left top;
	padding: 10px;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}

div.layer_bottom {
	width: 464px;
	height: 30px;
    padding: 10px 15px 0 0;
	background: transparent url(../gfx/layer_bottom.gif) no-repeat left top;
	text-align: right;
}

div.layer {
	width: 479px;
	z-index: 10;
	background-color: transparent;
    margin-left: 10px;
}

div.layer_bottom a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

div.layer_bottom a:hover {
    color: #ffffff;
	text-decoration: none;
}

