/* header back ground*/
#ctl00_neumasthead {
    background: #fff url("../images/masterpage/template-gradient-2.jpg") repeat-x 0% 60%;
    clear: both;
    color: #FFF;
    margin: 0px;
}

/* logo spacing (barner)*/
#neu-logo {
    clear: left;
    float: left;
    margin: 0px 0px -4px 0px;
}
/* BODY */
BODY {
    font-family: Tahoma, Sans-Serif, Microsoft Sans Serif;
    font-size: 11px;
    background-color: #ffffff;
    margin: 2px;
}

H1 {
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin: 2px 0px 4px 0px;
    color: #000000;
}

H2 {
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin: 0px 0px 0px 4px;
    color: #000000;
}
/* TABLES */
TABLE {
    MARGIN: 0px;
    BORDER-COLLAPSE: collapse;
}
    /* main container table with borders */
    TABLE#container {
        table-layout: fixed;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 14px;
        width: 960px;
        font-size: 11px;
        text-align: left;
        border-right: #b4cceb 1px solid;
        border-top: #b4cceb 1px solid;
        border-left: #b4cceb 1px solid;
        border-bottom: #b4cceb 1px solid;
    }
    /* main container table without borders */
    TABLE#nocontainer {
        table-layout: fixed;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        width: 960px;
        font-size: 11px;
        text-align: left;
        border: #000000 0px solid;
    }

    TABLE#content {
        table-layout: fixed;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        width: 100%;
        font-size: 11px;
        text-align: left;
    }
/* main content background */
.module {
}

    .module TD, .module A {
        /*font-size:11px;*/
        color: #333333;
    }

.module_iframe {
    border: 0px solid #DADADA;
    padding: 5px;
    background: #fff;
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #333333;
    vertical-align: top;
    margin-right: 3px;
}
/* buttons */
.btnD {
    border-right: #8d8d8d 1px solid;
    border-top: #8d8d8d 1px solid;
    font-size: 11px;
    background-image: url(../images/btn-bg-default.gif);
    border-left: #8d8d8d 1px solid;
    border-bottom: #8d8d8d 1px solid;
    font-family: tahoma, sans-serif;
    height: 20px;
}
/* headings */
.h1 {
    font-family: Sans-Serif, Microsoft Sans Serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000; /*#0066cc;*/
    margin: 10px 0 10px 0;
}

.h2 {
    font-family: Sans-Serif, Microsoft Sans Serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000; /*#4169e1;*/
    line-height: 14px;
    margin: 10px 0 10px 0;
}

.h3 {
    font-family: Sans-Serif, Microsoft Sans Serif;
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    line-height: 12px;
    margin: 10px 0 10px 0;
}
/* text */
a:link {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    color: #0000ff;
    text-decoration: underline;
}

.T11Hgrey {
    font-family: Sans-Serif, Microsoft Sans Serif;
    font-size: 11px;
    color: #000000;
}

.OrderForm TD {
    font-size: 11px;
    color: #333333;
}
/* form fields */
.tb0 {
    font-size: 11px;
    border: 0px;
    color: #000000;
    padding: 3px;
    font-family: tahoma, arial, sans-serif;
}

.tb1 {
    background-image: url(../images/form_bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    width: 230px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
}

.input-reqd {
    background-color: #E3F2FF;
    border: solid 1px #A9A9A9;
    padding: 2px;
}

.input-readonly {
    background-color: #eeeeee;
    border: solid 1px #A9A9A9;
    padding: 2px;
}

.input-normal {
    background-color: #E3F2FF;
    border: solid 1px #A9A9A9;
    padding: 2px;
}
/* ERRORS */
#show_error {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #800000;
    background-color: #cc0000;
}

#show_error_icon {
    padding: 15px 10px 10px 10px;
    margin: 4px;
    background: #FFFFFF url(../images/ico_warning.png) no-repeat left;
}

#show_error_text {
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #800000;
    padding: 2px 5px 2px 55px;
}
/* INFO BOX */
#show_info {
    margin-top: 10px;
    width: 100%;
    border: 3px solid #eeeeee;
}

#show_info_icon {
    padding: 15px 10px 10px 10px;
    margin: 4px;
    background: #FFFFFF url(../images/ico_alerts.gif) no-repeat left;
}

#show_info_text {
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #0066cc;
    padding: 2px 5px 2px 25px;
    line-height: 14px;
}
/* TICKER */
.ticker-wrapper {
    padding-left: 0px;
    width: 850px;
    margin: 0 auto;
    text-align: center;
}

#ticker {
    min-height: 26px;
    margin-bottom: 3px;
    background: #DDEEFF;
    text-align: center;
}

#ticker-top {
    line-height: 16px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 0.2em;
    float: left;
    margin-bottom: 3px;
}

#ticker-headline {
    width: 12.5em;
    margin-right: 1em;
    color: #000000;
    font-weight: bold;
}

.comboboxMultiItems {
    position: relative !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    overflow: hidden;
    white-space: nowrap;
}

*.floatclear {
    clear: both;
}

.none {
    display: none;
}

.inline {
    display: inline;
}
/* table with class name */
table.altrowstable {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: black;
    border-collapse: collapse;
}

    table.altrowstable th {
        border-width: 1px;
        padding: 4px;
        border-style: solid;
        border-color: black;
    }

    table.altrowstable td {
        border-width: 1px;
        padding: 4px;
        border-style: solid;
        border-color: black;
    }

.oddrowcolor {
    background-color: #f3f3f3;
}

.evenrowcolor {
    background-color: #e0e0e0;
}
/* Special Instructions */
#divPkupInstShortName {
    display: none;
}

#divDlvyInstShortName {
    display: none;
}

.hidPkupInstShortName input[type=text] {
    background-color: #E3F2FF;
    border: solid 1px #A9A9A9;
    padding: 2px;
}

.hidDlvyInstShortName input[type=text] {
    background-color: #E3F2FF;
    border: solid 1px #A9A9A9;
    padding: 2px;
}

/* obout grid button FOR IE9-10 */
.ob_iBC {
    display: inline-block !important;
}

.input-number-small {
    width: 70px;
    text-align: right;
}

.rgAltRow {
    white-space: nowrap;
}