body, table, td, th, input {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 12px;
}
th {
    font-weight: bold;
    text-align: left;
}
.headerprint {
    border-style: none;
    padding-bottom: 20px;
}
.header {
    //background-color: #7bba7b;
    text-align:left;
    background-color: white;
}
.menu {
    //background-color: #ffe7bd;
    background-color: #e8e5ea;
    color: #ffffff;
    font-weight: bold;
    vertical-align:top;

}
.menuitem,.menuitemhover,.menuitemlast,.menuitemhoverlast,.menuitemsel,.menuitemlastsel {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #9c796b;
    padding-left: 10px;
    color: #9c796b;
    cursor: pointer;
    font-size: 10px;
}
.menuitemhover,.menuitemhoverlast {
    background-color: #ffffff;
}
.menuitemhoverlast,.menuitemlast {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #9c796b;
}
.menuitemsel,.menuitemlastsel {
    background-color: #89878B;
    color:white;
}
.footer {
    background-color: #ffffff;
    font-size: 9px;
}
.small {
    background-color: #ffffff;
    font-size: 9px;
}
.content {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #b1c1ca;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b1c1ca;
    background-image: url("../img/compass.gif");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}
.contentprint {
    border-style: none;
    vertical-align: top;
}
.title, .subtitle {
    font-size: 24px;
    font-weight: normal;
    color: #de8218;
    padding-left: 10px;
}
.subtitle {
    font-size: 18px;
    padding-left: 10px;
}
.subtitle2 {
    padding-left: 10px;
}
.legend {
    color: #000000 ;
    font-size: 9px;
    background-color: #ECECEC;
}
.larger {
    font-weight: bold;
}
.banner {
    background-color: #ffe7bd;
    color: #9c796b;
    font-weight: bold;
    padding: 10px;
    vertical-align: top;
}
.popup {
    margin : 0 0 0 0;
    background-color: #fff3d6;
}
.warning {
    color: red;
}
p {
    padding-left: 10px;
}
