:root
{
	/*--- Info --------------------------------------------------*/
	--IESColorMode:					dark;

	/*--- Windows -----------------------------------------------*/
	--IESBgWindow:						black;
	--IESFgWindow:						white;
	--IESBgDlg:							black;
	--IESFgDlg:							white;	
	--IESBgInfo:						#242424;
	--IESFgInfo:						white;
	
	/*--- Border definitions----------------------------------------*/
	--IESBorderFrame:					0px solid gray;
	--IESBorderThin:					1px solid gray;
	--IESBorderMiddle:				2px solid gray;
	--IESBorderThick:					3px solid gray;
	--IESBorderButton:				1px solid gray;
	--IESBorderMessage:				1px solid gray;
	
	/*--- Title ----------------------------------------------------*/
	--IESTitleBgColor:				#808080;
	--IESTitleFgColor:				black;
	--IESTitleBorderColor:			0px solid lightgray;
	--IESTitleMenuFgColor:			white;
	--IESTitleMenuBgHighlighted:	lightgray;
	--IESTitleMenuFgHighlighted:	black;

	/*--- Headline -------------------------------------------------*/
	--IESHeadlineFgColor:			lightblue;
	
	/*--- Menu -----------------------------------------------------*/
	/*--IESMenuAreaBgColor:			linear-gradient(to bottom, #404040, #808080, #404040);*/
	--IESMenuAreaBgColor:			#323232;
	--IESMenuBgColor:					transparent;
	--IESMenuFgColor:					white;
	--IESMenuFgColorDisabled:		#969696;
	--IESMenuBorder:					0px solid white;
	--IESManHighLightFgColor:		yellow;
	
	/*--- SubMenu --------------------------------------------------*/
	--IESSubMenuBgColor:				#323232;
	--IESSubMenuFgColor:				white;
	--IESSubMenuBgHoverColor:		slategray;
	--IESSubMenuFgHoverColor:		var(--IESWhite);
	--IESSubMenuBorder:				1px solid gray;
	
	/*--- Buttons --------------------------------------------------*/
	--IESButtonBgColor:				#909090;
	--IESButtonBgColorFocus:		gray;
	--IESButtonFgColor:				white;
	--IESButtonFgColorFocus:		yellow;
	--IESButtonBorder:				1px solid #B0B0B0;		
	--IESButtonDisabledBgColor:	transparent;
	--IESButtonDisabledFgColor:	#969696;
	
	/*--- Selecttors (Radio / Checkbox) ---------------------------*/
	--IESSelectorArea:				rgb(64, 64, 64);
	--IESSelectorBorder:				2px solid lightgray;
	--IESSelectorBorderFocus:		2px solid yellow;
	--IESSelectorBgColor:			black;
	--IESSelectorFgColor:			white;
	--IESSelectorBgDisabled:		transparent;
	--IESSelectorFgDisabled:		gray;


	/*--- Message --------------------------------------------------*/
	--IESMsgTitleBgColor:			#6c6c6c;
	--IESMsgTitleFgColor:			lightgray;
	--IESMsgFgColor:					white;
	--IESMsgBgColor:					#808080;
	--IESMsgHighlightBgColor:		#727272;
	--IESMsgBorderColor:				#B0B0B0;

	/*--- Table ----------------------------------------------------*/
	--IESTableBgColor:				black;
	--IESTableFgColor:				white;
	--IESTHBgColor:					#484848;
	--IESTROddBgColor:				black;
	--IESTREvenBgColor:				#242424;
	--IESTRFgColor:					white;
	--IESTRBgHover:					rgb(64, 64, 64);
	--IESTRFgHover:					yellow;
	--IESTRSelBgColor:				darkblue;
	--IESTRSelFgColor:				white;
	
	
	/*--- Edit -----------------------------------------------------*/
	--IESEditBgColor:					white;
	--IESEditFgColor:					black;
	--IESEditDisabledFgColor:		black;
	--IESEditDisabledBgColor:		darkgray;


	/*--- Label -----------------------------------------------------*/
	--IESLabelFgColor:				lightgray;
	
	/*--- Links -----------------------------------------------------*/
	--LinkNormalFgColor:				white;
	--LinkHoverFgColor:				rgb(77, 150, 245);
	--LinkVisitedFgColor:			rgb(77, 150, 245);
	--LinkActiveFgColor:				rgb(77, 150, 245);
	--LinkNormalBgColor:				transparent;
	--LinkHoverBgColor:				transparent;	
   --LinkVisitedBgColor:			transparent;
   --LinkActiveBgColor:				transparent;
	
}