.themeBody, .themeBg, .themebarBg, .headingBg, .headingBg > tr {
	background: #008f95;
	
	background: url('image_bgwatercolour.png');
    background-size: cover;
    background-repeat: repeat-x;
}
.dashboardheadingBg {
	background: #008f95;
	
	background: url('image_bgwatercolour.png');
    background-size: cover;
    background-repeat: repeat-x;
	background-position: center;
}
.navbar-ascent .form-search, .navbar-ascent .form-searchopts {
	background: rgba(0, 0, 0, 0.1);
}
.navbar-ascent .form-search:focus, .navbar-ascent .form-searchopts:focus {
	background: rgba(255, 255, 255, 0.1);
}
.headingBg > tr {
	background: url('image_bgwatercolour.png');
    background-size: 400%;
    background-repeat: no-repeat;
}
.headingBg > tr > th {
	background: none !important;
	color: #fff !important;
	font-size: 80%;
}
.mini-sidebar.themeSide {
	background: #008f95;
	
	background: url('image_bgwatercolour.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.main-sidebar.themeSide {
	background: #828282;
	
	background: url('image_sbwatercolour.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.themeSide > ul {
	background: rgba(0,0,0,0.4) !important;
}