﻿body,html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-left:10px;
}

form, div, table, td, input {
    font-size: 13px;
    font-family: Arial;
}
td,th{padding-right: 10px;}
.calc {
    min-width: 70px;
    min-height: 50px;
}

.calc2 {
    border: none;
    background-color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 60px;
    min-height: 60px;
}

.calc3 {
    border: none;
    background-color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 70px;
    min-height: 200px;
}

.calc4 {
    max-width: 120px;
    min-width:90px;
    min-height: 50px;
    width:10%;
}
input.hotkey {
    max-width: 300px;
    min-width:120px;
    min-height: 50px;
    width:25%;
    background-color:lightpink;
    font-size:smaller;
    text-wrap:normal;
}
.button, a.button
{
    width:100%;
    max-width:800px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #000000;
    padding: 5px 10px 5px 10px;
}
.button:hover, a.button:hover, a.button:active
{
    -moz-opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .50;
    filter: alpha(opacity=50);
}

#modaloverlay {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; /*text-align:center;*/
    z-index: 1000;
    /*background-image: url(sysimages/modalbackground.jpg);*/
    -moz-opacity: 0.98;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
    opacity: .98;
    filter: alpha(opacity=98);
}

    #modaloverlay div {
        width: 600px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #fff;
        border: 1px solid #000;
        padding: 15px; /*text-align:center;*/
    }

#modalcontents {
    background-color: white;
}
@media print
{
.noprint {display:none;}
}
