﻿body
{
    font-family:Arial;
    font-size:10pt;    
}

.EntryForm
{
    text-align: left;
    font-size: 10pt;
}

.ConfirmForm
{
    text-align: left;
    font-size: 10pt;
}

.confirmPopup
{
    background-color: #eeeeee;
    border:solid 1px gray;
    padding:2px;
}

.confirmPopupDragHandle
{
    background-color: #9AB6D9;
    height:20px;
    cursor:move;
}

.confirmPopupContent
{
    padding-top:10px; 
    padding-bottom:10px;
    /*
    text-align:-moz-center;
    */
    text-align:center;
}

.confirmPopupButton
{
    width:50px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.formBorder
{
    border: solid; 
    border-color: #333333; 
    padding: 6px;    
}

.sectionHeader
{
    background-color: #730530; /*#95A471;*/
    color:White;
    font-weight:bold;
    padding-left:6px;
    padding-right:6px;
    padding-top:2px;
    padding-bottom:2px;
    margin-bottom:4px;
    text-align:left;
}

.gridHeader
{
    background-color: #95A471; /*#AEB88F;*/
    color: White;
    font-weight:bold;    
}

.gridPager
{
    background-color: #95A471;
    color: White;
    font-weight:bold;    
}

.gridAlternatingRow
{
    background-color: #D7DCC7;
    background-color: #E9EBE0;
    background-color: #F2F3ED;

}

.requiredIndicator
{
    font-weight: bold;
    color: Red;
}

.calculatingMessage
{
    color: Blue;
    font-weight: normal;
}

.loadingMessage
{
    color: Blue;
    font-weight: normal;
}

.savingMessage
{
    color: Blue;
    font-weight: normal;
}

.progressBackgroundFilter 
    {
        position:fixed; 
        top:0px; 
        bottom:0px; 
        left:0px;
        right:0px;
        overflow:hidden; 
        padding:0; 
        margin:0; 
        background-color:gray; 
        filter:alpha(opacity=30); 
        opacity:0.3; 
        z-index:1000; 
    }

.progressPanel
{
    /*background-color:#dfdfdf;*/
    width: 150px;
    background-color:white;
    padding:10px; 
    border:solid 2px gray;
    text-align:center;
    z-index:1001;
}

.progressMessage
{
    color: Black;
    font-weight: bold;
}

.numberTextbox
{
    text-align: right;
}

.errorPanel
{
    padding: 20px;  
    background-color: #ffffcc;
    border: solid 2px red;
    text-align: left;
    /*width: 300px;*/
}

.errorMessage
{
    font-family:Arial;
    font-size:10pt;
    color:Red;
}


