body {
   font-family:      arial, "lucida console", sans-serif;
}

.formular {
    display: none;
}
.popupformular {
    display: none;
}
.tab ul {
    display: none;
}
#dateSelect {
    display: none;
}
#dateSelectIcon {
    display: none;
}
h3 {
    display: none;
}
.delete {
    display: none;
}
.selector {
    display: none;
}
.noprint {
    display: none;
}
#content h1 {
    margin-top: 0px;
}
#header {
    height: 0px;
    background-image: none;
}
#content {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    text-align: justify;
}
#main {
    border-style:        solid;
    border-left-width:     0px;
    border-right-width:    0px;
    border-bottom-width:   0px;
    border-top-width:      0px;
    min-height:          100%;
    width: inherit;
    margin: 0px auto;
    text-align: left;
    border-color: blue;
    background-color: white;
}

.list .small {
    font-size: 9px;
}

.list td {
    font-size: 12px;
    padding: 1px;
    padding-left: 1px;
    padding-right: 1px;
    white-space: nowrap;
}

.tabcontent {
    border-top-width: 0px;
    border-top-style: solid;
    padding-top:      5px;
    padding-left:     5px;
    padding-right:    5px;
    padding-bottom:   5px;
  //  width:            600px;
    -moz-border-radius: 8px;
}

.tooltipcontainer .tooltip {
    display: none;
    z-index: 98;
    text-align: left;
}