﻿html
{
    padding: 0;
    margin:0px;

}
body
{
    height: auto;
    font-family:Arial, helvetica, Sans-Serif;
    font-size: 11pt;
    color: #444444;
    background-color: #943634;
    margin: 0px;
    padding: 0;
    height: 100%;
}
.Outer
{
    width: auto;
}
.Content
{
    text-align: left;
    margin-left: 20px;
    width: auto;
}
.blackackground
{
    background-color: #444444;
    color: #ffffff;
}

.whiteBackground
{
    background-color: #ffffff;
    color: #444444;
}


.Login td
{
    padding: 7px;
}


div.ContentInABox
{
    padding: 5px;
    margin: 0px;
    display: table;
    width: 98%;
}
div.ContentInABox a
{
    font-size: 14px;
}
div.ContentInABox li
{
    list-style-type: none;
    background-image: url(/images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 30px;
    font-size: 11pt;
    height: 24px;
    display: table;
    vertical-align: middle;
}
div.Table
{
    display: table;
    width: 100%;
    height: 100%;    
    margin-right: auto;
    margin-left: auto;
    
}
div.Header
{
    display: block;
    width: auto;    
    border: solid 1px 943634;
    /*background-color: #FFCC99;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ff943634');*/
    
}
div.Cell
{
    display: block;
    width: auto;
}
div.Footer
{
    display: block;
    width: auto;
    min-height: 100px;
    border: solid 1px 943634;
    /*background-color: #FFCC99;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff943634',EndColorStr='#ffffffff');*/
}
div.TopMenu
{
    float:right; 
    margin-right: 20px; 
    text-align: right;
    text-transform:capitalize;
}

div#formOuter
{    
    text-align: left;
    display: table;
    /*width: 100%;*/
    height: auto;    
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#formLeft
{
    float: left;
    text-align: left;
    display: table-cell;    
    padding-right: 20px;
}
div#formOuter div.formLabel1
{
    width: 130px;
    display: inline-table;
    text-align: left;
    font-size: 13px;
    vertical-align: top;
}
div#formOuter div.formLabel2
{
    width: 250px;
    display: inline-table;
    text-align: left;
    font-size: 13px;
    vertical-align: top;
}
div#formOuter input
{
    margin-bottom: 15px;
    font-size: 12px;
}
div#formOuter span, label
{
    line-height: 2em;
    font-size: 13px;
}
div#formRight
{
    float: right;
    text-align: left;    
    display: table-cell;
    padding-left: 15px;
    border-left: dotted 1px #CCCCCC;
}
div#formBottom
{   
    display: table;
    width: 100%;
    padding: 5px;
    text-align: center;
}
div.LayoutFrame
{
    width:800px; height: 500px; border: solid 1px #444444;
    max-width:800px; min-width: 800px; max-height: 500px; min-height: 500px;
    margin-left: 120px; margin-right: 120px;
}
div.SectionFrame
{
    width:800px; height: 500px; border: solid 1px #444444;
}
div.Paging
{
    text-align: center;
    font-size: 12px;
}
div.Paging a
{
}