﻿
   .formview-container {
   
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
    min-width:200px;
    max-width:98%;
    margin: 2px 0px  4px 4px;
    background-color: #FCFCFC;
    box-shadow:rgb(234, 233, 233) 3px 1px 1px, inset rgba(231, 234, 233, 0.7) 1px 10px 20px;
}
   
    }
   
    .formview-cancel-style {
    
    background-color:Silver;
    
     
    }
   
    .formview-td-style {
       
      
    background-color:#E7ECEA;
         
    }
   
    .formview-table-body-style {
    border: 1px solid silver;
    text-align:left;
    width:100%
     
    }
   
    .formview-table-footer-style {
       
     width:100%;
         
    }
   
    .formview-td-data-caption
    {
       
    height:25px;
    vertical-align:middle;
    text-align:left;
    background-color:#FCFCFC;
    color:black; 
    font-size: 11px; 
    font-weight:bold;
    max-width:20%; 
    }
      
    .formview-td-data-value
    {
        
    background-color:#FCFCFC;
    color:Black; 
    margin-left: 10px;
    padding:0px;
    text-align:justify;
    vertical-align:middle;
    font-family:Arial;
    font-size: 12px; 
  
    }

    .formview-td-help-note
    {
       
    vertical-align:middle;
    max-width:20%;
    background-color:#FCFCFC;
    

    }   
    
    
    .formview-grid-style
    {
    
    color:#333333;
    width:100%;
    
    }
    
    .org-chart-container {
    border: 1px solid #DDDDDD;
    background-color: #EBF6F0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 2px 0;
    -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 2px 0;
    box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 2px 0;
   
    text-decoration: none;
    vertical-align: middle;
    min-width:50px;
    max-width:300px;
    margin: 2px 0px 4px 4px;
   
    }
   
    .form-field {
    border: 1px solid #c9b7a2;
    background: #c2c1c0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #0f0800;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
    padding:4px;
    margin-bottom:4px;
  
    }
    .form-field:focus {
    background: #fff;
    color: #725129;
    }
    .form-container h2 {
    text-shadow: #fdf2e4 0 1px 0;
    font-size:18px;
    margin: 0 0 10px 0;
    font-weight:bold;
    text-align:center;
    }
    .form-title {
    margin-bottom:10px;
    color: #725129;
    text-shadow: #fdf2e4 0 1px 0;
    }
    .submit-container {
    margin:8px 0;
    text-align:right;
    }
    .submit-button {
    border: 1px solid #456e6e;
    background: #cc610e;
    background: -webkit-gradient(linear, left top, left bottom, from(#cfe61e), to(#cc610e));
    background: -webkit-linear-gradient(top, #cfe61e, #cc610e);
    background: -moz-linear-gradient(top, #cfe61e, #cc610e);
    background: -ms-linear-gradient(top, #cfe61e, #cc610e);
    background: -o-linear-gradient(top, #cfe61e, #cc610e);
    background-image: -ms-linear-gradient(top, #cfe61e 0%, #cc610e 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #b4d494 0 1px 0;
    color: #023dd1;
    font-family: helvetica, serif;
    padding: 8.5px 18px;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    }
    .submit-button:hover {
    border: 1px solid #447314;
    text-shadow: #31540c 0 1px 0;
    background: #6aa436;
    background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
    background: -webkit-linear-gradient(top, #8dc059, #6aa436);
    background: -moz-linear-gradient(top, #8dc059, #6aa436);
    background: -ms-linear-gradient(top, #8dc059, #6aa436);
    background: -o-linear-gradient(top, #8dc059, #6aa436);
    background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
    color: #fff;
    }
    .submit-button:active {
    text-shadow: #d61c4a 0 1px 0;
    border: 1px solid #447314;
    background: #8dc059;
    background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
    background: -webkit-linear-gradient(top, #6aa436, #8dc059);
    background: -moz-linear-gradient(top, #6aa436, #8dc059);
    background: -ms-linear-gradient(top, #6aa436, #8dc059);
    background: -o-linear-gradient(top, #6aa436, #8dc059);
    background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
    color: #fff;
    }