/* CSS DOC - Fluxys - 12/11/2007	 						*/
/* color.css												*/
/* color definitions										*/

	/* sectionTitle											*/

		.color1 #sectionTitle { background: #94a49d; color: #fff; }
		.color2 #sectionTitle { background: #97aab7; color: #fff; }
		.color3 #sectionTitle { background: #c39269; color: #fff; }
		.color4 #sectionTitle { background: #bbac87; color: #fff; }
		.color5 #sectionTitle { background: #acb878; color: #fff; }
		.color6 #sectionTitle { background: #acafb5; color: #fff; }
		.color7 #sectionTitle { background: #e6ae52; color: #fff; }

	/* sectionIntro											*/

		.color1 #sectionIntro { background: #A4B5AD; color: #373E37; }
		.color2 #sectionIntro { background: #A7BAC8; color: #374046; }
        .color3 #sectionIntro { background: #DBBBA0; color: #403022; }
        .color4 #sectionIntro { background: #D0C097; color: #4E4839; }
	    .color5 #sectionIntro { background: #B7C897; color: #3F432D; }
	    .color6 #sectionIntro { background: #B8BEC7; color: #3A3C3E; }
        .color7 #sectionIntro { background: #FBC56E; color: #694414; }
		
	/* leftNav 												*/

		.color1 #leftnav li a:hover { color: #6c7e6d; }
		.color2 #leftnav li a:hover { color: #75848f; }
		.color3 #leftnav li a:hover { color: #7e5f44; }
		.color4 #leftnav li a:hover { color: #92876b; }
		.color5 #leftnav li a:hover { color: #7c8659; }
		.color6 #leftnav li a:hover { color: #7c8085; }
		.color7 #leftnav li a:hover { color: #d28728; }
		
	/* table 												*/
		
		.color1 #content table th { background: #94a49d; color: #fff; }
		.color2 #content table th { background: #97aab7; color: #fff; }
		.color3 #content table th { background: #c39269; color: #fff; }
		.color4 #content table th { background: #bbac87; color: #fff; }
		.color5 #content table th { background: #acb878; color: #fff; }
		.color6 #content table th { background: #acafb5; color: #fff; }
		.color7 #content table th { background: #e6ae52; color: #fff; }

		.color1 #content table tr.top { background: #93b4ad; color: #fff; }
		.color2 #content table tr.top { background: #a6bac8; color: #fff; }
		.color3 #content table tr.top { background: #d59f72; color: #fff; }
		.color4 #content table tr.top { background: #d0c097; color: #fff; }
		.color5 #content table tr.top { background: #b7c897; color: #fff; }
		.color6 #content table tr.top { background: #b8bec7; color: #fff; }
		.color7 #content table tr.top { background: #fbc56e; color: #fff; }

