/*
@@@@@@@@@@@@@@@@@@@@@@
COLOR
@@@@@@@@@@@@@@@@@@@@@@

	about				Semantic class names for colors
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	colors
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

			/*
			What is it's main use?
			1: FOCUS
			2: INTERACTION
			3: GUIDANCE
			4: STATUS
			*/

		/*+ RED
		..........................................................................*/
	
			/*1:*/ .cTip{}
			/*2:*/ .cAlert{color:#fa0000; }
			/*3:*/ .cWarning{}
			/*4:*/ .cCancel{}

		/*+ BLUE
		..........................................................................*/
	
			/*1:*/ .cInfo{color:#1d4b77; }
			/*2:*/ .cAction{}
			/*3:*/ .cAdvise{}
			/*4:*/ .cSnap{}
	
		/*+ GREEN
		..........................................................................*/
	
			/*1:*/ .cNote{color:#00c109; }
			/*2:*/ .cApprove{}
			/*3:*/ .cSupport{}
			/*4:*/ .cCheck{color:#419014; }
	
		/*+ WHITE
		..........................................................................*/
	
			/*1:*/ .cCore{}
			/*2:*/ .cConnect{}
			/*3:*/ .cPoint{}
			/*4:*/ .cNeutral{}
	
		/*+ BLACK
		..........................................................................*/
	
			/*1:*/ .cCanvas{}
			/*2:*/ .cBox{}
			/*3:*/ .cSpot{}
			/*4:*/ .cStand{}
	
		/*+ ORANGE
		..........................................................................*/
	
			/*1:*/ .cMark{}
			/*2:*/ .cCaution{}
			/*3:*/ .cGuide{}
			/*4:*/ .cFlag{}
	
		/*+ PURPLE
		..........................................................................*/
	
			/*1:*/ .cRange{}
			/*2:*/ .cJoin{}
			/*3:*/ .cDirection{}
			/*4:*/ .cNobel{}
	
			
			
