/* 
    Document   : styles
    Created on : Oct 11, 2013, 6:32:31 PM
    Author     : skohler
    Description:
        Purpose of the stylesheet follows.
*/

.InputFields {
    background-color: lightgoldenrodyellow;
    width: 50px;
    text-align: right;
}

.InputText {
    background-color: lightgoldenrodyellow;
    width: 250px;
    text-align: left;
}

.PageHeadings {
    padding: 3px;
}

.DatePicker {
    text-align: right;
    width: 100px;
}

.AlignRight { text-align: right; }

.AlignCenter { text-align: center; }

.AlignLeft { text-align: left; }

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    
    tr.page-break  { display: block; page-break-before: always; }
    
}