﻿body {margin: 10px; padding: 0;}

.lblnormal{
    font-family:Tahoma; 
    font-size:11pt;
    font-weight:bold;
}
.lblheader{
    font-family:Tahoma; 
    font-size:14pt; 
    font-weight:bold; 
    color:black;
    padding-bottom:20px;
    text-align:center;

} 

div.section
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color:inherit; 
    padding: 10px 10px 0px 10px;
   clear:left;
    position: relative;
   
    top: 0px;
    left: 0px;
}

div.smallsection 
{
    
    background-color:#DCDDDE;
    width:35%;
    padding: 10px 0px 10px 10px; 
    margin-top:20px;  
}

div.plaindiv {
background-color: white;
   border-color: #6D7375;
   border-style:groove;
   width:100%;
   padding-top:50px;
   padding-bottom:inherit; 

}

div.container {
    display: table;
    background-color:inherit;
}

div.containerrow {
        display: table-row;
      background-color:inherit;
    }

 div.containeritem {
      display: table-cell;
      display: inline;
      position:relative;
      align-items:center;
      background-color:inherit;
    }

div.section div.leftsection
{
    width: 23%;
   float: left;
   background-color:inherit; 
   
   
}

div.section div.rightsection
{
    width: 75%;
    float: right;
    background-color:inherit; 
  
}
}


div.subsection {
    padding-top: 5px;
    padding-bottom:10px;
    background-color:inherit;
}

.dollarAmt
{ 
   padding-top: 5px;
  padding-bottom:10px;
   float:left;
   clear: both;  
}

div.main
{
   background-color: #DCDDDE;
   border-color: #6D7375;
   border-style:groove;
   width:100%;
  padding-bottom:80px;
   padding-top:10px; 
}

.label
{
    border: none;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
   
}

.rightlabel 
{
   float:right;  
}

.boldlabel
{
    font-family:Tahoma;
    font-size:medium;
    font-weight:bold;
    color:Blue; 
   padding: 10px 10px 10px 10px;  
}

.boldlabelsmall
{
     font-family:Tahoma;
    font-size:small;
    font-weight:bold;
    color:Blue; 
    padding-top: 20px;
    padding-bottom:20px;
  
    
   
   
}

.rightbold
{
    font-family:Tahoma;
    font-size:medium;
    font-weight:bold;
    color:Blue; 
    padding: 10px 10px 10px 10px;  
   
   
}

.labelright
{
   
    border: none;
    margin-top: 10px;
     padding: 0px 10px 10px 10px;
    margin-left:300px;
   
}

.input
{
    width : auto;
    margin-top: 20px;
   float: none;
}

td
{
text-align:left;
vertical-align:middle;
padding-right:10px;
height:30px;
}


.wideinput
{
   width: 200px;
   margin-top: 10px;
  float:none;
}

.wideinput2
{
   width: 200px;
  
}

.instruct {
font-family:Rockwell;
font-weight:normal;
color:blue;
padding: 10px 10px 10px 10px;
}

.btnright {
    margin-top: 10px;
    margin-left: 300px;
}



