﻿@font-face {
    font-family: 'BAUHS93';
    src: url('App_Scripts/External/Fonts/Bhs/BAUHS93.eot');
    src: local('BAUHS93'), url('App_Scripts/External/Fonts/Bhs/BAUHS93.woff') format('woff'), url('App_Scripts/External/Fonts/Bhs/BAUHS93.ttf') format('truetype');
}
.mpfont {
    font-family: 'BAUHS93' !important;
}

body {
    font-family: Verdana;
    font-size: 14px;
    background-color: white;
}

label {
    width: 100%;
}

input {
    width: 100%;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px dotted #dbd9d9;
}

th {
    font-size: 0.75em;
}

td {
    vertical-align: top;
    padding: 5px;
}

.link {
    text-decoration: underline;
    color:blue;
    cursor:pointer;
}

.headnavi {
    border-collapse: collapse;
    border: none;
    white-space:nowrap;
}

.masterpiece {
    font-family: 'Bauhaus 93';
    color: midnightblue;
}

.tdL {
    text-align: left;
}

.tdLT {
    text-align: left;
    vertical-align: top;
}

.tdC {
    text-align: center;
}

.tdCT {
    text-align: center;
    vertical-align: top;
}

.tdR {
    text-align: right;
}

.tdRT {
    text-align: right;
    vertical-align: top;
}

.headbig {
    font-size: 1.30em;
    font-weight: bold;
}

.headmid {
    font-size: 0.85em;
    font-weight: normal;
}

.headsml {
    font-size: 1.00em;
    font-weight: bold;
}

.headprgbig {
    padding-top: 10px;
    font-size: 1.20em;
    font-weight: bold;
}

.headprg {
    padding-top: 10px;
    font-size: 1.00em;
    font-weight: bold;
}

.button {
    cursor: pointer;
    font-weight: normal;
}

.buttonsel {
    cursor: pointer;
    font-weight: bold;
}

.expl {
    font-size: 0.87em;
    font-weight: normal;
    width: 10px;
}

.cmd {
    font-size: 1.1em;
    margin-right: 10px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 280px;
}

.modalclose {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
}

    .modalclose:hover,
    .modalclose:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
