﻿/*******************************************************************************
Copyright © 2001-2012 IntelliTime Systems Corp.
Name: \VTI\Themes\Classic\nav_mainLayout.css (base)
Description: The has CSS for the main layout of the VTI iframes.
********************************************************************************
Version Date       Author Comments
1       10/01/2012 EV     Created.
*******************************************************************************/

/*main iframe sizing: When we start off we want the main iframe with the login screen to take up all the screen or even go beyond INSTEAD of being smaller.  The JQuery code will resize it but this will kick in first.*/
#ifMain
{
    border-style: none; /*width: 1200;*/
    width: 100%; /*min-width: 1024;*/
    height: 1920; /*min-height:768;*/
    bottom: 0px;
    padding: 0px;
    float: left;
    scrolling="no";
}

#tblLayout
{
    float: left;    
}

/*main iframe sizing: When we start off we want the main iframe with the login screen to take up all the screen or even go beyond INSTEAD of being smaller.  The JQuery code will resize it but this will kick in first.*/
#ifCpannel  
{
    border-style: none;
        width: 100%;
        /*min-width: 1024;*/
        height: 50;
        min-height:0;
        bottom: 0px; 
        padding: 0px;
        scrolling="auto";
}


.alwaysHidden
{
    display:none;     
}
    

#ifHidden
{
    border-style: none;
    width: 0px;
    height: 0px;
    padding: 0px;
    display:none; 
}

#idNavigationBar
{
    display:none; 
}


#tblLayout
{
 border-collapse:collapse; 
}



div.contextMenu
{
    z-index: 9999;
}


