.fullscreen {
	width: 100%;
	height: 100%;
	text-align: center;
}

#navigation {
	background-color: #EEE;
	background-image: url(/images/concrete_wall_2.png);
	height: 30px;
}
	#navigation li {
		display: block;
		float: left;
		width: auto;
		height: 30px;
		margin-left: 10px;
		color: #222;
		line-height: 30px;
		text-shadow: #666 0px 0px 0.5px;
	}
		#navigation li:hover {
			cursor: pointer;
			text-shadow: #666 0px 0px 2px;
		}
		#navigation li.logo {
			font-size: 20px;
			line-height: 32px;
			font-weight: bold;
			margin-right: 12px;
		}
		#navigation li.vk_auth {
			display: none;
		}
		#navigation li a {
			color: inherit;
			text-decoration: inherit;
		}
#header-container .hello {
	float: right;
	margin: 6px 10px 0 0;
	color: #222;
}
	#header-container .hello .greating {
		display: block;
		float: left;
		margin-right: 8px;
	}
	#header-container .hello .settings {
		float: right;
		width: 15px;
		height: 15px;
		margin: 1px 0;
		background-image: url(/images/icns/settings.png);
		cursor: pointer;
	}

.button {
	display: inline;
	width: auto;
	padding: 5px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid;
	cursor: pointer;
}
	.button.gray {
		background-color: #EEE;
		color: #444;
		border-color: #DDD;
	}

.scrollbar-pane {
    margin-right: 8px;
}

.scrollbar-handle-container {
    width: 8px;
}

.scrollbar-handle {
    width: 8px;
}

	#data-container .scrollbar-handle-container {
		background-color: #FFF;
	}
	
	#data-container .scrollbar-handle {
		background-color: #CCC;
	}
	
	#data-container .scrollbar-handle:hover {
	    background-color: #999;
	}

	#data-container .scrollbar-handle.move {
	    background-color: #AAA;
	}
	
	#player-container .scrollbar-handle-container {
		background-color: #222;
	}
	
	#player-container .scrollbar-handle {
		background-color: #444;
	}
	
	#player-container .scrollbar-handle:hover {
	    background-color: #666;
	}

	#player-container .scrollbar-handle.move {
	    background-color: #888;
	}

#error_page {
	position: relative;
	width: 600px;
	text-align: center;
	top: 100px;
	left: 50%;
	margin-left: -300px;
}
	#error_page h1 {
		font-size: 150px;
	}
	#error_page span {
		font-size: 24px;
	}
	
.kaboom {
	width: 100%;
	height: 30px;
	clear: both;
}

.auth_notice {
	display: none;
	position: absolute;
	background-color: #07F;
	color: #FFF;
	top: 32px;
	left: 230px;
	padding: 8px;
	border: #05D 1px solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
	.auth_notice .arrow {
		float: left;
		margin: -8px 15px 0 8px;
		font-size: 25px;
		font-weight: bold;
	}

/* Colorizing *
#player-container	{ background-color: #CFC; }
#data-container		{ background-color: #CCF; }
#player				{ background-color: #AAC; }
#playlist			{ background-color: #ACC; }
.artist-info		{ background-color: #8EA; }
.albums				{ background-color: #A8E; }