﻿/* Styles that apply to controls in the masterfile.master page only */
body 
{
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
    font-family: Helvetica, Arial, Tahoma;
    font-size: 11px;
    color: #313433;
}

.divMain_Page
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: table-row;
}

.divMain_Page_Left
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute; 
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 20%;
    height: 1100px;
    display: table-cell;
    background: #313433 url('../images/layout/pageBG.jpg') repeat top left;
    text-align: right;
}
.divMain_Page_Right
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: table-cell;
    position: absolute; 
    top: 0px;
    left: 20%;
    bottom: 0px;
    right: 0px;
    height: 1100px;
    width: 80%;
    background: #FFFFFF url('../images/layout/pageBG_Right.jpg') repeat-x top left;
    text-align: left;
}
.divMain_Page_Left_Content
{
    width: 190px;
    float: right;
    text-align: left;
}
