.themeBody, .themeBg, .themebarBg, .headingBg, .headingBg > tr {
	background: #054575;
	
	background: url('image_bgblue.png');
    background-size: cover;
    background-repeat: repeat-x;
}
.dashboardheadingBg {
	background: #008f95;
	
	background: url('image_bgblue.png');
    background-size: cover;
    background-repeat: repeat-x;
	background-position: center;
}
.headingBg > tr > th {
	background: none !important;
	color: #fff !important;
	font-size: 80%;
}
.mini-sidebar.themeSide {
	background: #062f4f;
	
	background: url('image_bgblue.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.main-sidebar.themeSide {
	background: #062f4f;
	
	background: url('image_sbgrey.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.themeSide > ul {
	background: rgba(0,0,0,0.4) !important;
}