header#uHeader hgroup {
    position: relative;
    background-color: #722629;
}

header#uHeader nav{
    background-color: #ffe7e8 !important;
    background-image: none !important;
    border-top: 1px solid #722629 !important;
}

/*#wwvFlowForm section.uRegion>div.uRegionHeading {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #722629;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c0474b), color-stop(100%, #722629));
    background-image: -webkit-linear-gradient(#c0474b,#722629);
    background-image: -moz-linear-gradient(#f0f0f0,#dddddd);
    background-image: linear-gradient(#c0474b,#722629);
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #5f2022;
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 75%) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.75) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 75%) inset;
}*/

#wwvFlowForm div.userBlock {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    border-radius: 3px;
    border: 1px solid #45638F;
    border-bottom: 1px solid #4B5B70;
    background-color: #722629;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe7e8), color-stop(100%, #ffc6c8));
    background-image: -webkit-linear-gradient(#ffe7e8, #ffc6c8);
    background-image: -moz-linear-gradient(#ffe7e8, #ffc6c8);
    background-image: linear-gradient(#ffe7e8, #ffc6c8);
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 15%) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 15%) inset;
}


#wwvFlowForm a.uButtonIR.uHotButton span {
    background-color: #4277bd;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#6096d9', endColorstr='#285b9c');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6096d9', endColorstr='#285b9c')";
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6096d9), color-stop(100%, #285b9c));
    background-image: -webkit-linear-gradient(#fd696e, #bf0008);
    background-image: -moz-linear-gradient(#fd696e, #bf0008);
    background-image: linear-gradient(#fd696e, #bf0008) !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
}

#wwvFlowForm a.uButtonLarge.uHotButton span {
    background-color: #0e4894;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#6096d9', endColorstr='#285b9c');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6096d9', endColorstr='#285b9c')";
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6096d9), color-stop(100%, #285b9c));
    background-image: -webkit-linear-gradient(#fd696e, #bf0008);
    background-image: -moz-linear-gradient(#fd696e, #bf0008);
    background-image: linear-gradient(#fd696e, #bf0008) !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 0 rgba(56, 41, 41, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
}

#wwvFlowForm a.uButtonIR.uHotButton {
    border: 1px solid #722629;
    border-bottom: 1px solid #722629;
    background: #722629;
}

#wwvFlowForm a.uButtonLarge.uHotButton {
    border: 1px solid #722629;
    border-bottom: 1px solid #722629;
    background: #722629;
}

header#uHeader nav>ul{
        overflow-y: auto !important;
}