/* CSS Document */
/* ******************************************************************************************************************** */
/* 	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: FIESTA */
tr.primaryBGColor				{ background: #4c45a9;	color: #4c45a9; }
tr.secondaryBGColor				{ background: #f7c531;	color: #f7c531; }

tr.primaryGrayBG				{ background: #d3d3d3;	}
tr.secondaryGrayBG				{ background: #f5f5f5;	}

font.fontcolor					{ color: #000000;	

