﻿
  table{
      font-family: Consolas;
      border:#5CFFCC 1px ridge;	  
	 width:900

	  }
  th{
      border:#4D7B9E 1px ridge;
      background-color:	#4D7B9E;  
	  color:white;
	  font-size:14px;
	  
  }  
  td {
      border:#C5CBCA	 1px ridge;	 
	  background-color:C5CBCA;   
   	  font-size:14px;



  }
 td.show{
      border:#C5CBCA	 1px ridge;	 
	  background-color:C5CBCA;   
   	  font-size:14px;
        text-align:center;

  }

 .class {
    border:0 ;
    
 }

.warning {
    border:#4D7B9E 1px ridge;
      background-color: red;  
	  color:white;
	  font-size:14px;

}

img {
  display: block;
  max-width:500px;
  max-height:400px;
  width: auto;
  height: auto;
}

 body{
      }
 
 P{
    }
 

 
 div{
 

 }

 h3{
    }


.document_title{
     font-size:30px;
     text-align:center;
     font-size:150%;
	 font-weight: 900;
	 
}
.outlay_div{display:block}

  .stable{
      font-family: Consolas;
      border:#5CFFCC 1px ridge;	  
	  width:380;

	  }
  .sth{
      border:#4D7B9E 1px ridge;
      background-color:	#4D7B9E;  
	  color:white;
	  font-size:14px;	  
  }  
  .std{
      border:#C5CBCA	 1px ridge;	 
	  background-color:C5CBCA;   
   	  font-size:14px;


  }


#mask{   
    position: relative;   
    z-index: -1;   
    background: #fff;   
    width: 750px;   
    height: 800px;  
	
}  
   
#main {
  position: absolute; 
  left: 10px;   
  top: 20px; 
  z-index: 0;
}

.readonly {
background-color:gray;
color:white;

}

.amount{
	 text-align: right;
}
.red{
	color:RED;
}