a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

/*added jinweizh*/
.ui-autocomplete { max-height: 200px; overflow-y: scroll; overflow-x: hidden; }    

/*ul,
li {
    list-style: none;
}*/

.menuUl {
    padding: 0px;
}

    .menuUl ul,
    .menuUl li {
        list-style: none;
    }

h1 {
    font-size: 40px;
    font-weight: 300;
    color: #cf3240;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    line-height: 50px;
}

h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 20px 0;
    line-height: 100%;
    border-bottom: 1px solid #e6001c;
    padding-bottom: 10px;
}

    h2 a.export {
        color: #cf3240;
        font-size: 14px;
        float: right;
        background: url(../../images/icon_excel.png) left 5px no-repeat;
        padding-left: 25px;
        line-height: 20px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        height: 20px;
    }

        h2 a.export:hover {
            text-decoration: underline;
        }

h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    line-height: 25px;
}

h4 {
    font-size: 18px;
    display: block;
    overflow: hidden;
    line-height: 30px;
}

img {
    border: 0;
}

.req {
    color: #cf3240;
}

.info {
    display: block;
    overflow: hidden;
    background-color: #f6f8fa;
    padding: 15px 20px 15px 60px;
    margin: 20px 0 10px 0;
    font-size: 12px;
    background-image: url(../../images/icon_warning.png);
    background-position: 20px 13px;
}

    .info p {
        margin: 0;
    }

        .info p b {
            font-weight: bold;
        }

    .info.nobg {
        background-image: none;
        padding-left: 20px;
    }

input[type="text"] {
    background-color: #FFF;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #cfcfcf;
    outline: none;
}

input[type="submit"],
button {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 120px;
    color: #FFF;
    font-size: 14px;
    background-color: #cf3240;
    border: none;
    font-family: Helvetica, sans-serif;
    margin-right: 10px;
    outline: none;
}

    input[type="submit"]:hover,
    button:hover {
        cursor: pointer;
    }

input[disabled],
textarea[disabled] {
    background-color: #e8e8e8;
    color: #101010;
}

button {
    background-color: #616161;
}

    button.orange {
        background-color: #ed7a17;
    }

    button.plus {
        width: 40px;
        background-image: url(../../images/icon_add_plus.png);
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
    }

.ui-selectmenu-menu .ui-menu-item {
    padding: 10px;
    background-color: #FFF;
    border: 1px;
}

select {
    width: 200px;
}

.dropDown {
    width: 100%;
    height: 35px;
    float: left;
    border: 1px solid #cfcfcf;
    margin-right: 40px;
}

    .dropDown input {
        width: 85%;
        height: 35px;
        border: 0;
        text-indent: 0;
        line-height: 35px;
        float: left;
        margin-left: 15px;
    }

    .dropDown > a {
        display: block;
        width: 40px;
        height: 35px;
        background-color: #cfcfcf;
        float: right;
        margin-right: -41px;
        margin-top: -1px;
        border: 1px solid #cfcfcf;
        border-left: 0;
        background-image: url(../../images/select_dropdown_arrow_light.png);
    }

    .dropDown ul {
        width: 100%;
        background-color: #FFF;
        border: 1px solid #cfcfcf;
        border-top: 0;
        position: relative;
        margin-left: -1px;
        margin-top: 0;
        float: left;
        max-height: 200px;
        overflow-y: auto;
        display: none;
        border-top-width: 0;
    }

        .dropDown ul li {
            float: none;
            display: block;
            padding: 7px 15px;
            cursor: pointer;
            font-size: 14px;
            line-height: 20px;
        }

            .dropDown ul li:hover {
                background-color: #EEE;
            }

    .dropDown.disabled {
        background-color: #e8e8e8;
        color: #101010;
    }

        .dropDown.disabled input {
            ime-mode: disabled;
            background-color: #e8e8e8;
            color: #101010;
        }

        .dropDown.disabled a {
            cursor: default;
        }

    .dropDown.dropdownError {
        border-color: #cf3240;
        border-right-width: 0;
    }

        .dropDown.dropdownError > a {
            border-color: #cf3240;
        }

        .dropDown.dropdownError ul {
            border-color: #cf3240;
        }

.tooltip {
    width: auto;
    height: 0;
    overflow: visible;
    display: inline;
    float: left;
    position: relative;
    display: none;
    margin-left: -1px;
}

    .tooltip p {
        height: 35px;
        white-space: nowrap;
        background-color: #ff9fa5;
        padding: 0 10px;
        margin: 0;
        margin-top: -50px;
    }

    .tooltip span {
        width: 32px;
        height: 15px;
        display: block;
        background-image: url(../../images/tooltip_arr.png);
        background-position: left bottom;
    }

ol {
    margin-left: 15px;
}

    ol li {
        list-style: decimal;
        margin-bottom: 10px;
    }

.nopadding {
    width: 960px;
    padding: 0;
}

select.large {
    width: 260px;
    height: 35px;
    padding-left: 5px;
}



input[type="submit"].btn,
input[type="button"].btn,
button.btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 120px;
    color: #FFF;
    font-size: 14px;
    background-color: #cf3240;
    border: none;
    font-family: Helvetica, sans-serif;
    margin-right: 10px;
    outline: none;
}

    input[type="submit"].btn:hover,
    input[type="button"].btn,
    button.btn:hover {
        cursor: pointer;
    }

input[disabled],
textarea[disabled] {
    background-color: #e8e8e8;
    color: #101010;
}

button {
    background-color: #616161;
}

.gray {
    background-color: #616161 !important;
}

a.redLink {
    color: red;
    text-align: center;
    position: absolute;
    top: auto;
    left: 49%;
    cursor: pointer;
    text-decoration: underline;
}