﻿/*Tags HTML*/

html, body, form
{
    width: 100%;
    height: 100%;
    display: block;
}

html{}
body{}
form{}

/*Classes ui.Layout*/

.Body
{
    line-height: 1.5em;
    position: relative;
    width: 100%;
    min-height:100%;
    height:auto!important;
    height:100%;
    display: block;
}
    .Header
    {
    }
        .Header-Top
        {
        }
        .Header-Left
        {
        }
        .Header-Middle
        {
        }
        .Header-Right
        {
        }
        .Header-Bottom
        {
        }
            .Logo
            {
            }
            .NavigationBar
            {
            }
            .PageInfo
            {
            }
    .Content
    {
    }
        .Content-Top
        {
        }
        .Content-Left
        {
        }
        .Content-Middle
        {
        }
        .Content-Right
        {
        }
        .Content-Bottom
        {
        }
    .Break-Vertical
    {
    }
    .Break-Horizontal
    {
    }
    .Spacer
    {
        height:1px;
        clear:both;
        display:block;
    }
    .Footer
    {
    }
        .Footer-Top
        {
        }
        .Footer-Left
        {
        }
        .Footer-Middle
        {
        }
        .Footer-Right
        {
        }
        .Footer-Bottom
        {
        }
            .Copyriht
            {
            }

/*Contextual Seletores*/

.Header, 
.Content, 
.Footer
{
    margin: auto;
    display:block;
}

.Header-Left, 
.Header-Middle, 
.Content-Left, 
.Content-Middle, 
.Footer-Left, 
.Footer-Middle
{
    display:block;
    float:left;
}

.Header-Top, 
.Header-Bottom, 
.Content-Top, 
.Content-Bottom, 
.Footer-Top, 
.Footer-Bottom
{
    clear:both;
    display:block;
}

.Header-Right, 
.Content-Right, 
.Footer-Right
{
    float:right;
}
