/*
	###########################		START - FILE INFORMATION	###############################################################################
	###			VERSION: 5.0.0;
	###			LEGAL: USE OF THIS FILE CONSTITUTES YOUR ACCEPTANCE OF THE "LICENSE.TXT";
	###			NOTES: ;
	###########################		END - FILE INFORMATION		###############################################################################
*/

@font-face
	{
		/* NOTE: PROPERTIES FOR STYLING */
		font-family:		'weapon';
		src:				url( '/SystemFiles/LIB-FONT/BNKGOTHL.TTF')  format('truetype');
	}

@media all
	{	/* -- COMMENT: DELIBERATELY LEFT EMPTY; -- */	}

@media print
	{	/* -- COMMENT: DELIBERATELY LEFT EMPTY; -- */	}

:root
	{
		/* NOTE: PROPERTIES FOR GLOBAL */
		--html-0000-0000:														1px solid #fff;			/* NOTE: GLOBAL\BORDER; */
		--html-0000-0001:														#645151;				/* NOTE: GLOBAL\DISABLED BUTTON BACKGROUND(forms, tables etc); */
		--html-0000-0002:														#ff0000;				/* NOTE: GLOBAL\DISABLED BUTTON HOVER BACKGROUND(forms, tables etc); */
		--html-0000-0003:														#526451;				/* NOTE: GLOBAL\BUTTON BACKGROUND(forms, tables etc); */

		/* NOTE: PROPERTIES FOR Desktop.css (desktop, phone) */
		--DesktopCss-0000-0000:													#000;					/* NOTE: html body\BACKGROUND-COLOR; */
		--DesktopCss-0000-0001:													#fff;					/* NOTE: html body\COLOR; */

		/* NOTE: PROPERTIES FOR Desktop_BodyTexts.css */
		--Desktop_BodyTextCss-0000-0000:										#ccffcc;					/* NOTE: html body main a\COLOR; */
		--Desktop_BodyTextCss-0000-0001:										#00ff00;				/* NOTE: html body main a:hover\COLOR; */
		--Desktop_BodyTextCss-0000-0002:										#333;  					/* NOTE: html body main div#PageH1\BACKGROUND-COLOR; */
		--Desktop_BodyTextCss-0000-0003:										#ccccff;				/* NOTE: html body main div#PageH1\COLOR; */

		/* NOTE: PROPERTIES FOR Desktop_Lists.css (desktop, phone) */
		--Desktop_ListsCss-0000-0000:											#FFA500;				/* NOTE: html body main dl dt\COLOR; */
		
		/* NOTE: PROPERTIES FOR Desktop_Forms.css (desktop, phone) */
		--Desktop_FormsCss-0000-0000:											#333;					/* NOTE: html body main form fieldset\BACKGROUND-COLOR; */
		--Desktop_FormsCss-0000-0001:											#333;					/* NOTE: html body main form fieldset legend\BACKGROUND-COLOR; */
		
		/* NOTE: PROPERTIES FOR Desktop_Navigations.css (desktop, phone) */
		--Desktop_NavigationCss-0000-0000:										#ccffcc;				/* NOTE: html body nav a\COLOR; */
		--Desktop_NavigationCss-0000-0001:										#00ff00;				/* NOTE: html body nav a:hover\COLOR; */				
		--Desktop_NavigationCss-0000-0002:										#333;					/* NOTE: html body nav#NavigationMain\BACKGROUND-COLOR; */
		--Desktop_NavigationCss-0000-0003:										#ccffcc;				/* NOTE: html body nav#NavigationMain input#chkbxNavigationMain + label\COLOR; */
		--Desktop_NavigationCss-0000-0004:										#00ff00;				/* NOTE: html body nav#NavigationMain input#chkbxNavigationMain:checked + label\COLOR; */
		--Desktop_NavigationCss-0000-0005:										rgba( 0,0,0,0.75 );		/* NOTE: html body nav#NavigationMain input#chkbxNavigationMain:checked + label\BACKGROUND-COLOR; */
		--Desktop_NavigationCss-0000-0006:										#000;					/* NOTE: html body nav#NavigationMain input#chkbxNavigationMain:checked ~ div#ColumnContainer div.Column\BACKGROUND-COLOR; */
		--Desktop_NavigationCss-0000-0007:										#fff;					/* NOTE: html body nav#NavigationMain input#chkbxNavigationMain:checked ~ div#ColumnContainer div.Column h2\COLOR; */
		--Desktop_NavigationCss-0000-0008:										#ccccff;				/* NOTE: html body nav#BreadCrumbs ol li:last-child\COLOR; */

		/* NOTE: PROPERTIES FOR Desktop_Tables.css (desktop, phone) */
		--Desktop_TablesCss-0000-0000:								 			#333;					/* NOTE: html body main table.CollapsedTable tbody tr:nth-child( odd ) \BACKGROUND-COLOR; */
		--Desktop_TablesCss-0000-0001:								 			#777;					/* NOTE: html body main table.CollapsedTable tbody tr:nth-child( even )\BACKGROUND-COLOR; */
		/*--Desktop_TablesCss-0000-0000:								 			#6AB155;					/* NOTE: html body main table.CollapsedTable tbody tr:nth-child( odd ) \BACKGROUND-COLOR; */
		/*--Desktop_TablesCss-0000-0001:								 			#337B24;					/* NOTE: html body main table.CollapsedTable tbody tr:nth-child( even )\BACKGROUND-COLOR; */
		--Desktop_TablesCss-0000-0002:								 			#2d9628;				/* NOTE: html body main table.CollapsedTable tbody tr td.Options a:hover\BACKGROUND-COLOR; */
		
	}

@keyframes AnimationNavigationMainChecked
	{
		0%
			{
				/* NOTE: PROPERTIES FOR STYLING */
				opacity:					0;
			}
		25%
			{
				/* NOTE: PROPERTIES FOR STYLING */
				opacity:					0;
			}
		100%
			{
				/* NOTE: PROPERTIES FOR STYLING */
				opacity:					1;
				
			}
}