/*** Inforaum Skin for RadTextBox */

    .RadInput_Inforaum {
        font: normal 12px sans-serif;
    }

    html body .RadInput_Inforaum .riTextBox {
        color: #000;
        font: normal 12px sans-serif;
        border-color: #2f6ca1;
        padding: 3px !important;
        background: #fff;
        height: 100%;
        width: 100% !important;
    }

    /* RadNumericTextBox */
    html body .RadInput_Inforaum .NumericTextBox {
        text-align: right !important;
    }

    /* Links */
    .RadInput_Inforaum a:link,
    .RadInput_Inforaum a:visited,
    .RadInput_Inforaum a:hover {
        color: #2f6ca1 !important;
        font-weight: bold !important;
        text-decoration: underline !important;
    }

    /* TextBox with button */
    .RadInput_Inforaum.riContButton {
        padding-right: 20px !important;
    }
    .InforaumBtnGoTo {
        background: url('images/goTo.png') 3px 0 no-repeat !important;
    }
    .InforaumBtnFilter {
        background: url('images/filter.png') 3px 0 no-repeat !important;
    }           
     
    /* Disabled */
    html body .RadInput_Inforaum .riRead,
    html body .RadInput_Read_Inforaum,
    html body .RadInput_Inforaum .riDisabled,
    html body .RadInput_Disabled_Inforaum,
    input[type="password"]:disabled {
        background: #efefef;
    }

    /* MultiLine */
    .RadInputMultiline_Inforaum {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    textarea.InforaumTextBoxMsgWin {
        border: none 0 !important;
        vertical-align: bottom !important;
        white-space: pre-line !important;
    }

    /* Active Textbox in SearchTab */
    .InforaumTextBoxSearch {
        background: #fae1e3 !important;
    }

    /* Specially marked Textbox */
    .InforaumTextBoxMark {
        background: #fae1e3 !important;
    }

    .InforaumTextBoxMark2 {
        background: #feeec1 !important;
    }

    /* Text in messagebox */
    .InforaumTextMsgBox {
        color: #2f6ca1 !important;
        text-decoration: none !important;
        display: inline-block !important;
    }

    .InforaumTextMsgBox {
        line-height: 20px !important;
    }
