/* Links */

A
{
	text-decoration:none;
	color: #000034;
	font-size: 8pt;
}

A:hover
{
	text-decoration: underline;
	color:darkblue;
}

/* A:Visited
{
	color: #000034;
}


*/

/* Main background colours */

BODY
{
	font-family: Verdana;
	background-color: #CDC9AF;
	font-size: 10pt;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	border-color:black;
}

.NavigationPanel
{
	background-color: #2D2A63;
}

.HeaderSeparatorColourBar
{
	background-color: #2D2A63;
}

.NavigationSeparatorColourBar
{
	background-color: #2D2A63;
}

.HeaderBackgroundColour
{
	background-color: #2D2A63;
}

.SearchDropdown
{
	background-color: white;
}

/* Tables */

TD
{
	font-size: 8pt;
	font-family: Verdana;
}

.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: Verdana;
}

H1
{
    	FONT-SIZE: 14pt;
    	FONT-FAMILY: Verdana;
	color: #000034;
}
.ArtistBiogH1
{
    	FONT-SIZE: 12pt;
    	FONT-FAMILY: Verdana;
	color: yellow;
	font-weight: bold;
}

H2
{
	FONT-SIZE: 12pt;
	FONT-FAMILY: Verdana;
	TEXT-ALIGN: center
}
H3
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
	color: #527D8C
}

/* Links in TD cells in Navigation panel */
.NavigationLink
{
	color: black;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
}

.NavigationCell
{
	color: Black;

}

UL
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
}

.ItemTitle
{
	FONT-SIZE: 12pt;
	FONT-FAMILY: Verdana;
	color: #B5C3C6
}


.AdminButton
{
width: 250px;
}