body {
	margin:0;
	padding:0;
	background:url(../images/BG_tile.jpg) #212121 50% 0% repeat-y;
	color:#CDA6E6;
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 9pt;
	scrollbar-base-color: #CFA8E7; 
	scrollbar-arrow-color: blue;
	scrollbar-DarkShadow-Color: #CDA6E6; 
}

sup
{
	font-size: 8pt;
}

a 
{
	color: #CDA6E6;
	text-decoration: none;
}

h3
{
	font-weight: 300;
}

h4
{
	font-weight: 300;
}



/* Layout */

.hieght100
{
	height: 100%;
}

.widthhieght100
{
	height: 100%;
	width: 100%;
}


.width100
{
	width: 100%;
}


.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
}

.pointer
{
	cursor: pointer;
}

.padding5
{
	padding: 5px 5px 5px 5px;
}

/*************************************/

#divCursor
{
	position:absolute; 
	width:100%; 
	height:100%; 
	display: none;
	z-index: 500;
	background-color: transparent;
	opacity: .1; 
	filter: alpha(opacity=1);
}

.filetype
{
	background-color: #CDA6E6;
	color: #202020;
	width: 25px;
	height: 25px;
	font-size: 7pt;
	line-height: 25px;
	cursor: pointer;
	margin-bottom: 5px;
	border: solid 1px #202020;
}

.filetype:hover
{
	text-decoration: underline;
}

.usersummary
{
	width: 100%; 
	text-align: center;
	color: White;
}

.usersummary td
{
	width: 19%;
}

.displayname
{
	font-weight: bolder; 
	width: 3%;
	color: White;
}


.myaccountmenu
{
	color:#CDA6E6;
}

.Validation
{
	width: 250px;
	background-color: #FFC3BC; 
	border: 1px solid red; 
	color: black;
	text-align: center;
}

.Message
{
	width: 250px;
	background-color: #D2FFCC; 
	border: 1px solid green; 
	color: black;
	text-align: center;
}

.Caution
{
	width: 250px;
	background-color: #F7FFB6; 
	border: 1px solid #FFB951; 
	color: black;
	text-align: center;
}

.Validation h1
{
	color: black;
}

.DisplayNone
{
	display: none; 
	position: absolute; 
	opacity: .90; 
	filter: alpha(opacity=90);
}

.WidgetCloseButton
{
	background-image: url(../Images/close.gif);
    background-repeat:no-repeat;
}

#middle {
	width:980px;
	height:500px;
	margin:0 auto 0 auto;
}

#contentWrapper {
	width:100%;
	background-image: url(../Images/back.png); 
	background-repeat: no-repeat; 
	background-position: top;
}

#column1 {
	margin-right: 10px;
}

#column2 {
}
	
.headerBar
{
	width: 75%; 
	border: solid 1px black; 
	margin-bottom: 2px; 
	background:url(../images/widgets/widgetselected.gif) repeat-x; 
	color: Black;
	text-align: left;
}

.headerBar a
{
	color: Black;
}

.siteMap
{
	color: Black;
	text-align: left;
	color: #CDA6E6;
	background: url(../images/sitemapback.png) no-repeat; 
	background-position:bottom;
	text-align: center;  
	height: 120px;
}

.siteMap a
{
	color: #202020;
}
	
/* widgets */

	/* Generic */
	.title {
		position:relative;
		width:100%;
		text-indent:10px;
		line-height:27px;
		background:url(../images/widgets/widgetTitle.gif) repeat-x;
		margin-bottom:4px
	}
	
	.title .minimizeClose {
		position:absolute;
		right:10px
	}
	
	.title .close {
		padding-left:5px
	}
	
	.footer {
		width:100%;
		height:14px;
		background:url(../images/widgets/popular_artisit_RoundBottom.jpg) 0% 0% no-repeat;
	}
	
	.widgetHeading {
		width:100%;
		height:25px;
		background:url(../images/widgets/popular_artisit_ColHeading.jpg) repeat-x;
		line-height:25px;
		font-weight: 100;
		text-transform: uppercase;
		color:#323232;
	}
	
	.darkText {
		color:#323232
	}
	
	.red {
		color:#ff0101
	}
	
	.green {
		color: #0FFF8B;
	}
	
	/* Specialist */
	#recommends_leftColumn {
		float:left;
		width:275px;
	}
	
	#recommends_rightColumn {
		float:left;
		width:370px;
		border-left: solid 1px black;
	}
	
	#recommends_genre {
		float:left;
		width:129px;
	}
	
	#recommends_genre ul {
		list-style-type:none;
		margin:0;
		padding:0
	}
	
	#recommends_genre li {
		height:39px;
		background:url(../images/widgets/widgetselected.gif);
		line-height:39px;
		text-indent:10px;
		color:#323232
	}

	.recommends_media {
		float:left;
		width:100%;
		overflow-y: auto;
		overflow-x: none;
	}
	
	.recommends_media ul {
		list-style-type:none;
		margin:0;
		padding:0;
		height:220px;
	}
	
	.recommends_media li {
		height:39px;
		text-indent:10px;
		line-height:38px;
		background:url(../images/widgets/popular_artist_2stCol.png) 97% 100% no-repeat;
		border-top: solid 1px black;
	}
	
	.recommends_media li.selected
	{
		height:39px;
		text-indent:10px;
		line-height:38px;
		background:url(../images/widgets/popular_artisit_1stCol_hover.png) no-repeat;
		color: Black;
	}
	
	.recommends_media li.selected a
	{
		color: Black;
	}
	
	
	#artist_background {
		height:279px;
		width:100%;
	}
	
	#artist_albumCovers {
		float:left;
		width:142px;
		height:100%
	}
	
	#albumsScroll
	{
		height: 250px; 
		border-bottom: solid 1px black; 
		overflow-y: auto;	
		overflow-x: hidden;
	}
	
	
	
	
	
	

	
	






	#artist_trackList {
		top:5px;
		float:left;
		width:226px;
		border-left: 1px solid black;
		height:279px;
		overflow-x: none;
		overflow-y: auto;
	}
	
	#playlistWrapper {
		width:270px;
	}
	
	#artist_trackList ul, #playlistWrapper ul {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	#artist_trackList li, #playlistWrapper li {
		padding:3px 0 0 5px;
	}
	
	#playlistWrapper li {
		padding:3px 0 0 10px
	}
	
	#artist_trackList .trackWrapper, #playlistWrapper .trackWrapper {
		width:90%;
	}
	
	#artist_trackList .trackName, #playlistWrapper .trackName {
		display:block;
		color:#323232;
	}
	
	#artist_trackList .trackDuration, #playlistWrapper .trackDuration {
		color:#8d8d8d;
	}
	
	#artist_trackList .trackButtons, #playlistWrapper .trackButtons {
		right:10px;
		top:5px;
	}
	
	
	#Wrapper
	{
		text-align: justify;
		width:100%;
		background-color: #4A4D56;
		color: white;
		background-image: url('../images/dash_phones.png'); 
		background-repeat:no-repeat; 
		background-position: right bottom;
	}
	
	#NotesWrapper
	{
		text-align: justify;
		width:100%;
		background-color: #4A4D56;
		color: white;
		background-image: url('../images/dash_notes.png'); 
		background-repeat:no-repeat; 
		background-position: right bottom;
	}
	
	#CassettesWrapper
	{
		text-align: justify;
		width:100%;
		background-color: #4A4D56;
		color: white;
		background-image: url('../images/dash_cassettes.png'); 
		background-repeat:no-repeat; 
		background-position:right bottom;
	}
	
	#RecordsWrapper
	{
		text-align: justify;
		width:100%;
		background-color: #4A4D56;
		color: white;
		background-image: url('../images/dash_records.png'); 
		background-repeat:no-repeat; 
		background-position: right bottom;
	}
	
	#RetroWrapper
	{
		text-align: justify;
		width:100%;
		background-color: #4A4D56;
		color: white;
		background-image: url('../images/dash_retro50s.png'); 
		background-repeat:no-repeat; 
		background-position: right bottom;
	}
	
	
	.Wrapper
	{
		text-align: justify;
		width:100%;
		background-color: #4A4D56;
		border: solid 1px #41444D;
		color: white;
	}
	
	.boxTrick {
		padding:10px;
	}
	
	.wrapper .message {
		float:left;
		width:482px;
		border-left:1px solid #b5b6b7;
		margin-left:-1px;
		padding:10px;
		color:#5a5a5a;
	}
	
	
	.error  
	{
		font-weight: bold; 
	    COLOR: #800000 
	}

	#playerWrapper h4 {
		text-transform: uppercase;
		text-indent:10px;
		margin:0;
		padding:0;
		color:#8d8d8d
	}
	
	#thumbnailWrapper {
		float:left;
		width:158px;
		border-right:1px solid #b5b6b7;
		text-align:center;
		padding:10px 0 10px 0;
		text-transform:uppercase
	}
	
	#messagesWrapper #thumbnailWrapper img {
		margin-bottom:5px
	}
	
	#messagesWrapper #message {
		float:left;
		width:482px;
		border-left:1px solid #b5b6b7;
		margin-left:-1px;
		padding:10px;
		color:#5a5a5a;
	}
	
/* END WIDGETS */

/* Absolute positioned stuff */

#titleBar {
	position:absolute;
	left:0;
	top:10px;
	width:100%;
	height:65px;
	background:url(../images/title_bar_green_Audio_tile.gif)
}

#titleBarIndex {
	position:absolute;
	left:0;
	top:226px;
	width:100%;
	height:65px;
	background:url(../images/title_bar_green_Audio_tile.gif)
}

#footerBar {
	position:absolute;
	left:0;
	width:100%;
	height:65px;
	bottom: 0px;
	background:url(../images/title_bar_green_Audio_tile.gif)
}
	
#titleBarPosition {
	width:980px;
	margin:0 auto 0 auto;
}

#titleBarPosition a 
{
	color: #4C4F58;
}

#rightIcons {
	position:absolute;
	margin-left:698px;
	top:14px;
	width:283px;
	z-index:100;
}

	#rightIconsPosition {
		width:980px;
		margin:0 auto 0 auto;
		text-align:right
	}

.padding10 
{
	padding:10px;
}

.backColor {background-color:#dcdcdc}

#browse_artist, #browse_album {
	float:left;
	width:139px;
	background-color: Transparent;
}

#browse_genre{
	float:left;
	width:139px;
	border-right:1px solid Black;
	background-image: url('../images/dash_records.png'); 
	background-repeat:no-repeat; 
	background-position: right bottom;
}

#browse_track {
	float:left;
	width:227px;
}

.browse_contentWrapper {
	width:100%;
	height: 100%;
}

#browse_trackList {
	height:210px;
	padding:0 0 0 0;
	overflow:auto;
	float:left;
	width:227px;
	overflow-x: hidden;
}

#browse_trackList ul {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	#browse_trackList li 
	{
		width: 90%;
	}
	
	#browse_trackList li.alt 
	{
		width: 90%;
	}
	
	#browse_trackList .trackWrapper {
		width:100%;
		margin-left: 5px;
		margin-top: 5px;
	}
	
	#browse_trackList .trackName {
		display:block;
		color: White;
	}
	
	#browse_trackList .trackDuration {
		color: White;
	}
	
	#browse_trackList .trackButtons {
		right:10px;
		top:5px;
	}

#browse_genreWrapper
{
	height:210px;
	overflow:auto;
}


#browse_artistWrapper {
	height:205px;
	padding:0 0px 0px 0px;
	overflow:auto;
}

#browse_genreWrapper ul, #browse_artistWrapper ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height:195px;
}

#browse_genreWrapper li, #browse_artistWrapper li {
	height:39px;
	text-indent:10px;
	line-height:38px;
	background:url(../images/widgets/popular_artist_2stCol.png) 90% 100% no-repeat;
	border-top: solid 1px black;
}

#browse_genreWrapper li.selected, #browse_artistWrapper li.selected {
	height:39px;
	text-indent:10px;
	line-height:38px;
	background:url(../images/widgets/popular_artisit_1stCol_hover2.png) 90% 100% no-repeat;
	border-bottom: solid 1px black;
	color: Black;
}

#browse_genreWrapper li.selected a, #browse_artistWrapper li.selected a 
{
	color: Black;
}

#browse_genreWrapper a:link, #browse_genreWrapper a:visited, #browse_artistWrapper a:link, #browse_artistWrapper a:visited{
	text-decoration:none;
}

#browse_genreWrapper a:active, #browse_genreWrapper a:hover, #browse_artistWrapper a:active, #browse_artistWrapper a:hover {
	color:#ff0101;
	text-decoration:none;
}

#browse_genreWrapper a.on, #browse_artistWrapper a.on {
	color:#ff0101;
	
}

#browse_albumWrapper {
	height:200px;
	padding:0 5px 5px 5px;
	overflow:auto;
	text-align:center
}

#browse_albumWrapper .selected {
	background-image: url(../Images/widgets/selectedalbum.png); 
	background-color: #D4F487; 
	background-repeat:repeat-x; 
	background-position: bottom; 
	width: 100%; 
	height: 13px;
	color: Black;
}

#browse_albumWrapper .selected a {
	color: Black;
}

#browse_albumWrapper img {
	margin-bottom:10px
}

#browse_albumWrapper a 
{
	text-decoration:none;	
}

.progress
{
    display: none;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    top: 45%;
    left: 40%;
	z-index: 150;
}

.barmain
{
	display: block;
	float: left;
}

.barmain .barleft
{
    float: left;
    background-repeat:no-repeat;
}
.barmain .barmiddle
{
    float: left;
    background-repeat: repeat-x;
}
.barmain .barright
{
    float: left;
    background-repeat:no-repeat;
}

.menubar .barleft
{
    width: 11px;
    height: 59px;
    background-image: url(../Images/menu_bar_left.png);
}
.menubar .barmiddle
{
    height: 59px;
    background-image: url(../Images/menu_bar_middle.png);
}
.menubar .barright
{
    width: 11px;
    height: 59px;
    background-image: url(../Images/menu_bar_right.png);
}



.rdTitlebar,.rdTitle
{
	font-family: Century Gothic !important;
	font-weight: normal !important;
}   

.tooltip
{
	color: White;
	background-color: #10100D;
	padding: 5px;
	border: none;
	z-index: 10;
}
.tooltipTarget
{
	cursor: default;
	margin-right: 20px;
}
.rollovers span
{
	font-weight:bold;
	cursor:default;
}
.rollovers .hover  
{
	text-decoration:underline;
}


.mandatory
{
	color: Red;
} 


#progress
{
	position: fixed;
	top: 40%;
	left: 40%;
	z-index: 500;
	color:#fff;
	background-color:#8DA952;
	opacity: .95;
	filter: alpha(opacity=95);
	padding:2px;
}

.footerDiv
{
	height: 35px;
	width: 100%;
	z-index: 500; 
	position: fixed; 
	bottom: 0px; 
	text-align: center;
	margin-right: 20px;
}

/* Registration */

.registration
{
	width: 100%; 
	border: solid 1px black; 
	height: 30px; 
	background: #CDA6E6 url(../images/toolbar_tilable_section.png) repeat-x; 
}

.registration .step
{
	float: left; 
	margin-top: 10px; 
	text-align: center; 
	width: 20%; 
	color: gray;
}

.registration .selectedstep
{
	float: left; 
	margin-top: 10px; 
	text-align: center; 
	width: 20%; 
	color: Black;
}

/**************************************/


/* Tabs */

.visibleTab
{
	display: block;
	color: #CDA6E6;
}

.hiddenTab
{
	display: none;
	color: Gray;
}

/**************************************/

/* Player */


.playlistgrid
{
	color: #CDA6E6;
	margin-left: 15px; 
	margin-right: 17px; 
	width: 275px;
	height: 234px;
	overflow-x: hidden; 
	overflow-y: scroll;
}

.queued
{
	border-collapse: collapse; 
	font-size: 8pt;
	overflow-x: none;
	width: 261px;
	text-align: left;
}

.PlayingSong
{
	cursor: pointer;
	border: #CDA6E6;
	background-color: #CDA6E6;
	color: Black;
}

.highlightedtrack
{
	text-decoration: underline;
	cursor: pointer;
}

.nonhighlightedtrack
{
	cursor: pointer;
}

/**************************************/