﻿
.formLabel 
{
    font-family: Arial;
    font-size: 12px;
    color: #555555;
    font-weight: bold;
}

.formTextBox 
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #ee9920;
    height: 20px;
}

.formTextBoxMultiLine 
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #ee9920;
}

.formTextBoxCodeSource
{
    font-family: Courier;
    font-size: 14px;
    color: #444444;
    height: 20px;
}

.formCheckBoxText
{
    font-family: Arial;
    font-size: 12px;
    color: #555555;
    font-weight: normal;
}

.formDropDown 
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #ee9920;
    height: 24px;
}

.formLinkedButton 
{
    font-family: Arial;
    font-size: 12px;
}

.formLabelTableCell 
{
    width: 200px;
}

hr
{
    border: 1px dotted;
    border-color: #888888;
    margin: 1px 1px 1px 1px;
}

.info
{
    border: 1px solid;
    border-color: #555555;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    color: #ffaa31;
}

.errors 
{
    border: 1px solid;
    border-color: #ee9999;
    background-color: #FFDDDD;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    color: #555555;
} 

.allok 
{
    border: 1px solid;
    border-color: #08ca76;
    background-color: #dffbef;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    color: #555555;
} 

.formBigText 
{
    text-align:center;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#888888;
    padding-top: 5px;
    padding-bottom: 10px;
}

.formSmallText 
{
    text-align:center;
    font-family:Arial;
    font-size: 10px;
    font-weight:bold;
    color:#999999;
    padding-top: 2px;
    padding-bottom: 4px;
    text-align: left;
}

.asterisk 
{
    font-family: Arial;
    font-weight: bold;
    font-size: 25px;
    color: #ffaa31;
    vertical-align: middle;
}

    