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

   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  -*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Top Panel (cell) where latest concert etc sits (820px - 200px)
*/

#topPanel {
   width: 620px;
   border-top: 8px solid black;
	height: 139px;
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Top banner width:
*/

#topBanner {
	background-image: url( ../images/TopBanner_bkgrd.gif );
	background-repeat: no-repeat;
	background-position: left;
	width: 320px;
	height: 139px;
	background-color:#9B4212;
}

#nextConcertTitle {
	background-image: url( ../images/nextConcert.gif );
	background-repeat: no-repeat;
	background-position: left;
	background-color:#9B4212;
	height: 139px;
	width: 20px;
}

#nextConcertAdvert {
	width: 280px;
	padding: 10px 10px 0px 10px;
	background-color:#A84E1D;
	border-left: 1px solid black;
	height: 139px;
}

.topBannerComposer {
   font-weight: bold;
}

.topBannerTitle {
   font-style: italic;
}

.topBannerSoloist {
   font-style: italic;
   font-size: 95%;
}

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

.bannerAd a:link { color: #000000;  text-decoration: none }
.bannerAd a:visited { color: #660000;  text-decoration: none }
.bannerAd a:hover { color: white; text-decoration: none; background-color: #A84E1D; }
.bannerAd a:active { color: #660000;  text-decoration: none }




