/*
CSS for <MusicPockets>
©2008 Jacek Kobus
<kobus.jacek@gmail.com>
update: 27lip08

---------------------
All rights reserved
--------------------*/

@import url(reset.css);

html, body, textarea
{
	font-size:13px;
	font-family: Arial;
	background:#EBEBEB;
}

h1, h2, h3
{
	font-weight:normal;
}

 ul.credits li
{
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px solid #E5E5E5;
}

.redcolor
{
	color:#cc0000;
}

.center
{
	text-align:center;
}

.document_section
{
	margin:20px 0px 20px 0px;
}

.document_section div
{
	padding:0px 0px 20px 0px;
}


textarea
{
	background:#FFFFFF;
}

.picon
{
	position:relative;
	top:10px;
	margin-right:10px;
}

.searchres
{
	position:relative;
	background:#EAEAEA;
	padding:10px;
	margin-bottom:10px;
}

/*
Global
--------------------*/

.progressbar
{
	width:102px;
	height:17px;
	background:url(progress_background.gif) no-repeat;
	padding:1px 0px 1px 1px;
	overflow:hidden;
	position:relative;
	
	font-size:80%;
}

.progress_integer
{
	position:absolute;
	z-index:1;
	top:1px;
	width:102px;
	text-align:center;
}

.contactbox
{
	background:#FFC700;
	padding:20px;
	margin:auto;
	width:505px;
}

.contactbox input,
.contactbox textarea
{
	width:500px;
}

.contactbox textarea
{
	height:200px;
}

/*
Users table & abuse table
--------------------*/

#utable
{
	/*display:none;*/
	background:#FFD43F;
}

#utable,
#abusetable
{
	margin-top:20px;
}

#utable td,
#utable th,
#abusetable td
{
	padding:5px;
}

#utable tbody tr.odd
{
	background:#ffffff;
}

#utable tbody tr.even
{
	background:#FFF1BF;
}

#utable th
{
	font-size:16px;
	cursor:pointer;
	color:#fff;
}


/*
Utable columns width
-------------------------------------*/


#abusetable .legend td
{
	background:#FFC700;
}

#abusetable .legend td.id,
#utable th.id { 
	width:80px;
	background:#FFC700 url(itemListLeft.gif) no-repeat top left;
}

#abusetable  .legend td.actions,
#utable th.actions { 
	width:100px; 
	background:#FFC700 url(itemListRight.gif) no-repeat top right;
}

#utable th.email { width:220px; }
#utable th.username { width:180px; }
#utable th.name { width:180px; }


.abusenote
{
	display:none;
	padding:10px;
	background:#FFFBCF;
}


/*
News table
------------------------------------------*/

#newsTable
{
	border-spacing: 0px;
}

#newsTable td
{
	font-size:12px;
}
	
#newsTable thead .id
{
	background:#FFC700 url(itemListLeft.gif) no-repeat top left;
}

#newsTable thead .actions
{
	background:#FFC700 url(itemListRight.gif) no-repeat top right;
}

#newsTable td.language span,
#newsTable td.created span
{
	display:none;
}

#newsTable td.language img
{
	position:relative;
	top:3px;
	border:1px solid #7F7F7F;
}

#newsTable td.title div
{
	width:280px;
	height:18px;
	overflow:hidden;
	cursor:help;
}

/*
Terms of use LEGAL NOTICE
--------------------*/

.legalNotice strong
{
	font-size:140%;
	display:block;
	color:#FF7200;
	margin-bottom:10px;
}

p.legalNotice
{
	border:5px solid #FF7200;
	padding:20px;
	font-size:120%;
	margin-bottom:10px;
}

/*
Terms of use
--------------------*/

.tos ol li ol
{
	margin-left:10px;
}


.cScreen
{
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	background:#fff;
	border-bottom:1px solid #ccc;
}

	.cScreen .left,
	.cScreen .right
	{
		float:left;
		padding:0px 0px 20px 0px;
	}
	
	.cScreen .left
	{
		width:400px;
		padding-right:20px;
	}
	
	.cScreen .right
	{
		padding-left:40px;
		border-left:1px solid #ccc;
		width:439px;
	}
	
	
	.cScreen ul
	{
		/*list-style-image: url(pocket_03_small.gif);
		list-style-position: inside;*/
	}
	
	.cScreen li
	{	
		float:left;
		width:190px;
		padding:5px 5px 5px 0px;
		/*font-size:120%;*/
		font-size:140%;
	}
	
	.cScreen li a
	{
		color:#F26522;
	}
	
	.cScreen li a:hover
	{	
		color:#a1a0a0;
	}


li.vbutton a
{
	text-decoration:none;
}

.takeaction
{
	position:absolute;
	right:0px;
	top:2px;
}

.takeaction a
{
	text-decoration:none;
}

.clear
{
	clear:both;
}

form
{
	padding:0px;
	margin:0px;
}

h1
{
	font-size:170%;
	padding-bottom:20px;
}

/*
Sortable table
---------------------------------------------------*/

table.sortable
{
	margin-top:10px;
	width:100%;
	/*border:1px solid #ccc;*/
	border-spacing:0px;
}

table.sortable td
{
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #FFDB5F;
	font-size:14px;
}

table.sortable tr.odd
{
	background:#FFFFFF;
}

table.sortable tr.even
{
	background:#FFF8DF;
}

/* Table header */

table.sortable thead th
{
	padding:5px 10px 5px 10px;
	background:#FFC700;
	font-size:16px;
	color:#ffffff;
}

	table.sortable thead th span
	{
		text-decoration:underline;
		cursor:pointer;
	}
	
	/* Sorting arrows */
	
	table.sortable thead th img
	{
		position:relative;
		top:2px;
		left:5px;
		display:none;
	}
	
	table.sortable thead th.headerSortUp img.up
	{
		display:inline;
	}
	
	table.sortable thead th.headerSortDown img.down
	{
		display:inline;
	}
	
	/**/

	/* ITEMS LIST HEADER FIELDS ------------------------------------------ */
	
	table#itemslist th.title
	{
		width:380px;
		background:#FFC700 url(itemListLeft.gif) no-repeat top left;
	}
	
	table#itemslist th.added
	{
		width:150px;
	}
	
	table#itemslist th.keywords
	{}
	
	table#itemslist th.rating
	{
		width:105px;
		background:#FFC700 url(itemListRight.gif) no-repeat top right;
	}
	
	/* USER's account table ------------------------------------------ */
	
	table#userTrackList th.trackid
	{
		width:30px;
		background:#FFC700 url(itemListLeft.gif) no-repeat top left;
	}
	
	table#userTrackList th.title
	{
	}
	
	table#userTrackList th.actions
	{
		width:90px;
		background:#FFC700 url(itemListRight.gif) no-repeat top right;
	}
	
	table#userTrackList td.actions
	{
		text-align:right;
		padding:0px 10px 0px 0px;
	}
	
	table#userTrackList
	{
		margin-bottom:30px;
	}
	
	table#userTrackList td
	{
		overflow:hidden;
		padding:0px 0px 2px 10px;
	}
	
/* Sortable table PAGER */

.sortablePager
{}

.sortablePager img
{
	position:relative;
	top:9px;
	cursor:pointer;
}

/*
--------------------- END
---------------------------------------------------*/

/*
Tip paragraph
---------------------------------------------------*/

p.tip
{
	padding:10px;
	font-style:italic;
}

p.tip span
{
	background:#73E373;
	color:#fff;
	margin-right:10px;
	font-size:18px;
}


/*
--------------------- END
---------------------------------------------------*/

/*
.tagmap li
{
	float:left;
	display:block;
	margin:0px 15px 15px 0px;
	font-size:150%;
	
}

.tagmap li a
{
	padding:5px;
}

.tagmap li:hover a
{
	color:#fff;
	background:#F26522;
	padding:5px;
	border-radius:10px;
	-moz-border-radius:10px;
}*/

a
{
	color:#F26522;
}

a:hover
{
	color:#A1A0A0;
}

input
{
	/*height:20px;
	padding:0px;
	margin:0px;
	border:0px;*/
}

input.submit
{
	cursor:pointer;
}

#mpplayer
{
	margin:10px auto 20px auto;
}

.trackDescription
{
	display:none;
}

li:hover .trackDescription
{
	display:block;
	position:absolute;
	top:30px;
	left:30px;
	z-index:999;
	background:#fff;
	padding:5px;
	border:1px solid #F26522;
}

.tos
{
	height:400px;
	overflow-y:scroll;
	background:#EFEFEF;
	padding:20px 20px 20px 20px;
	text-align:justify;
}

.tos ul
{
	margin-bottom:10px;
	margin-top:10px;
}

.tos li ul li
{
	margin:0px 20px 5px 20px;
}

h2
{
	font-size:150%;
}

.tos h1, h1.notfound
{
	font-size:170%;
	padding-bottom:10px;
}

.tos hr
{
	margin:10px 0px 10px 0px;
}

h1.notfound
{
	padding-bottom:10px;
}

.tos h2
{

	padding-top:0px;
	padding-bottom:5px;
}

strong {
	font-weight:bold;
}

img.h1
{
	margin-bottom:20px;
}

.section
{
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #EBEBEB;
	line-height:140%;
  
}

#error h1
{
	font-size:150%;
	margin-bottom:10px;
}

#error div
{
	font-size:130%;
	line-height:130%;
}

/*
Site contents
--------------------*/

#siteWrap
{
	width:100%;
}

#topWrap
{
	height:115px;
	margin:auto;
	background:#FFC600;
}

	#logoWrap
	{
		width:900px;
		margin:auto;
		padding-top:10px;
		position:relative;
	}

		#language
		{
			position:absolute;
			top:20px;
			right:0px;
		}
		
		#language img
		{
			border:1px solid #fff;
			margin-left:5px;
		}
		
	
	#loginWrap
	{
		width:900px;
		height:20px;
		margin:auto;
		padding-top:10px;
		padding-bottom:10px;
		color:#fff;
		
	}

	#loginWrap label
	{
		display:block;
		float:left;
		padding:4px 5px 0px 0px;
		font-size:120%;
	}
	
	#loginWrap label a
	{
		color:#fff;
		text-decoration:underline;
	}
	
	#loginWrap input
	{
		height:20px;
		float:left;
		margin:3px 5px 0px 0px;
		text-align:center;
	}
	
	#loginWrap input.submit
	{
		float:left;
		margin:0px 5px 0px 0px;
		background:#FFC600;
		color:#fff;
		font-size:120%;
		height:23px;
		/*text-decoration:underline;*/
	}

	.logged
	{
		font-size:140%;
		/*text-align:center;*/
	}
	
	
#actionBar
{
	width:900px;
	height:40px;
	margin:0px auto 0px auto;
	padding:0px;
	position:relative;
}
	
	#items
	{
		position:absolute;
		width:750px;
		float:left;
	}
	
		#items ul
		{
			position:absolute;

		}
	
		#items ul li
		{
			position:relative;
			top:10px;
			height:25px;
			float:left;
			cursor:pointer;
			display:block;
			padding:5px 15px 0px 0px;
		}
		
		#items ul li.active
		{
			background:#fff;
			padding:5px 10px 0px 10px;
			margin-right:10px;
		}
		
		
		#items ul li.active a
		{
			color:#F26522;
		}
		
		#items ul li a
		{
			color:#7C7C7C;
		}
		
		#items ul li a:hover
		{
			color:#F26522;
		}
	
	#search
	{
		position:absolute;
		top:10px;
		right:0px;
		width:150px;
		height:20px;
		float:left;
	}
		
		#search input.keyword
		{
			position:absolute;
			left:0px;
			width:116px;
			padding:0px 2px 0px 2px;
			color:#CCC;
		}
		
		#search input.button
		{
			position:absolute;
			left:120px;
			width:23px;
			height:20px;
		}
		
#contentWrap
{
	width:900px;
	margin:auto;
	
	padding:30px;
	
	background:#fff;
	border-bottom:1px solid #ccc;
	
}

	#contentWrap .c
	{
		width:900px;
	}

	#contentWrap .l
	{
		width:355px;
		float:left;
		margin-right:0px;
	}
	
	#contentWrap .r
	{
		width:525px;
		float:left;
		margin-left:15px;
	}

		#contentWrap #flashPlayer
		{
			width:360px;
			height:60px;
			margin:0px auto 10px auto;
			padding:5px;
			background:#EEE5CA;
		}
	
		#contentWrap #trackoptions
		{
			text-align:center;
			font-size:90%;
			overflow:auto;
			overflow-y:hidden;
			width:240px;
			margin:0px auto 20px auto;
			height:50px;
		}
		
			#contentWrap #trackoptions div
			{
				float:left;
				width:120px;
				text-align:center;
			}
			
			#contentWrap #trackoptions div.t
			{
				position:relative;
				top:5px;
				float:left;
				width:120px;
				text-align:center;
			}
		
		#contentWrap ul#comments img
		{
			display:inline;
			float:left;
			margin-right:10px;
		}	
			
		#contentWrap ul#comments
		{
			width:525px;
		}
		
		#contentWrap ul#comments a
		{
			color:#F26522;
			font-weight:bold;
		}
		
		#contentWrap ul#comments li
		{
			border:1px solid #F4F4F4;
			margin-bottom:5px;
		}
		
		#contentWrap ul#comments li.dark
		{
			border:1px solid #FBF6E8;
		}
		
		#contentWrap ul#comments h2
		{
			font-size:100%;
			position:relative;
			display:block;
			padding:5px;
			margin-bottom:10px;
			background:#F4F4F4;
			font-weight:normal;
		}
		
		#contentWrap ul#comments h2 img
		{
			position:relative;
			top:-4px;
		}
		
		#contentWrap ul#comments h3
		{
			font-size:100%;
			display:block;
			padding:5px;
			font-weight:bold;
		}
		
		#contentWrap ul#comments h2 .date
		{
			display:block;
			position:absolute;
			padding:5px;
			top:0px;
			right:0px;
			color:#ccc;
		}
		
		#contentWrap ul#comments div
		{
			padding:5px;
		}

	
	#contentWrap #votelist
	{
		width:270px;
		margin:10px auto 10px auto;
	}
		
	#contentWrap #votelist span.l{
		display:block;
		width:95px;
		height:20px;
		float:left;
	}	
	
	#contentWrap #votelist span.r{
		display:block;
		width:160px;
		height:20px;
		float:left;
		text-align:right;
	}
		
	#contentWrap #votelist ul
	{
		display:block;
		width:270px;
		height:40px;
		margin:0px auto 10px auto;
		cursor:pointer;
	}	
			
		#contentWrap #votelist ul li
		{
			display:block;
			width:23px;
			height:19px;
			font-size:110%;
			text-align:center;
			padding-top:8px;
			background:#EFEFEF;
			cursor:pointer;
			border:1px solid #EFEFEF;
			float:left;
			margin-right:2px;
		}
		
		#contentWrap #votelist ul li:hover
		{
			color:#F26522;
			background:#FFF;
			border:1px solid #EFEFEF;
		}
	
	#contentWrap ul#tracklist
	{
		/*width:290px;*/
		padding-bottom:20px;
	}	
		
	#contentWrap .section h2
	{
		display:block;
		margin:0px 0px 8px 0px;
		color:#f26522;
	}
	
	#contentWrap .section h1
	{
		display:block;
		margin:0px 0px 15px 0px;
		color:#f26522;
	}

	#contentWrap ul#tracklist
	{
		margin-bottom:10px;
	}	
			
		#contentWrap ul#tracklist li
		{	
			position:relative;
			color:#C6B37A;
			padding:5px;
			background:#FFF;
			border:1px solid #FBF6E8;
			cursor:pointer;
		}
		
	/*	#contentWrap ul#tracklist li img
		{
			position:absolute;
			top:0px;
			right:0px;
		}*/
		
		/*
			#contentWrap ul#tracklist li img.play
			{
				position:absolute;
				top:0px;
				right:0px;
			}
			
			#contentWrap ul#tracklist li img.delete
			{
				position:absolute;
				top:5px;
				right:30px;
			}
		*/
		#contentWrap ul#tracklist li.d
		{	
			background:#FBF6E8;
		}
			
			#contentWrap ul#tracklist li:hover
			{	
				/*color:#F26522;*/
			}
	
	#pathWrap
	{
		overflow:auto;
		margin-bottom:15px;
		padding-bottom:10px;
		border-bottom:1px solid #EBEBEB;
	}		
		
	/*
	---------- Search box -----------*/
		
	#rightSearchBox
	{
		overflow:hidden;
		border-bottom:0px;
		/*margin-bottom:10px;*/
		float:right;
	}
	
	#rightSearchBox input
	{
		float:left;
	}
	
	#rightSearchBox input.sworld
	{
		width:160px;
	}
	
	#rightSearchBox input.submit
	{
		position:relative;
		top:-1px;
		margin-left:3px;
		float:left;
		width:70px;
	}
	
	/*
	---------- Path -----------*/
	
	#contentWrap ul#path
	{
		float:left;
	}
	
		#contentWrap ul#path li
		{
			display:inline;
			font-size:90%;
		}
		
			#contentWrap ul#path li a
			{
				color:#A1A0A0;
			}
		
			#contentWrap ul#path li:after
			{
				/*content:" >";*/
			}
			
			#contentWrap ul#path li.current
			{
				/*font-weight:bold;*/
			}
			
			#contentWrap ul#path li.current:after
			{
				content:"";
			}

			
/*
USERDETAILS table
--------------------*/		
			
#contentWrap table#userdetails
{
	/*background:#f4f4f4 url(mars.gif) no-repeat top left;*/
	background:#f4f4f4;
	border:25px solid #f4f4f4;
	width:100%;
	font-size:120%;
	margin-bottom:20px;
}
	
	#contentWrap table#userdetails td
	{
		padding-bottom:10px;
	}
	
	#contentWrap table#userdetails td.content
	{
		text-align:right;
		padding-bottom:10px;
		color:#a1a0a0;
	}

#edit_photoborder
{
	margin:20px auto;
	border:5px solid #F4F4F4;
	width:330px;
	text-align:center;
	padding:5px;
	overflow:hidden;
}
	
/*
PHOTO
--------------------*/

#contentWrap #photoborder
{
	border:1px solid #EBEBEB;
	padding:10px;
	background:#F4F4F4;
	text-align:center;
	margin-bottom:20px;
}

#contentWrap #photoborder img
{
	width:270px;
	overflow:hidden;
}

/*
Comments
--------------------*/

#contentWrap form#addcomment
{
	display:block;
	border:1px solid #EBEBEB;
	padding:10px;
	background:#F4F4F4;
	margin-bottom:20px;
}
	
	#contentWrap form#addcomment h1
	{
		font-size:150%;
		padding-bottom:10px;
		margin-bottom:10px;
		display:block;
		border-bottom:1px solid #fff;
	}

	#contentWrap form#addcomment textarea
	{
		height:100px;
	}
	
	#contentWrap form#addcomment textarea,
	#contentWrap form#addcomment input
	{
		width:100%;
		border:0px;
		margin:5px 0px 10px 0px;
		border:1px solid #CFCFCF;
	}
	
	#contentWrap form#addcomment .text
	{
		padding:2px;
	}
	
	#contentWrap form#addcomment input.submit
	{
		color:#fff;
		background:#AFAFAF;
		cursor:pointer;
		width:200px;
	}

	
/*
USER controller
--------------------*/	

form dl#login_page
{
	display:block;
	outline:1px solid #EBEBEB;
	border:5px solid #FFF;
	padding:15px 15px 15px 15px;
	background:#ffc600;
	width:680px;
	height:21px;
	margin:auto;
}

.loginbutton
{
	padding:4px;
	font-size:120%;
	height:28px;
}

.loginbutton:hover
{
	cursor:pointer;
}

form dl#login_page dt,
form dl#login_page dd
{
	margin:0px 10px 0px 0px;
	float:left;
}

form dl#login_page dt
{
	padding-top:3px;
}

form dl#login_page dd input
{
	padding:4px;
	font-size:120%;
}

/* end of login page*/

form#register 
{

}

.white
{
	border:1px solid #CCCCCC;
	margin:5px 0px 0px 0px;
	width:300px;
}

.checkbox ul
{
	display:block;
	height:100px;
	background:#fff;
}

.checkbox ul li
{
	display:block;
	float:left;
	width:120px;
	height:20px;
	margin:0px 5px 5px 0px;
	border:1px solid #fff;
	padding:5px;
	font-size:120%;
	cursor:pointer;
	-moz-border-radius:10px;
}

.checkbox ul li:hover
{
	/*background:#FFD43F;*/
	border:1px solid #FFC600;
}

.checkbox ul li input
{
	margin-right:5px;
}

.extraopt
{
	/*color:#60AF0A;*/
}

.reg_error
{
	border:1px solid #FF0066;
	padding:10px;
	margin-bottom:10px;
	color:#FF0066;
	font-size:100%;
	line-height:150%;
	background:#FFDFDF;
}

.reg_info
{
	border:1px solid #95EFB2;
	padding:10px;
	margin-bottom:10px;
	color:#000;
	font-size:100%;
	line-height:150%;
	background:#DFFFE9;
}

.reg_hint
{
	text-align:center;
	border:1px solid #DFD5A7;
	padding:10px;
	margin-bottom:10px;
	margin-top:10px;
	color:#000000;
	font-size:100%;
	line-height:150%;
	background:#FFFCEF;
}

form#register dl
{
	outline:1px solid #EBEBEB;
	border:5px solid #FFF;
	padding:15px 5px 15px 5px;
	background:#ffc600;
	height:auto;
	overflow:auto;
}

form#register dt
{
	height:13px;
	width:200px;
	float:left;
	padding:5px;
}

form#register dd
{
	height:20px;
	width:200px;
	float:left;
	padding:5px;
}

form#register .dob,
form#register .doby
{
	color:#AFAFAF;
	width:24px;
	text-align:center;
	padding-top:2px;
}

form#register .legend
{
	font-size:80%;
}

form#register .doby
{
	width:40px;
}


.required
{
	color:#ff0066;
}

.agreement
{
	border-top:1px solid #EBEBEB;
	margin-top:20px;
	padding-top:20px;
	
	text-align:center;
}

.acceptbutton
{
	display:block;
	width:273;
	height:50px;
	margin:20px auto;
}

/*
FOOTER
--------------------*/

#footerWrap,
#sponsoredLinks
{
	width:900px;
	margin:auto;
	
	padding:20px 30px 0px 30px;
	
	text-align:left;
	font-size:80%;
}

	#footerWrap a
	{
		color:#7C7C7C;
		text-decoration:underline;
	}
#sponsoredLinks
{
	padding-top:10px;
	padding-bottom:30px;
	line-height:130%;
}	

/*
MOD'S
--------------------*/

.hiddenUserDataInfo
{
	font-size:80%;
	border-top:1px solid #ccc;
	padding-top:10px;
}

.userListManagmentOptions
{
	padding:10px 0px 10px 0px;
}

/*
---------- info box -----------*/

#homePage
{
	height:auto;
	min-height:500px;
}

#homeMainContent
{
	width:658px;
	float:left;
}

#infoBox
{
	width:240px;
	float:left;
	background:transparent;
	overflow:hidden;
	padding:0px;

}

	#infoBox div.iMenuHeading
	{
		color:#F26522;
		
		font-size:16px;
		padding:7px 10px 0px 10px;
		background: url(iBtop.gif) no-repeat top;
		
		cursor:pointer;
	}
		#infoBox div:hover
		{
			color:#FFFFFF;
			text-decoration:none;
		}
		
		#infoBox div.normal
		{
			color:#F26522;
		}
		
		#infoBox div.clicked
		{
			color:#FFC600;
		}
			
	#infoBox ul li
	{
		border-bottom:5px solid #fff;
		background:#FFC600 url(iBbtm.gif) no-repeat bottom;
		padding-bottom:11px;
		cursor:pointer;
	}	
		
		#infoBox ul li ul
		{
			display:none;
			padding:0px 0px 0px 0px;
			background:#FFFFFF;
			border:5px solid #FFC600;
			border-top:5px solid #FFC600;
		}
		
			#infoBox ul li ul li
			{
				background:#ffffff;
				display:block;
				padding:5px 10px 5px 10px;
				height:25px;
				color:#F26522;
			}
			
				#infoBox ul li ul li.top
				{
					background: url(infoBlockInnerTop.gif) no-repeat center top;
					height:13px;
					border:0px;
					padding:0px;
				}
				
				#infoBox ul li ul li.bottom
				{
					background: url(infoBlockInnerBottom.gif) no-repeat bottom;
					height:13px;
					border:0px;
					padding:0px;
				}
			
			#infoBox ul li ul li a
			{
				display:block;
				height:16px;
				font-size:14px;
				line-height:16px;
				overflow:hidden;
			}
			
			#infoBox ul li ul li.odd
			{
				background:#FFEEBF;
			}
			
				#infoBox ul li ul li:hover/*,
				#infoBox ul li ul li:hover a,
				#infoBox ul li ul li.even:hover,
				#infoBox ul li ul li.odd:hover*/
				{
					/*background-image:url(play.gif);
					background-position:200px 5px;
					background-repeat: no-repeat;*/
					/*color:#fff;*/
					/*background:#f26522;*/
				
					
				}
			
			#infoBox ul li ul li div.iMenuDescription
			{
				position:relative;
				
				display:block;
				color:#000000;
				font-size:10px;

			}

h1
{
	font-weight:normal;
	font-size:18px;
	margin-bottom:0px;
	padding:0px;
}

/*
---------- News box -----------*/

sup
{
	font-size:10px;
}

#newsBox
{
	padding:0px 0px 10px 0px;
	margin:0px 40px 20px 0px;
	
	text-align:justify;
	font-size:14px;
	line-height:16px;
	/*border-bottom:1px solid #FFC600;
	*/
	
	height:300px;
	overflow-y:scroll;
}

#newsBox h1
{
	font-size:18px;
	line-height:22px;
	text-align:left;
	color:#000000;
}

#newsBox hr
{	
	border:0px;
	background:#EFEFEF;
	height:1px;
}

#newsBox p,
#newsBox blockquote
{
	margin-bottom:20px;
}

#newsBox .metainfo a
{
	color:#AFAFAF;
	font-weight:bold;
}

#newsBox .metainfo
{
	font-size:12px;
	color:#AFAFAF;
}

#newsBox pre.source
{
	color:#AFAFAF;
}

#newsBox div#newsNavigation
{
	background:#EFEFEF;
	padding:10px;
	border-top:1px solid #ccc;
	margin-top:10px;
}

#newsBox .intro
{
	margin-top:10px;
}

#newsBox .readMore
{
	display:block;
	top:10px;
	text-align:right;
}

#newsBox .article
{
	margin-bottom:15px;
	background:#FFF;
	
	border-bottom:1px solid #FFC600;
	padding:0px 10px 10px 0px;

}

/*#newsBox p:after
{
	content:"* * *";
	display:block;
	text-align:center;
	color:#cccccc;
	margin-top:10px;
}*/

#newsBox blockquote
{
	font-style:italic;
	border-left: 5px solid #FFC700;
	padding:5px 20px 5px 30px;
	background:#FFEEBF url("quote.gif") no-repeat 5px 2px;
}

#newsBox div.hiddenContents
{
	display:none;
}

#newsNavigation
{
	text-align:right;
}

/*
---------- Music categories -----------*/

#musicCategories
{
	margin:10px 40px 10px 0px;
	width:618px;
}

#musicCategories h1
{
	display:block;
	padding:0px;
	margin:0px 0px 10px 0px;
}


/*
---------- Keyword wrapper -----------*/

#keywordsWrap
{
	width:618px;
	background:url('keywordsMid.gif');
}

#keywordsWrap ul
{
	overflow:auto;
	padding:0px 10px 0px 10px;
}

#keywordsWrap ul li
{
	font-size:18px;
	width:130px;
	float:left;
	margin:0px 10px 5px 0px;
	vertical-allign:middle;
	padding:0px 0px 5px 5px;
}

#keywordsWrap li img
{
	width:30px;
	text-decoration:none;
	position:relative;
	top:5px;
}

#keywordsWrap ul li a
{
	text-decoration:none;
}

#keywordsWrap div.top,
#keywordsWrap div.bottom
{
	height:15px;
}

#keywordsWrap div.top
{
	background:url('keywordsTop.gif');
}

#keywordsWrap div.bottom
{
	background:url('keywordsBottom.gif');
}

/*
Abuse page specyfic style
-----------------------------------------------*/

.adminCP h2
{
	background:#FFF1BF;
	border-bottom:1px solid #FFDB5F;
	padding:10px;
	border-top:1px solid #fff;
	cursor:pointer;
}

.adminCP h2:hover
{
	background:#FFE99F;

}

div.section.special
{
	padding:10px 10px 10px 10px;
	margin:0px;
	background:#FFF8DF;
	border:1px solid #FFF1BF;
	border-top:1px solid #fff;
	display:none;
}


/*
News editor
-----------------------------------------------*/

.newsEditor label
{
	display:block;
	width:100px;
	float:left;
	
	text-align:right;
	padding:0px 5px 0px 0px;
}

.newsEditor textarea,
.newsEditor input.text
{
	border:1px solid #ccc;
	padding:5px;
	width:500px;
}

.newsEditor fieldset div
{
	margin-bottom:5px;
}

.newsEditor fieldset
{
	margin-top:10px;
	border:1px solid #cccccc;
	padding-top:20px;
}

.newsEditor .contents
{
	height:300px;
}

/*.newsEditor .contents
{
	height:400px;
}*/

.newsEditor legend
{
	font-size:16px;
	margin-left:30px;
	padding:0px 10px 0px 10px;
}

.newsEditor div.sandbox
{

	margin-top:20px;
	margin-left:10px;
	width:658px;
	padding:10px;
	border:3px dotted #CCCCCC;
	background:#fff;
	line-height:100%;
}

h1.yellow
{
	font-size:220%;
	color:#FFC600;
	margin-bottom:20px;
}




