/* 
    Document   : themed
    Created on : 27-Oct-2022, 10:41
    Author     : Chris
    Description: This stylesheet is intended to contain
				only those parameters that very from one theme to another.
				This particular version is the default one.
*/
/*	This now dynamic; colours set in Account record.
:root {
	--darkdark:#298f0c;	 Darkest shade of dark (green) colour 
	--palerdark:#90c080;	 Paler shade of dark (green) colour 

	--darklight:#414547;	 Darkest shade of light (grey) colour 
	--palerlight:#a8aaa7;	 Paler shade of light (grey) colour 
	--palestlight:#cccccc;	 Palest shade of light (grey) colour 
}*/

.btn {
	background-image: url('./bg_button.png');
}
.btnRov {
	background-image: url('./bg_button.png');
}
.page-body {
	background-image: url('./gradient_blue.gif');
    background-repeat: repeat-x;
}
.page-banner {
	background-image: url('./gradient_green.gif');
    background-repeat: repeat-x;
}
.page-footer {
	background-image: url('./gradient_grey.gif');
    background-repeat: repeat-x;
}
.helphead {
	background-image: url('./gradient_green.gif');
    background-repeat: repeat-x;
}
.helpbody {
	background-image: url('./gradient_grey.gif');
    background-repeat: repeat-x;
}

