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

   Chandos Styles

   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

*/

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-   TOP PANEL  -*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Bottom Panel where footer is contained
*/

#bottomPanel {
	font-size:85%;
	color:#cccccc;
	background-color:#000000;
	height:25px;
	padding: 0px 0px 0px 0px;
   width: 620px;
	vertical-align: middle;
}

#leftBottomPanel {
   left: 0px;
   top: 0px;
   width: 400px;
	height:25px;
   text-align:left;
   padding: 0px 0px 0px 10px;
}

#rightBottomPanel {
   left: 0px;
   top: 0px;
   width: 200px;
	height:25px;
   text-align: right;
   padding: 0px 10px 0px 00px;
}

#bottomPanel a:link { color: #F8AC4E;  text-decoration: none }
#bottomPanel a:visited { color: #F8AC4E;  text-decoration: none }
#bottomPanel a:hover { color: white; text-decoration: none; background-color: #A84E1D; }
#bottomPanel a:active { color: #F8AC4E;  text-decoration: none }

