﻿/* ***************************************************************************** */
/* HTML Tags
/* ***************************************************************************** */
body
{
    color: black;
    background-color: white;

    font-family: Calibri, Tahoma, Arial, Sans-Serif;
    font-size: 12pt;

    margin: 0px;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.BeaconFabButtonFrame {
    bottom: 70px !important;
}

h6
{
    font-size: smaller;
    font-weight: normal;
    font-style: italic;
    margin: 0px;
}

/* ***************************************************************************** */
/* Master Page
/* ***************************************************************************** */
.MasterHeaderLink
{
 color:Yellow;
 vertical-align: bottom;
 font-size: medium;
}

.MasterHeaderText 
{
      color: Yellow;
      /* font-size: small; */
      vertical-align: bottom;
}

.MainMenu
{
    background-color: DarkBlue;
    font-family: Calibri, Tahoma, Arial, Sans-Serif;
    /* font-size: x-small; */
    width: 100%;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0 0;
    padding: 5px 0 5px 5px;
}

.MasterFooterLeft
{
    color: #154789;
    font-family: Calibri, Tahoma, Arial, Sans-Serif;
    /* font-size: x-small; */
}

.MasterFooterRight
{
    color: #154789;
    font-family: Calibri, Tahoma, Arial, Sans-Serif;
    /* font-size: x-small; */
}

.LayoutTable
{
    border-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
}

.ReportTitle
{
    font-family: Calibri, Tahoma, Arial, Sans-Serif;
    font-size: 18pt;
    font-weight: bold;
}

.FixedMenuZIndex
{
    z-index: 100;
}

/*////////////////////////////////////////////////////////////////////////////////////////
//
//  Default styles defined so that controls will reflect the correct font attributes.
//
///////////////////////////////////////////////////////////////////////////////////////*/
.textarea
{
    font-family: Calibri, Tahoma, Arial, Sans-Serif;
}