﻿@import url("logon.css");

html {
	height: 100%;
}

.mainhtml {
    background: #ededed url('../../Images/Bkg.png');
}

.childhtml {
    height: 100%;
    background: white;
}

body {
    
    font-family: Segoe UI, Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    
   
    height:100%;
    padding: 0;
    margin: 0 auto;
}

.menu {
    text-align: right;
    vertical-align:top;
    width: 210px;
    
    background: white;
}

.maincontent {
    text-align:left;
    vertical-align:top;
    width: 100%;
    
    background: white;
    visibility: hidden; 
    
}

div.top {
    /*
    position:fixed;
    top:0px;
    height:157px;
    left:0px;
    right:0px;
    */
}

div.content{
    position:fixed;
    top:157px;
    left:0px;
    right:0px;
    bottom:30px;
    background: white;
    /*visibility: hidden;*/
    /*overflow: auto;*/
}

div.bottom {
    position:fixed;
    bottom:0px;
    height:30px;
    left:0px;
    right:0px;
    /*border:solid 4px red;*/
}

.RibbonMenuText{
    text-decoration:none;
}

.hidden{
    visibility: hidden;
}




