/* 
	Theme: Google Now
	Version: 1.0
	App: Crescendo
	Fonts:
		@import url(http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic);
		@import url(http://fonts.googleapis.com/css?family=Titillium+Web:700);
		font-family: "Roboto", sans-serif;
		font-family: "Titillium Web", sans-serif;
*/
@import url(//fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic|Titillium+Web:700);
html, body {
	background-color:#e5e5e5;
	color:#333;
	font:normal normal 400 13px/1 "Roboto", sans-serif;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
	-moz-user-select:-moz-none;
	-webkit-user-select:none;
	user-select:none;
}
html,body,div,span,p,a,pre,ul,ol,table,tr,td,img,caption,iframe,form,fieldset,label,input,textarea,select,button {
	border:0;
	list-style:none;
	margin:0;
	padding:0;
}
:focus {
	outline:none;
}
a {
	text-decoration:none;
}
.clear {
	clear:both;
}
.right {
	float:right;
}
.left {
	float:left;
}
.link {
	cursor:pointer;
}
.link:hover {
	text-decoration:underline;
}
#loading_overlay {
	background:#fff url(../images/loading.gif) no-repeat center center;
	opacity:.8;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
}
header {
	background-color:#f1f1f1;
	border-bottom:1px solid #bbb;
	color:#666;
	display:block;
	height:50px;
	line-height:50px;
	margin:0;
	padding:0;
}
#user {
	font-size:1.1em;
	margin-right:10px;
}
header a {
	color:#666;
	text-decoration:underline;
}
header a:hover {
	color:#666;
}
h1 {
	background:url(../images/logo.png) no-repeat 5px;
	color:#555;
	float:left;
	font-family:"Titillium Web";
	font-size:2.8em;
	margin:0;
	padding:0 0 0 60px;
	width:33%;
}
#search {
	float:left;
	margin:0 auto;
	width:33%;
}
#body {
	position:relative;
	width:100%;
}
#nav-content-container {
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
}
#nav-container {
	background-color:#fff;
	float:left;
	height:100%;
	margin:0;
	position:relative;
	width:200px;
	transition:width .2s linear;
}
#nav-header {
	background:#58A5EE url(../images/menu.png) no-repeat -12px 11px;
	color:#fff;
	height:46px;
	float:left;
	position:relative;
	width:200px;
	transition:background-position .2s linear;
}
#nav-header:hover {
	background-position:-10px 11px;
	cursor:pointer;
}
.nav-header-text {
	font-size:18px;
	font-weight:300;
	height:45px;
	letter-spacing:1px;
	line-height:45px;
	opacity:1;
	padding:0 10px;
	margin-left:5px;
}
#nav {
	background-color:#fff;
	display:block;
	float:left;
	opacity:1;
	overflow-y:auto;
	position:absolute;
	top:46px;
	bottom:0;
	left:0;
	right:0;
	width:200px;
}
#library-nav {
	margin:0;
	padding-top:15px;
}
#library-nav li {
	display:block;
	font-size:1.2em;
}
#library-nav li a {
	color:#444;
	cursor:pointer;
	display:block;
	font-weight:400;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0 15px;
}
#library-nav li:hover {
	background-color:#eee;
}
#library-nav li.selected {
	border-color:#ccc;
}
#library-nav li.selected a {
	background-color:#eee;
	color:#58A5EE;
}
#playlist-nav {
	margin:0 10px;
}
#playlist-nav #playlist-header {
	border-bottom:1px solid #ddd;
	color:#58A5EE;
	font-size:1.1em;
	font-weight:700;
	line-height:25px;
	margin:15px 0 5px;
	padding:0 5px;
	text-transform:uppercase;
}
.newPlaylistBtn {
	background:#58A5EE url(../images/sprite.png) -1906px -928px;
	border: none;
	border-radius: 2px;
	cursor:pointer;
	float:right;
	height:18px;
	margin:2px 2px 2px 0;
	transition: background-color .218s ease 0, border-color .218s ease 0, box-shadow .218s ease 0;
	width:18px;
}
.newPlaylistBtn:hover {
	background-color: #7db4e8;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.25);
}
#playlist-nav li {
	cursor:pointer;
	font-size:1.1em;
	height:28px;
	line-height:28px;
	margin:1px 0;
	overflow:hidden;
	text-indent:5px;
	white-space:nowrap;
}
#playlist-nav li:hover {
	background-color:#f0f0f0;
}
#playlist-nav li.selected {
	background-color:#f3f3f3;
}
#playlist_list li.menu-displayed {
	background-color:#f0f0f0;
}
#playlist_list li .name {
	float:left;
	overflow:hidden;
	width:99%;
}
#playlist_list li .playlist_dropdown {
	display:none;
	float:right;
	height:24px;
	margin:2px 0 0 -24px;
	width:24px;
}
li:hover .playlist_dropdown {
	 background-image:url(../images/sprite.png);
 }
#playlist_list li:hover .playlist_dropdown {
	display:block;
	background-position: -1288px 0;
}
#playlist_list li.menu-displayed .playlist_dropdown {
	display:block;
	background:#f0f0f0 url(../images/sprite.png) -1288px 0 no-repeat;
}
#nav-content-container.nav-hidden #nav-container{
	width:20px;
}
#nav-content-container.nav-hidden #nav-header{
	background-position:-6px 11px;
}
#nav-content-container.nav-hidden .nav-header-text,
#nav-content-container.nav-hidden #nav {
	display:none;	
}
#nav-content-container.nav-hidden #content-container {
	margin-left: 20px;
}
#content-container {
	margin:0 0 0 200px;
	height:100%;
	position:relative;
	transition:width .25s linear;
}
#header {
	background-color:#fff;
	border-bottom:1px solid #d1d1d1;
	height:45px;
}
#breadcrumb {
	height:100%;
	padding: 0 10px 0 25px;
}
.tab_text {
	color:#747474;
	cursor:default;
	font-size:1.5em;
	font-weight:300;
	height:45px;
	letter-spacing:1px;
	line-height:45px;
}
#breadcrumb .tab_text .has-parent {
	color:#444;
}
#breadcrumb .tab_text .parent {
	color:#999;
	cursor:pointer;	
}
#breadcrumb .tab_text .parent:hover {
	text-decoration:underline;
}
#summary {
	color:#888;
	font-weight:400;
	line-height:45px;
}
#action_bar {
	margin-right:10px;
	padding-top:8px;
}
#content {
	position:absolute;
	top:46px;
	bottom:0;
	width:100%;
}
#main {
	background-color: #e5e5e5;
	height:100%;
	overflow:auto;
}
#interface {
	margin: 20px 0 30px 20px;
}
/* General music display */
.card {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius:2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	cursor: default;
	display: inline-block;
	font-weight: 300;
	margin: 5px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	width: 160px;
}
.card .image-wrapper {
	border-radius:2px 2px 0 0;
	cursor: pointer;
	position: relative;
	width: 100%;
}
.card.small .image-wrapper {
	height: 160px;
}
.card.medium {
	width: 230px;
}
.card .image-inner-wrapper {
	border-radius:2px 2px 0 0;
	height: 100%;
	width: 100%;
}
.card .image {
	border-radius:2px 2px 0 0;
	cursor: pointer;
	height: 100%;
	vertical-align: top;
	width: 100%;
}
.card .hover-overlay {
	background: none repeat scroll 0 0 #000;
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	width: 100%;
}
.card .image-wrapper:hover .hover-overlay {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.card .overlay-icon, .card .overlay-curate {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
.card .image-wrapper:hover .overlay-icon {
	background: url(../images/sprite.png) no-repeat scroll -3268px -596px transparent;
	height: 48px;
	filter: alpha(opacity=100);
	margin: 2px;
	opacity: 1;
	right: auto;
	top: auto;
	width: 48px;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
.card .image-wrapper:hover .overlay-icon:hover {
	background: url(../images/sprite.png) no-repeat scroll -650px -980px transparent;
	height: 48px;
	opacity: 1;
	width: 48px;
}
.card .details {
	margin: 7px 10px;
	overflow: hidden;
}
.card .title {
	color: #333;
	cursor: pointer;
	font-size: 16px;
	line-height: 18px;
	max-height: 38px;
}
.card .title:hover {
	text-decoration: underline;
}
.card .sub-title[data-type] {
	cursor: pointer;
}
.card .sub-title {
	color: #aaa;
	font-size: 13px;
	height: auto;
	line-height: 16px;
	margin: 1px 0;
}
.card .sub-title[data-type]:hover {
	text-decoration: underline;
}
.artist-view .artist-art {
	width:240px;
	float: left;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	border: none;
	padding: 0;
	margin: 6px 6px 24px;
}
.album-view .cover .card {
	float: left;
	height: 160px;
}
.cover .card .image-wrapper:hover .overlay-icon, .cover .card .image-wrapper:hover .overlay-icon:hover {
	background: no-repeat url(../images/sprite.png) -192px -1212px;
	width:48px;
	height:48px;
	opacity:1;
	filter:alpha(opacity=100);
	top:0;
	right:0;
	margin:auto
}
.album-view .album-details {
	margin-left: 180px;
}
.artist-view .artist-details {
	margin-left: 260px;
}
.playlist-view .playlist-details {
	margin:0 0 20px 10px;
}
.album-view .song-count, .artist-view .song-count, .artist-view .album-count, .playlist-view .song-count {
	color: #aaa;
	font-size: 14px;
	margin: 2px 0;
	text-transform: uppercase;
}
.song-count {
	padding-top: 2px;
}
.album-view .album-length, .artist-view .duration, .playlist-view .duration {
	color: #aaa;
	font-size: 14px;
	margin: 2px 0;
}
.album-view .year {
	color: #888;
	font-size: 14px;
	font-weight: 500;
	margin: 2px 0;
}
.genres .genre {
	color: #888;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.album-view .actions, .artist-view .actions, .playlist-view .actions {
	margin-top: 20px;
}
ul.actions li {
	display:inline-block;
}
.playlist-view .owner-name {
	font-size: 16px;
	color: #666;
}
/* All Artists Composite Images */
.composite-img-wrapper {
	height:100%;
	position:relative;
	width:100%;
	overflow:hidden;	
}
.card[data-type="gr"] .image-wrapper,
.card[data-type="ar"] .image-wrapper {
	height:115px;	
}
.card .composite-img-wrapper img {
	height:115px;
	width:115px;
	position:absolute;
	
}
.card .composite-img-wrapper img[data-index='0'] {
	left:50%;	
}
.card .composite-img-wrapper[data-image-count="5"] img[data-index="1"] {
	left: 37.5%;
}
.card .composite-img-wrapper[data-image-count="3"] img[data-index="1"], 
.card .composite-img-wrapper[data-image-count="5"] img[data-index="2"] {
	left: 25%;
}
.card .composite-img-wrapper[data-image-count="5"] img[data-index="3"] {
	left: 12.5%;
}
.card .composite-img-wrapper[data-image-count="2"] img[data-index="1"], 
.card .composite-img-wrapper[data-image-count="3"] img[data-index="2"], 
.card .composite-img-wrapper[data-image-count="4"] img[data-index="3"], 
.card .composite-img-wrapper[data-image-count="5"] img[data-index="4"] {
	left: 0;
}

.card .composite-img-wrapper[data-image-count="1"] img {
	width: 230px;
	height: 230px;
	position: static;
}
/* Track table display */
.song-table,.user-table {
	border-spacing: 0;
	cursor: pointer;
	outline: medium none;
	table-layout: fixed;
	width: 100%;
}
.song-table th,.user-table th {
	border-bottom: 1px solid #E3E3E4;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	height: 36px;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: 8px;
	text-transform: uppercase;
	white-space: nowrap;
}
.header-row [data-col="duration"] .icon {
	background: no-repeat url(../images/sprite.png) -912px -138px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}
.header-row [data-col="play-count"] .icon {
	background: no-repeat url(../images/sprite.png) -3044px -1164px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}
.song-row, .song-row td, .user-row, .user-row td {
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	max-height: 40px;
	min-height: 40px;
	overflow: hidden;
	padding: 0;
	text-indent: 8px;
	white-space: nowrap;
}
.song-row td, .user-row td {
	background-color: #E5E5E5;
	border-bottom: 1px solid #D9D9D9;
	color: #707070;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
.song-row.selected td {
	background-color:#fff;
}
.song-row .content {
	display: block;
	position: relative;
	background-color: inherit;
	overflow: hidden;
}
.song-row .title-right-items {
	background-color: inherit;
	float: right;
	line-height: 0;
}
.song-row .hover-button[data-id="menu"] {
	display: inline-block;
	vertical-align: top;
	margin: 9px 1px 1px 2px;
	border: none;
}
.song-row .hover-button[data-id="menu"]:hover {
	margin: 8px 0 0 1px;
	border: 1px solid #c9c8cb;
	border-radius: 2px;
	background-color: #f5f5f5;
}
.song-row:hover .hover-button[data-id="menu"],.song-row.menu-displayed .hover-button[data-id="menu"] {
	background: no-repeat url(../images/sprite.png) -1288px 0;
	background-color: inherit;
	display: inline-block;
	height: 24px;
	width: 24px;
}
.song-table [data-col="track"] {
	color: #bbb;
	padding-right: 8px;
	text-align: right;
	white-space: nowrap;
	width: 24px;
}
.song-table [data-col="track"] .content {
	font-weight: 700;
}
.song-table [data-col="rating"], .song-table [data-col="duration"], .song-table [data-col="play-count"] {
	width: 80px;
}
.song-table [data-col="artist"], .song-table [data-col="album"] {
	width: 20%;
}
.song-table[data-type="al"] [data-col="album"], .song-table[data-type="sal"] [data-col="album"] {
	display: none;
}
.same-artist .song-table [data-col="artist"] {
	display: none;
}
.song-table tbody tr.song-row:hover td {
	background-color:#f2f2f2;
}
.song-table tbody tr.song-row.selected:hover td {
	background-color:#fff;
}
.song-row .fade-out:after {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(229,229,229,0)), color-stop(100%, rgba(229,229,229,1)));
	background-image: -webkit-linear-gradient(left, rgba(229,229,229,0), rgba(229,229,229,1));
	background-image: -moz-linear-gradient(left, rgba(229,229,229,0), rgba(229,229,229,1));
	background-image: -ms-linear-gradient(left, rgba(229,229,229,0), rgba(229,229,229,1));
	background-image: -o-linear-gradient(left, rgba(229,229,229,0), rgba(229,229,229,1));
	background: linear-gradient(to right, rgba(229,229,229,0), rgba(229,229,229,1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00e5e5e5', EndColorStr='#e5e5e5');
}
.song-row:hover .fade-out:after {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(241,241,241,0)), color-stop(100%, rgba(241,241,241,1)));
	background-image: -webkit-linear-gradient(left, rgba(241,241,241,0), rgba(241,241,241,1));
	background-image: -moz-linear-gradient(left, rgba(241,241,241,0), rgba(241,241,241,1));
	background-image: -ms-linear-gradient(left, rgba(241,241,241,0), rgba(241,241,241,1));
	background-image: -o-linear-gradient(left, rgba(241,241,241,0), rgba(241,241,241,1));
	background: linear-gradient(to right, rgba(241,241,241,0), rgba(241,241,241,1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00f1f1f1', EndColorStr='#f1f1f1');
}
.song-row.selected .fade-out:after, .song-row.selected:hover .fade-out:after {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#ffffff');
}
.song-row:hover td[data-col="track"] {
	background: no-repeat url(../images/sprite.png) -506px -800px;
}
.song-row:hover td[data-col="track"] .content{
	display:none;
}
/* Miscellaneous UI Elements */
.section-header {
	clear: both;
	color: #333;
	font-size: 28px;
	font-style: italic;
	font-weight: 100;
	margin-top: 15px;
	padding: 6px 0 5px 14px;
}
.fade-out {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}
.fade-out:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	content: "";
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#ffffff');
}
#messages {
	display: none;
	font-size: 1em;
	position: absolute;
	right: 10px;
	bottom: 5px;
	width: 200px;
	z-index: 99999;
}
#messages .message {
	background-color:#111;
	border-radius:4px;
	box-shadow:0 0 10px #888;
	clear:both;
	color:#fff;
	cursor:pointer;
	float:right;
	margin:4px 0;
	opacity:0.75;
	padding:10px;
	text-shadow:1px 1px 0 #000;
}
#messages .message.error {
	background-color:#b22 !important;
}
#error_console {
	background-color:#f9c7c7;
	border:1px solid #b22;
	color:#b22 !important;
	font-weight:700;
	padding:5px;
}
#drag-song {
	background:#eee url(../images/draggable_bg.png) no-repeat;
	border:1px solid #ccc;
	display:block;
	height:30px;
	width:30px;
}
#drag-album {
	display:block;
	height:134px;
	opacity:.5;
	width:134px;
}
.drop.drop-hover{
	background-color:#58A5EE;
	color:#fff;
}
.cr_menu {
	background-color:#fff;
	-moz-box-shadow: 0 2px 40px rgba(0,0,0,.4)!important;
	-webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4)!important;
	box-shadow: 0 2px 40px rgba(0,0,0,.4)!important;
	border: 1px solid #c0c0c0!important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor:default;
	font-size:1.1em;
	margin: 0;
	position:absolute;
	padding: 6px 0!important;
	display:none;
	z-index: 50000;
}
.cr_menu li {
	border-bottom:1px solid #eaeaea;
	color:#404040;
	font-size:13px;
	margin:0 10px;
	padding:6px 10px 5px;
	white-space:nowrap;
}
.cr_menu li:last-child {
	border-bottom:0;
}
.cr_menu li:hover {
	cursor:pointer;
	background-color:#f0f0f0;	
}
/* Settings */
.settings_section_header {
	background-color:#eee;
	line-height:25px;
}
.settings_section_header h2 {
	color:#888;
	font-size:1em;
	letter-spacing:1px;
	padding-left:20px;
	text-transform:uppercase;
}
.settings_section_content {
	padding:5px 15px;
}
.settings_section_content p {
	color:#666;
	font-size:14px;
	padding:5px 0;
}
.username, .fullname {
}
.role, .status {
	width:100px;
}
.action_link {
	width:200px;
}
/* Cataloging output styles */
#frame iframe {
	width:100%;
	height:100%;
	border:none;
}
/* Footer Styling */
footer {
	background-color:#f1f1f1;
	border-top:1px solid #bbb;
	bottom:0;
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	height:40px;
	left:0;
	line-height:40px;
	margin:0 auto;
	position:absolute;
	width:100%;
}
footer p {
	color:#666;
	font-size:.9em;
	text-align:center;
}
/* Form Styling */
input, select, textarea {
	background:#fefefe;
	border:1px solid #b9b9b9;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#444;
	font-size:100%;
	height:40px;
	padding:0 7px;
	vertical-align:middle;
	width:320px;
}
select {
	padding:5px;
}
option {
	padding:2px 3px;
}
input:focus, select:focus, textarea:focus {
	border:1px solid #58A5EE;
	outline:none;
}
#searchbox {
	color:#aaa;
	height:30px;
	padding:5px;
	width:350px;
}
#search_options {
	width:100px;
	padding:1px;
}
label {
	color:#747474;
	display:block;
	font-size:14px;
	font-weight:300;
	margin-bottom:2px;
}
label.error {
	color:#f00;
	display:inline;
	margin-left:5px;
}
button::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, 
input[type="reset"]::-moz-focus-inner {
	padding:0!important;
	border:0 none!important
}
button, input[type="button"] {
/*	font-family: 'Roboto', arial, sans-serif;
	font-size: 100%;
}
.button {
	background: none repeat scroll 0 0 #C2C2C2;
	border: 1px solid #fff;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	filter: none;
	font-weight: 700;
	line-height: 22px;
	margin: 1px;
	outline: 1px solid #E3E3E3;
	padding: 0 12px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}
.button {
*/	background-color:#F5F5F5;
	border:1px solid rgba(0, 0, 0, 0.17);
	border-radius:3px;
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);
	color #737373 !important;
	cursor:default;
	display:inline-block;
	font-size:14px;
	font-weight:500;
	height:30px;
	line-height:30px;
	margin:0 5px 0 0;
	min-width:40px;
	outline:medium none;
	padding:0 20px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	transition:background-color 0.218s ease 0s, border-color 0.218s ease 0s, box-shadow 0.218s ease 0s;
	vertical-align:middle;
	white-space:nowrap;
}
button:hover {
	background-color:#999;
}
button:hover {
	background-color:#F5F5F5;
	border:1px solid rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 0 0 rgba(0, 0, 0, 0.1);
	color:#262626 !important;
}
button.primary {
	background-color:#58A5EE;
	border:none;
	color:#fff!important;
}
button.primary:hover {
	background-color:#7db4e8;
	background-image:none;
	box-shadow:inset 0 -2px 0 rgba(0,0,0,.25);
}
/* Form styling for miscellaneous pages (login,password,register) */
#loginbox {
	margin:30px auto;
	width:325px;
	background-color:#fff;
	border:1px solid #c0c0c0;
	border-radius:2px;
	box-shadow:0 2px 30px rgba(0,0,0,.2);
	padding:18px 20px;
	max-width:500px;
	overflow:hidden;
}
#loginbox h2 {
	color:#444;
	line-height:24px;
	margin:0 0 15px;
	padding:0;
	cursor:default;
	font-size: 28px;
	font-weight: 300;
}
#loginbox p {
	margin:10px 0;
	color:#666;
	font-size:12px;
}
#loginbox label {
	margin:0 0 15px;
}
#loginbox label strong {
	margin-bottom:5px;
	font-size:1.1em;
	font-weight:400;
}
#loginbox label p {
	margin:1px 0;
	font-size:1em;
	color:#777;
}
#loginbox input[type="text"], #loginbox input[type="password"] {
	width:325px;
	height:44px;
}
#loginbox input[type="password"] {
	margin-top:10px;
	margin-bottom:15px	
}
#loginbox input.text:focus {
	border-color:#58A5EE;
}
#loginbox label.remember {
	display:inline-block;
	vertical-align:top;
	margin:10px 0 0 10px;
	width:auto;
}
#loginbox input[type="checkbox"] {
	margin:0;
	padding:0;
	height:13px;
	width:13px;
	vertical-align:middle;
}
#loginbox .remember_label {
	font-weight:400;
	line-height:0;
	color:#555;
	margin-bottom:0;
	padding:0;
	display:inline;
	vertical-align:middle;
}
/*#loginbox input[type="submit"] {
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.17);
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #737373 !important;
	cursor: default;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 30px;
	line-height: 28px;
	margin: 0 5px 0 0;
	min-width: 40px;
	max-width:80px;
	width:80px;
	outline: medium none;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: background-color 0.218s ease 0s, border-color 0.218s ease 0s, box-shadow 0.218s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
#loginbox input[type="submit"]:hover {
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
	color: #262626 !important;
}
*/
#loginbox a{
	color:#fb8823;
}
#loginbox a:hover{
	color:#ff9a5c;
}
/* jQueryUI styles */
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	zoom: 1;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
	opacity: .50;
	filter:Alpha(Opacity=50);
}
.ui-dialog {
	background-color:#fff;
	border:1px solid #c0c0c0;
	border-radius:5px;
	box-shadow:0 2px 40px rgba(0,0,0,.4);
	max-width: 500px;
	padding:18px  20px;
	position: absolute;
	overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	color:#444;
	cursor:default;
	float: left;
	font-size: 28px;
	font-weight: 300;
	line-height:24px;
	margin:0 0 10px;
	padding:0;
}
.ui-dialog .ui-dialog-titlebar-close {
	background-color:transparent;
	border:none;
	border-radius:none;
	box-shadow:none;
	height: 18px;
	margin:0;
	min-width:inherit;
	padding: 1px;
	position: absolute;
	right: -15px;
	top: -5px;
	width: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	height:18px;
	margin: 1px;
	width:18px;
}
.ui-icon {
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -99999px;
}
.ui-widget-header .ui-icon {
	background-image: url(/images/ic_sprite.png);
}
.ui-icon-closethick {
	background-position: -10px -50px;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-dialog .ui-dialog-content {
	background: none;
	border: 0;
	overflow: auto;
	padding: .5em 1em;
	position: relative;
	margin-bottom:10px;
	zoom: 1;
}
.ui-dialog-input {
	width:275px;
}
.ui-dialog .ui-dialog-buttonpane {
	padding:.5em 1em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: left;
}
.ui-dialog .ui-dialog-buttonpane button {
	cursor: pointer;
}
.ui-button {
	cursor:pointer;
	margin-right:5px;
	overflow:visible;
	position:relative;
	text-align:center;
	text-decoration:none !important;
	zoom:1;
} /* the overflow property removes extra width in IE */
.ui-button .ui-button-text {
	display: block;
	line-height: normal !important;
}
.ui-autocomplete {
	background-color:#fff;
	border:1px solid #ccc;
	cursor:default;
	position:absolute;
}
* html .ui-autocomplete {
	width:1px;
} /* without this, the menu expands to 100% in IE6 */
.ui-menu {
	float:left;
	display:block;
	list-style:none;
	margin: 0;
	padding:0;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	clear: left;
	float: left;
	margin:0;
	padding: 0;
	width: 100%;
	zoom: 1;
}
.ui-menu .ui-menu-item a {
	border-bottom:1px solid #ccc;
	display:block;
	font-size:12px;
	line-height:20px;
	padding:.2em .4em;
	text-decoration:none;
	zoom:1;
}
.ui-menu .ui-menu-item a span {
	color:#999;
	float:right;
	font-size:10px;
	line-height:20px;
	text-transform:uppercase;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	background-color:#E1EDFF;
}
/* webkit specific scrollbars */
::-webkit-scrollbar {
 height:10px;
 width:8px;
}
::-webkit-scrollbar-button:start:decrement {
 background-color: transparent;
 display: block;
 height: 0;
 width: 0;
}
::-webkit-scrollbar-button:end:increment {
 background-color: transparent;
 display: block;
 height: 0;
 width: 0;
}
::-webkit-scrollbar-track:enabled {
 background-color: transparent;
}
::-webkit-scrollbar-track-piece {
 background-color: transparent;
 border: none;
 margin:0;
}
::-webkit-scrollbar-thumb:vertical {
 background-color: rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.2);
 height: 30px;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}