/*	-------------------------------------------------------------------
 * 	Colours for the CumulusMX Alternative Interface
 * 	Produced using w3Schools colour generator
 *
 * 	Key Colour: #4e5b31
 *
 * 	Theme modified to change font 'color's to either lightest or darkest
 * 	theme colour.  Also modified names for text, borders & hover colours.
 * 	I have added a few extras. Not all are used.
 * 	Neil Thomas
	------------------------------------------------------------------*/

/*	Check that your theme is named as shown  below */

.w3-theme-white {color:#00ffff; background-color:#008080;}
.w3-theme-l5 {color:#00ffff; background-color:#008080;}
.w3-theme-l4 {color:#00ffff; background-color:#008080;}
.w3-theme-l3 {color:#00ffff ; background-color:#008080;}
.w3-theme-l2 {color:#00ffff ; background-color:#008080;}
.w3-theme-l1 {color:#00ffff ; background-color:#008080;}
.w3-theme-d1 {color:#00ffff ; background-color:#000080;}
.w3-theme-d2 {color:#00ffff ; background-color:#000080;}
.w3-theme-d3 {color:#00ffff ; background-color:#000080;}
.w3-theme-d4 {color:#00ffff ; background-color:#000080;}
.w3-theme-d5 {color:#00ffff ; background-color:#000080;}

.w3-theme-light {color:#00ffff ; background-color:#008080;}
.w3-theme-dark {color:#00ffff ; background-color:#008080;}
.w3-theme-action {color:#00ffff ; background-color:#008080;}

.w3-theme {color:#008080 ; background-color:#008080;}
.w3-theme-txt {color:#00ffff;}
.w3-theme-bdr {border-color:#000080;}
.w3-theme-d5-bdr {border-color:#000080;}
.w3-theme-l1-bdr {border-color:#000080;}

.w3-theme-hvr:hover {color:#000080; background-color:#66b2b2;}
.w3-theme-d5-hvr:hover {color:#000080; background-color:#66b2b2;}
.w3-theme-txt-hvr:hover {color:#66b2b2;}
.w3-theme-bdr-hvr:hover {border-color:#000080;}
