﻿/* BackgroundColour.css */


div.panelUpdate
{
	background-color: white;
}

a.buttonhighlight
{
	background-color: white;
}

a.buttonhighlight:hover
{
 background-color: Yellow;
}

body.page, div.panelPage, div.panelFooterCopyright
{
	background-color: #272727; 
}
body.title, div.panelTitleFooterSeparator, a.titlePage, a.titlePage:hover,
div.panelTitleImage, img.titlePage
{
		 background-color: black;
		 /* background-color: #586694; /* purple */
}
div.titleFooterText, div.panelTitleFooter
{
	background-color: black; /* turquoise #56a0fe; /* turqoise */
}

div.panelNextConcert, div.panelReview, a.nextConcert, a.nextConcert:hover, 
div.paragraphQuote
{
	background-color: #FFFFDD; /* yellow */
}
a.banner, a.banner:hover, 

div.panelPreviousConcert
{
	background-color: #E9E9E9;
}

input.button
{
	background: white;
}

div.dateHeading
{
	background-color: #CBFF97;
}

.twoColsPlayers
{
	/* background-color: #EAEEFB; */
}
.threeCols
{

	background: #EBEBEB;
}
.fourCols
{

	background: #EBEBEB;
}
