/* ******************************************************************************************************************** */
/* 	This is a supplementary CSS file that is appended to the main CSS (demo[1,2,3,4,5].css) file when an lml page is	*/
/* 	rendered.																											*/
/*																														*/
/* 	theme1.css [ Default	] 	- Teal & Light Gray																		*/
/* 	theme2.css [ Platinum	] 	- Dark Gray & Light Gray 																*/
/* 	theme3.css [ Stain Black] 	- Black & Dark Gray 																	*/
/* 	theme4.css [ Forest		] 	- Dark Green & Light Green 																*/
/* 	theme5.css [ Sherbert	] 	- Orange & Peach 																		*/
/* 	theme6.css [ Fiesta		] 	- Blue & Gold 																			*/
/* 	theme7.css [ Desert		] 	- Brown & Tan																			*/
/* 	theme8.css [ Rouge		] 	- Pale Purple & light Pink 																*/
/*																														*/
/* ******************************************************************************************************************** */

/* ADDITIONAL CLASS DEFINITIONS - THEME: STAIN BLACK */
tr.primaryBGColor 				{ background: #000000;	color: #000000; }
tr.secondaryBGColor 			{ background: #808080;	color: #808080; }

tr.primaryGrayBG				{ background: #d3d3d3; }
tr.secondaryGrayBG				{ background: #f5f5f5; }

font.fontcolor					{ color: #FFFFFF;	}