@charset "UTF-8";
/* CSS Document */

.newsitem {
		background-color:#BCBCBC;
		color:#000099;
		font-family:Arial,Helvetica,sans-serif;
		font-size:16px;
		font-weight:bold;
		padding-top:15px;
		padding-left:15px;
		padding-bottom:15px;
		margin-top:2px;	
		vertical-align:middle;
}

	
	#newswindow {
	color:#000000;
	text-align:left;
	overflow:auto;
	padding:5px;
	}
	
	.vfloater {
	position: absolute;
	width: 660px;
	height: 250px;
	left: 50%;
	top: 70%;
	margin-left: -300px;
	margin-top: -125px;
	display:none;
	z-index:30;
	
		}
		
		.vfloater_home {
	position: absolute;
	width: 660px;
	top:-400px;
	display:none;
	z-index:30;
	
		}
 /* Artist page styles */

#tracklistcontainer a{
 background-color:#c0c0c0;
	color:#000000;
	/*float:left;*/
	display:block;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:35px;
	text-decoration:none;
	width:230px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	overflow:hidden;
}


td.artist_sm_copy {
color:#000000;
font-size:12px
}

#all_artist_degrees {
color:#000000;

}

td.sixdegrees {
text-align:center;
}

#hidden10degrees {
background-color:#FFFFFF;
	display:none;
	color: rgb(0, 0, 0); 
	font-size: 14px;
	width:400px;
	top:-500px;
	position:absolute;
	border-style:solid;
	border-width:2px;
	border-color:#333333
}

#hidden10degrees a{
text-decoration:none;
color:#000000;
font:Arial, Helvetica, sans-serif

}

td.sixdegrees a{
color:#000000;
text-decoration:none;
}

#artist_nav {
 display: inline-block;
 color:white;
 background-color:#3F484A;
 width:556px;
 height:60px;
 /*padding:5px;*/
 
}

#artist_nav .nav_img{
float:left
 
}

#artist_name {

 color:black;
 width:100%;
 font-size:22px;
 padding:5px;

}


#topbannerad {
 display: inline-block;
 color:black;
 background-color:blue;
 width:468px;
 height:60px;
 
}

p.artisttopnav {
display: inline;
font-size:14px;
/*margin:5px;*/
background-image:url(../images/subnav_links_bg.jpg);
background-repeat:repeat-x
}

p.artisttopnav a {
	color:white;
	text-decoration:none
}


div.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
display:none;
}

.treeNode
{
	color:black;
	font:12px Arial, Sans-Serif;
}
.rootNode
{
	color:black;
	font:12px Arial, Sans-Serif;
}
.leafNode
{
	color:black;
	font:12px Arial, Sans-Serif;
}

#content .cnt_right_videos_artist{
	width: 572px;
	background-image: url(../images/artist_video_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #333333;
	padding: 45px 0 0 0;
	margin: 10px 0 0 5px;
}
