﻿body
{
    margin: 0;
    background-color: #000;
    font-family: Arial,Helvetica;
    font-size: 12px;
    padding: 0px;
}
p
{
    color: #fff;
    font-size: 12px;
}
h1, h2, h3, h4
{
    color: #fff;
    margin:0px;
    padding:0px;
}
h1
{
    font-size:19px;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.divbody
{
    position: absolute;
    height: 100%;
    width: 100%;
}
.divOuterLeft
{
    width: 50%;
    min-width: 503px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:0;
}
.divOuterRight
{
    width: 50%;
    min-width: 503px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index:-100;
}
.tblPageOuter
{
    height: 100%;
    width: 1000px;
    position: relative;
}
.divPageOuter
{
    height: 575px;
    width: 1000px;
    position: relative;
}
.divFullWidth
{
    height: 100%;
}

/*------------------------------------------------- Admin --------------------------------- */


.divHeading
{
    float: left;
    color: #FFFFFF;
    margin: 0px 8px 0px 8px;
    width: 103px;
}

.divDropDown
{
    margin: 10px 10px 70px 10px;
}

.divMessage
{
    margin: 10px 10px 70px 10px;
    color: #FF0000;
    font-weight: bold;
}

/*---------------------------------------------------Master--------------------------------------------*/


.divFooterMain
{
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.divFooterLeft
{
    color: #999;
    position: absolute;
    bottom: 8px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.divFooterLeft a
{
    color: #fff;
}
.divFooterRight
{
    color: #999;
    position: absolute;
    bottom: 8px;
    left: 0px;
    right: 0px;
    text-align: center;
}

/*------------------------------------------------- Default Page ---------------------------------------------*/


.divFooterDefault
{
    background-color: #fff;
}

