/* Links */

A
{
	text-decoration:none;
	color: #bcbec0;
	font-size: 8pt;
}

/* A:Visited
{
	color: #bcbec0;
}

*/

/* Main background colours */

BODY
{
	font-family: Arial;
	font-size: 8pt;
	margin: 0pt;
}

.NavigationPanel
{
	background-color: #781d7e;
}

.HeaderSeparatorColourBar
{
	background-color: #781d7e;
}

.NavigationSeparatorColourBar
{
	background-color: #781d7e;
}

.HeaderBackgroundColour
{
	background-color: #781d7e;
}

.SearchDropdown
{
	background-color: white;
}

/* Tables */

TD
{
	font-size: 8pt;
	font-family: Arial;
}

.TDTextAlignCenter
{
	text-align:center;
	font-size: 8pt;
}

.TDTextAlignLeft
{
	text-align:left;
	font-size: 8pt;
}

.TDTextAlignRight
{
	text-align:right;
	font-size: 8pt;
}


.AdminTable
{
    BORDER-RIGHT: thin solid;
    BORDER-TOP: thin solid;
    BORDER-LEFT: thin solid;
    BORDER-BOTTOM: thin solid
}

/* Text */

P
{
    	FONT-SIZE: 8pt;
    	FONT-FAMILY: Arial;
}

H1
{
    	FONT-SIZE: 14pt;
    	FONT-FAMILY: Arial;
	color: black;
}
.ArtistBiogH1
{
    	FONT-SIZE: 12pt;
    	FONT-FAMILY: Arial;
	color: white;
	font-weight: bold;
}

H2
{
	FONT-SIZE: 12pt;
	FONT-FAMILY: Arial;
	TEXT-ALIGN: center
}
H3
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial;
	color: white;
}

/* Links in TD cells in Navigation panel */
.NavigationLink
{
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

.NavigationCell
{
	color: white;
}

UL
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial;
}

.ItemTitle
{
	FONT-SIZE: 12pt;
	FONT-FAMILY: Arial;
	color: #B5C3C6
}


.AdminButton
{
width: 250px;
}

.FRPurple {
background-color: #781D7E;
}

.FRGreen {
background-color: #A49400;
}

.FRYellow {
background-color: #FCAF17;
}

.FRRed {
background-color: #D31145;
}
.FRBlack {
background-color: #474220;
}