/* Theme 01 - Glossy Blue */

/* @group Main */
body, .site-page  {
	background: #c5ccd4 url(assets/page-bg.png) repeat;
}
/* @end */
/* @group Header */
#header {
	background: url(assets/navbar-bg.png) repeat-x;
	color: #fff;
}
#header .button.back {
	border-width: 0 4px 0 12px;
	-webkit-border-image: url(assets/navbar-back-btn.png) 0 4 30 12;
	top: 7px;
	left: 10px;
}
#header .button.back.selected, 
#header .button.back:active {
	-webkit-border-image: url(assets/navbar-back-btn.png) 30 4 0 12;
}
#header .button.default {
	border-width: 0 5px;
	-webkit-border-image: url(assets/navbar-default-btn.png) 0 5 30 5;
	top: 7px;
	right: 10px;
}
#header .button.default.selected, 
#header .button.default:active {
	-webkit-border-image: url(assets/navbar-default-btn.png) 30 5 0 5;
}
/* @end */
/* @group Table Views */
.table-view .section {
	background-color: #fff;
}
.table-view li, 
.table-view .section>li:first-of-type, 
.table-view .section>li:last-of-type {
	border-color: #e0e0e0;
}
.table-view .row-label {
	color: #000;
}
.table-view a {
	background: url(assets/tableview-selection.png) repeat-x 0 500px;
}
.table-view.grouped h1 {
	color: #4d576d;
	text-shadow: #fafafa 0 1px 0;
}
/* @end */
/* @group Content Views */
.content-img {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .3);
}
/* @end */
