/* Global Styles */
Body {
	/*
	background-image: url(../images/2007Final/bg.gif);
	background-color: #1F2B39;
	background-repeat: repeat-x;
	*/
	background-color: #000000;	
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
A {
	color: #990000;	
}
A.BlackLink, A.BlackLink:Visited
{
	color: #000000;
	text-decoration: none;
}
A.WhiteLink, A.WhiteLink:Visited
{
	color: #FFFFFF;
	text-decoration: none;
}
A.BlackLink:Hover, A.WhiteLink:Hover
{
	text-decoration: underline;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* Home Page Styles */

a.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
Table.SearchBox {
	border: 1px solid #000000;
}
Table.SearchBox TD {
	border: 1px solid #666e78;
	background-color: #1f2b39;
}
Input.SearchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	padding: 0px 0px 0px 2px;
	margin: 1px 2px;
	border: 1px solid #000000;
	height: 18px;
}
A.WhiteA12Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
A.FooterLinks:Hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.BlackA12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
TD.BlackA12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
Input.HomeLogin {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	padding: 0px 0px 0px 2px;
	margin: 1px 2px;
	border: 2px solid #000000;
	height: 22px;
}
.HomeFeaturedArtist {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #FFFFFF;
}
.HomeFeaturedArtist TD {
	border: 1px solid #000000;
	padding: 1px;
}

.HomeFeatureBand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.BlackA11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#WelcomeBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px 2px 0px 5px;
	height: 182px;
	width: 100%;
	overflow: auto;
	margin: 0px;
}
.SectionHeader TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666e78;
	border: 1px solid #FFFFFF;
	padding: 4px;
}
.WhiteBorder {
	border: 1px solid #FFFFFF;
}
.LightGrayBorder {
	border: 1px solid #e0e3e7;
}
.SubText
{
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
}
.AccentText
{
	font-weight: normal;
	color: #FFFFCC;
}
/** GENERIC ARTISTS / PROFILE STYLES **/

.MainNav {
	border: 1px solid #959494;
}
.MainNav td {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1f2b39;
	text-align: center;
}
.MainNav TD A {
	color: #FFFFFF;
	text-decoration: none;
}
.MainNav TD A:Hover {
	color: #fdae05;
	text-decoration: none;
}
TABLE.ContentHolder {	
	border: 1px solid #CDD3DA;
	margin-bottom: 10px;
}
.ContentHolder TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
TD.ContentHeader {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1F2B39;	
}
.ContentHeader A {
	color: #fdae05;
	text-decoration: none;
}
.ContentHeader A:Hover {
	color: #fdae05;
	text-decoration: underline;
}
TD.ContentFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #495666;
	padding: 5px;
}
.ContentFooter A {
	color: #FFFFFF;
	text-decoration: none;
}
.ContentFooter A:Hover {
	color: #fdae05;
	text-decoration: underline;
}
.DetailsBox {
	border: 1px solid #959494;
}
.DetailsBox TD {
	background-color: #1f2b39;
	padding: 10px;
	color: #FFFFFF;
}
.DetailsBox TD A {
	color: #fdae05;
}
/*****************************
   float fix
*****************************/
.cf:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */
/************************************************************/
/*   Generic Styles											*/
/************************************************************/
.Heading1
{
	font-weight: bold;
	font-size: 18px;
}
.Heading2
{
	font-weight: bold;
	font-size: 14px;
}
.Heading3
{
	font-weight: normal;
	font-size: 12px;
}
.Heading4
{
	font-weight: bold;
	font-size: 14px;
}
.Heading5
{
	font-weight: bold;
	font-size: 11px;
}
.Normal
{
	font-weight: normal;
	font-size: 11px;
}
.SuperText
{
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}
.SubText
{
	font-weight: normal;
	font-size: 9px;
}
.TinyText
{
	font-weight: normal;
	font-size: 8px;
}
.HighlightText
{
	font-weight: bold;
	color: #990000;
}
.AccentText
{
	font-weight: normal;
}
.ErrorTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}
.ErrorText
{
	color: #FF0000;
}
.Grayed
{
	color: #BBBBBB;
}
.Underline
{
	text-decoration: underline;
}
IMG.WrapImage
{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	position: static;
}
/************************************************************/
/*   Edit Form Styles										*/
/************************************************************/
TABLE.EditForm
{
	table-layout: fixed;
}
TD.EditFormCaptions
{
	padding-top: 3px;
	vertical-align: top;
	font-weight: bold;
}
.RequiredField
{
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
}
INPUT.EditForm
{
	border-bottom: #6699CC 1px solid;
	border-right: #6699CC 1px solid;
	border-left: #6699CC 1px solid;
	border-top: #6699CC 1px solid;
	padding-left: 4px;
	width: 100%;
}
TEXTAREA.EditForm
{
	border-bottom: #6699CC 1px solid;
	border-right: #6699CC 1px solid;
	border-left: #6699CC 1px solid;
	border-top: #6699CC 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	width: 100%;
	height: 80px;
}
TEXTAREA.EditFormTall
{
	border-bottom: #6699CC 1px solid;
	border-right: #6699CC 1px solid;
	border-left: #6699CC 1px solid;
	border-top: #6699CC 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	width: 100%;
	height: 100px;
}
TEXTAREA.EditFormSuperTall
{
	border-bottom: #6699CC 1px solid;
	border-right: #6699CC 1px solid;
	border-left: #6699CC 1px solid;
	border-top: #6699CC 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	width: 100%;
	height: 200px;
}
SELECT.EditForm
{
	border-bottom: #6699CC 1px solid;
	border-right: #6699CC 1px solid;
	border-left: #6699CC 1px solid;
	border-top: #6699CC 1px solid;
	width: 100%;
}
INPUT.EditFormButton
{
	border-bottom: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	background-color: #990000;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
BUTTON.EditFormButton
{
	border-bottom: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	background-color: #990000;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

/************************************************************/
/*   Error Box (v1)											         */
/************************************************************/
table.errorbox
{
	border-bottom: #990000 1px solid;
	border-right: #990000 1px solid;
	border-left: #990000 1px solid;
	border-top: #990000 1px solid;
	background-color: #000000;
	
}
table.errorbox td
{
	color: #ffffcc;
	font-weight: bold;
}

/************************************************************/
/*   Error Box (v2)											         */
/************************************************************/
.error_box
{
	border: #990000 1px solid;
	background-color: #000000;
	color: #ffffcc;	
	padding: 5px; 
	text-align: center; 
	margin-bottom: 10px;
}
.error_box_title
{
	text-decoration: underline;
	font-weight: bold;
	color: Red;
}
.error_box_list ul
{
	list-style-type: square;
	margin-top: 8px; 
	margin-bottom: 2px;
}

A.FeaturedSongLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
A.FeaturedSongLink:HOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}
/************************************************************/
/* Song List Styles											*/
/************************************************************/
TABLE.SongList
{
	border: 1px solid #CCCCCC;
	background-color: #000000;
	/* table-layout: fixed; */
}
TD.SongListTitle
{
	background-color: #330000;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
TD.SongListCol
{
	vertical-align: middle;
	color: #000000;
}
TD.SongListColPremium
{
	background-color: #0b8901;
	vertical-align: middle;
	color: #FFFFFF;
}

TD.SongListColPremium A
{
	color: #FFFF66;
}
/************************************************************/
/* Table Rollover Styles									*/
/************************************************************/
TD.Gray
{
	color: #000000;
	background-color: #e1e5e8;
}
TD.Gray A
{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
TD.DarkGray
{
	color: #FFFFFF;
	background-color: #495666;
}
TD.DarkGray A
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
TD.DarkGrayB
{
	color: #FFFFFF;
	background-color: #1f2b39;
}
TD.DarkGrayB A
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
TD.Orange
{
	color: #FFFFFF;
	background-color: #f4a000;
}
TD.Orange A
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
TD.Orange A:Hover
{
	text-decoration: underline;
}
/************************************************************/
/* Artist List Styles										*/
/************************************************************/
TABLE.ArtistList
{
	background-color: #999999;
	table-layout: fixed;
}
TR.ArtistListTitle
{
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
}
TD.ArtistListCell
{
	background-color: #FFFFFF;
	vertical-align: top;
	color: #000000;
}
TR.ArtistListFreeTitle
{
	background-color: #EAEAEA;
	vertical-align: top;
	color: #000000;
	font-size: 12px;
	Font-weight: bold;
}
TR.ArtistListPremiumTitle
{
	background-color: #0b8901;
	vertical-align: top;
	color: #FFFFFF;
}
TR.ArtistListPremiumTitle A
{
	color: #FFFFFF;
}

TABLE.ArtistListBasic
{
	border: 1px solid #CCCCCC;
	background-color: #000000;
	table-layout: fixed;
}
TD.ArtistListBasicTitle
{
	background-color: #330000;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
TD.ArtistListBasicCol
{
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #000000;
}
TD.ArtistListBasicColPremium
{
	background-color: #660000;
	vertical-align: middle;
	color: #FFFFFF;
}
/************************************************************/
/*   Standard Link Styles                                   */
/************************************************************/
A.DarkLink:link
{
	color: #660033;
}
A.DarkLink:visited
{
	color: #660033;
}
A.DarkLink:active
{
	color: #660033;
}
A.DarkLink:hover
{
	color: #660033;
}

A.RedLink:link
{
	color: #FF0033;
}
A.RedLink:visited
{
	color: #FF0033;
}
A.RedLink:active
{
	color: #FF0033;
}
A.RedLink:hover
{
	color: #FF0033;
}

A.Response:link 
{
	color: white; 
	text-decoration: none;
}
A.Response:visited 
{
	color: white;  
	text-decoration: none;
}
A.Response:active 
{
	color: white; 
	text-decoration: none;
}
A.Response:hover 
{
	color: #FFFF00; 
	text-decoration: none;
}
/************************************************************/
/* Artist Labeling Styles									*/
/************************************************************/
.SilverArtist
{
	font-weight: bold;
	font-size: 12px;
}
.GoldArtist
{
	font-weight: bold;
	font-size: 14px;
}
.PlatinumArtist
{
	font-weight: bold;
	font-size: 16px;
}
/*****************/
/*   Genre Pages */
/*****************/
.GenreHeading
{
	font-weight: bold;
	font-size: 18px;
	color: #fdae05;
}
/************************************************************/
/* Dark Grid List Styles									*/
/************************************************************/
TABLE.DarkGridList
{
	background-color: #CCCCCC;
	/*table-layout: fixed;*/
}
TR.DarkGridListTitle 
{
	background-color: #000000;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
}
TR.DarkGridListTitle TD
{
	color: #FFFFFF;
}
TD.DarkGridListFixedCol
{
	background-color: #777777;
	color: #FFFFFF;
}
TD.DarkGridListContentCol
{
	background-color: #666666;
	vertical-align: top;
	color: #FFFFFF;
}
TD.DarkGridListContentColSpecial
{
	background-color: #444444;
	vertical-align: top;
	color: #FFFFFF;
}
TD.ArtistInfoPlaySong {
	
}
TD.ArtistInfoPlaySong A {
	color: #000000;
	text-decoration: none;
}
TD.ArtistInfoPlaySong A:Hover {
	color: #333333;
	text-decoration: underline;
}
/************************************************************/
/* Hard Rock												*/
/************************************************************/
A.HardRockHome, A.HardRockHome:Visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
A.HardRockHome:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
	font-size: 14px;
}
/************************************************************/
/* Classifieds											*/
/************************************************************/
A.CategoryLink
{
}
A.ItemTitleLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
A.ClassImagesLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
A.ClassImagesLink:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;	
}
A.ClassMainCatLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
A.ClassMainCatLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.CodeBox
{
	font-size: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 50px;
	border-style: solid;
	border-width: 1px;	
}
/************************************************************/
/* 2008 Home Page										    */
/************************************************************/
.FeatureTable
{
	background-color: #FFFFFF;
	border: 1px solid #000000;	
}
.FeatureTable TD
{
	
	
}
.FeatureImg
{
	border: 1px solid #666666;
}
.FeatureArtistName
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;	
}
.HomeARChartRank
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #feba03;	
}
.HomeARChartTxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
	text-align: left;
}
A.HomeARChartLink
{
	color: #7efe00;
	text-decoration: none;
}
A.HomeARChartLink:Hover
{
	color: #7efe00;
	text-decoration: underline;
}
A.NewItemLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
A.NewsItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
A.NewsItem:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
#NewArtistScroll
{
	width: 504px;
	overflow: hidden;
	
}
.WhiteA11
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.WhiteA12
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.WhiteA13
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}
/********* SCROLLER **********/
div#hold	{ 
	position:relative; overflow:hidden;
	width:504px; height:75px; z-index:100
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:504px; height:100px; 
	clip:rect(0px, 504px, 75px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
	
div#hold2	{ 
	position:relative; overflow:hidden;
	width:504px; height:75px; z-index:100
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:504px; height:100px; 
	clip:rect(0px, 504px, 75px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr2	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
/********* SCROLLER **********/		