/* 
    Document   : style
    Created on : 2010.08.25., 15:10:59
    Author     : bausoft
    Description:
        Purpose of the stylesheet follows.
*/


body {
    font-family: Arial;
    font-size: 14px;
}

.wrapper {
    background-color: #98dafc;
}

.Col1 {
    text-align: right;
}

.Col2 {
    text-align: left;
}

.Col2r {
    width: 70px;
    text-align: right;
}

.Col3 {
    text-align: left;
}

.Col23 {
    text-align: left;
}

table {
    border-style: solid;
    border-width: thin;
    border-radius: 3px;
}

th {
    font-size: larger;
    text-align: left;
}

.Comment {
    font-size: smaller;
}

.CalcButton {
    text-align: right;
}

.ErrorMessage {
     color: red;
     font-size: larger;
}

input[type="text"] {
     width: 50px;
}

.InputTable {
    background-color: #98dafc;
    width: 100%
}

.ResultTable {
    background-color: #98dafc;
    width: 100%
}

.invisible{
    display:none;
}

.visible{
    display:inline;
}

