@CHARSET "UTF-8";

/* tables */
	/* <table id="header" summary="" cellspacing="1" class="clear_l f_left"> */
	
	table {
	   table-layout: auto;
	   border-spacing: 1px;
	   background-color: #d0e1eb;
	   border-collapse: separate;
	   }
	   
   table tr.dark td {
      background: #f7f7ee;
      }
      
   table tr.bg_ff td {
      background: #ffffff;
      }      	   
      
   table tr.bg_fa td {
      background: #fafafa;
      }      
      
   table tr.bg_f6 td {
      background: #f6f6f6;
      }      
      
   table tr.bg_blue td {
      background: #f0f7fb;
      }      
      
   table tr.bg_red td {
      background: #ffeeee;
      }      
      
	table td {
	   padding: 2px 5px 2px 5px;
	   background: #ffffff;
	   font-size: 12px;
	   height: 22px;
	   line-height: 22px;
	   }
	   
   table tr:hover td {background: #e7e9f3;}		   
	   
   table.va_top td       {vertical-align: top;}	   
   table.va_middle td    {vertical-align: middle;}
   table tr.va_top td    {vertical-align: top;}    
   table tr.va_middle td {vertical-align: middle;}   
/* ENDOF tables */
