/*
@@@@@@@@@@@@@@@@@@@@@@
COLOR
@@@@@@@@@@@@@@@@@@@@@@

	about				Semantic class names for colors
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	colors
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

		/*+ RED
		..........................................................................*/
	
			/*1:*/ .cTip{color:#cc0000; }
			/*2:*/ .cAlert{}
			/*3:*/ .cWarning{}
			/*4:*/ .cCancel{}

		/*+ BLUE
		..........................................................................*/
	
			/*1:*/ .cInfo{color:#006699; }
			/*2:*/ .cAction{}
			/*3:*/ .cAdvise{}
			/*4:*/ .cSnap{}
	
		/*+ GREEN
		..........................................................................*/
	
			/*1:*/ .cNote{color:#b6d24b; }
			/*2:*/ .cApprove{}
			/*3:*/ .cSupport{}
			/*4:*/ .cCheck{}
	
		/*+ WHITE
		..........................................................................*/
	
			/*1:*/ .cCore{}
			/*2:*/ .cConnect{}
			/*3:*/ .cPoint{}
			/*4:*/ .cNeutral{}
	
		/*+ BLACK
		..........................................................................*/
	
			/*1:*/ .cCanvas{}
			/*2:*/ .cBox{}
			/*3:*/ .cSpot{}
			/*4:*/ .cStand{}
	
		/*+ ORANGE
		..........................................................................*/
	
			/*1:*/ .cMark{color:#f39000; }
			/*2:*/ .cCaution{}
			/*3:*/ .cGuide{}
			/*4:*/ .cFlag{}
			
		/*+ YELLOW
		..........................................................................*/
	
			/*1:*/ .cGold{}
			/*2:*/ .cTricky{}
			/*3:*/ .cEnergy{}
			/*4:*/ .cPure{}
	
		/*+ PURPLE
		..........................................................................*/
	
			/*1:*/ .cRange{color:#9f498f; }
			/*2:*/ .cJoin{}
			/*3:*/ .cDirection{}
			/*4:*/ .cNobel{}
	
			
			
