﻿a html, body
{
    margin: 0px;
    padding: 0px;
}
body
{
    background-position: left top;
    background-color: #CCCCCC;
    background-repeat: no-repeat;
}
td
{
    vertical-align: top;
    padding: 0px;
    margin: opx;
}
.PNLAdminNav
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    background-color: White;
    z-index: 999;
}
.PNLMain
{
    position: relative;
    top: 10px;
    width: 1000px;
    height: 900px;
    margin: 0px auto 0px auto;
    background-color: White;
}
.PNLHead
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 200px;
    background-image: url('../../Images/JenisysBanner_Blue_HighLogo_BlackLettering_web.jpg');
    background-repeat: no-repeat;
}
.PNLBody
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 600px;
}
.PNLNav
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 600px;
    z-index: 99;
}
.PNLContent
{
    position: absolute;
    top: 0px;
    left: 150px;
    width: 850px;
    height: 600px;
}
.PNLFooter
{
    position: relative;
    background-color: #CCCCCC;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 100px;
}
.ContentArea
{
    padding: 0px;
    margin: 0px;
    height: 600px;
    width: 850px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
    overflow: hidden;
}
.PNLLeftCol
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 283px;
    height: 600px;
    padding: 0px;
    text-align: center;
}
.PNLMidCol
{
    position: absolute;
    top: 0px;
    left: 284px;
    width: 284px;
    height: 600px;
    padding: 10px;
    text-align: left;
}
.PNLRightCol
{
    position: absolute;
    top: 0px;
    left: 567px;
    width: 283px;
    height: 600px;
    padding: 0px;
}
.PNL2Col-Left
{
    width: 300px;
    position: absolute;
    top: 10px;
    left: 140px;
    height: 590px;
    text-align: left;
}
.PNL2Col-Right
{
    position: absolute;
    left: 470px;
    top: 10px;
    width: 295px;
    height: 590px;
    text-align: left;
    vertical-align: middle;
}
.ImgSubHeader
{
    text-align: center;
    max-width: 125px;
    margin-top: 10px;
}

