/*
---------------------------------------------------------------------------------------- */

/* PLAYER */
.player #playlist .active { background-color: #dbe5a2; }
.player #playlist .playerItem { cursor: pointer; }
/*.player #playlist .playerItem .active { border: 1px solid #00ff00; }*/

.player #playlistChange table {
	table-layout: fixed;
	width: 581px;
	background: #e5e5e5 url(../images/player_sprites.png) 0 -67px no-repeat;
}
.player #playlistChange thead th { height: 40px; line-height: 37px; font-weight: bold; padding: 0; }
.player #playlistChange .scroll { height: 90px;  }
.player #playlistChange td { padding: 1px 0; }
.player #playlistChange .odd { background-color: #dadada; }

.player #playlistChange .first { padding-left: 10px; }
.player #playlistChange { 
	width: 581px; 
	background: #e5e5e5 url(../images/player_sprites.png) -581px 100% no-repeat; 
	padding-bottom: 31px; 
	min-height: 140px; 
	position: absolute;
	top: 311px;
	left: 0;
}

.player #playlistChange .active { background-color: #dbe5a2; }
.player #playlistChange .playerChangeItem { cursor: pointer; }

.player #playlistChange #content1 { overflow: -moz-scrollbars-vertical; overflow-x: hidden; overflow-y: auto; }
.player #playlistChange #content1 table { background: none; }


/*
---------------------------------------------------------------------------------------- */

.userblock	{
	position:absolute;
	top:5px;
	width:400px;
	left:589px;
	text-align:right;
	}

/*
---------------------------------------------------------------------------------------- */
/* HOME OFFER */

#homeOffer	{
	margin:0 0 20px 7px;
}

#homeOffer #offerimg	{
	float:left;
}

#homeOffer #offerline	{
	float:left;
	width:1px;
	height:159px;
	background-color:#cfcfcf;
	overflow:hidden;
	margin:17px 15px;
	}

#homeOffer .introtxt	{
	padding:20px 0 0 0;
	font-size:2em;
	letter-spacing:0.02em;
	line-height:1.25em;
}

.introtxt a	{
	font-size:0.75em;
}

/*
---------------------------------------------------------------------------------------- */

.code	{
	background-color:#333;
	padding:10px;
	color:#fff;
	margin:10px;
	font-style:italic;
}

.form_item	{
	position:relative;
	clear:both;
}

.form_desc	{
	position:absolute;
	top:11px;
	left:270px;
	width:430px;
	font-size:0.875em;
	line-height:1.25em;
	}

label.error	{
	margin:-10px 0 0 0;
	padding:0;
	width:100%;
	color:#f00;
	}

#import_ifr	{
	position:absolute;
	width:0px;
	height:0px;
	visibility:hidden;
}

/*
---------------------------------------------------------------------------------------- */
/* PROMPT */
.promptBox	{
	position:relative;
	width:456px;
}

.promptBox .pt	{
	height:32px;
	background:url("/images/prompt_bg.png") no-repeat 0 0;
}

.promptBox .pm	{
	background:url("/images/prompt_bg.png") repeat-y -456px 0;
}

.promptBox .pm .content	{
	padding:20px 60px 20px 40px;
}

.promptBox .pm .content .headline	{
	font-size:1.25em;
	font-weight:bold;
}

.promptBox .pb	{
	height:32px;
	background:url("/images/prompt_bg.png") no-repeat 0 -32px;
}

.promptBox .close	{
	position:absolute;
	top:20px;
	left:408px;
	width:27px;
	height:27px;
	background:url("/images/close_buttons.png") no-repeat 0 0;
	cursor:pointer;
}

#plitable select, .lstmetainfo select,
#updatePlaylistForm select {
	font-size:0.75em;
	width:80px;
	padding-right:2px;
	margin-right:5px;
	background:url("/images/select_bg_small.png") no-repeat 0 0;
}


/*
---------------------------------------------------------------------------------------- */
/* REGISTER PAGE */

.pagedesc	{
	position:absolute;
	top:104px;
	left:320px;
	width:300px;
}

#registerForm input[type=text], #registerForm input[type=password]	{
	clear:both;
	width:233px;
}

#registerForm .inp	{
	width:241px;
	clear:both;
	margin:0 0 10px 0;
}

#registerForm .fulltextarea,
#updatePlaylistForm .fulltextarea {
	background:url("/images/textarea_bg.png") no-repeat 0 0;
	padding: 4px 0 0 2px;
	height: 58px;
	width: 241px;
	resize:none;
}

#registerForm select {
	font-size: 1em;
	background: url(../images/input_bg.png) no-repeat;
	border:0;
	margin:0;
	padding: 3px 0 3px 2px;
	width:235px;
}

#registerForm label	{
	width:400px;
}

/*
---------------------------------------------------------------------------------------- */
/* MISSING TRACKS PAGE */

.mtrow	{
	position:relative;
	width:100%;
	margin:0 0 20px 0;
}

.mtrow .inp	{
	width:407px;
	margin:0 0 10px 0;
}

.mtrow label	{
	float:left;
	width:100px;
}

.mtrow .fullinput	{
	width:300px;
}

.small_browse .fakeinput	{
	width:165px !important;
	position: relative;
	top: -10px;
}

.small_browse .smbbtn {
	position: relative;
	top: -10px;
}

.mtrow .buttons	{
	position:absolute;
	left:420px;
	top:-2px;
}

/*
---------------------------------------------------------------------------------------- */
/* RATING */

.txrating	{
	position:relative;
}

.txrating .ratetext	{
	display:inline-block;
}

.txrating .rateballs {
	width:65px;
	height:10px;
	display:inline-block;
	position:relative;
}

	.txrating.icon .rateballs	{	
		padding:0px 0px 0px 6px;
	}
	
	.txrating.head .rateballs	{
		padding:0;
	}

.txrating .rateballs .ball {
	width:12px;
	height:10px;
	float:left;
	cursor:pointer;
}
	
	.txrating.icon .rateballs .ball {
		margin-top:1px;
	}
	
	.txrating.head .rateballs .ball {
		margin-top:-1px;
	}
	
	.txrating.row .rateballs .ball {
		margin-top:-1px;
	}

.txrating .rateballs .ball img	{
	margin:0;
}

/*
---------------------------------------------------------------------------------------- */
/* PAGING */

tr.paging	{ background-color:#fffffe;margin:10px 0; }
tr.paging th	{ height:32px; text-align:center; vertical-align:middle; }
tr.paging th a	{ color:#000; font-weight:bold; }

.missingpaging	{ width:407px; text-align:right; }

/*
---------------------------------------------------------------------------------------- */
/* MISC */

#loader {
	z-index:9999;
	display:none;
}

#foolpoweredlogo	{
	position:absolute;bottom:0px; right:0px; width:110px;height:45px;
}

.moodsearch	{
	position:absolute;
	top:51px;
	left:500px;
	width:250px;
}
