form {

    margin: 0px;
    padding: 0px;

}

div.form_space {

    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
    width: 100%;
    margin: 0px;
    z-index: 2;
    
}

table.form {
    
    border: solid 1px #504e53;
    color: #333;
    border-bottom-width: 0px;

    background-color: #f9f9f9;
    font-size: 11px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    z-index: 2;

}

div.formContainer {

    margin-left: auto;
    margin-right: auto;
    width: 400px;
    z-index: 2;

}

table.formTitle {
    
    background-color: #504e53;
    border: 1px solid #504e53;
    border-bottom-width: 0px;
    font-weight: bold;
    color: #FFFFFF; 
    width: 100%;
    

}

table.formTitle td {

    padding: 4px;
    
}

.form, .form_space td {

    vertical-align: middle;
    text-align: left;
    
}

td.formColumn, td.formColumnBorderLeft, td.formColumnBorderRight, td.formColumnBorderBoth {

    vertical-align: top;

}

td.formColumnBorderBoth, td.formColumnBorderLeft {

    border-left: 2px solid #ffffff;

}

td.formColumnBorderBoth, td.formColumnBorderRight {

    border-right: 1px solid #aca899;

}

div.DateButtonImg {

    background: url('gfx/ico_calendar.gif') no-repeat left top;
    width: 22px;
    height: 19px;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
    vertical-align: top;
    float: left;

}

button.DateButton {

    width: 25px;
    height: 21px;

    padding: 0px;
    margin: 0px;
    margin-left: 3px;

    vertical-align: top;
    text-align: center;

    border: none;
    background-color: transparent;

}

.formError {

    color: red; 
    padding-top: 0px;

}

td.fieldTitle, td.fieldTitleLeft, div.fieldTitleVertical {

    padding-top: 7px;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
    color: #333;

}

td.fieldTitleRight {

    padding-top: 7px;
    vertical-align: top;
    white-space: nowrap;
    text-align: right;

}

div.fieldTitleVertical {

    padding-top: 0px;
    padding-bottom: 5px;

}

td.field {

    width: 100%;

}

td.fieldLeft, td.fieldRight, td.fieldLeftBorder {

    width: 5px;
    font-size: 1px;

}

td.fieldLeftBorder {

    border-left: 1px solid #aca899;

}

td.fieldRightBorder {

    width: 1px;

}

div.fieldBody {

    float: left;

}

div.fieldUnit {

    text-align: left;
    float: left;
    vertical-align: middle;
    line-height: 20px;
    margin-left: 6px;

}

.separator {

    font-size: 1px;
    padding: 2px 4px 2px 4px;

}

.topseparator {

    font-size: 1px;
    padding: 0px 4px 2px 4px;

}

.topseparator div {

    width: 100%;
    font-size: 1px;

}

.bottomseparator {

    padding: 3px 2px 3px 2px;
    font-size: 1px;

}

div.bottomseparatorTop, div.bottomseparatorBottom {

    width: 100%;
    height: 1px;

}

div.bottomseparatorTop {

    border-bottom: 1px solid #fff;

}

div.bottomseparatorBottom {

    border-top: 1px solid #aca899;

}

table.formButtons {

    border: solid 1px #504e53;
    border-top-width: 0px;
    background-color: #f9f9f9;
    width: 100%;

}

table.formButtons tr.Buttons td.formButtonsLeft,
table.formButtons tr.Buttons td.formButtonsRight {

    padding: 4px 8px 6px 8px;

}

td.formButtonsLeft {

    text-align: left; 

}

td.formButtonsRight {

    text-align: right;

}

td.fieldAdds {

    float: left; 
    padding-top: 8px;

}

div.textfieldBorder, div.textAreaBorder, div.passwordBorder, div.datefieldBorder {

    border: 1px solid #7f9db9;
    background-color: #fff;
    padding: 2px;
    margin: 0px;
    text-align: left;
    font-size: 12px;
    vertical-align: bottom;

}

div.textfieldBorder, div.passwordBorder, div.datefieldBorder {

    line-height: 22px;
    height: 15px;

}

div.textAreaBorder {

    height: 91px;

}

div.textAreaSpace, div.textfieldSpace, div.passwordSpace, div.datefieldSpace {

    padding: 0px; 
    width: 100%; 
    height: 100%; 
    clear: both;
    vertical-align: middle;

}

div.datefieldBorder {

    width: 110px;
    float: left;
    vertical-align: top;

}

input, select, textarea {

    font-family: Verdana;
    font-size: 12px;

}

textarea.textArea, textarea.textArea_invalid {

    overflow: auto;
    width: 100%;
    height: 90px;
    margin: 0px;
    padding: 0px;

    border: none;
    background-color: transparent;

}

input.textfield, input.password, input.datefield, 
input.textfield_invalid, input.password_invalid, input.datefield_invalid {

    width: 100%;
    height: 15px;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
    float: left;
    vertical-align: top;

    border: none;
    background: #fff;

}

input.textfield_invalid, input.password_invalid, input.datefield_invalid, textarea.textArea_invalid {

    background-color: #fff3f3;

}

input.inputFile {

    width: 100%;
    border: 1px solid #7f9db9;
    padding: 1px 1px;

}

input.inputFile_invalid {

    width: 100%;
    border: 1px solid #7f9db9;
    background-color: #fff3f3;
    padding: 1px 1px;

}


.radio input {

    margin-left: 0px;
    margin-right: 4px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: transparent;
    border: none;

}

.radio th {
    
    width: 16px;
    height: 17px;
    vertical-align: top;

}

.BlockTitle {

    font-size: 10px;
    font-weight: bold;
    padding: 6px 4px 7px 8px;
    color: #333;
    font-family: Verdana;
    font-size: 11px;

}

td.BlockText {

    text-align: center;
    padding: 15px 5px;

}

table.FormBody {

    width: 100%;

}

input.hiddenSubmit {

    height: 0px;
    position: relative;
    left: 30px;
    z-index: 0;

}

/* {{{ checkbox */

input.checkbox {

    float: left;

    margin: 0px 4px;

    text-align: left;
    vertical-align: top;

}

div.checkboxTitle, div.checkboxTitleDisabled {

    clear: right;
    cursor: default;

    color: #333;

    line-height: 18px;

    padding: 0px;
    margin: 0px;

}

div.checkboxTitleDisabled {

    color: #999;

}

div.checkbox_on, div.checkbox_off, div.checkbox_disabled_on, div.checkbox_disabled_off {

    float: left;

    width: 13px;
    height: 13px;

    padding-top: 5px;
    margin: 0px 4px;

}

div.checkbox_on {

    background: url('gfx/checkbox_on.gif') no-repeat center;

}

div.checkbox_off {

    background: url('gfx/checkbox_off.gif') no-repeat center;

}
div.checkbox_disabled_on {

    background: url('gfx/checkbox_disabled_on.gif') no-repeat center;

}

div.checkbox_disabled_off {

    background: url('gfx/checkbox_disabled_off.gif') no-repeat center;

}

@media print {

div.checkbox_disabled_on {

    background: url('gfx/checkbox_on.gif') no-repeat center;

}

div.checkbox_disabled_off {

    background: url('gfx/checkbox_off.gif') no-repeat center;

}

}

/* }}} */

/* {{{ combo box */

div.comboBox, div.comboBox_invalid,
div.editCombo, div.editCombo_invalid {

    background-color: #ffffff;
    border: 1px solid #7f9db9;

    height: 100%;

    padding: 0px;
    margin: 0px;

    text-align: left;
    font-size: 12px;

}

div.comboBox_invalid, div.editCombo_invalid {

    background-color: #fff3f3;

}

div.comboBoxSpace {

    height: 18px;
    padding: 0px 2px;
    margin: 2px 0px 0px 0px;

}

div.comboBox_input {

    overflow: hidden;
    cursor: default;

    background: transparent;
    border: none;
    color: #000;

    height: 15px;

    padding: 0px;
    margin: 0px 0px 0px 1px;

    text-align: left;
    font-family: Verdana;
    font-size: 12px;

}

input.comboBox_input {

    float: left;

    background: transparent;
    border: none;

    width: 90%;
    height: 15px;
    line-height: 14px;

    padding: 0px;
    margin: 0px;


}

div.comboBox_button, div.comboBox_buttonClicked {

    float: right;

    background: url('gfx/combobox_button.gif');

    width: 15px;
    height: 16px;

}

div.comboBox_buttonClicked {

    background: url('gfx/combobox_button_clicked.gif');

}

div.comboBox_list {

    display: none;
    overflow: auto;

    background-color: #ffffff;
    border: 1px solid #000000;

    position: absolute;
    z-index: 5;

    padding: 0px;
    margin: 4px 0px 0px -3px;

    text-align: left;

}

div.comboBox_option, div.comboBox_optionFocused {

    cursor: pointer;

    background-color: #ffffff;
    color: #000;

    height: 13px;

    padding: 3px;

}

div.comboBox_optionFocused {

    background-color: #316ac5;
    color: #ffffff;

}

.comboBox_value {

    display: none;

}

/* }}} */

/* {{{ file uploader */

iframe.FileUploadFrame {

    width: 100%;
    height: 22px;
    margin: 0px;
    padding: 0px;
    border: none;

}

div.FileUploadLoading, div.FileUploadError {

    display: none;
    padding: 5px 10px;
    background-color: white;
    border: 1px solid #7f9db9;
    vertical-align: middle;

}

div.FileUploadLoadingText {

    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 14px;
    width: 200px;

}

div.FileUploadLoadingReset {

    float: right;

}

div.FileUploadLoadingIcon {

    width: 16px;
    height: 16px;
    background: url('gfx/loading.gif') no-repeat center;
    float: left;
    margin-top: 2px;

}

div.FileUploadErrorIcon {

    width: 16px;
    height: 16px;
    background: url('gfx/error.gif') no-repeat center;
    float: left;
    margin-top: 2px;

}

div.FileUploadInfo {

    display: none;

}
/* }}} */

@media print {

    .hiddenSubmit {

        display: none;

    }

}


