html {
    height: 100%;
}

body {
    font-family: verdana, helvetica;
    font-size: 90%;
    background-color: #ffffff;
    color: #46494c;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

#header {
    background-color: #e3e6ea;
    border-bottom: 1px solid #f08900;
}

#footer {
    clear: both;
    background-color: #e3e6ea;
    text-align: center;
    border-top: 1px solid #f08900;
    /* position: absolute; */
    bottom: 0;
    left: 0px;
    width: 100%;
    padding: 4px;
}

#content {
    padding: 10px;
}

h1.title {
    padding: 4px;
    margin: 0px;
}

.message {
    color: #66AA66;
}

.error {
    color: #CC4444;
}

#menu {
    text-align: center;
}

.menu {
    padding: 0;
    margin: 0;

}

.menuItem {
    display:inline;

    text-color: red;

    border-right:1px solid #f08900;
    border-left:1px solid #f08900;
    background-color: #e3e6ea;
}

.menuItem a {
    text-decoration: none;

    padding:0.2em 0.6em;

    color: black;
}
.menuItem a:hover {
    text-decoration: underline;
}

@media print {
    body {
	font-family: times, serif;
    }
}

.box-select-payment-systems tbody tr td {
    border-top: 1px dashed #46494c;
}
.box-select-payment-systems tbody tr td:last-child {
    border-right: 1px dashed #46494c;
}
.box-select-payment-systems tbody tr td:first-child {
    border-left: 1px dashed #46494c;
}
.box-select-payment-systems tbody tr:last-child td {
    border-left: 0px none #46494c;
    border-bottom: 0px none #46494c;
    border-right: 0px none #46494c;
}


/* ul */
/* { */
/*     text-align:center; */
/*     float:left; */
/*     width:100%; */
/*     padding:0; */
/*     margin:0; */
/*     list-style-type:none; */
/* } */

/* a */
/* { */
/*     float:left; */
/*     width:6em; */
/*     text-decoration:none; */
/*     color: black; */
/*     background-color: #e3e6ea; */
/*     padding:0.2em 0.6em; */
/*     border-right:1px solid #f08900; */
/*     border-left:1px solid #f08900; */
/* } */
/* a:hover {background-color:#ff3300} */
/* li {display:inline} */
