﻿body 
{
	background-image: url(../img/bggrad.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin:0;
	padding:0;	
}

object 
{ 
	outline:none; 
}

#custom-doc 
{
	margin:auto;
	min-width:637px;
	text-align:left;
	width:49em;
}

a
{
	/*color:#3ca0ed;*/
	color:#2F7DB7;
}

#bd
{
	margin-top:14px;
	margin-bottom:14px;
}

.yuimenubaritemlabel
{
	outline-style:none;
	outline-width:0;
}

#ft
{
	height:100px;
	border-top:1px solid #eaeaea;
	font-size:85%;
	color:#808080;
	padding-top:4px;
	text-align:center;
	margin-top:30px;
}

#loginft
{
	height:100px;
	font-size:85%;
	color:#808080;
	padding-top:4px;
	text-align:center;
	margin-top:30px;
	clear:both;
}


.username
{
	text-align:right;
	padding-right:10px;
	padding-top:2px;
	font-size:93%;
	height:13px;
	color:#c1c1c1;
}

.username a
{
	color:#a1cded;
}

.logo
{
	float:left;
}

.header 
{
	background: transparent url(../img/topmenu.png) no-repeat scroll left bottom;
	height:70px;
}

.header637 
{
	background: transparent url(../img/topmenu637.png) no-repeat scroll left bottom;
	height:70px;
}

/* ------ New User ----- */
#newuserpanel
{
	padding-top:100px;
	padding-left:30px;
}

.nutmsg
{
	font-size:77%;
	color:#303030;
	padding-bottom:20px;
}

.namebox2
{
	font-size:138.5%;
	color:#303030;
	width:200px;
	margin-bottom:5px;
}

.newuserTable
{
	font-size:138.5%;
}

.nutHeader
{
	text-align:left;
	width:170px;
	color:#808080;
}

.nutBody
{
	width:300px;
}

.newuserTable tr
{
	margin-bottom:20px;
}


/* MAIN MENU*/
#topmenu {
	float:left;
	padding-left:22px;
}

#topmenu ul {
	/*background: transparent url(../img/divider.png) top left no-repeat;*/
	padding-left: 2px;
	float:left;
	left:auto;
	z-index:99;
}

#topmenu ul li a,
#topmenu ul li span {
	padding: 20px 20px 0 20px;
	height: 35px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 108%;
	color: #fff;
	/*background: transparent url(../img/divider.png) top right no-repeat;*/
}

#topmenu ul li a:link,
#topmenu ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#topmenu ul li span,
#topmenu ul li a:hover,
#topmenu ul li a:active,
#topmenu ul li a.yuimenubaritemlabel-selected {
	color: #fff;
	background: #31526f url(../img/header-nav-menu-backgrounds.png) top right no-repeat;
}

.linkBtn
{
	margin-right:30px;
}

/* SEARCH */
#global_search
{
	float:right;
	padding-right:24px;
	padding-top:17px;
}

#searchBox
{
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	border:medium none;
	color:#000000;
	font-size:116%;
	font-weight:bold;
	padding:3px 10px;
	width:180px;
}

#search_close
{
	position: absolute;
	top: -30px;
	right: -30px;
	height: 30px;
	width: 30px;
	background: url('../img/fancy/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#global_search img
{
}

#srchPanel
{
	display:none;
}

#c_body_search
{
	background: transparent url(../img/cont/c_body.png) repeat-y scroll top left;
	width:637px;
	min-height:270px;
}

#c_body_header_search
{
	background: transparent url(../img/line1.png) bottom left no-repeat;
	height:26px;
	margin-top:-8px;
	margin-bottom:10px;
}

#c_body_header_search h1
{
	margin-left:20px;
	margin-top:0px;
	font-weight: bold;
	font-size: 100%;
	color: #545454;	
}

#sCont
{
	font-size:93%;
	padding-left:20px;
	padding-top:2px;
}

.c_bot_search
{
	margin-bottom:10px;	
}

#sLeft
{
	float:left;
	width:200px;
	margin-left:10px;
}

h1
{
	font-size:123.1%;
	font-weight:bold;
	color:#000000;
}

h2
{
	font-size:93%;
	font-weight:bold;
	color:#000000;
}

#sRight
{
	float:left;
	width:340px;
	margin-left:10px;
}

.sh 
{
	border-bottom:1px solid #FFA100;
}

.searchList li
{
	margin-bottom:5px;
}

/*MM MENU*/
#mmmenu {
	float:left;
	padding-left:20px;
}

#mmmenu ul {
	padding-left: 2px;
	float:left;
	left:auto;
	z-index:99;
}

#mmmenu ul li a,
#mmmenu ul li span {
	padding: 10px 20px 0 20px;
	height: 28px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 108%;
	color: #000000;
}

#mmmenu ul li a:link,
#mmmenu ul li a:visited {
	color: #000000;
	text-decoration: none;
}

#mmmenu ul li span,
#mmmenu ul li a:hover,
#mmmenu ul li a:active,
#mmmenu ul li a.yuimenubaritemlabel-selected {
	color: #000000;
	background: #31526f url(../img/mm-menu-bg.png) top right no-repeat;
}

#mmmenu ul ul
{
	background:transparent url(../img/mm-menu-sub.png) no-repeat scroll left bottom;
	border-top:0 none;
	padding:8px 0;
	width:190px;	
}

#mmmenu ul li ul li a,
#mmmenu ul li ul li span {
	padding: 10px 20px 0 20px;
	height: 28px;
	display: block;
	float: none;
	font-weight: bold;
	font-size: 93%;
	color: #000000;
}


/* ------ */

#loginhd
{
	height:80px;
}

#ll
{
	float:left;
	height:550px;
	width:470px;
}

#llplate
{
	height:238px;
	width:313px;
	margin-top:100px;
	margin-left:120px;
	background:transparent url(../img/login_logo.png) no-repeat scroll left top;
	padding-top:80px;
	padding-left:24px;
}

#llplate div
{
	height:100px;
	width:260px;
	color: #ffffff;
	font-family:Verdana;
	font-size: 93%;
}

#ll img
{
	margin-left:120px;
	margin-top:100px;
}

#lm
{
	float:left;
	height:550px;
	width:10px;
}

#lm img
{
	margin-left:2px;
}


#lr
{
	float:left;
	height:550px;
	width:460px;
}

#nameplate
{
	background: transparent url(../img/namebg.png) top left no-repeat;
/*	margin-left:50px;
	margin-top:150px;*/
	position:relative;
	top:140px;
	left:32px;
	width:260px;
	height:100px;
	padding-left:30px;
	padding-top:9px;
}

.insnameplate
{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
}

.namebox
{
	font-size:138.5%;
	color:#dfdfdf;
	width:150px;
	display:block;
	margin-bottom:5px;
}

#pwins
{
	width:160px;
	float:left;
}

.loginbtn
{
	margin-top:-3px;
}

.newul
{
	color:#5493c4;
	padding-top:10px;
	display:block;
	float:none;
}

#loginmsg
{
	margin-top:10px;
	color:Red;
}

/* c_holder */
.c_holder
{
	margin-top:8px;
}

.c_top
{
	background: transparent url(../img/cont/c_top.png) no-repeat scroll top left;
	width:637px;
	height:19px;
}

#c_body_menu
{
	background: transparent url(../img/mm_menu.png) repeat-y scroll top left;
	width:637px;
	height:38px;
	margin-top:0px;
}

#c_body
{
	background: transparent url(../img/cont/c_body.png) repeat-y scroll top left;
	width:637px;
	min-height:500px;
}

.c_body
{
	background: transparent url(../img/cont/c_body.png) repeat-y scroll top left;
	width:637px;
	min-height:10px;
}

.c_bot
{
	background: transparent url(../img/cont/c_bot.png) no-repeat scroll top left;
	width:637px;
	height:19px;
}

#c_body_header
{
	background: transparent url(../img/line1.png) bottom left no-repeat;
	height:26px;
	margin-top:-8px;
}

#hlArtistName
{
	font-size:138.5%;
	font-weight:bold;
	text-decoration:none;
}

#lblArtistName
{
	font-size:138.5%;
	font-weight:bold;
}

.c_body_header
{
	background: transparent url(../img/line1.png) bottom left no-repeat;
	height:26px;
	margin-top:-8px;
	padding-left:20px;
}

.c_body_header_short
{
	background: transparent url(../img/line1.png) bottom left no-repeat;
	height:20px;
	margin-top:-8px;
	padding-left:20px;
}

#c_body_header h1
{
	margin-left:20px;
	margin-top:0px;
	font-weight: bold;
	font-size: 100%;
	color: #545454;	
}

.c_body_header_short h1,
.c_body_header h1
{
	margin-top:0px;
	font-weight: bold;
	font-size: 100%;
	color: #545454;	
}

#c_body_body
{
	font-size:93%;
	padding-left:20px;
	padding-top:2px;
}

.c_body_body
{
	font-size:93%;
	padding-left:20px;
	padding-top:2px;
}

#c_body_body a
{
	text-decoration:none;
}

.c_body_body a
{
	text-decoration:none;
}

.thumbnail
{
	width:180px;
	min-height:180px;
	padding:5px;
	border:1px solid #a7a7a7;
	margin-right:10px;
	margin-top:10px;
}

.thumbnail_wt
{
	width:180px;
	min-height:180px;
	padding:5px;
	border:1px solid #a7a7a7;
	margin-right:10px;
	margin-top:1px;
}

.thumbnail_tag
{
	width:180px;
	margin-top:3px;
	color:#A7A7A7;
	font-size:85%;
}

.empty_thumbnail
{
	width:180px;
	min-height:180px;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
}

.thumbnail_t
{
	width:180px;
	padding-left:5px;
	padding-right:5px;
	margin-top:2px;
	text-align:center;
}

.thumbnail_t span
{
	font-size:85%;
	color:#a7a7a7;
}

.ytthumbnail
{
	width:130px;
	min-height:97px;
	padding:5px;
	border:1px solid #a7a7a7;
	margin-right:10px;
	margin-top:10px;
}
.empty_ytthumbnail
{
	width:130px;
	min-height:130px;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
}
.ytthumbnail_t
{
	width:130px;
	padding-left:5px;
	padding-right:5px;
	margin-top:2px;
	text-align:center;
}

.simthumbnail
{
	width:80px;
	min-height:80px;
	padding:5px;
	border:1px solid #a7a7a7;
	margin-right:10px;
	margin-top:10px;
}
.empty_simthumbnail
{
	width:80px;
	min-height:80px;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
}
.simthumbnail_t
{
	width:80px;
	padding-left:5px;
	padding-right:5px;
	margin-top:2px;
	text-align:center;
}


.editLink
{
	text-align:right;
	font-size:85%;
	margin-right:20px;
}

.editLink a
{
	color:#b0b0b0;
	text-decoration:underline;
}

/* Songlist */
#songlist
{
	margin-top:16px;
	margin-right:20px;
	padding-bottom:10px;
}

.songlist
{
	margin-top:16px;
	margin-right:20px;
	padding-bottom:10px;
}

.searchSonglist
{
	margin-top:-8px;
	margin-right:20px;
	padding-bottom:10px;
}


.fpsonglist
{
	margin-right:20px;
	padding-bottom:10px;
}

.albumSongList
{
	margin-top:10px;
}

.albSongListHeader
{
	font-weight:bold;
}

.albSongListHeader a
{
	color:#303030;
}

.albSongListHeader span
{
	font-size:85%;
	color:#a7a7a7;
}


#videoList
{
	margin-top:16px;
	margin-right:20px;
	padding-bottom:10px;
}

.albumTable
{
	width:100%;
}

.albumTable thead th 
{
	color:#000000;
	font-size:93%;
	font-weight:bold;
	height:20px;
	padding:0 8px;
	border-bottom:1px solid #3ca0ed;
}

.simTable
{
	width:612px;
}

.listTableT,
.listTable
{
	width:100%;
}

.listTableT thead th,
.listTable thead th 
{
	color:#000000;
	font-size:93%;
	font-weight:bold;
	height:20px;
	padding:0 8px;
	border-bottom:1px solid #3ca0ed;
}

.listTableT tbody td 
{
	padding:1px 8px;
	vertical-align:middle;
}

.listTable tbody td 
{
	padding:3px 8px;
	vertical-align:middle;
}

.listTableT tbody tr:hover, 
.listTable tbody tr:hover 
{
	background:#f6fbfd;
}

#album_info_header
{
}

#albinfo
{
	background: transparent url(../img/albinfo.png) top left no-repeat;
	height:172px;
	width:364px;
	margin-top:11px;
	margin-left:7px;
	padding:12px;
}

#albinfo_artdesc
{
	height:70px;
	margin-top:10px;
}

#artinfo
{
	background: transparent url(../img/albinfo.png) top left no-repeat;
	height:172px;
	width:364px;
	margin-top:11px;
	margin-left:0px;
	padding:12px;
}

.price
{
	color:Red;
}

#albinfo h2
{
	font-weight:bold;
}

.playicon
{
	margin-left:4px;
}
.addicon
{
	margin-left:10px;
}
.playicon1
{
	margin-left:3px;
	margin-top:5px;
}
.addicon1
{
	margin-left:3px;
	margin-top:5px;
}

/* ---- playlist ---- */

.plTable
{
	width:100%;
}

.plTable tbody td 
{
	padding:3px 8px;
	vertical-align:middle;
	border-bottom:1px solid #eaeaea;
}

.plTable tbody tr:hover 
{
	background:#f6fbfd;
}

#playerContainer
{
	width:100%;
	height:60px;
}

#plcontainer
{
	margin: 10px;
}

#plcontainer a
{
	text-decoration:none;
}

#plcontainer span
{
	margin-left: 4px;
	color:#808080;
	font-size:77%;
}

.plitem
{
	position: relative;
	cursor:pointer;
}

.plitem_drag
{
	position: relative;
	cursor:pointer;
	background:white;
	border:solid 1px #c0c0c0;
	width:200px;
	height:28px;
	padding:3px;
}

.plname
{
	font-size:77%;
	color:#3CA0ED;
	text-align:center;
	border-bottom:1px solid #8DC4ED;
}

.plart
{
	font-size:77%;
	color:#808080;
}

.delpl
{
	cursor:pointer;
	display:none;
	margin-top:3px;
	opacity:0.6;
	position:absolute;
	right:3px;
	top:1px;
	width:10px;
}

.currentSong a
{
	font-size:116%;
	font-weight:bold;
}

/* --- Sortable playlist --- */
#pls
{
}

#pls li
{
	padding:3px 8px;
	vertical-align:middle;
	border-bottom:1px solid #eaeaea;
	width:584px;
}

#pls li:hover
{
	background:#f6fbfd;
}


/* ---------------------------- */
#certList
{
	margin-left:30px;
	margin-right:30px;
}
#certList li
{
	margin-top:20px;
}

#btnAddAlbum
{
	float: right;
	margin-right:20px;
	margin-top:7px;
	font-weight:bold;
	border:1px solid #eaeaea;
	padding:4px;
}

#btnAddAlbum a:link,
#btnAddAlbum a:visited {
	text-decoration: none;
}

#redlink  {
	color:#ffffff;
	font-weight:bold;
}

.bodyText
{
	margin-left:12px;
	margin-right:32px;
}

.bodyText p
{
	margin-top:20px;
}

.form
{
	margin-top:12px;
	margin-left:5px;
	font-size:116%;
	overflow:hidden;
}

.form span
{
	display:block;
	float:left;
	font-weight:bold;
	width:115px;
}

.form input
{
	width:400px;
	padding:2px;
}

.form textarea
{
	width:400px;
	padding:2px;
}


.styleList
{
	margin-top:10px;
	color:#545454;
	font-size:108%;
}

#paginator
{
	font-size:108%;
	width: 597px;
	margin-top:10px;
}

#paginator a
{
	color:#545454;
	text-decoration:underline;
}

#paginator td
{
	padding-left:7px;
}

.paginatorNextPre
{
	font-weight:bold;
	margin-left:14px;
	margin-right:14px;
}

#paginator .paginaon
{
	font-weight:bold;
	color:#c40000;
	text-decoration:none;
}

#paginator .paginaoff
{
}

.bigGreen
{
	color:#00aa00;
	font-weight:bold;
}

#gnews
{
	margin-top:6px;
}

#gnews div
{
	margin-top:2px;
}


.nDate
{
	font-size:85%;
	color:#000000;
	margin-left: 3px;
}

.nPub
{
	font-size:77%;
	color:#808080;
	margin-left: 3px;
}

#ttdiv 
{
	background-color:#ffffff;
	border:1px solid #d0d0d0;
	padding:5px;
	position:absolute;
	z-index:3000;
	display:none;
}

.lgrey
{
	color:#808080;
}

.simpleList li
{
	list-style-type: square;
	list-style-position: inside;
}

#lastfmBanner
{
	background-image:url(../img/lastfm_banner.png);
	background-repeat:no-repeat;
	width:596px;
	height:39px;
	margin-top:7px;
}

#lastfmBanner div
{
	/*font-weight:bold;*/
	height:28px;
	margin-left:90px;
	overflow:hidden;
	padding-top:4px;
}

#lastfmBanner div span
{
	margin-right: 4px;
}

.ytplayerContainer
{
	padding-top:10px;
	width:600px;
	height:360px;
	display:none;
}

.premiumList li
{
	font-size:153.9%;
	font-weight:bold;
	color:#3C95CE;
	margin-bottom:5px;
}

.premiumList input
{
	margin-right:10px;
}

#botbar
{
	bottom:0;
	height:60px;
	padding:0;
	position:fixed;
	right:0;
	width:100%;
	/*z-index:99;*/
}

#botbarb
{
	background:transparent url(../img/botbar.png);
	height:26px;
	position:relative;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}

.bbbtn
{
	float:left;
}

#bblogo
{
	float:left;
	width:85px;
}

#bbtitle
{
	color:#101010;
	float:left;
	width:300px;
	text-align:left;
	padding-top:7px;
	padding-left:10px;
	font-weight:bold;
	font-size:85%;	
}

#bbfeedback
{
	color:#ffffff;
	float:right;
	width:50px;
	text-align:right;
	padding-top:7px;
	padding-right:16px;
	font-weight:bold;
	font-size:85%;	
}

#backBtn
{
	top:5px;
	left:4px;
	position:fixed;
}

#playlistBallon
{
	background: transparent url(../img/new_pl_balloon.png) no-repeat scroll left bottom;
	display:none;
	width:265px;
	height:114px;
	padding-top:5px;
	margin-left:7px;
}

#playlistBallon .title
{
	padding:19px 0px 8px 10px;
	font-weight:bold;
}

#playlistBallon .box
{
	padding:1px 0px 6px 8px;
}

#newPlaylistBox
{
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	border:medium none;
	color:#000000;
	font-size:116%;
	font-weight:bold;
	padding:3px 10px;
	width:229px;
}

#playlistBallon .buttonbar
{
	vertical-align:middle;
	padding:5px 0px 6px 78px;
}

.playlistItem
{
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	background:#e8e8e8;
	width:259px;
	margin:5px;
	padding:3px;
	cursor:pointer;
}

#plcontainer .plsName
{
	color:#545454;
	font-size:85%;
}

.pl_item
{
	cursor:pointer;
	position: relative;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
	border-bottom:1px solid #EAEAEA;
}

.pl_item_odd
{
	background:#f0f0f0;
}

.pl_name
{
	width:300px;
	float:left;
}

.pl_artist
{
	width:280px;
	float:left;
}

#btnDeletePlaylist
{
	 font-size:73%;
	 color:#909090;
	 width:78px;
	 float:right;
	 margin-right:10px;
}

#btnRecomend
{
	 font-size:73%;
	 width:100px;
	 margin-left:auto;
	 margin-right:auto;
}

#nowPlaying
{
}

.nowp_info a
{
	text-decoration:none;
}

.nowp_info span
{
	 margin-left:4px;
	 font-size:93%;
	 color:#909090;
}

.tagcloud
{
    margin-top:20px;
}

.tagcloud a
{
    color:#1155A8;
    padding:0 6px;
    text-decoration:none;
}

.tagcloud a:hover
{
    color:#ff0000;
}

.tagcloud .t2 
{
    font-size:1.1em;
    font-weight:200;
}

.tagcloud .t3 
{
    font-size:1.3em;
    font-weight:300;
}

.tagcloud .t4 
{
    font-size:1.5em;
    font-weight:600;
}

.tagcloud .t5 
{
    font-size:1.9em;
    font-weight:700;
}

.tagcloud .t6 
{
    font-size:2.2em;
    font-weight:800;
}

.tagcloud .t7 
{
    font-size:2.5em;
    font-weight:900;
}

.question
{
	font-weight:bold;
}

p.answ
{
	margin-top:3px;
}

.fbLikeButton
{
	margin-left: 51px; 
	margin-top: 3px;
}

#pnlRecomendLink
{
	display:none;
	font-size:93%;
	width:180px;
}

#pnlRecomendLink input
{
	width:180px;
}

input.standardButton {
	font-size:73%;
	width:100px;
}

.linkList {
	font-size:100%;
	margin-top:5px;
}

.linkList li 
{
	list-style-position:inside;
	list-style-type: disc;
	padding:1px;
}

#plsGrid
{
	font-size:100%;
    background: white;
    outline: 0;
    border: 1px solid #f0f0f0;	
}

.cell-reorder {
	cursor: move;
	background: url("../img/drag-handle.png") no-repeat center center;
}

span.smallInfo
{
	font-size:77%;
	font-style:italic;
	font-weight:normal;
	width:300px;
	color:Green;
}

input.editor-text {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	background: transparent;
	outline: 0;
    padding: 0;
}

/*HTML5 player*/
div.jp-interface 
{
	position:relative;
	width:301px;	
	height:84px;
	background:url("../img/html5plbg.png") no-repeat scroll 0 0 transparent;
}

div.jp-interface ul.jp-controls a,
div.jp-interface ul.jp-controls input
{
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
}

a.jp-play, a.jp-pause {
	left:130px;
	height:40px;
	top:37px;
	width:40px;
}

a.jp-play {
	background:url("../img/html5_buttons.png") no-repeat scroll -40px 0 transparent;
}

a.jp-pause {
	background:url("../img/html5_buttons.png") no-repeat scroll -80px 0 transparent;
}

#jplayer_unite {
	left:18px;
	top:60px;
}

#jplayer_prev {
	left:60px;
	height:40px;
	top:37px;
	width:40px;
	background:url("../img/html5_buttons.png") no-repeat scroll 0 0 transparent;
}

#jplayer_next {
	left:200px;
	height:40px;
	top:37px;
	width:40px;
	background:url("../img/html5_buttons.png") no-repeat scroll -120px 0 transparent;
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
}

div.jp-play-bar {
	background:url("../img/playBar.png") repeat-x scroll -22px 0 transparent;
	height:18px;
	width:0;
}

div.jp-load-bar {
	background:url("../img/loadBar.png") repeat-x scroll -22px 0 transparent;
	height:18px;
	width:0;
	cursor:pointer;
}

div.jp-progress {
	left:22px;
	height:18px;
	overflow:hidden;
	position:absolute;
	top:12px;
	width:257px;
}
