﻿body {
    background-image: url('Images/PageBackground.png');
    background-color: #B797CF;
    background-repeat: no-repeat;
    background-size: cover; /* Resize the background image to cover the entire container */
    font-family: Calibri;
    font-size: 16pt;
    /*color: #57257D;*/
    color: black;
    margin: 0px;
}


#firstBodyTable {
    width: 100%;
    direction: rtl;
    border-collapse: collapse;
}


#pagesHeaderRow {
    height: 100px;
    background-color: #57257D;
    padding: 10px;
}


#pagesLogoCell {
    width: 100px;
    padding: 10px;
}


#pageLinksHolderTable {
    table-layout: fixed; /*To give the table columns the same width.*/
    width: 100%;
    height: 100%;
}



.visitorPageLinkHolderCell, .memberPageLinkHolderCell {
    text-align: center;
    border-right: 1px groove white;
}


.pageLinkButton {
    text-decoration: unset;
    color: white;
    font-weight: bold;
    font-family: Calibri;
    font-size: 14pt;
}


#visitorBodyHolderTable {
    width: 100%;
    text-align: center;
    /*To make the table body fill the entire browser window*/
    position: absolute;
    top: 127px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 80%;
}


#memberBodyHolderTable {
    width: 100%;
    /*To make the table body fill the entire browser window*/
    position: absolute;
    top: 128px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 86%;
}


.memberUpperSectionsActionsCells {
    padding-top: 5px;
    text-align: center;
    width: 175px;
    height: 35px;
    vertical-align: middle;
}


.memberContentsCells {
    vertical-align: top;
}


.memberUpperNotesActionsCells {
    text-align: center;
    padding-top: 5px;
    padding-right: 5px;
}


.visitorBodyHolderCell {
    width: 50%;
    text-align: center;
    vertical-align: middle;
}


#headerContentsHolderTable {
    width: 100%;
    border-collapse: collapse;
}


.visitorsTextBoxes {
    background-color: transparent;
    border-width: 0px;
    border-bottom: solid;
    border-bottom-color: white;
    border-bottom-width: 2px;
    /*color: #57257D;*/
    color: black;
    text-align: center;
    height: 20px;
}


.visitorButton {
    width: 100%;
    height: 35px;
    font-size: inherit;
    font-family: inherit;
    border-style: solid;
    background-color: #57257D;
    border-color: white;
    color: white;
    cursor: pointer;
}


.popUpFormButtons {
    width: 100%;
    height: 35px;
    font-size: inherit;
    font-family: inherit;
    border-style: solid;
    background-color: #57257D;
    border-color: white;
    color: white;
}


.messageTextBox {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    /*color: #57257D;*/
    color: b;
    text-align: right;
}


/* Pop Up Panels */
.pnlPopUpMessageBackground {
    position: fixed;
    top: 0px;
    opacity: 0.8;
}


.pnlPopUpMessage {
    padding: 10px;
    border: 1px;
    border-style: solid;
    border-color: black;
    background-color: #57257D;
    color: white;
    /* Center the form in the window */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*box-shadow: [horizontal offset] [vertical offset] [blur radius] [optional spread radius] [color]; */
    box-shadow: 10px 10px 6px -6px black;
}


.visitorsPopUpTextBoxes {
    background-color: transparent;
    border-width: 0px;
    border-bottom: solid;
    border-bottom-color: white;
    border-bottom-width: 2px;
    color: white;
    text-align: center;
    height: 20px;
    font-size: 16pt;
}


.dropDownLists {
    background-color: transparent;
    border-width: 2px;
    border: solid;
    border-color: white;
    color: white;
    font-size: 16pt;
}


.popUpTextBoxes {
    background-color: transparent;
    border-width: 0px;
    border-bottom: solid;
    border-bottom-color: white;
    border-bottom-width: 2px;
    color: white;
    text-align: center;
    height: 20px;
}


.outerListDiv {
    width: 175px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}


.innerListDiv {
    width: 192px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.outerNoteListDiv {
    /*height: 330px;*/
    width: 685px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}


.innerNoteListDiv {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}



.noteTableHeader {
    height: 30px;
    background-color: #57257D;
    color: white;
}



.noteCell {
    color: black;
}


.actionButtonsCell {
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: right;
    vertical-align: bottom;
}


.noteActionButton {
    width: 50px;
    height: 25px;
    font-size: 14pt;
    font-family: inherit;
    border-style: solid;
    border-width: thin;
    background-color: #57257D;
    border-color: white;
    color: white;
}


.noteTextBox {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: white;
}


.dropDownLists {
    background-color: #57257D;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: white;
    font-size: inherit;
    font-family: inherit;
}


#divShowNoteDetailsUCL {
    position: fixed;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 25%;
}


.sharingNoteCell {
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
