@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
body.page {
	background-color: #A6ACB8;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #3E4458;
	background-color:#A6ACB8;
}

td.white{
background-color:#FFFFFF;
}

td.headertable {
background-color:#A6ACB8;
}

td.artistbg {
background-color:#FFFFFF;
}

#apDiv1 {
	position:absolute;
	left:393px;
	top:222px;
	width:218px;
	height:146px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:518px;
	top:444px;
	width:216px;
	height:112px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:792px;
	top:395px;
	width:204px;
	height:169px;
	z-index:3;
}
#apDiv4 {
	position:absolute;
	left:1020px;
	top:356px;
	width:213px;
	height:125px;
	z-index:3;
}

a.white:link {color: #ffffff; font-weight: normal; text-decoration:none;}
a.white:active {color: #4f566b; font-weight: normal; text-decoration:none;}
a.white:visited {color: #ffffff; font-weight: normal; text-decoration:none;}
a.white:hover {color: #ffffff; font-weight: normal; text-decoration:underline}

a.darkblue:link {color: #0047AB; background: #ffffff; font-style: normal; text-decoration:none}
a.darkblue:active {color: #0047AB; background: #ffffff; font-style: normal; text-decoration:none}
a.darkblue:visited {color: #0047AB; background: #ffffff; font-style: normal; text-decoration:none}
a.darkblue:hover {color: #0047AB; background: #ffffff; font-style: normal; text-decoration:underline}

function extractPageName(hrefString)
{
	var arr = hrefString.split('/');
	return  (arr.length < 2) ? hrefString : arr[arr.length-2].toLowerCase() + arr[arr.length-1].toLowerCase();
}
 
function setActiveMenu(arr, crtPage)
{
	for (var i=0; i < arr.length; i++)
	{
		if(extractPageName(arr[i].href) == crtPage)
		{
			if (arr[i].parentNode.tagName != "DIV")
			{
				arr[i].className = "current";
				arr[i].parentNode.className = "current";
			}
		}
	}
}
 
function setPage()
{
	hrefString = document.location.href ? document.location.href : document.location;
 
	if (document.getElementById("nav") !=null )
	setActiveMenu(document.getElementById("nav").getElementsByTagName("a"), extractPageName(hrefString));
}

.style3 {font-size: smaller}
a:link {
	color: #0047AB;
}
a:visited {
	color: #0047AB;
}

:link img, :visited img { border:hidden; }
.style9 {font-size: small}
.style10 {color: #FFFFFF}

-->
</style>