﻿

.nu_header_text {
    font: bold 20px Verdana;
    padding: 0px 5px 5px 5px;
}

.nu_control_container {
    background-color: Transparent;
    border: solid 0px DarkGray;
    margin: 20px;
    height: 300px;
}

.nu_error_msg {
    background-color: Aqua;
    margin: 10px 10px 10px 10px;
}

.nu_item {
    position: relative;
    display: block;
    clear: both;
    float: left;
    width: 500px;
    width: 99%;
    border: solid 0px DarkGray;
    margin: 5px;
}

.nu_label {
    float: left;
    border: solid 0px Red;
    font: normal 12px Tahoma;
    width: 130px;
    width: 160px;
    width: 180px;
    text-align: right;
    padding: 1px 3px 3px 3px;
}

.nu_label_short {
    float: left;
    border: solid 0px Red;
    font: normal 12px Tahoma;
    width: 130px;

    
    text-align: right;
    padding: 1px 3px 3px 3px;
}
.nu_label_left {
    float: left;
    position: relative;
    top: 0px;
    border: solid 1px Whitesmoke;
    border: solid 0px Whitesmoke;   /*label border*/

    font-family: Arial;
    font-size: 9pt;
    font-weight: 700;
    width: 95px;
    text-align: right;
    text-wrap-mode: nowrap;
    padding: 3px 4px 0px 0px;
}
.nu_label_hint_left {
    float: left;
    position: absolute;
    top: 13px;
    left: 0px;
    border: solid 0px Red;

    font-family: Tahoma;
    font-size: 7pt;
    font-weight: 400;

    color: DarkSlateGray;
    width: auto;
    text-align: right;
    padding: 0px;
}
.nu_label_hint {
    float: left;
    position: absolute;
    top: 13px;
    left: 0px;
    border: solid 0px Red;
    font: normal 9px Tahoma;
    color: DarkSlateGray;
    width: 175px;
    text-align: right;
    padding: 1px 3px 3px 3px;
}

.nu_confirm_label {
    float: left;
    border: solid 1px Gray;
    background-color: LightGray;
    font: normal 14px Tahoma;
    width: 200px;
    text-align: left;
    padding: 1px 3px 3px 3px;
}


.nu_control {
    float: left;
    border: solid 0px Blue;
    font: bold 12px Arial;
    xposition:relative;
    xtop:-3px;
}

.nu_status {
    float: left;
    border: solid 0px Blue;
    display: inline;
    background-color: Transaprent;
    font: bold 9px Tahoma;
    color: Red;
    padding: 0px 0px 0px 5px;
    text-wrap: normal;
    height:auto;
}

.nu_next_button {
    position: absolute;
    top: 0px;
    left: 280px;
    background-color: Aquamarine;
}

.nu_back_button {
    position: absolute;
    top: 0px;
    left: 50px;
    background-color: LightPink;
}

.nu_close_button {
    position: absolute;
    top: 60px;
    left: 50px;
    background-color: LightPink;
}

.nu_rh_red {
    position: absolute;
    top: 0px;
    left: 280px;
    background-color: LightPink;
}
