table.ba 
  {
    font-size:12px;
  }
 
/* hides an extra table row which forces widths */ 
table.ba tr.widthSetter
  {
    visibility:hidden;
  }

table.ba td
  {
    background-color:#eeeedd;
    vertical-align:top;
    text-align:right;
    font-weight:normal;
    font-size:12px;
  }
  
table.ba th.title
  {
    background-color:#7ab;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-align:left;
  }
  

table.ba .sortBy 
  {
    font-size:12px;
    font-weight:bold;
    text-align:left;
    background-color:#dcddcd;
	float:left;
  }
  
table.ba th.noSort
  {
    font-size:12px;
    font-weight:bold;
    background-color:#dcddcd;
    text-align:right;
  }
  
table.ba td.sorted
  {
    font-weight:bold;
    background-color:#dcddcd;
  }
 
/* applies to cells of all tables nested inside the "BA" table */  
table.ba table td
  {
    background-color:transparent;
  }
  
   
table.ba
a:link
  {
    color:#009;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
  }
   
table.ba
a:visited
  {
    color:#009;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
  }
   
table.ba
a:hover
  {
    color:#009;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
  }
  
table.ba
a:active
  {
    color:#009;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
  }
 
