.readonly{
background-color:#C3BEBE;	
}
.bigger_button{ font-size:20px;}


.print{
display:none;	
	
	
}
.d_data{background:#ddd;font-color:black;}
.i_data{background:#fff;font-color:black;}
.c_data{background:#ddd;color:blue;}
.noprint{

	
}

.divtable{
	
width:auto;
height:auto;	
border-top:1px solid #ccc;

	
}

.divtr{
	
float:none;
width:100%;
overflow:hidden;
height:auto;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;

}


.divtr:nth-child(even){
	background-color:#fff;
}

.divtd{
float:left;	
width:auto;
height:auto;
padding:3px;
border-right:1px solid #ccc;
min-height:21px;
min-width:10px;
overflow:hidden;


	
}


.divth{
float:none;
width:100%;	
height:auto;

font-weight:bold;
overflow:hidden;
text-align:center;
min-height:21px;
height:auto;
border:1px solid  #ccc;
}

.fixed{
	
	position: absolute;
    top: 300px;
	width:inherit;
	margin-bottom:20px;
	
}


@media print {

a[href]:after {
    content: none !important;
  }
  
.print{
display:block;	
} 

.noprint{
	display:none;  
	  
  }
  
.middle .midright{
width:100%;	  
	  
  }
  
}
