﻿        html, body {
	        margin-left: 0px;
	        margin-top: 0px;
	        margin-right: 0px;
	        margin-bottom: 0px;
            height: 100%;
	        background-color: White;
	        font-family: Calibri;
        }
        .TextBox
        {
            width: 280px;
            height: 20px;
            font-family: Calibri;
            font-size: Medium;
        }
        .TextBoxShort
        {
            height: 20px;
            width: 150px;
            font-family: Calibri;
            font-size: Medium;
        }
        .TextBoxMultiline {
            font-family: Calibri;
            font-size: Medium;
            width: 280px;
        }      
        .DropDown
        {
            height: 20px;
            width: 284px;
            font-family: Calibri;
            font-size: Medium;
        }
        
        .DropDownShort
        {
            height: 20px;
            width: 154px;
            font-family: Calibri;
            font-size: Medium;
        }
        .BoxBorder
        {
            width: 100%;
            height: 333px;
            border: 1px solid #000000;
        }
        .LabelBox
        {
            height: 20px;
            width: 150px;
            font-family: Calibri;
            font-size: Medium;
            border-width: 1px; 
        }
        .MainTableStyle
        {
            width: 100%;
            height: 427px;
        }
        .BoxStyle
        {
            width: 99%;
            height: 329px;
            border: 1px solid #000000;
        }
        .ListCellStyle
        {
            width: 25%;
            height: 100%;
            text-align: left;
        }  
        .DataCellStyle
        {
            width: 75%;
            height: 100%;
            text-align: left;
        }  
        .LabelCellsStyle
        {
            height: 19px;
            width: 40%;
        }
        .FieldsCellsStyle
        {
            height: 19px;
            width: 40%;
        }
         .TitleBarStyle
        {
        		background: url('Images/topBg.gif');
        }                        
        .ButtonBarStyle
        {
        	background: url('Images/FormToolbarBkgd_Silver1.png');
        	height: 70px;
         }
        .Abutton:Hover
        {
        	background-color: #fdeeb3;
        	border-color: #FFD86C;
        	border-width:thin;	
        }
        
        .footer {
    width:100%;
    padding: 30px 15px;
    line-height: 30px;
}
