/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*

   Chandos Styles for Information List

   Authors:
      Name  : Hugh Field-Richards, Ian Field-Richards
      Email : hsfr@hsfr.org.uk, ifr@sevenseventyfour.com

   LICENSE:
 
   This software is free software; you can redistribute it
   and/or modify it under the terms of the GNU Lesser General
   Public License as published by the Free Software Foundation;
   either version 2.1 of the License, or (at your option) any
   later version.
   
   This software 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
   Lesser General Public License for more details.
   
   You should have received a copy of the GNU Lesser General Public
   License along with this software; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

*/

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-  PEOPLE PAGE  -*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   The frame in which all the information stuff sits
*/
   
#informationFrame {
   width: 390px;
}
   
#informationFrame h1 {
   font-family: Georgia,times,serif;
   color: rgb( 102, 0, 0 );
   font-style:italic;
   font-size: 120%;
}

#informationFrame h2 {
   font-family: Georgia,times,serif;
   color: rgb( 102, 0, 0 );
   font-style:italic;
   font-size: 100%;
}

/*
   Each article sits in a div
*/

.informationPanel {
	margin:			0px 0px 15px 0px;  /* top right bottom left */
	padding:			0px 0px 0px 0px;  /* top right bottom left */
   font-family: georgia,verdana,arial,sans-serif;
   color: rgb(102, 102, 102);
   width: 100%;
}

/*
   List of information articles
*/

#informationIndex {
   margin: 10px 5px 0px 5px;;
   width: 180px;
   border: black 1px solid;
   border-bottom: black 5px solid;
}

#informationIndexTitle {
   background-color: #660000;
   border: 1px solid #000000;
   color:#FFFFFF;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 100%;
   font-weight: bold;
   height: 16px;
   text-align: center;
   padding: 2px 5px;
}

#informationIndexBody {
   background-color:#C5B9A5;
   border-left:1px solid #000000;
   border-right:1px solid #000000;
   color:#000000;
   font-family:Arial,Helvetica,sans-serif;
   font-size:95%;
   font-weight: bold;
   padding:5px;
}

p.informationIndexEntry {
}

/*
   Committee table
*/

table#committee {
   border: 1px black solid;
   border-bottom: black 5px solid;
}

table#committee tr {
}

table#committee tr td {
   font-family: georgia,verdana,arial,sans-serif;
   font-size: 90%;
   text-align:left;
   margin: 0px 0px 0px 0px;
   padding: 0px 5px 0px 5px;
   color: black;
}







