/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5.12.2016, 16:25:41
    Author     : lspo
*/

html
{
    background-color: rgb(61,61,61);
    font-family: "Calibri";
    width: 100%;
    //overflow: hidden;
}

.mainBody
{
    //width:971px; 
    //height:661px;
    width: 100%;
    margin: auto;
}

iframe
{
    width: 100%;
    background-color: transparent;
    border: 0px none transparent;
    //border: solid 1px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    display:block;
}

.iFrameHeader
{
    height:161px;
}

.iFrameMenu
{
    height: 30px;
    background-color: rgb(169,207,59);
}

.iFrameMain
{
    //height: 480px;
    background-color: white;
    overflow: auto;
}

.iFrameFooter
{
    //height: 25px;
    background-color: rgb(169,207,59);
    border-radius: 0px 0px 5px 5px;
}