﻿
.formTitle
{
    font-family: 'Trebuchet MS';
    font-size: 30px;
    color: #a9a9a9;
    text-align: center;
}

.formNumber
{
    color: Black;
    font-size: 16px;
    text-align: right;
}

.xmldebug
{
    border: 1px solid black;
    font-size: 12px;
    margin: 10px;
    font-family: Arial;
    text-align: left;
}

.form
{
    display: block;
    width: 750px;
    background-color: #fafaff;
    border-left: dotted 1px black;
    border-right: dotted 1px black;
    border-top: dotted 1px black;
    border-bottom: dotted 1px black;
    padding: 5px;
    text-align: left;
}

.form H1
{
    color: #003C59;
    font-family: Arial Unicode MS;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: normal;
    margin: 1em 0pt 0.1em;
    border-bottom: solid 1px black;
    margin-bottom: 10px;
    margin-top: 10px;
}

.form H2
{
    color: #003C59;
    font-family: Arial Unicode MS;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: normal;
    margin: 1em 0pt 0.1em;
    border-bottom: dotted 1px black;
    margin-bottom: 10px;
    margin-top: 5px;
}

.form .longfield
{
    height: auto;
    width: 330px;
    display: inline-block;
    float: left;
    margin: 1px;
    padding: 2px;
}

.form .longfield .title
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: bold;
    display: block; /*border-bottom:dotted 1px black;*/
}

.form .longfield .value
{
    padding: 1px;
}

.form .field
{
    height: 40px;
    width: 330px;
    display: inline-block;
    float: left;
    margin: 1px;
    padding: 2px;
}

.form .field .title
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: bold;
    display: block; /*border-bottom:dotted 1px black;*/
}

.form .field .value
{
    padding: 1px;
}

.form .section
{
    width: 100%;
    text-align: left;
}

.form .section HR
{
    border-right: #dcdcdc 1px dashed;
    border-top: #dcdcdc 1px dashed;
    border-left: #dcdcdc 1px dashed;
    border-bottom: #dcdcdc 1px dashed;
}

.form .section .list
{
    font-size: 12px;
}

.form .section .list TD
{
    padding-left: 5px;
    padding-right: 5px;
}

.form .section .list .rowheader
{
    font-weight: bold;
    border-bottom: dotted 1px gray;
}

.form .section .list .templaterowheader
{
    font-weight: bold;
    border-bottom: dotted 1px gray;
    background-color: orange;
}

.form .section .list .row
{
    background-color: #fffff0;
    border-bottom: dotted 1px gray;
    height: 20px;
}

.form .section .list .footer
{
    font-weight: bold;
}

.form .section .list .alternate
{
    background-color: #ffffe0;
}

.form .section .list .editing
{
    background-color: orange;
}

.form .section .list .row TD
{
    border: dotted 1px gray;
}

.form .validation
{
    white-space: nowrap;
}

.form .errors
{
    background: #F0FFB3;
    border: #333333 1px solid;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
    font-family: Tahoma;
}

.form .errors li
{
    list-style-position: inside;
    list-style-type: square;
    margin: 2px;
}

.form .warning
{
    background: white;
    border: #333333 1px solid;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
    font-family: Tahoma;
    color: red;
}


.form .section .ajax__tab_xp .ajax__tab_header
{
    font-size: 11px;
}

.form .section .ajax__tab_xp .ajax__tab_panel
{
    width: 730px;
    font-size: 11px;
}

@media print
{
    .form
    {
        width: 620px;
    }

    .form .field
    {
        width: 300px;
    }

    .form .field .title
    {
        font-size: 11px;
    }
    .form .section .list
    {
        font-size: 10px;
    }

}

/* DESIGNER */

.dform
{
    display: block;
    background-color: #fafaff;
    border-left: dotted 1px black;
    border-right: dotted 1px black;
    border-top: dotted 1px black;
    border-bottom: dotted 1px black;
    padding: 5px;
    text-align: left;
}


.dform H1
{
    color: #003C59;
    font-family: Arial Unicode MS;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: normal;
    margin: 1em 0pt 0.1em;
    border-bottom: solid 1px black;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dform H2
{
    color: #003C59;
    font-family: Arial Unicode MS;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: normal;
    margin: 1em 0pt 0.1em;
    border-bottom: dotted 1px black;
    margin-bottom: 10px;
    margin-top: 5px;
}

.dform .dformTitle
{
    font-family: 'Trebuchet MS';
    font-size: 30px;
    color: #a9a9a9;
    text-align: center;
}

.dform .dformNumber
{
    color: Black;
    font-size: 16px;
    text-align: right;
}

.dform .longfield
{
    height: auto;
    width: 330px;
    margin: 1px;
    padding: 2px;
}

.dform .longfield .title
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: bold;
    display: block; /*border-bottom:dotted 1px black;*/
}

.dform .longfield .value
{
    padding: 1px;
}

.dform .field
{
    margin: 1px;
    padding: 2px;
    display: inline-block;
}

.dform .field .title
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: bold;
    display: block; /*border-bottom:dotted 1px black;*/
}

.dform .field .value
{
    padding: 1px;
}

.dform .section
{
    width: 100%;
    text-align: left;
}

.dform .section HR
{
    border-right: #dcdcdc 1px dashed;
    border-top: #dcdcdc 1px dashed;
    border-left: #dcdcdc 1px dashed;
    border-bottom: #dcdcdc 1px dashed;
}

.dform .validationSummary
{
    border: 1px solid #C7C7FF;
    background-color: #FFEA94;
    margin: 5px;
    padding: 5px;
    padding-left: 36px;
    background-image: url('/img/error.gif');
    background-repeat: no-repeat;
    background-position: center left;
    min-height: 30px;
}

.dform .validationSummary LI
{
		list-style-type:disc;
		list-style-position: inside;
}

.dform .section .masterDetailList
{
    font-size: 12px;
}

.dform .section .masterDetailList .header
{
    font-weight: bold;
    border-bottom: dotted 1px gray;
}

.dform .section .masterDetailList .header .cell
{
}

.dform .section .masterDetailList .header .button
{
    width: 45px;
}

.dform .section .masterDetailList .footer
{
    font-weight: bold;
}

.dform .section .masterDetailList .row
{
    background-color: #fffff0;
    border-bottom: dotted 1px gray;
    height: 20px;
}

.dform .section .masterDetailList .edit
{
    background-color: orange;
}

.dform .section .masterDetailList .alternate
{
}

.dform .section .masterDetailList .row .cell
{
    padding-left: 5px;
    padding-right: 5px;
    border: dotted 1px gray;
}

.dform .section .masterDetailList .row .button
{
    width: 45px;
}

.dform .validation
{
    white-space: nowrap;
}

.dform .errors
{
    background: #F0FFB3;
    border: #333333 1px solid;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
    font-family: Tahoma;
}

.dform .errors li
{
    list-style-position: inside;
    list-style-type: square;
    margin: 2px;
}

.dform .warning
{
    background: white;
    border: #333333 1px solid;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
    font-family: Tahoma;
    color: red;
}

.dform .section .ajax__tab_xp .ajax__tab_header
{
    font-size: 11px;
}

.dform .section .ajax__tab_xp .ajax__tab_panel
{
    width: 730px;
    font-size: 11px;
}

@media print
{
    .dform
    {
        width: 620px;
    }

    .dform .field
    {
        width: 300px;
    }

    .dform .field .title
    {
        font-size: 11px;
    }
    .dform .section .list
    {
        font-size: 10px;
    }
}

.actionArea
{
    width: 100%;
}

.actionArea .actionButton
{
    border-right: #55608a 2px outset;
    border-top: #7d86ac 2px outset;
    border-left: #7d86ac 2px outset;
    border-bottom: #55608a 2px outset;
    background-color: #7A7A7A;
    background-position: 3px 3px;
    background-image: url('img/actionComplete24.gif');
    width: 94%;
    background-repeat: no-repeat;
    color: white;
    font: 'Verdana';
    text-align: left;
    display: block;
    padding-left: 30px;
    margin-bottom: 5px;
    min-height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.actionArea .actionButton:hover
{
    border-right: #566393 2px outset;
    border-top: #99a4d0 2px outset;
    border-left: #99a4d0 2px outset;
    border-bottom: #566393 2px outset;
    background-color: #7c89ba;
    text-decoration: none;
}

.actionArea .actionButton .title
{
    font-size: 16px;
}

.actionArea .actionButton .title:hover
{
    font-size: 16px;
    text-decoration: underline;
}

.actionArea .actionButton .desc
{
    font-size: 12px;
    font: 'Arial';
}

.form .section .masterDetailList
{
    font-size: 12px;
}

.form .section .masterDetailList .header
{
    font-weight: bold;
    border-bottom: dotted 1px gray;
}

.form .section .masterDetailList .header .cell
{
}

.form .section .masterDetailList .header .button
{
    width: 45px;
}

.form .section .masterDetailList .footer
{
    font-weight: bold;
}

.form .section .masterDetailList .row
{
    background-color: #fffff0;
    border-bottom: dotted 1px gray;
    height: 20px;
}

.form .section .masterDetailList .edit
{
    background-color: orange;
}

.form .section .masterDetailList .alternate
{
}

.form .section .masterDetailList .row .cell
{
    padding-left: 5px;
    padding-right: 5px;
    border: dotted 1px gray;
}

.form .section .masterDetailList .row .button
{
    width: 45px;
}

