@CHARSET "UTF-8";

input[type='text']{font-size: 14px;height: 22px}

.button_search {
    background-color: #47a;
    font-weight: bold;
    color: #fff;
    margin: 0 .2em;
    font-size: inherit;
    border: 0 none;
    cursor: pointer;
    overflow: visible;
    width: auto;
    padding: .2em .4em;
    border-radius: 5px;
    text-shadow: .1em .1em .1em rgba(0, 0, 0, .5);
    box-shadow: .1em .1em .1em rgba(0, 0, 0, .5);
    font-family: arial, helvetica, sans-serif;
}

form {
    border: 0px;
    padding: 0px
}

table th {
    font-size: 12px;
    padding: 2px;
}

table td {
    font-size: 12px;
}

.display {
    text-align: center;
}

table td a {
    color: #4c9ac9;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}

table td a:hover {
    color: #4c9889;
    cursor: pointer;
    outline: 0;
    text-decoration: underline;
}

.warning {
    background-color: #c7ddef;
    cursor: pointer;
}

.module {
    background-color: white;
    border-radius: 6px;
    padding: 0px;
    line-height: 1.3;
    width: 100%;
    margin-top: 4px;
    min-width: 1260px
}

.mod_title {
    display: block;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #97b0c8;
    font-weight: bold;
    font-size: 14px;
    padding: .5em .5em .5em 1em;
}

.mod_title a {
    color: #14376c;
    text-decoration: none;
}