﻿/* Styles for main items, all pages and style sheets should also derive from this style sheet */

html, body, form {
    text-align: left;
    font-family: Tahoma, 'Microsoft Sans Serif';
    font-size: 10pt;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #F9FBFD;
}

/* title of a section on the page, contained in div::content  
NB remove this; all DIV should refer by 'class=xxx' instead of 'id=uniquename' 
(except content div since that is used for resize) */
.screentitle {
    padding-top: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 13pt;
    vertical-align: middle;
    text-decoration: none;
}

.subscreentitle {
    font-weight: bold;
    font-size: 11pt;
    padding-left: 5px;
}

/* FORWARD and BACK buttons */
div#topSubMenuRight {
    position: absolute;
    top: 30px;
    right: 5%;
}

.configPanelHelp {
    background-color: #E0E0E0;
    border-color: #887c74;
    border-style: solid;
    border-width: 2px;
}

.orgMenu {
    z-index: -1;
}

.hidden {
    display: none;
}
