
.themeBg, .themebarBg, .headingBg, .headingBg > tr {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41ba2e+0,66bc2e+50,74c631+100 */
	background: #41ba2e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #41ba2e 0%, #66bc2e 50%, #74c631 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #41ba2e 0%,#66bc2e 50%,#74c631 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #41ba2e 0%,#66bc2e 50%,#74c631 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41ba2e', endColorstr='#74c631',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.themeBody {
	background: url('image_bgtest.png');
    background-size: 100% 100%;
}
.navbar-ascent .form-search {
	background: rgba(0, 0, 0, 0.1);
}
.navbar-ascent .form-search:focus {
	background: rgba(0, 0, 0, 0.2);
}
.headingBg > tr {
	background: #41BA2E;
}
.headingBg > tr > th {
	background: none;
}
.mini-sidebar.themeSide {
	background: #404040;
}
.main-sidebar.themeSide {
	background: #404040;
}
.themeSide > ul {
	background: rgba(0,0,0,0.4) !important;
}