@charset "UTF-8";
/* CSS Document */

table {  
  background-color: white; 
  table-layout: fixed; 
  width: 100%;  
}  

tbody td.odd {  
  background-color: #999;  
  color: white;  
} 

td.hovered {  
  /*background-color: lightblue;  */
  background-color: white;  
  color: #666;  
}  

.table_row_selected{
	background:#666;
	color:#FFF;
}

.table_row_normal{
	background:#FFF;
	color:#000;
}

tr{
	/*content:editable;*/
}

.table table-bordered table-hover table-condensed{  
  background-color: white; 
  table-layout: fixed; 
  width: 100%;  
  td.hovered:
  {
 	background-color: white;  
  	color: #666;
  }
}  
