﻿@import "DefaultStyles.css";
@import "InfoPages.css";
@import "LayoutImages.css";
@import "TelerikAddon.css";
@import "DataMasks.css";

html
{
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    border: 0px transparent;
    font: 12px "Segoe UI", Arial, Verdana;
}

#divMenu
{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    margin: 0;
}

#divTopToolbar
{
    display: block;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 2;
    margin: 0;
}

#divTopToolbar.largeMenu {
    height: 36px;
    top: 35px;
}

#divMainContent
{
    overflow: hidden;
    position: absolute;
    top: 55px;
    bottom: 25px;
    left: 0px;
    right: 0;
    z-index: 1;
}

#divMainContent.largeMenu {
    top: 71px;
}

.scrollable
{
    overflow: auto !important;
}

#divMainContent.noToolbar {
    top: 25px;
}

#divFooter
{
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    z-index: 2;
    margin: 0;
}


.FooterLogo a:hover
{
    color: #aaa !important;
}
