/*<meta />*/

/* This is the MAIN stylesheet for Geo SCADA and ClearSCADA outputs. */
/* This is the stylesheet that should be referenced in Target files used for generating those outputs. */

/* Stylesheets associated with the Main style sheet that need to be imported. */

@import url('NunitoFont.css');

/* This stylesheet contains the font definitions for Nunito */

@import url('RobotoFont.css');

/* This stylesheet contains the font definitions for Roboto */

@import url('StylesForHomePage.css');

/*Do not remove this stylesheet as it has been created by Flare and is needed */

@import url('ClearSCADAHelpStyles.css');

/* This stylesheet contains the definitions for the majority of the HTML styles that are used in ClearSCADA, Geo SCADA, and Telemetry Server. */

@import url('ClearSCADAHeadings.css');

/* This stylesheet contains the definitions for all Headings */

@import url('FieldLists.css');

/* This stylesheet contains the definitions for offset field list DIVs */

@import url('ClearSCADALists.css');

/* This stylesheet contains the definitions for all Lists types */

@import url('ClearSCADAMasterPages.css');

/* This stylesheet contains the definitions for HTML styles for Master Pages, only for Online use. */

@import url('ClearSCADAWarningBoxes.css');

/* This stylesheet contains the definitions for all Warnings, Notes and Example boxes */

@import url('ClearSCADATableStyles.css');

/* This stylesheet contains the definitions for tables used in the project, do not use the Flare table styles. */

@import url('ClearSCADAHeroImages.css');

/* This stylesheet contains the definitions of Legacy styles used in previous versions of help prior to V77 (2016 R1). */

@import url('ClearSCADALegacyStyles.css');

/* This stylesheet contains the definitions columns used for the grey context-sensistive menus and is only relevant in the Online content, it is not used for Printing. */

@import url('ClearSCADAColumns.css');

/* This stylesheet defines the column settings for the gray proxy menus at the bottom of each topic */

@import url('ClearSCADATitlePages.css');

/* This stylesheet defines the settings for the title pages used when printing out individual Guides. */

@import url('ClearSCADAPrintTOCProxy.css');

/* This stylesheet defines the settings for the Print format TOC used when printing out individual Guides. */

@import url('ClearSCADACopyrightFooter.css');

/* This stylesheet defines the settings for the footer content. */

/* The definitions below take precedence over the settings defined in other stylesheets. */

/* This definition sets the color of links in the Home Page tables to use Life Is On green. */
div.mcHomePages a:link 
{
	color: #3dcd58;
}

