﻿html, body, form
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: White;
}

div, p
{
    margin: 0;
    border: 0;
    padding: 0;
}

body
{
    font-size: .80em;
    font-family: Verdana,Arial,sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-color: #b6b7bc;
}

#parentContainerDiv
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: 1200px;
  text-align:center; 
}

#headerDiv
{
    width: 100%;
    background-image: url('./Images/degrede-en-css.png');
    background-repeat: repeat;
    background-position: center;
}

#mainContainerDiv
{
    margin: 0;
    position: relative;
    text-align: left;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1200px;
    max-height: 700px;
    background-color: White;
    z-index: 3;
}

#mainContentDiv
{
    position: relative;
    margin: 0;
    min-width: 1000px;
    width: 90%;
}

#leftContentDiv
{
    position: absolute;
    float: left;
    left: 3%;
    min-width: 600px;
    width: 68%;
    top: 0%;
}

#rightContentDiv
{
    position: absolute;
    float: left;
    top: 0;
    right: 3%;
    min-width: 300px;
    width: 23%;
    background-color: white;
}

/*#rightContentDiv
{
    position: absolute;
    float: left;
    top: 2%;
    left: 85%;
    min-width: 300px;
    width: 23%;
    background-color: white;
    
}*/



#imgLoginBoxLogo
{
    position: relative;
    top: 50px;
    left: 40px;
    width: 200px;
}

#tblLoginBox
{
    position: relative;
    top: 100px;
    left: 20px;
    width:250px;
    bottom: 50px;
}

#footerContainerDiv
{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    
}

#footerContentDiv
{
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
    z-index: 3;
    background-color: White;
}

#BrowserVisible
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background:url(button.gif) 100% 0px no-repeat;
    height:26px;
    width:240px;
}