table.ba 
  {
    font-size:11px;
  }
 

table.ba td
  {
    font-weight:normal;
    font-size:11px;
  }
  
table.ba th.title
  {
    background-color:#7ab;
    font-size:14px;
    font-weight:bold;
    text-align:left;
  }

table.ba .sortBy 
  {
    font-size:11px;
    font-weight:bold;
  }
  
table.ba th.noSort
  {
    font-size:11px;
    font-weight:bold;
  }
  
table.ba td.sorted
  {
    font-weight:bold;
  }
 
/* 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-size:11px;
	text-decoration:none;
  }
   
table.ba
a:visited
  {
    color:#009;
	font-size:11px;
	text-decoration:none;
  }
   
table.ba
a:hover
  {
    color:#009;
	font-size:11px;
	text-decoration:underline;
  }
  
table.ba
a:active
  {
    color:#009;
	font-size:11px;
	text-decoration:none;
  }
  
a.school_name{
	font-weight:bold;
}

.sr_arr{
	background:url("http://newsimg.bbc.co.uk/nol/shared/img/v3/arrow.gif") no-repeat 0 3px;
	padding:3px 0 3px 7px;
}
.sr_play{
	background:url("http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_single.gif") no-repeat 0 3px;
	padding:3px 0px 3px 20px;
}

.unsortable{
	font-weight:bold;
	font-size:11px;
}

.name_col{width:260px}
.loc_col{width:109px}
.reports_col{width:260px}

table#sortable1 tr{
	vertical-align: top;
	background-color: #DDD;
}

table#sortable1 tr.odd_row {
	background-color: #EEE; color: black; 
}
table#sortable1 tr.even_row {
	background-color: #FFF; color: black; 
}
table#sortable th{
	text-align:left; background-color: #DDDEBF; 
}

li {
	list-style: none;
	display: block;
}
