﻿/* Main Body Contents settings Header, Body and Footer */
html, body {
    background: #FFFFFF;
    font-size: .85em;
    font-family: Arial;
    color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0;
    height: 100%;
    min-height: 400px;
}

#MainContainer {
    min-height: 100%;
    height: 100%;
    position: relative;
}

#header {
    background: #FFFFFF;
    /*   padding:5px;
   padding-top:5px; */
    position: fixed;
    top: 0;
    width: 100%;
    height: 230px; /* Height of the header */
}

#Mainbody {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 230px; /* Height of the header */
    padding-bottom: 0px; /* Height of the footer */
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0px; /* Height of the footer */
    background: #C8C8C8;
}

/* Header Contents placement */
.MasterHeader {
    background-color: #C8C8C8;
    height: 70px;
}

.UserMenu {
    background-color: #FFFFFF;
    height: 80px;
}

.PageMenu {
    background-color: #FFFFFF;
    height: 50px;
}

.DDLRetailers {
    font-size: .95em;
    font-family: Arial;
    height: 18px;
}

h1#MainHeading {
    color: #000000;
    font-size: 2.6em;
    position: fixed;
    left: 210px;
    top: 7px;
}

h3#SubHeading {
    color: #000000;
    font-size: 1.1em;
}

.WelcomeMessage {
    position: fixed;
    right: 125px;
    top: 10px;
    font-size: 1.1em;
}

.ChangePasswordLink, .btnLinkForgotPwd {
    position: fixed;
    right: 80px;
    top: 28px;
    font-size: 0.9em;
}

.LogOffLink {
    position: fixed;
    right: 25px;
    top: 28px;
    font-size: 0.9em;
}

    /* Mouse over effects on links or Menus */
    .btnLinkForgotPwd:hover, .ChangePasswordLink:hover, .LogOffLink:hover, .MenuOptions:hover {
        color: Red;
        font-style: italic;
    }

.lblCounts {
    position: fixed;
    right: 5px;
    top: 160px;
    color: Red;
}

/* Body Contents placement */


/* Footer Contents placement */
#footer p {
    text-decoration: underline;
    text-align: right;
    color: #0000FF;
    font-weight: bold;
    margin-right: 6px;
    margin-bottom: 0px;
}

.lblMessageMaster {
    font-size: 11pt;
    text-decoration: none;
    color: Red;
}

/* Generic Styles */
img {
    margin-left: 5px;
    margin-top: 5px;
    border-style: none;
}

h4, h5, h6 {
    font-size: 1.5em;
    color: #000000;
    font-family: Arial;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}