
HTML, BODY {
  margin: 0px;
  padding: 0px;
  border: none;
  height: 100%;
  width: 100%;
}

* {
  font-family: Verdana, Tahoma, sans-serif;
}

.bold { font-weight: bold; }
.italic { font-style: italic; }


/* Altalanos beallitasok */

HTML, BODY {
  overflow: auto;
}

BODY {
  font-size: 12px;
  color: #33480F;
}

IMG { border: none; }

A {
  text-decoration: none;
  color: #3e5b0b;
}

A:hover {
}

.spacer {
  font-size: 1px;
  width: 1px;
  height: 1px;
}

SPAN.hl_text {
  background: #ffff00;
  color: #000000;
}

#header {
  height: 64px;
  background: #99c848 url(img/header_bg.gif);
}

.tabmenu {
  background: url(img/hmenu_bg.gif);
  padding-left: 6px;
  font-weight: bold;
}

.tabmenu A, .tabmenu-current A  { color: #3e5b0b; }

.tabmenu-current {
  background: url(img/hmenu_sel_bg.gif);
  padding-left: 6px;
  font-weight: bold;
}

#logo {
  width: 210px;
  text-align: center;
}

#main {
}

#main_content {
  margin-top: 20px;
  margin-bottom: 20px;
}

#page_name {
  margin-bottom: 10px;
  border-bottom: 1px dotted #3e5b0b;
}

.page_name, .page_name H1 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.page_name H1 {
  margin: 0;
  padding: 0;
}

#page_desc {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  color: #789C39;
}

#content {
  margin-top: 20px;
}

#footer {
  padding-left: 10px;
  color: #004D14;
  height: 30px;
  background: #99c848 url(img/footer_bg.gif);
  border-top: 1px solid #000000;
}

A.footerlink {
  font-weight: normal;
}

A.footerlink:hover {
}

TD {
  font-size: 10px;
  font-weight: normal;
  color: #262626;
}

TABLE.normaltable
{
  border-style: solid;
  border-color: #789C39;
  border-left-width: 1px;
  border-top-width: 1px;
  border-collapse: collapse;
}

TABLE.normaltable TD
{
  border-style: solid;
  border-color: #789C39;
  border-left-width: 0;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 1px;
}

/* list row*/
.lr TD,
.lr_pn TD,
.lr_ps TD,
.lr_subtotal TD,
.lr_grandtotal TD,
.lr_error TD {
  border-style: solid;
  border-color: #789C39;
  border-left-width: 0;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 1px;
  font-size:10px;
  font-weight:normal;
  color:#004D14;
}

.lr TD TD,
.lr_pn TD TD,
.lr_ps TD TD {
  border: none;
}

.lr_pn TD {
  background-color: #FFFFFF;
}

.lr_ps TD {
  background-color: #E9F7D0;
}

.lr_subtotal TD {
  background-color: #FFFCAD;
}

.lr_grandtotal TD {
  background-color: #CCE995;
  font-weight: bold;
}

.lr_error TD {
  background-color: #FFD700;
}

/* list header */
.lh TH, .lh TD {
  background-color: #CCE995;
  font-size:10px;
  font-weight:bold;
  color:#004D14;
  border-style: solid;
  border-color: #789C39;
  border-left-width: 0px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  text-align: center;
}

TD.listSortCell {
  background-color: #CCE995;
  border-style: solid;
  border-color: #789C39;
  border-left-width: 0px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  padding-bottom: 0px;
}

DIV.list_fieldlist {
  width: 180px;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #64822F;
  position: absolute;
  z-index: 100;
  text-align: justify;
  display: none;
}

input {
  border-collapse: collapse;
  font-size: 9px;
  font-weight:bold;
  padding: 1px;
  border: 1px solid #789C39;
  color: #00592F;
  background-color:#FFFFFF;
}

INPUT.checkbox {
  border: none;
  padding: 0px;
}

TEXTAREA {
  font-size:7pt;
  font-weight:bold;
  color:#00592F;
  padding: 0px;
  background-color:#FFFFFF;
  border: 1px solid #789C39;
}

SELECT {
  background-color:#FFFFFF;
  font-size:9px;
  font-weight:bold;
  color:#00592F;
}

/* FORM RELATED SYLES */
.formHeaderTxt {
  font-size:10px;
  font-weight:bold;
  color:#004D14;
}

.formRequired {
  font-size:10px;
  font-weight:bold;
  color:#004D14;
}

.boxNormal, .formNormal, .listatext {
  font-size:10px;
  font-weight:normal;
  color:#004D14;
}

.formSubtext {
  font-size:10px;
  font-weight:normal;
  color:#004D14;
}

.formSubError {
  font-size:10px;
  font-weight:bold;
  color:#FF4D14;
}

a.formSubError {
  text-decoration: none;
}

a.formSubError:hover {
  text-decoration: underline;
}

.warning {
  line-height: 20px;
  font-size:   11px;
  font-weight: normal;
  color:       #DA4800;
  text-decoration: none;
  background-color:#FFD700;
}

.status {
  line-height: 20px;
  font-size:   11px;
  font-weight: bold;
  color:       #64822F;
  text-decoration: none;
  background-color:#E0EFC4;
}

.hint {
  width: 180px;
  padding: 4px;
  background-color: #ffffff;
  color: #64822F;
  border: 1px solid #64822F;
  position: absolute;
  z-index: 100;
  text-align: justify;
  display: none;
}

TABLE.former {
  border: 1px solid;
  border-color: #8EC165;
}

TABLE.former_hmenu {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-top: 0px solid;
  border-color: #8EC165;
}

.subtitle {
  font-size:   13px;
  font-weight: bold;
  color:       #3e5b0b;
  text-decoration: none;
  margin-bottom: 10px;
}

.err_handle_error {
  font-size: 14px;
  color: #64822F;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

TABLE.navigbar {
  width: 620px;
  background-color: #CCE995;
  border: 1px solid #789C39;
}

TABLE.navigbar IMG {
  vertical-align: middle;
}

TABLE.navigbar TD {
  padding: 4px;
}

HR {
  border: 1px solid #FFFFFF;
  height: 1px;
}

/* Datasheet */
TABLE.dsForm {
  background: #ffffff;
}

TD.dsLine {
  background: #E9F7D0;
  height: 4px;
}

TD.dsTitle {
  background: #CAEA95;
  padding: 1px;
}

TD.dsTitle H3 {
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 10px !important; /* inherit */
}

TD.dsLabel {
  background: #E9F7D0;
  font-weight: bold;
  padding: 2px;
  border-bottom: 1px dotted #CAEA95;
  line-height: 14px;
}

DIV.dsLabel {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 8px;
  line-height: 14px;
}

TD.dsJoin {
  background: #E9F7D0;
  padding: 2px;
  border-bottom: 1px dotted #CAEA95;
  line-height: 14px;
}

TD.dsData {
  background: #ffffff;
  padding: 3px;
  border-bottom: 1px dotted #CAEA95;
  line-height: 14px;
}
/* Datasheet End */

.ort_line {
  margin-bottom: 6px;
}

.ort_line, .ort_line A {
  font-size: 12px;
}

.content_line {
  margin-bottom: 2px;
}

.content_line, .content_line A {
  font-size: 10px;
}

.ort_line A.lm16 { margin-left: 16px; }
.ort_line A.gray { color: gray; }

/* Urlap beallitasok */

.frm {
  background: url(img/form_bg.gif);
}

.frmButtonList {
  text-align: center;
  padding-top: 5px;
}

.button {
  font-size: 9px;
  font-weight: bold;
  color: #ffffff;
  background-color: #abd464;
  border: 1px solid #000000;
}

.frmButtonList .button {
  margin-left: 6px;
  margin-right: 6px;
}

.formtab {
  background: url(img/form_menu_bg.gif);
  padding-left: 6px;
  font-weight: bold;
  white-space: nowrap;
}

.formtab-current {
  background: url(img/form_menu_sel_bg.gif);
  padding-left: 6px;
  font-weight: bold;
  white-space: nowrap;
}

.formtab a, .formtab-current a {
  white-space: nowrap;
}

/* Help */
DIV.help {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1;
}

DIV.helpindex {
  display: block;
  float: left;
  height: 100%;
  margin: 0px 4px 0px 0px;
  overflow: auto;
  padding: 0px;
  position: relative;
  width: 220px;
  z-index: 1;
  border-right: 1px solid #e7e7e7;
}

DIV.helpindex DIV {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 6px;
  margin-right: 6px;
  white-space: nowrap;
}

DIV.helpindex A {
  font-size: 10px;
  font-weight: bold;
  color: #000099;
}

DIV.helpcontent {
  height: 100%;
  margin: 0px;
  overflow: auto;
  padding: 0px;
  position: relative;
  z-index: 10;
}

DIV.helptext {
  margin-bottom: 20px;
}

DIV.helptitle {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}

SPAN.warning {
  line-height: 20px;
  font-size:   11px;
  font-weight: bold;
  color:       #DA4800;
  text-decoration: none;
  background-color: #FFFFFF;
}

.nw {
  white-space: nowrap;
  font-size: 10px;
  line-height: 150%;
}

A.externalLink {
  /*background: transparent url(img/external.png) no-repeat scroll right center;*/
  /*padding: 1px 17px 1px 0px;*/
}

A.externalLink SPAN.icon {
  background: transparent url(img/external.png) no-repeat right center;
  width: 17px;
  height: 12px;
  display: inline-block;
}

A.externalLink:visited {
  color: #344a23;
}

A.pubcim {
  text-decoration: underline;
}

DIV.anchor_style A {
  white-space: nowrap;
  font-size: 10px;
  line-height: 150%;
}
