/* artiststyle.CSS Document */

BODY 	{
	COLOR: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		}


.pictitle 	{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	 }

/* START THE CODE FOR THE PAGE MENUS */



.topmenu-table 	{
	width: 100%;
	height: 20px;
	background-color:#333399;
	background-image: url("images/background-topmenu.jpg");
	margin-top: 2px;
	margin-bottom: 2px;
		}





.topmenu		{
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif, verdana, helvetica, sans;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	cursor:hand;
	font-weight: bold;
	text-align:center;
	line-height: 22px;
	display: block;
	white-space:nowrap;
	border: #000000 0px solid;
	text-decoration: none;
}


.firstmenu	{ color:#333333; }



a.topmenu:link 	{
	background-image: url("images/background-topmenu.jpg");
	background-color:#8BB1D8;
	color: #333333;
}


a.topmenu:visited 	{ background-image: url("images/background-topmenu.jpg");
		  background-color:#8BB1D8;
		  color: #333333;
}


a.topmenu:active 	{ background-image: url("images/background-topmenu.jpg");
		  background-color:#8BB1D8;
		  color: #333333; 
}



a.topmenu:hover 	{  background-image: url("images/background-topmenu-on.jpg");
		   background-color:#8BB1D8;
		   color: #FFFFFF; 
}


/* START THE CODE FOR THE MENUS */


#menulocation 		{ LEFT: 0px; WIDTH: 150px; POSITION: absolute; TOP: 101px; padding:0px 0px; white-space:nowrap; }


.menu-background	{
			background-color: #12366A;
			background-image: url("images/background-menu.jpg");
			background-repeat: repeat-y;
			background-position: top left;
			border-right: #000000 0px solid;
			width: 150px;
			}

.menuseparator		{
			background-color: #2a81c0;
			color: #2a81c0;
			height: 2px;
			width: 100%;
			padding: 0px;
			margin-top: 1px;
			margin-bottom: 0px;
			}

.menutrans   		{
			filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
			border-bottom: #74747B 1px solid;
			}


.menu-bottomline	{ border-top: #74747B 0px solid; }


.menu		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		cursor:hand;
		font-weight: bold;
		text-decoration: none;
		width: 139px;
		text-indent: 7px;
		line-height: 18px;
		text-align: left;
		display: block;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 3px;
		margin-bottom: 1px;
		border-right: #74747B 0px solid;
		border-top: #74747B 0px solid;
		}


a.menu:link 	{ color: #333333; }

a.menu:visited 	{ color: #333333; }

a.menu:active 	{ color: #333333; }

a.menu:hover 	{
		color: #FFFFFF;
		background-color:#56a1d8;
		text-decoration: none;
		border: #FFFFFF 1px solid;
		margin-left: 4px;
		margin-right: 4px;
		margin-top: 2px;
		margin-bottom: 0px;
		}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #333333;
}
