.report_table
{
  background-color:white ;
  width:100%;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.report_table_td_over
{
  background-color:black;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 11px; -moz-user-select: none;  
	font-weight: bold;
  color:orange;
  cursor: pointer;

}
.report_table_td
{
  background-color:white ;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 11px; -moz-user-select: none;  
	font-weight: bold;
	height: 5px;
  
}

.report_table_th_fixed
{
  background-color:white ;
  width:99%;
  height:100%;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.report_table_th_fixed th
{
  background-color:black ;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 14px; -moz-user-select: none;  
	color:orange;
	font-weight: bold;
	text-align: left;
	
}

.report_table th
{
  background-color:black ;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 14px; -moz-user-select: none;  
	color:orange;
	font-weight: bold;
	height: 5px;
}

.report_form
{
    background-color:white ;
    border-style: solid;
    border-width: 2px;
    border-color: black; 
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	  font-size : 14px; -moz-user-select: none;  
	  color:orange;
	  font-weight: bold;
}
