
/* av.css
   jt6 20071116 WTSI

   Stylesheet for the AstexViewer tool window.

   $Id: av.css,v 1.1 2008-10-23 12:28:32 jt6 Exp $
   
   Copyright (c) 2007: Genome Research Ltd.
   
   Authors: Rob Finn (rdf@sanger.ac.uk), John Tate (jt6@sanger.ac.uk)
   
   This is free software; you can redistribute it and/or modify it under
   the terms of the GNU General Public License as published by the Free Software
   Foundation; either version 2 of the License, or (at your option) any later
   version.

   This program is distributed in the hope that it will be useful, but WITHOUT
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
   FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
   details.

   You should have received a copy of the GNU General Public License along with
   this program. If not, see <http://www.gnu.org/licenses/>.
    
*/   

#explanation {
  border: 1px solid #CCC; 
  background: #EEE; 
  width: 260px;
  height: 494px;
  float: left;
  margin: 2px 2px;
  padding: 2px;
  font-size: smaller;
  overflow: auto;
}

#av {
  border: 1px solid #CCC; 
  float: left;
  margin: 2px;
  padding: 0px;
}

table.details {
  width: 773px;
}
