﻿/* ---------------------------------------------------------------------- */
/* Main Master CSS                                                        */
/* ---------------------------------------------------------------------- */
/* DO NOT DEFINE COLORS IN THIS STYLE SHEET. */
/* COLORS ARE DEFINED IN THEMES */


.mainPage {
     border-bottom-style: solid;
     border-bottom-width: 1px;
}

.titlebar {
     clear: both;
     width: 100%;
     padding: 0px;
     border-style: solid;
     border-width: 1px;
     border-left-style: none;
     border-right-style: none;
     font-size: 0.9em;
     font-weight: bold;
}

.appButtonBar {
     margin-top: 7px;
     border-style: solid;
     border-bottom-width: 7px;
     border-left-width: 10px;
     border-right-width: 10px;
     height: 35px;
     padding-left: 10px;
}
/* Main Master Footer */

.footerDisplay {
     width: 100%;
     position: fixed;
     bottom: 36px; /* Set to 1 pixel above Footer (Height in .footer below) */
     z-index: 1000;
}

/* Main Master is now absolute 04/24/2010   SGY*/

.footer {
     width: 100%;
     position: absolute; /*fixed;*/
     /*height: 35px;*/ /* THIS MUST MATCH value subtracted from window height in splitter.js!!! Fix the height so scrollbars on splitter will line up */
     height: 37px; /* SGY 12/6/2021  This value will be used for new UI Demo to stop scrollbar from appearing. */
     bottom: 0;
     left: 0;
     z-index: 100;
     border-top-style: solid;
     border-top-width: 1px;
}

/* Scroll Master needs to be fixed for now 04/24/2010   SGY*/

.scrollFooter {
     width: 100%;
     position: fixed;
     bottom: 0;
     left: 0;
     z-index: 100;
     border-top-style: solid;
     border-top-width: 1px;
}

input {
     border-style: solid;
     border-width: 1px;
}

     /*Baseline Button Styling*/

     input[type="button"] {
          border: 1px solid;
          cursor: pointer;
          font-weight: bold;
     }

          input[type="button"].noaccesskey {
               border: 1px solid;
               cursor: pointer;
               font-weight: bold;
          }

button {
     border: 1px solid;
     cursor: pointer;
     font-weight: bold;
}

     button.corners {
          border-radius: 3px;
     }

.appButtonBar input[type="button"].noaccesskey {
     border: 1px solid;
     cursor: pointer;
     font-weight: bold;
}
