﻿body {
    font-family: Arial, Helvetica, Sans-Serif; /*background-color: #ffffff;*/ /*main page colour*/ /*    scrollbar-face-color: #b1dffd;*/ /*bar and button background*/ /*    scrollbar-arrow-color: #000000;*/ /*button arrow*/ /*    scrollbar-track-color: #e6effa;*/ /*background of scroll bar*/ /*    scrollbar-shadow-color: #b1dffd;*/ /*scrollbar-highlight-color: '';     scrollbar-3dlight-color: '';     scrollbar-darkshadow-color: '';*/ /*	text-align:center;*/ /*overflow:hidden;*/
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #ffffff; /*main page colour*/
    scrollbar-face-color: #9cb3cf; /*bar and button background*/
    scrollbar-arrow-color: #3b6eb7; /*button arrow*/
    scrollbar-track-color: #dff2fd; /*background of scroll bar*/
    scrollbar-shadow-color: #9cb3cf; /*scrollbar-highlight-color: '';     scrollbar-3dlight-color: '';     scrollbar-darkshadow-color: '';*/ /*	text-align:center;*/ /*overflow:hidden;*/
    overflow: hidden;
    cursor: default;
}

#HarbourLogoIndex_Login {
    position: absolute;
    top: 2px;
    right: 10px;
    height: 67px;
    overflow: hidden;
}

.bodyLogin {
    font-family: Arial, Helvetica, Sans-Serif; /*background-color: #ffffff;*/ /*main page colour*/ /*    scrollbar-face-color: #b1dffd;*/ /*bar and button background*/ /*    scrollbar-arrow-color: #000000;*/ /*button arrow*/ /*    scrollbar-track-color: #e6effa;*/ /*background of scroll bar*/ /*    scrollbar-shadow-color: #b1dffd;*/ /*scrollbar-highlight-color: '';     scrollbar-3dlight-color: '';     scrollbar-darkshadow-color: '';*/ /*	text-align:center;*/ /*overflow:hidden;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #ffffff; /*main page colour*/
    scrollbar-face-color: #9cb3cf; /*bar and button background*/
    scrollbar-arrow-color: #3b6eb7; /*button arrow*/
    scrollbar-track-color: #dff2fd; /*background of scroll bar*/
    scrollbar-shadow-color: #9cb3cf; /*scrollbar-highlight-color: '';     scrollbar-3dlight-color: '';     scrollbar-darkshadow-color: '';*/ /*	text-align:center;*/ /*overflow:hidden;*/
    overflow: hidden;
    cursor: default;
}


#wrapper {
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    background-color: #A5BAD3;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 75px;
    border-bottom: solid 1px #001E5B;
}


#wrapper_n {
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    background-color: #A5BAD3;
    height: 75px;
    border-bottom: solid 1px #001E5B;
}

#EHarbourSystemsImage {
    position: absolute;
    top: 3px;
    left: 5px;
    overflow: hidden;
}

#HarbourName {
    position: absolute;
    top: 21px;
    left: 100px;
    height: 40px;
    font-size: 36px;
    font-weight: bold;
    overflow: hidden;
    float: left;
}

#HarbourLogoIndex {
    position: absolute;
    top: 2px;
    right: 10px;
    height: 67px;
    overflow: hidden;
}


.ScrollArea {
    position: absolute;
    top: 80px;
    bottom: 20px;
    left: 0px;
    width: 100%;
    visibility: hidden;
    overflow: auto;
}

.ScrollArea_Pos {
    position: absolute;
    top: 80px;
    bottom: 20px;
    left: 0px;
    width: 100%;
    visibility: hidden;
}

.ScrollArea_Pos1 {
    position: absolute;
    top: 80px;
    bottom: 120px;
    left: 0px;
    width: 100%;
    visibility: hidden;
}

.ScrollArea_PCScroll {
    overflow: auto;
}

.footerStyle {
    position: absolute;
    bottom: 0px;
}
.divLoading {
    position: absolute;
    top: 80px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 0em 0 1em 0;
}


.iframeStyle {
    width: 100%;
    height: 100%;
}

.splash {
    position: absolute;
    width: 128px;
    height: 148px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -74px 0 0 -64px;
    text-align: center;
}

.DetailArea {
    border: 1px solid #0078AE;
    border-radius: 0.5em;
    background-color: #0078AE;
}

    .DetailArea div {
        padding: 2px;
        color: white;
        font-weight: bold;
    }

.DetailArea_Detail {
    background-color: white;
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
}


.myTitleClass .ui-dialog-titlebar {
    background: #F1A245;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}
