
body, td, th {
    font-family: Tahoma;
    font-size: 10pt;
}
.calendar ul {
    margin: 0;
}
hr {
    background-color: black;
    border: 1px solid black;
    height: 0;
}
.menu {
    list-style-type: none;
    margin-left: 0;
    padding-bottom: 5px;
    padding-right: 5%;
}
.submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.submenu li {
    border: 1px solid black;
    float: left;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 200px;
}
.submenu select {
    border: 0 none;
    float: left;
    font-size: 9pt;
    height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.submenu a:link, a:visited {
    color: blue;
}
.menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #000000;
    border-color: #c0c0c0 black black #c0c0c0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 5px;
    padding: 2px 5px;
}
.menu a:link, .menu a:visited {
    color: #ff6600;
    text-decoration: none;
}
.submenu a:link, .submenu a:visited {
    text-decoration: none;
}
.tableheader {
    background-color: #c0c0c0;
}
.tableheader td {
    border-bottom: 1px solid black;
}
.tableheader th {
    border-bottom: 1px solid black;
    font-weight: bold;
    text-align: left;
}
.menu .current {
    background-color: #1759c7;
    color: #ffffff;
    font-weight: bold;
}
.submenu .current {
    background-color: #1759c7;
    color: #ffffff;
}
.submenu .current a:link, .submenu .current a:visited {
    color: #ffffff;
}
.stattable {
    border: 1px solid black;
    float: left;
    margin: 5px;
}
.stattable td {
    text-align: center;
}
.coloredtable a {
    color: black;
}
.date-picker-x-container {
    position: relative;
}
.date-picker-x {
    -moz-user-select: none;
    background: #444 none repeat scroll 0 0;
    box-sizing: content-box;
    color: #fff;
    display: none;
    font: 18px/1 Arial;
    left: 550px;
    padding: 10px;
    position: absolute;
    top: 100%;
    transform: translateY(15px);
    width: 308px;
    z-index: 1;
}
.date-picker-x.to-top {
    bottom: 100%;
    top: auto;
    transform: translateY(-15px);
}
.date-picker-x.to-top::before {
    border-width: 10px 10px 0;
    bottom: auto;
    top: 100%;
}
.date-picker-x.active {
    display: block;
}
.date-picker-x * {
    box-sizing: border-box;
}
.date-picker-x .dpx-title-box {
    -moz-box-align: center;
    -moz-box-pack: justify;
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
    height: 45px;
    justify-content: space-between;
    padding-bottom: 10px;
}
.date-picker-x .dpx-prev, .date-picker-x .dpx-next {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    display: block;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 50px;
}
.date-picker-x .dpx-prev:hover, .date-picker-x .dpx-next:hover {
    color: #fff;
}
.date-picker-x .dpx-title {
    display: block;
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px;
}
.date-picker-x:not([data-dpx-type="year"]) .dpx-title {
    cursor: pointer;
}
.date-picker-x .dpx-content-box {
    -moz-box-pack: center;
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    height: 288px;
    justify-content: center;
    padding-top: 10px;
}
.date-picker-x .dpx-btns {
    border-top: 1px solid #ccc;
    display: flex;
    padding-top: 10px;
}
.date-picker-x .dpx-btns .dpx-item {
    -moz-box-flex: 1;
    flex: 1 1 0;
    height: 30px !important;
}
.date-picker-x .dpx-item {
    -moz-box-align: center;
    -moz-box-flex: 1;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    flex: 1 0 25%;
    justify-content: center;
}
.date-picker-x .dpx-item:not(.dpx-weekday) {
    cursor: pointer;
}
.date-picker-x .dpx-item:hover:not(.dpx-weekday) {
    box-shadow: 0 0 0 2px #3385ff inset, 0 0 0 4px #444 inset;
}
.date-picker-x .dpx-weekday {
    font-size: 15px;
    height: 24px !important;
}
.date-picker-x[data-dpx-type="day"] .dpx-item {
    flex-basis: 44px;
    height: 44px;
}
.date-picker-x .dpx-current {
    box-shadow: 0 0 0 2px #66a3ff inset;
}
.date-picker-x .dpx-selected {
    background: #06f none repeat scroll 0 0;
}
.date-picker-x .dpx-weekend {
    color: #f99;
}
.date-picker-x .dpx-out {
    color: #bbb;
}
.date-picker-x .dpx-disabled {
    box-shadow: none !important;
    color: #666 !important;
    cursor: default !important;
}
.date-picker-x .dpx-disabled.dpx-current {
    box-shadow: 0 0 0 2px #66a3ff inset !important;
}
