﻿/* This file is a RGEN core file. Only edit in the RGEN project and copy out to using sites. */

div.topLayerForEditSelection { cursor: pointer; z-index: 20; border: 3px solid Red; }
div.topLayerForEditSel_NoChildElem { background-color: Red; cursor: pointer; width: 20px; height: 20px; z-index: 20; }

#fadeBackgroundDiv {
    position: fixed; width: 100%; height: 100%; left: 0; top: 0;
    background-color: Black;
    filter: alpha(opacity = 50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.50;
    z-index: 10;
}

#editContentBodyDiv {
    position: fixed;
    border-radius: 8px;
    border: 3px ridge black;
    background-color: #e0dfd7;
    z-index: 11;
    color: Black;
}
div.edit_header {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 10px 0 10px 0;
}
div.editContent_help { position: absolute; font-size: 15px; right: 35px; top: 10px; }

#editCenterSection { border-top: 3px double Black; border-bottom: 2px solid Black; background-color: #fcfbf2; }
#editCenterLeftCol { border-right: 3px inset Black; float: left; }
.editCenterRightCol { float: right; width: 150px; }
#editCenterLeftColHeader { position: relative; height: 35px; font-size: 17px; margin-top: 3px; border-bottom: 1px solid black; }
#editCenterLeftColContent { overflow: scroll; clear: both; }

.editField { position: relative; clear: both; padding-bottom: 20px; padding-top: 5px; }
.editField_editListCol { position: relative; width: 60px; text-align: center; min-height: 1px; float: left; font-size: 13px; font-weight: bold; }
.editField_entryTypeCol { position: relative; width: 75px; min-height: 1px; font-size: 15px; text-align: right; float: left; }
.editField_entryContentCol { position: relative; float: left; padding-left: 5px; padding-bottom: 20px; }
.editField_multCellEntry { padding-bottom: 5px; }
.editField_button { background-color: #8d4a13; margin-top: 3px; width: 17px; height: 17px; border: 2px ridge #8d4a13; }
.editField_button:hover { cursor: pointer; background-color: #d06d1c; }
.editField_headerContent { text-align: center; padding: 10px 0 0 0; font-size: 13px; font-weight: bold; color: #385b35; }

.editField_text { position: relative; height: 20em; width: 100%; background-color: #f7e9d4; border: 3px inset #d58b16; }
.editField_text_shortInput  { height:  1.2em; width: 180px; }
.editField_text_1LineHeight  { height:  1.2em; }
.editField_text_inputFile    { height:  2.0em; }
.editField_text_smallHeight  { height:  5.0em; }
.editField_text_mediumHeight { height: 10.0em; }
.editField_text_largeHeight  { height: 25.0em; }
.editField_image_details { overflow: visible; }
.editField_image_instructions { font-size: 15px; width: 80%; font-weight: normal; color: Black; }
ol.editField_image_instructions { margin-left: 2.0em; margin-top: 0.6em; list-style-type: decimal; font-size: 13px; width: 90%; }
.editField_image_instructions li { padding-bottom: 0.5em; }
.editField_image_currFilePos_hidden { position: absolute; height: 0.1em; visibility: hidden; }
div.editField_image_theImage { position: relative; top: 0; left: 0; }
img.editField_image_theImage { position: absolute; top: 0; left: 0; z-index: 20; }
.editField_image_locator { cursor: pointer; background-color:#ffffff; filter:alpha(opacity = 35); opacity: 0.35; border: 2px solid red; z-index: 21; }

.edit_DesignatorBtn { position: relative; display: block; font-size: 13px; padding: 0; margin: 4px auto 4px auto; }

#editBtnDiv { position: absolute; bottom: 10px; }
.edit_Btn { position: relative; margin-left: 30px; }

#editField_designatorPopup {
    position: fixed;
    border-radius: 8px;
    border: 3px ridge black;
    background-color: #e0dfd7;
    z-index: 12;
    color: Black;
    visibility: hidden;
}
.editField_designatorPrompt { position: relative; width: 250px; margin: 0 1.0em 0 1.0em; min-height: 1px; font-size: 15px; text-align: right; float: left; }
.editField_designatorInput { position: relative; width: 350px; min-height: 1px; font-size: 15px; text-align: right; float: left; }
#editField_designatorButtons { position: relative; width: 200px; margin: 40px auto 0 auto; }


.adminContentDiv { border-top: 3px double Black; border-bottom: 2px solid Black; background-color: #fcfbf2; padding-bottom: 5px; }
.admin_footer { font-size: 15px; margin-left: 30px; }
.adminField { position: relative; width: 100%; margin-top: 8px; }
.admin_leftCol { position: absolute; left: 0; width: 18%; height: 100%; float: left; color: Black; text-align: right; font-size: 15px; }
.admin_rightCol { position: relative; left: 19.25%; font-size: 15px; width: 85%; height: 100%; text-align: left; }

#adminUsersTableHeader { padding: 17px 8px 0 8px; background-color: #fcfbf2; }
#adminUsersTableDiv { padding: 0 8px 8px 8px; overflow: scroll; background-color: #fcfbf2; }
.user_table_header { border-bottom: 4px ridge black; font-size: 14px; font-weight: bold; color: Black; }
.user_table_email_header { width: 20%; }
.user_table_admin_header { width: 8%; }
.user_table_firstName_header { width: 12%; }
.user_table_lastName_header { width: 12%; }
.user_table_lastSignon_header { width: 12%; }
.user_table_authenticated_header { width: 4%; }
.user_table_authChange { font-size: 12px; }
.user_table_rows { border: 1px solid black; line-height: 1.45em; }
.user_table_cell { text-align: center; border: 1px solid red; }

#adminEmailUsers { position: relative; display: inline; width: 8em; }
#adminEmailDiv {
    position: fixed;
    color: #5c071f;
    background-color: #fcfbf2;
    border: 4px ridge black;
    padding: 2em;
    left: 17%;
    top: 10%;
    width: 60%;
    height: 32em;
    overflow: hidden;
    z-index: 30;
    visibility: hidden;
}
#adminDownloadData { margin-left: 1.0em; display: inline; }

span.admin_email_title { position: absolute; top: 15%; left: 5%; font-size: 15px; }
input.admin_email_title { position: absolute; top: 15%; left: 17%; width: 43%; background-color: White; }
span.admin_email_message { position: absolute; top: 22%; left: 5%; font-size: 15px; }
textarea.admin_email_message { position: absolute; top: 28%; left: 5%; width: 90%; height: 55%; background-color: White; }
input.admin_email_send_Button { position: absolute; top: 88%; left: 5%; }
#admin_email_close { position: fixed; left: 77%; top: 12%; }

#uploadMemberListDiv {
    position: fixed;
    color: #5c071f;
    background-color: #fcfbf2;
    border: 4px ridge black;
    padding: 2em;
    left: 22%;
    top: 15%;
    width: 50%;
    height: 13em;
    z-index: 30;
    visibility: hidden;
}

#emailAttachmentDiv {
    position: fixed;
    color: #5c071f;
    background-color: #fcfbf2;
    border: 4px ridge black;
    padding: 2em;
    left: 22%;
    top: 15%;
    width: 50%;
    height: 18em;
    z-index: 30;
    visibility: hidden;
}

.downloadFile_title { position: relative; float: left; font-size: 17px; font-weight: bold; margin-bottom: 1.0em; }
.downloadFile_content { position: relative; clear: both; font-size: 14px; padding: 0 1.5em 1.0em 1.0em; }
.download_file_list { list-style-type: circle; margin: 0.5em 0 0 1.0em; }
ul.downloadFileList li { margin-left: 0.75em; }
.add_downloadFile { position: relative; margin-left: 0.75em; z-index: 30; }
.downloadFile_commit_Btn { position: relative; margin-top: 1.5em; left: 0; }
.downloadFile_cancel_Btn { position: relative; margin-top: 1.5em; left: 15%; }

.uploadMemberListCommit {
    position: fixed;
    color: #5c071f;
    background-color: #fcfbf2;
    border: 4px ridge black;
    padding: 2em;
    left: 22%;
    top: 15%;
    width: 50%;
    height: 35em;
    overflow: scroll;
    z-index: 30;
    visibility: hidden;
}
.member_db_change_list { list-style-type: circle; margin: 0.5em 0 0 1.0em; }
ul.memberDbChangeList li { margin-left: 0.75em; }
