﻿/*
 * Copyright 2004-2012 by Eaton Corporation. All Rights Reserved.
 *
 * User Cascading Style Sheet for Foreseer WebViews Version 5.2
 * Version 1.11
 *
 * 1.00 05/27/09 CBehrens:	Initial release
 * 1.10 05/27/09 MDiRosa:	Enabled content resize
 * 1.11 05/27/09 CBehrens:	Disabled content resize. Revised most channel, text, folder, and hyperlink styles. Added hover styles for all folders and hyperlinks.
 *
 */

/*
* When using the Date/Time control, does the time come from the client
* (the browser) or is it the time as set on the server. Set the value
* to true (1) to use the time from the server. When using server time,
* you can optionally display the server's time zone. To enable, set
* font-family to UseServer (i.e. font-family: UseServer;)
*/
#TimeFromServer   {z-index: 1;}
#TimeZone         {font-family: UseServer;}

/*
You can see that the default is set to report alarms etc. in the alarm manager UI using local time.  
However, the alarm history is always stored in the DB using server time, so when you run an alarm history report, 
if the client and server span a timezone, there will be an offset between what the operator will see at the client and what time they will see for the same event in the report.  
Also in the comment above you will observe that, if you tell the client to report using the server time, there is an option to display the server timezone.  
This server time option preserves complete alignment between what an operator sees in the screen and in the alarm history report.  
Eaton told us that most of their customers with a national or international footprint have opted to use server time throughout with timezone displayed. 
*/
 
/*
 * the background color of a new page
 */

DIV.bgDiv		{ background-color:#151515; position:absolute; left:0px; top:0px; z-index:1; }

/*
 * Different OS's (XP, 2000, 2003) and different desktop settings will
 * give you different viewable areas in your browser window. IE will 
 * always have a vertical scroll bar even if it doesn't use it (it will
 * be disabled but still visible and taking up horizontal space). Here
 * are some examples for XP:
 *
 * Windows XP:
 *  display 1024x768, IE6 with small icons, taskbar always visible has
 *  a viewable area of 1003x603 
 *  display 1280x1024, IE6 with small icons, taskbar always visible has
 *  a viewable are of 1259x863
 *  display 1920x1080, IE6 with small icons, taskbar always visible has
 *  a viewable are of 1899x914
 * DefaultViewSize defines your target what display resolution you think
 * will be the most widely used (or required) in your environment. This
 * is the size that you used to design your pages.
 */

#DefaultViewSize	{ width:1920px; height:938px; }

/*
 * The following styles define the alarm states as object colors.
 * BACKGROUND-COLOR is the background and COLOR is the color of
 * the text. In both cases, color is a hex number indicating the
 * intensity of the red, green, and blue values as RRGGBB (e.g.
 * #FF0000 is the brightest red, #00FF00 is the brightest green).
 * #000000 is black, #FFFFFF is white, and #777777 is middle gray.
 *
 * NOTE: All colors MUST use the full 6 digit format. The 3 digit
 * short format CANNOT be used. 
 */

#Normal			{ background-color:#6AA84F; color:#FFFFFF; }	/* green background - white text */
#Disabled		{ background-color:#7F007F; color:#FFFFFF; }	/* purple background - white text */
#Disarmed		{ background-color:#00FFFF; color:#000000; }	/* cyan background - black text */
#Acknowledged   { background-color:#0000FF; color:#FFFFFF; }	/* blue background - white text */
#Cautionary		{ background-color:#FFFF00; color:#000000; }	/* yellow background - black text */
#Critical		{ background-color:#FF0000; color:#FFFFFF; }	/* red background - white text */
#NoData			{ background-color:#C3C3C3; color:#000000; }	/* light gray background - black text */


/*
 * Enable/disable the alarm notification dialog.
 * Set the value to true (1) to display a popup window when a new alarm
 * occurs. Set the value to false (0) to disable alarm notification.
 */

#AlarmNotification	{ z-index:0; }



body                {background-color:#000000; }

/*
 * The Breadcrumbs line - default is white uppercase text on a black background
 */

DIV.breadcrumbs		{ width:770px; background-color:transparent; white-space:nowrap; overflow:hidden; }
SPAN.breadcrumbs	{ padding:0px 0px 0px 3px; font-family:Calibri,Tahoma,sans-serif; font-size:12px;font-weight:bold;text-transform:uppercase; color:#FFFFFF; }
A.breadcrumbs		{ color:#FFFFFF; }


/*
 * Date/Time - default is white text on a transparent background
 */

DIV.dateTime		{ padding:0px 0px 0px 77px; font-family:Calibri,Tahoma,Arial,sans-serif; font-size:10px; color:#FFFFFF; text-align:center; white-space:nowrap; overflow:hidden; }


/*
 * Hyperlink objects
 */

A.Hlink0		{ border:3px outset #FFFFFF; overflow:hidden; text-align:center; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; background-color:#000000; 
			 font-size:18px; font-family:Tahoma,Arial,sans-serif; font-weight:bold;}

A.Hlink0:hover		{border:3px outset #ff9a00;text-decoration:none;color:#ff9a00}

A.Hlink1		{ border:3px outset #FFFFFF; overflow:hidden; text-align:center; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; background-color:#000000; 
			 font-size:12px; font-family:Tahoma,Arial,sans-serif; font-weight:bold;}

A.Hlink1:hover		{border:3px outset #ff9a00;text-decoration:none;color:#ff9a00}

A.Hlink2		{ border:2px outset #FFFFFF; overflow:hidden; text-align:center; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; background-color:#000000; 
			 font-size:9px; font-family:Tahoma,Arial,sans-serif; font-weight:bold;}

A.Hlink2:hover		{border:2px outset #ff9a00;text-decoration:none;color:#ff9a00}

A.Hlink3		{ border:1px solid #FFFFFF; overflow:hidden; text-align:center; 
			 padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:transparent; 
			 font-size:12px;font-family:Tahoma,sans-serif;font-weight:bold;}

A.Hlink3:hover		{border:1px solid #ff9a00;text-decoration:none;color:#ff9a00}

A.Hlink4		{ border:1px solid #000000; overflow:hidden; text-align:center; 
			 padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;background-color:transparent; 
			 font-size:12px;font-family:Tahoma,sans-serif;font-weight:bold;}

A.Hlink4:hover		{border:1px solid #ff9a00;text-decoration:none;color:#ff9a00}

A.Hlink5		{border:0px none; overflow:hidden;text-align:center;
		 	padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:#000066;
		 	font-size:18px;font-family:Tahoma,sans-serif;font-weight:bold;
			background-image: url(/support/images/static/foldershiny-5.png);background-repeat: no-repeat;}				
				 
A.Hlink5:hover		{background-image: url(/support/images/static/folderhover-5.png);background-repeat: no-repeat;
			text-decoration:none;}

A.Hlink6		{border:0px none; overflow:hidden;text-align:center;
		 	padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:#000066;
		 	font-size:14px;font-family:Tahoma,sans-serif;font-weight:bold;
			background-image: url(/support/images/static/foldershiny-6.png);background-repeat: no-repeat;}				
				 
A.Hlink6:hover		{background-image: url(/support/images/static/folderhover-6.png);background-repeat: no-repeat;
			text-decoration:none;}

A.Hlink7		{border:0px none; overflow:hidden;text-align:center;
		 	padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:#000066;
		 	font-size:10px;font-family:Tahoma,sans-serif;font-weight:bold;
			background-image: url(/support/images/static/foldershiny-7.png);background-repeat: no-repeat;}				
				 
A.Hlink7:hover		{background-image: url(/support/images/static/folderhover-7.png);background-repeat: no-repeat;
			text-decoration:none;}

A.Hlink8		{border:0px none;overflow:hidden;text-align:center;
		 	 padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:#000066;opacity=0.80;
		 	 font-size:12px;font-family:Tahoma,sans-serif;font-weight:bold;}

A.Hlink8:hover          {opacity=0.70; text-decoration:none;}

A.Hlink9		{border:0px none;overflow:hidden;text-align:center;
		 	 padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:#000066;opacity=0.60;
		 	 font-size:12px;font-family:Tahoma,sans-serif;font-weight:bold;}

A.Hlink9:hover          {opacity=0.50; text-decoration:none;}

A.Hlink10		{border:0px none;overflow:hidden;text-align:center;
		 	 padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:#000066;opacity=0.40;
		 	 font-size:12px;font-family:Tahoma,sans-serif;font-weight:bold;}

A.Hlink10:hover          {opacity=0.30; text-decoration:none;}


A.Hlink13:hover		{border:1px solid #ff9a00;text-decoration:none;color:#ff9a00}

A.Hlink14		{ border:1px solid #FFFFFF; overflow:hidden; text-align:center; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#ccffff; background-color:transparent; 
			 font-size:10px; font-weight:bold; font-family:Verdana,sans-serif; z-index:40; }

A.Hlink14:hover		{border:1px solid #ff9a00;text-decoration:none;color:#ff9a00}

A.Hlink15		{ border:1px solid #000; overflow:hidden; text-align:center; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:##000066; background-color:#FFF; 
			 font-size:10px; font-weight:bold; font-family:Verdana,sans-serif; z-index:40; }

A.Hlink15:hover		{border:1px solid #ff9a00;text-decoration:none;color:#ff9a00}


A.Hlink16:hover		{color:#ff9a00;text-decoration:none;}

A.Hlink17 		{border:3px none;overflow:hidden;text-align:center;background-color:transparent;padding:3px 2px 3px 2px;
			 white-space:nowrap;color:#ccffff;font-size:14px;font-weight:bold;letter-spacing:1px;
			 font-family:Arial,sans-serif;font-style:normal;text-align:center;}

A.Hlink17:hover		{color:#ff9a00;text-decoration:none;}

A.Hlink18		{border:3px none;overflow:hidden;text-align:center;padding:3px 2px 3px 2px; 			
			 white-space:nowrap;color:#fbf9d6;background-color:transparent;
			 font-size:10px;font-weight:bold;font-family:Tahoma,sans-serif;font-style:normal;}

A.Hlink18:hover		{color:#ff9a00;text-decoration:none;}


A.Hlink19		{ overflow:hidden; text-align:center; padding:3px 2px 3px 2px;
			 white-space:nowrap; font-size:13px; font-family:Tahoma,sans-serif; font-weight:bold; color:#FFFFFF; 
			 background-color:transparent; z-index:40; }

A.Hlink19:hover		{color:#ff9a00;text-decoration:none;} 
 

A.Hlink20		{ border:0px none; overflow:hidden; text-align:left; 
 		  	 padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; background-color:transparent; 
 		  	 font-size:10px; font-weight:bold; font-family:Verdana,sans-serif; text-decoration:none;}

A.Hlink20:hover		{color:#ff9a00;text-decoration:none;}

A.Hlink21		{ border:0px none; overflow:hidden; text-align:left; 
 		  	 padding:3px 2px 3px 2px; white-space:nowrap; color:#000000; background-color:transparent; 
 		  	 font-size:10px; font-weight:bold; font-family:Verdana,sans-serif; text-decoration:none;}

A.Hlink21:hover		{color:#ff9a00;text-decoration:none;}

A.Hlink22		{ border:0px none; overflow:hidden; text-align:left; 
 		  	 padding:3px 2px 3px 2px; white-space:nowrap; color:#ccffff; background-color:transparent; 
 		  	 font-size:10px; font-weight:bold; font-family:Verdana,sans-serif; text-decoration:none;}

A.Hlink22:hover		{color:#ff9a00;text-decoration:none;}

A.Hlink23		{ border:3px none; overflow:hidden; text-align:left; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; letter-spacing:1px; background-color:transparent; 
			 font-size:12px; font-family:Verdana,sans-serif;font-weight:bold; z-index:40; }

A.Hlink23:hover		{text-decoration:none;}



/*
 * Line (rectangle) objects
 * the background color only applies to unlinked lines
 * overflow:hidden is required for small heights
 */

DIV.Line23		{ background-color:#000000; padding:0px; overflow:hidden; }


/*
 * The Channel Objects
 * Cod is (C)hannel (o)uter (d)iv	- the container
 * Cld is (C)hannel (l)eft (d)iv	- the channel name
 * Crd is (C)hannel (r)ight (d)iv	- the channel value
 *
 * NOTE: padding must be the same for both left and right DIVs even if display:none is set for a DIV.
 * Also if padding, border, margins, etc. is used, all 4 values must be set and the units must be pixels.
 * Actually the units for everything (including fonts) must be pixels if content resizing is enabled.
 * All outer DIVs need to have a background-color (use the NODATA value). If you want the channel to
 * have a transparent background, set the outer DIV background-color:transparent (refer to DIV.Cod6)
 * the inner DIVs always start out transparent and they render after the outer DIV. This means that
 * they show the color of the outer DIV as they are on top of the outer DIV and they are transparent.
 *
 * The left and right inner DIVs need to have the position:absolute style set.
 */
/* channel: name and value - no border - blue value - light */
DIV.Cod0	{ border:0px none; overflow:hidden; background-color:transparent; }
DIV.Cld0	{ text-align:left; position:absolute; left:0px; height:100%; 
			 padding:3px 10px 3px 2px; white-space:nowrap; color:#FFFFFF; font-size:11px; font-weight:bold; font-family:Arial,sans-serif; }
DIV.Crd0	{ text-align:right; position:absolute; right:0px; height:100%; 
			 padding:3px 2px 3px 0px; white-space:nowrap; color:#a2c2fc; font-size:11px; font-weight:bold; font-family:Arial,sans-serif; }
			 
/* channel: name and value - no border - blue value - dark */
DIV.Cod4	{ border:0px none; overflow:hidden; background-color:transparent; }
DIV.Cld4	{ text-align:left; position:absolute; left:0px; height:100%; 
			 padding:3px 10px 3px 2px; white-space:nowrap; color:#000000; font-size:11px; font-weight:bold; font-family:Arial,sans-serif; }
DIV.Crd4	{ text-align:right; position:absolute; right:0px; height:100%; 
			 padding:3px 2px 3px 0px; white-space:nowrap; color:#000066; font-size:11px; font-weight:bold; font-family:Arial,sans-serif; }

/* channel: name and value - status color background - border */
DIV.Cod10	{border:1px solid #FFFFFF;overflow:hidden;background-color:#BBBBBB;}
DIV.Cld10	{text-align:left;position:absolute;left:0px;height:100%;
		padding:3px 2px 3px 2px;;white-space:nowrap;font-size:11px;font-family:Arial,sans-serif;}
DIV.Crd10	{text-align:right;position:absolute;right:0px;height:100%;
		padding:3px 2px 3px 2px;;white-space:nowrap;font-size:11px;font-weight:bold;font-family:Arial,sans-serif;font-weight:bold}

/* channel: name and value - status color background */
DIV.Cod11	{border:0px none;overflow:hidden;background-color:#BBBBBB;}
DIV.Cld11	{text-align:left;position:absolute;left:0px;height:100%;
		padding:3px 2px 3px 2px;;white-space:nowrap;font-size:11px;font-family:Arial,sans-serif;}
DIV.Crd11	{text-align:right;position:absolute;right:0px;height:100%;
		padding:3px 2px 3px 2px;;white-space:nowrap;font-size:11px;font-weight:bold;font-family:Arial,sans-serif;font-weight:bold}

/* channel: value only Centered - white text - no border */

/* channel: value only Centered - white text - status color border */
DIV.Cod13	{border:0px none;overflow:hidden;background-color:#BBBBBB;}
DIV.Cld13	{display:none;padding:0px 0px 0px 0px;}
DIV.Crd13	{text-align:center;position:absolute;right:0px;height:100%;width:100%;
		padding:3px 2px 3px 2px;white-space:nowrap;font-size:11px;font-family:Verdana,sans-serif;font-weight:bold}

/* channel: value only right - black - no border - for BCM templates */
DIV.Cod14	{border:0px none;overflow:hidden;background-color:transparent;}
DIV.Cld14	{display:none;padding:0px 0px 0px 0px;}
DIV.Crd14	{text-align:right;position:absolute;right:0px;height:100%;width:100%;
		padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;font-size:11px;font-family:Verdana,sans-serif;font-weight:bold}

/* channel: value only left - black - no border - for BCM templates */

/* channel: value only centered - large orange text - no border */
DIV.Cod16	{border:0px none;overflow:hidden;background-color:transparent;}
DIV.Cld16	{display:none;padding:0px 0px 0px 0px;}
DIV.Crd16	{text-align:center;position:absolute;center:0px;height:100%;width:100%;
		padding:3px 2px 3px 2px;white-space:nowrap;color:#ff9a00;font-size:20px;font-family:Verdana,sans-serif}

/* channel: value only left - no border - blue */
DIV.Cod17	{ border:0px none; overflow:hidden; background-color:transparent; }
DIV.Cld17	{ display:none; padding:3px 2px 3px 2px; }
DIV.Crd17	{ text-align:left; position:absolute; left:0px; height:100%; width:100%; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#0099FF; font-size:10px; font-family:Arial,sans-serif;font-weight:bold}

/* channel: name and value - no border - yellow value */

/* channel: indicator - rectangular - white border*/
DIV.Cod19	{border:1px solid #FFFFFF; overflow:hidden; background-color:#BBBBBB;}
DIV.Cld19	{ display:none;}
DIV.Crd19	{ display:none;}

/* channel: value only - yellow */
DIV.Cod20	{ border:0px none; overflow:hidden; background-color:transparent; }
DIV.Cld20	{display:none;padding:0px 0px 0px 0px;}
DIV.Crd20	{ text-align:left; position:absolute; left:0px; height:100%; 
		 padding:3px 2px 3px 0px; white-space:nowrap; color:#e0d669; font-size:11px; font-weight:bold; font-family:Arial,sans-serif; }

/* channel: name and value - no border - blue value - light */
DIV.Cod21	{ border:0px none; overflow:hidden; background-color:transparent; }
DIV.Cld21	{ text-align:left; position:absolute; left:0px; height:100%; 
			 padding:3px 10px 0px 2px; white-space:nowrap; color:#FFFFFF; font-size:11px; font-weight:bold; font-family:Arial,sans-serif; }
DIV.Crd21	{ text-align:right; position:absolute; right:0px; height:100%; 
			 padding:3px 2px 0px 0px; white-space:nowrap; color:#a2c2fc; font-size:11px; font-weight:bold; font-family:Arial,sans-serif; }

/* channel: indicator - round - white border*/
DIV.Cod22	{border:1px none; overflow:hidden; background-color:#BBBBBB; background-image: url(/support/images/static/ChannelRound.png);
		 background-repeat: no-repeat;}
DIV.Cld22	{display:none; text-align:left; position:absolute; left:0px; height:100%;
			 padding:30px 10px 3px 2px; white-space:nowrap; color:#FFFFFF; font-size:0px; font-family:Ariel,sans-serif; }
DIV.Crd22	{display:none; text-align:right; position:absolute; right:0px; height:100%; 
			 padding:30px 2px 3px 0px; white-space:nowrap; color:#FFFFFF; font-size:0px; font-family:Ariel,sans-serif; }

/* channel: name and value - no border - transparent - white */
DIV.Cod26	{ border:0px none; overflow:hidden; background-color:transparent; }
DIV.Cld26	{ text-align:left; position:absolute; left:0px; height:100%; 
			 padding:3px 10px 3px 2px; white-space:nowrap; color:#FFFFFF; font-size:13px; font-family:Arial,sans-serif; }
DIV.Crd26	{ text-align:right; position:absolute; left:0px; height:100%; width:100%; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; font-size:12px; font-family:Arial,sans-serif; font-weight:bold;}

/* channel: name and value - no border - transparent - black */
DIV.Cod27	{ border:0px none; overflow:hidden; background-color:transparent; }
DIV.Cld27	{ text-align:left; position:absolute; left:0px; height:100%; 
			 padding:3px 10px 3px 2px; white-space:nowrap; color:#000000; font-size:13px; font-family:Arial,sans-serif; }
DIV.Crd27	{ text-align:right; position:absolute; left:0px; height:100%; width:100%; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#000000; font-size:12px; font-family:Arial,sans-serif; font-weight:bold;}

/* channel: value only - white - border */
DIV.Cod31	{border:1px solid #FFFFFF;overflow:hidden;background-color:#BBBBBB;}
DIV.Cld31	{display:none;padding:0px 0px 0px 0px;}
DIV.Crd31	{text-align:center;position:absolute;right:0px;height:100%;width:100%;
		padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;font-size:11px;font-family:Verdana,sans-serif;font-weight:bold}


/*
 * The Folder Objects
 * Fae is (F)older (a)nchor (e)lement - the anchor object
 */

A.Fae0		{border:0px none;overflow:hidden;text-align:center;
		 padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:ButtonShadow;
		 font-size:12px;font-family:Calibri,Tahoma,sans-serif;font-weight:bold;}

A.Fae0:hover	{border:0px none;text-decoration:none;}

A.Fae2:hover	{color:#ff9a00;text-decoration:none;}

A.Fae3		{ border:0px none; overflow:hidden; text-align:center;letter-spacing:0px;
		 padding:3px 2px 3px 2px; white-space:nowrap;color:#000000; background-color:transparent;
                 font-size:12px;font-family:Tahoma,sans-serif; font-weight:bold;}

A.Fae3:hover	{color:#ff9a00;text-decoration:none;}


A.Fae4:hover	{color:#ff9a00;text-decoration:none;}

A.Fae5		{border:0px none; overflow:hidden;text-align:center;
		 padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:ButtonShadow;
		 font-size:18px;font-family:Tahoma,sans-serif;font-weight:bold;
		background-image: url(/support/images/static/foldershiny-5.png);background-repeat: no-repeat;}				 
				 
A.Fae5:hover	{background-image: url(/support/images/static/folderhover-5.png);background-repeat: no-repeat;
		text-decoration:none;}

A.Fae6		{border:0px none; overflow:hidden;text-align:center;
		 padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:ButtonShadow;
		 font-size:14px;font-family:Tahoma,sans-serif;font-weight:bold;
		background-image: url(/support/images/static/foldershiny-6.png);background-repeat: no-repeat;}				 
				 
A.Fae6:hover	{background-image: url(/support/images/static/folderhover-6.png);background-repeat: no-repeat;
		text-decoration:none;}

A.Fae7		{border:0px none; overflow:hidden;text-align:center;
		 padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:ButtonShadow;
		 font-size:10px;font-family:Tahoma,sans-serif;font-weight:bold;
		background-image: url(/support/images/static/foldershiny-7.png);background-repeat: no-repeat;}				 
				 
A.Fae7:hover	{background-image: url(/support/images/static/folderhover-7.png);background-repeat: no-repeat;
		text-decoration:none;}


A.Fae8:hover    {opacity=0.70; text-decoration:none;}

A.Fae9		{border:0px none;overflow:hidden;text-align:center;
		 padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:ButtonShadow;opacity=0.60;
		 font-size:12px;font-family:Tahoma,sans-serif;font-weight:bold;}

A.Fae9:hover    {opacity=0.50; text-decoration:none;}

A.Fae10		{border:0px none;overflow:hidden;text-align:center;
		 padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:ButtonShadow;opacity=0.40;
		 font-size:12px;font-family:Tahoma,sans-serif;font-weight:bold;}

A.Fae10:hover    {opacity=0.30; text-decoration:none;}


A.Fae18:hover	{border:1px solid #ff9a00;text-decoration:none;color:#ff9a00;}

A.Fae19		{border:1px solid #000000;overflow:hidden;text-align:center;
		 padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;background-color:none;opacity=0.80;
		 font-size:12px;font-family:Tahoma,sans-serif;font-weight:bold;}

A.Fae19:hover	{border:1px solid #ff9a00;text-decoration:none;color:#ff9a00;}

A.Fae20		{ border:0px none; overflow:hidden; text-align:left; 
 		  padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; background-color:transparent; 
 		  font-size:10px; font-weight:bold; font-family:Verdana,sans-serif; text-decoration:none;}

A.Fae20:hover	{color:#ff9a00;text-decoration:none;}

A.Fae21		{ border:0px none; overflow:hidden; text-align:left; 
 		  padding:3px 2px 3px 2px; white-space:nowrap; color:#000000; background-color:transparent; 
 		  font-size:10px; font-weight:bold; font-family:Verdana,sans-serif; text-decoration:none;}

A.Fae21:hover	{color:#ff9a00;text-decoration:none;}


A.Fae22		{ border:1px solid #000000; overflow:hidden; text-align:center; 
		  padding:3px 2px 3px 2px; white-space:nowrap; color:#000000; background-color:ButtonShadow; 
		  font-size:10px; font-family:Arial,sans-serif; z-index:40; }

A.Fae22:hover	{border:1px solid #ff9a00;text-decoration:none;}

/*
 * The Text Objects
 */

/*Arial-White*/
DIV.Text2	{ font-size:35px; font-family:Arial,sans-serif; color:#FFFFFF; padding:1px; }
DIV.Text3	{ font-size:30px; font-family:Arial,sans-serif; color:#FFFFFF; padding:1px; }
DIV.Text4	{ font-size:26px; font-family:Arial,sans-serif; color:#FFFFFF; padding:1px; }
DIV.Text5	{ font-size:22px; font-family:Arial,sans-serif; color:#FFFFFF; padding:1px; }
DIV.Text6	{ font-size:19px; font-family:Arial,sans-serif; color:#FFFFFF; padding:1px; }
DIV.Text7	{ font-size:16px; font-family:Arial,sans-serif; color:#FFFFFF; padding:1px; }
DIV.Text8	{ font-size:13px; font-family:Arial,sans-serif; color:#FFFFFF; padding:1px; }
DIV.Text9	{ font-size:10px; font-family:Arial,sans-serif; color:#FFFFFF; padding:1px; }

/*Arial-Black*/
DIV.Text10	{ font-size:35px; font-family:Arial,sans-serif; color:#000000; padding:1px; }
DIV.Text13	{ font-size:22px; font-family:Arial,sans-serif; color:#000000; padding:1px; }
DIV.Text14	{ font-size:19px; font-family:Arial,sans-serif; color:#000000; padding:1px; }
DIV.Text16	{ font-size:13px; font-family:Arial,sans-serif; color:#000000; padding:1px; }
DIV.Text17	{ font-size:10px; font-family:Arial,sans-serif; color:#000000; padding:1px; }

DIV.Text19	{text-align:right; position:absolute; color:#000000; font-size:13px; font-family:Arial,sans-serif; padding:1px; }
DIV.Text20	{ font-size:12px; font-family:Tahoma,Arial,sans-serif; color:#FFFFFF; padding:1px; }
DIV.Text21	{ border: 1px #FFFFFF solid; text-align: center; line-height:expression(style.height); font-weight:bold;
		  font-size:11px; font-family:Arial,sans-serif; color:#FFFFFF; padding:1px; background-color:#000066;}
DIV.Text22	{ font-size:25px; font-family:Arial,sans-serif; color:#FF0000; padding:1px; }
DIV.Text23	{ font-size:16px; font-family:Arial,sans-serif; font-weight:bold; color:#FFFFFF; padding:1px; }
DIV.Text24	{ font-size:16px; font-family:Arial,sans-serif; font-weight:bold; color:#36454F; padding:1px; }
DIV.Text25	{ font-size:13px; font-family:Arial,sans-serif; font-weight:bold; color:#080C64; padding:1px; }
DIV.Text26	{ font-size:13px; font-family:Tahoma,sans-serif; font-weight:bold; color:#080C64; padding:1px; }
DIV.Text27	{ font-size:11px; font-family:Tahoma,sans-serif; font-weight:bold; color:#080C64; padding:1px; }
DIV.Text35	{ font-size:13px; font-family:Tahoma,sans-serif; font-weight:bold; color:#FFFFFF; padding:1px; }
DIV.Text29	{ font-size:11px; font-family:Tahoma,sans-serif; font-weight:bold; color:#FFFFFF; padding:1px; }
DIV.Text30	{ font-size:12px; font-family:Verdana,sans-serif; font-weight:bold; color:#FFFFFF; letter-spacing:1px; }
DIV.Text31	{ border: 1px #CCCCCC solid; text-align: center; line-height:expression(style.height);
		  font-size:11px; font-family:Arial,sans-serif; color:#CCCCCC; padding:1px; }
DIV.Text32	{ font-size:18px; font-family:Arial,sans-serif; color:#FFFFFF; padding:1px; }
DIV.Text33	{ font-size:18px; font-family:Arial,sans-serif; font-weight:bold; color:#FFFFFF; padding:1px; }
DIV.Text34	{ font-size:16px; font-family:Arial,sans-serif; color:#FFFFFF; padding:1px; }


/*
 * Styles for the Alarm Count Object
 * Alarm colors are muted so they don't jump out of the page.
 * The table background is transparent, so whatever is behind it will be its color.
 * Because of the transparency, the text color (TH.alarmCounts - color:#FFFFFF) may
 * not work. You can either give the table a solid background color or change the
 * text (foreground) color. The actual count objects should be OK in either case.
 */
TH.alarmCounts			{ padding:0px 5px 0px 2px; font-family:Verdana, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; text-align:left; letter-spacing:1px; }


/*
 * This is the offset from a channel object when a checkbox is created
 * associated with an existing channel object. positive X values are
 * relative to the right edge of the channel object and negative are
 * relative to the left (-0 is against the left, 0 is against the
 * right). For Y, 0 is centered, negative is up, positive is down.
 */
#CheckBoxOffsetX			{ z-index:0; }
#CheckBoxOffsetY			{ z-index:0; }


/*
 * The following define the color of the oneline
 * segments. Channels 40-49 are reserved for advanced
 * applications. Depending on the channel value (0-49)
 * the lines will have the following colors:
 */

#OneLine41		{ background-color:#00FFFF; }
#OneLine42		{ background-color:#757500; }
#OneLine43		{ background-color:#FF5600; }
#OneLine44		{ background-color:#C3C3C3; }

/* ------------------------------ USER-CONFIGURED OVERRIDES BELOW ------------------------------ */

/*Available folder styles*/

A.Fae11		{}
A.Fae12		{}
A.Fae13		{}
A.Fae14		{}
A.Fae15		{}
A.Fae16		{}
A.Fae17		{}

/*Available hyperlink styles*/
/*Hyperlink style to mimic section text labels for the Dashboard */
A.Hlink11	{ font-size:16px; font-family:Arial,sans-serif; font-weight:bold; color:#FFFFFF; padding:1px; }
A.Hlink12	{}


/*Available channel styles*/
/* channel: name and value - no border, for the Dashboard */


DIV.Cod12	{}
DIV.Cld12	{}
DIV.Crd12	{}

DIV.Cod13	{}
DIV.Cld13	{}
DIV.Crd13	{}

DIV.Cod14	{}
DIV.Cld14	{}
DIV.Crd14	{}

DIV.Cod15	{}
DIV.Cld15	{}
DIV.Crd15	{}

DIV.Cod17	{}
DIV.Cld17	{}
DIV.Crd17	{}

DIV.Cod18	{}
DIV.Cld18	{}
DIV.Crd18	{}

DIV.Cod19	{}
DIV.Cld19	{}
DIV.Crd19	{}

DIV.Text35	{border:1px solid #FFFFFF;overflow:hidden;text-align:center;
		 padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:none;opacity=0.80;
		 font-size:12px;font-family:Tahoma,sans-serif;font-weight:bold;}
DIV.Text_Comcasttxt {border:1px solid #FFFFFF;overflow:hidden;text-align:center;
		    padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:none;opacity=0.80;
		    font-size:12px;font-family:Tahoma,sans-serif;font-weight:bold;}
DIV.Cod_Tahoma { border:3px ridge #FFFFFF; overflow:hidden; background-color:#BBBBBB; }
DIV.Cld_Tahoma {text-align:left;position:absolute;left:0px;height:100%;padding:0px 10px 0px 2px;white-space:nowrap;font-size:13px;font-family:Tahoma,sans-serif;color:#000000;font-weight:normal;font-style:normal;}
DIV.Crd_Tahoma {text-align:right;position:absolute;right:0px;height:100%;padding:0px 2px 0px 0px;white-space:nowrap;font-size:13px;font-family:Arial,sans-serif;color:#000000;font-weight:normal;font-style:normal;}
DIV.Cod_New0 { border:3px ridge #FFFFFF; overflow:hidden; background-color:#BBBBBB; }
DIV.Cld_New0 {text-align:left;position:absolute;left:0px;height:100%;padding:0px 10px 0px 2px;white-space:nowrap;font-size:13px;font-family:Tahoma,sans-serif;color:#000000;font-weight:normal;font-style:normal;}
DIV.Crd_New0 {text-align:right;position:absolute;right:0px;height:100%;padding:0px 2px 0px 0px;white-space:nowrap;font-size:13px;font-family:Tahoma,sans-serif;color:#000000;font-weight:normal;font-style:normal;}
DIV.Cod_New1 { border:0px none; overflow:hidden; background-color:#BBBBBB; }
DIV.Cld_New1 {text-align:left;position:absolute;left:0px;height:100%;padding:3px 10px 3px 2px;white-space:nowrap;font-size:13px;font-family:Tahoma,sans-serif;color:#000000;font-weight:normal;font-style:normal;}
DIV.Crd_New1 {text-align:right;position:absolute;right:0px;height:100%;padding:3px 2px 3px 0px;white-space:nowrap;font-size:13px;font-family:Tahoma,sans-serif;color:#000000;font-weight:normal;font-style:normal;}
DIV.Cod_New2 { border:3px ridge #FFFFFF; overflow:hidden; background-color:#BBBBBB; }
DIV.Cld_New2 {text-align:left;position:absolute;left:0px;height:100%;padding:0px 10px 0px 2px;white-space:nowrap;font-size:13px;font-family:Tahoma,sans-serif;color:#000000;font-weight:normal;font-style:normal;}
DIV.Crd_New2 {text-align:right;position:absolute;right:0px;height:100%;padding:0px 2px 0px 0px;white-space:nowrap;font-size:13px;font-family:Tahoma,sans-serif;color:#000000;font-weight:normal;font-style:normal;}
/*
DIV.Cod_NameOnlyTahoma { border:0px none; overflow:hidden; background-color:#BBBBBB; }
DIV.Cld_NameOnlyTahoma {text-align:center;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;font-size:20px;letter-spacing:1px;font-family:Calibri,Tahoma,sans-serif;color:#ffffff;font-weight:600;font-style:normal;}
DIV.Crd_NameOnlyTahoma {display:none;padding:3px 2px 3px 2px;}
*/
DIV.Cod_NameOnlyTahoma { border:2px #000000; border-radius:25px; -moz-border-radius: 25px; overflow:hidden; background-color:#BBBBBB; }
DIV.Cld_NameOnlyTahoma {text-align:center;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;font-size:20px;letter-spacing:1px;font-family:Calibri,Tahoma,sans-serif;color:#ffffff;font-weight:600;font-style:normal;}
DIV.Crd_NameOnlyTahoma {display:none;padding:3px 2px 3px 2px;}
DIV.Cod_BothClearBlackTahoma {border:0px none;overflow:hidden;background-color:transparent;}
DIV.Cld_BothClearBlackTahoma {text-align:left;position:absolute;left:0px;height:100%;padding:3px 10px 3px 2px;white-space:nowrap;color:#000000;font-size:13px;font-family:Calibri,Tahoma,sans-serif;font-weight:normal;font-style:normal;}
DIV.Crd_BothClearBlackTahoma {text-align:right;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;font-size:13px;font-family:Calibri,Tahoma,sans-serif;font-weight:normal;font-style:normal;}
DIV.Cod_ValueOnlySmall {border:0px none;overflow:hidden;background-color:#BBBBBB;}
DIV.Cld_ValueOnlySmall {display:none;padding:0px 0px 0px 0px;}
DIV.Crd_ValueOnlySmall {text-align:center;position:absolute;center:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;font-size:11px;font-family:Calibri,Tahoma,sans-serif;font-weight:normal;font-style:normal;}
DIV.Cod_ValueOnlyDates {border:0px none;overflow:hidden;background-color:transparent;}
DIV.Cld_ValueOnlyDates {display:none;padding:0px 0px 0px 0px;}
DIV.Crd_ValueOnlyDates {text-align:center;position:absolute;center:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;font-size:13px;font-family:Calibri,Tahoma,sans-serif;font-weight:normal;font-style:normal;}
A.Hlink_DashboardHeaderLinks {overflow:hidden;text-align:left;padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;background-color:transparent;font-size:20px;letter-spacing:1px;font-family:Calibri,Tahoma,sans-serif;font-weight:bold;font-style:normal;}
DIV.Cod_StatusCalibriWhite { border:2px ridge #d0d0d0; overflow:hidden; background-color:#BBBBBB; }
DIV.Cld_StatusCalibriWhite {text-align:left;position:absolute;left:0px;height:100%;padding:0px 10px 0px 2px;white-space:nowrap;font-size:12px;font-family:Calibri,Tahoma,sans-serif;color:#ffffff;font-weight:500;font-style:normal;}
DIV.Crd_StatusCalibriWhite {text-align:right;position:absolute;right:0px;height:100%;padding:0px 2px 0px 0px;white-space:nowrap;font-size:12px;font-family:Calibri,Tahoma,sans-serif;color:#ffffff;font-weight:500;font-style:normal;}
DIV.Text_NotInstalledMonitored {font-size:11px;font-family:Calibri,Tahoma,sans-serif;color:#888888;padding:1px;border:0px none;text-align:center;line-height:expression(style.height);font-weight:500;font-style:italic;}
DIV.Cod_Style2Tahoma { border:0px none; overflow:hidden; background-color:#BBBBBB; }
DIV.Cld_Style2Tahoma {text-align:center;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;font-size:11px;font-family:Tahoma,sans-serif;color:#ffffff;font-weight:normal;font-style:normal;}
DIV.Crd_Style2Tahoma {display:none;padding:3px 2px 3px 2px;}
A.Fae_Style0Calibri {border:0px none;overflow:hidden;text-align:center;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;background-color:ButtonShadow;font-size:18px;font-family:Calibri,Tahoma,sans-serif;font-weight:bold;font-style:normal;}
A.Fae_Style0Calibri2 {border:0px none;overflow:hidden;text-align:center;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;background-color:ButtonShadow;font-size:12px;font-family:Calibri,Tahoma,sans-serif;font-weight:400;font-style:normal;}
DIV.Cod_Style2Calibri { border:0px none; overflow:hidden; background-color:#BBBBBB; }
DIV.Cld_Style2Calibri {text-align:center;v-align:middle;position:absolute;left:0px;height:100%;width:100%;padding:0px 2px 3px 2px;white-space:nowrap;font-size:16px;font-family:Calibri,Tahoma,sans-serif;color:#ffffff;font-weight:normal;font-style:normal;}
DIV.Crd_Style2Calibri {display:none;padding:3px 2px 3px 2px;}

DIV.Cod_BothClearWhiteCalibri {border:0px none;overflow:hidden;background-color:transparent;}
DIV.Cld_BothClearWhiteCalibri {text-align:left;position:absolute;left:0px;height:100%;padding:3px 10px 3px 2px;white-space:nowrap;color:#ffffff;font-size:12px;font-family:Calibri,Tahoma,sans-serif;font-weight:normal;font-style:normal;}
DIV.Crd_BothClearWhiteCalibri {text-align:right;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;font-size:12px;font-family:Calibri,Tahoma,sans-serif;font-weight:normal;font-style:normal;}

DIV.Cod_BothClearBlackTahoma2 {border:0px none;overflow:hidden;background-color:transparent;}
DIV.Cld_BothClearBlackTahoma2 {text-align:left;position:absolute;left:0px;height:100%;padding:3px 10px 3px 2px;white-space:nowrap;color:#000000;font-size:13px;font-family:Calibri,Tahoma,sans-serif;font-weight:normal;font-style:normal;}
DIV.Crd_BothClearBlackTahoma2 {text-align:center;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;font-size:13px;font-family:Calibri,Tahoma,sans-serif;font-weight:normal;font-style:normal;}

A.Hlink_DashboardHeaderLinks2 {overflow:hidden;text-align:center;font-size:16px;font-weight:bold;font-family:Calibri,Tahoma,Arial,sans-serif;color:#444444;background-color:#d0d0d0;padding: 0px 4px 0px 4px;}


DIV.Text_TrasparentBKGND {font-size:14px;font-family:Arial,sans-serif;color:#000000;padding:1px;font-weight:bold;font-style:normal;}
DIV.Text_StandardStyle12Calibrictrd {font-size:26px;text-align:center;font-family:Calibri,Verdana,sans-serif;color:#000000;padding:1px;font-weight:normal;font-style:normal;}
DIV.Text_StandardStyle14Calibrictrd {font-size:19px;text-align:center;font-family:Calibri,Verdana,sans-serif;color:#000000;padding:1px;font-weight:normal;font-style:normal;}
DIV.Text_DashboardHeaderLabels {overflow:hidden;text-align:center;font-size:16px;font-weight:bold;font-family:Calibri,Tahoma,Arial,sans-serif;color:#444444;background-color:#d0d0d0;padding: 0px 4px 0px 4px;}
A.Fae_TextHpyerlink1 {border:0px none;overflow:hidden;text-align:center;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;background-color:transparent;font-size:10px;font-family:Tahoma,sans-serif;font-weight:bold;font-style:normal;}
DIV.Text_Times {font-size:20px;font-family:Tahoma,sans-serif;color:#ffffff;padding:1px;font-weight:normal;font-style:normal;}
A.Fae_JKawesome {border:1px solid #FFFFFF;overflow:hidden;text-align:center;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;background-color:none;opacity=0.80;font-size:11px;font-family:Tahoma,sans-serif;font-weight:bold;font-style:normal;}
A.Fae_JKawesome2 {font-family:Tahoma,sans-serif;font-size:10px;color:#ffffff;font-weight:bold;font-style:normal;}
DIV.Text_zxsadc {text-align:center;position:absolute;color:#ffffff;font-size:13px;font-family:Tahoma,sans-serif;font-weight:bold;padding:1px;font-style:normal;}
DIV.Cod_valueonlytahoma10bold { border:0px none; overflow:hidden; background-color:#BBBBBB; }
DIV.Cld_valueonlytahoma10bold {display:none;padding:3px 2px 3px 2px;}
DIV.Crd_valueonlytahoma10bold {text-align:center;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;font-size:10px;font-family:Tahoma,sans-serif;color:#000000;font-weight:bold;font-style:normal;}
DIV.Text_valueonlytahoma10bold {font-size:10px;font-family:Tahoma,sans-serif;color:#000000;padding:1px;font-weight:bold;font-style:normal;}
DIV.Cod_JKwinner {border:1px solid #FFFFFF;overflow:hidden;background-color:#BBBBBB;}
DIV.Cld_JKwinner {display:none;padding:0px 0px 0px 0px;}
DIV.Crd_JKwinner {text-align:center;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;font-size:10px;font-family:Verdana,sans-serif;right:0px;font-weight:bold;font-style:normal;}
DIV.Cod_yeehah {border:0px none;overflow:hidden;background-color:transparent;}
DIV.Cld_yeehah {display:none;padding:0px 0px 0px 0px;}
DIV.Crd_yeehah {text-align:left;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;font-size:10px;font-family:Tahoma,sans-serif;font-weight:bold;font-style:normal;}
DIV.Text_JKnew34 {font-size:18px;font-family:Tahoma,sans-serif;color:#ffffff;padding:1px;font-weight:bold;font-style:normal;}
A.Hlink_StandardStyle24 {border:0px none;overflow:hidden;text-align:left;padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;background-color:transparent;font-size:13px;font-family:Tahoma,sans-serif;z-index:40;font-weight:bold;text-decoration:none;font-style:normal;}
DIV.Text_Tahoma9 {font-size:10px;font-family:Tahoma,sans-serif;color:#a9a9a9;padding:1px;font-weight:normal;font-style:italic;}
DIV.Text_NERCetcTitle {font-size:12px;font-family:Verdana,sans-serif;color:threeddarkshadow;padding:1px;border:1px #CCCCCC solid;text-align:center;line-height:expression(style.height);font-weight:bold;font-style:italic;}
DIV.Text_PWRQUALNUMS {font-size:10px;font-family:Tahoma,sans-serif;color:background;padding:1px;font-weight:normal;font-style:normal;}
DIV.Cod_26tahoma {border:0px none;overflow:hidden;background-color:transparent;}
DIV.Cld_26tahoma {text-align:left;position:absolute;left:0px;height:100%;padding:3px 10px 3px 2px;white-space:nowrap;color:#ffffff;font-size:12px;font-family:Tahoma,sans-serif;font-weight:normal;font-style:normal;}
DIV.Crd_26tahoma {text-align:right;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;font-size:12px;font-family:Tahoma,sans-serif;font-weight:normal;font-style:normal;}
DIV.Cod_tahoma26 {border:0px none;overflow:hidden;background-color:transparent;}
DIV.Cld_tahoma26 {text-align:left;position:absolute;left:0px;height:100%;padding:3px 10px 3px 2px;white-space:nowrap;color:#ffffff;font-size:11px;font-family:Tahoma,sans-serif;font-weight:normal;font-style:normal;}
DIV.Crd_tahoma26 {text-align:right;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;font-size:11px;font-family:Tahoma,sans-serif;font-weight:normal;font-style:normal;}
DIV.Cod_tahoma2911 { border:0px none; overflow:hidden; background-color:transparent; }
DIV.Cld_tahoma2911 {display:none;padding:3px 2px 3px 2px;}
DIV.Crd_tahoma2911 {text-align:left;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;font-size:11px;font-family:Tahoma,sans-serif;font-weight:normal;font-style:normal;}
A.Hlink_italicsNotBold21 {border:0px none;overflow:hidden;text-align:left;padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;background-color:transparent;font-size:10px;font-family:Tahoma,sans-serif;z-index:40;font-weight:normal;text-decoration:none;font-style:italic;}
DIV.Text_tahoma812 {font-size:12px;font-family:Tahoma,sans-serif;color:#ffffff;padding:1px;font-weight:normal;font-style:normal;}
DIV.Text_CalibriR811 {text-align:right;font-size:11px;font-family:Calibri,Tahoma,sans-serif;color:#ffffff;padding:1px;font-weight:bold;font-style:normal;border:0px none; overflow:hidden; background-color:transparent; }
DIV.Text_CalibriR812 {text-align:right;font-size:12px;font-family:Calibri,Tahoma,sans-serif;color:#ffffff;padding:1px;font-weight:bold;font-style:normal;border:0px none; overflow:hidden; background-color:transparent; }
DIV.Text_CalibriR813 {text-align:right;font-size:13px;font-family:Calibri,Tahoma,sans-serif;color:#ffffff;padding:1px;font-weight:bold;font-style:normal;border:0px none; overflow:hidden; background-color:transparent; }
DIV.Text_CalibriR814 {text-align:right;font-size:14px;font-family:Calibri,Tahoma,sans-serif;color:#ffffff;padding:1px;font-weight:bold;font-style:normal;border:0px none; overflow:hidden; background-color:transparent; }
DIV.Text_CalibriR816 {text-align:right;font-size:16px;font-family:Calibri,Tahoma,sans-serif;color:#ffffff;padding:1px;font-weight:bold;font-style:normal;border:0px none; overflow:hidden; background-color:transparent; }
A.Fae_StyleSub0 {border:0px none;overflow:hidden;text-align:center;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;background-color:ButtonShadow;font-size:9px;font-family:Arial,sans-serif;font-weight:bold;font-style:normal;}
A.Fae_StyleSub00 {border:0px none;overflow:hidden;text-align:center;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;background-color:ButtonShadow;font-size:8px;font-family:Arial,sans-serif;font-weight:bold;font-style:normal;}
DIV.Cod_CFChannelStyle1 { border:0px none; overflow:hidden; background-color:transparent; }
DIV.Cld_CFChannelStyle1 {text-align:left;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;font-size:12px;font-family:Arial,sans-serif;font-weight:bold;font-style:normal;}
DIV.Crd_CFChannelStyle1 {display:none;padding:3px 2px 3px 2px;}
DIV.Cod_CFChannelStyle2 { border:0px none; overflow:hidden; background-color:transparent; }
DIV.Cld_CFChannelStyle2 {text-align:left;position:absolute;left:0px;height:100%;padding:3px 10px 3px 2px;white-space:nowrap;color:#ffffff;font-size:12px;font-weight:bold;font-family:Arial,sans-serif;font-style:normal;}
DIV.Crd_CFChannelStyle2 {text-align:right;position:absolute;right:0px;height:100%;padding:3px 2px 3px 0px;white-space:nowrap;color:#e0d669;font-size:11px;font-weight:bold;font-family:Arial,sans-serif;font-style:normal;}
DIV.Cod_CFChannelStyle3 { border:0px none; overflow:hidden; background-color:#BBBBBB; }
DIV.Cld_CFChannelStyle3 {text-align:center;position:absolute;left:0px;height:100%;width:100%;padding:1px 2px 2px 2px;white-space:nowrap;font-size:12px;font-family:Arial,sans-serif;color:#ffffff;font-weight:bold;font-style:normal;}
DIV.Crd_CFChannelStyle3 {display:none;padding:3px 2px 3px 2px;}
A.Fae_CFFolderstyle {border:0px none;overflow:hidden;text-align:center;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;background-color:ButtonShadow;font-size:13px;font-family:Tahoma,sans-serif;font-weight:bold;font-style:normal;}
A.Fae_CFFolderStyle2 {border:0px none;overflow:hidden;text-align:center;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;background-color:ButtonShadow;opacity=0.80;font-size:13px;font-family:Tahoma,sans-serif;font-weight:bold;font-style:normal;}
A.Fae_CFFolderStyle3 {border:0px none;overflow:hidden;text-align:left;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;background-color:transparent;font-size:13px;font-weight:bold;font-family:Tahoma,sans-serif;z-index:40;text-decoration:none;font-style:normal;}
DIV.Cod_Style16SmallerBlue {border:0px none;overflow:hidden;background-color:transparent;}
DIV.Cld_Style16SmallerBlue {display:none;padding:0px 0px 0px 0px;}
DIV.Crd_Style16SmallerBlue {text-align:center;position:absolute;center:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;color:#a2c2fc;font-size:11px;font-family:Verdana,sans-serif;font-weight:bold;font-style:normal;}
DIV.Text_UnderConstruction {font-size:19px;font-family:Verdana,sans-serif;font-weight:normal;color:#ff0000;letter-spacing:1px;font-style:normal;}

DIV.Text_Standard8New {font-size:12px;font-family:Calibri;color:#FFFFFF;padding:1px;font-weight:inherit;font-style:inherit;background-color:transparent;border:0px none #000000;text-align:left;}
A.Hlink_HyperlinkBlackText {overflow:hidden;text-align:center;padding:3px 2px 3px 2px;white-space:nowrap;font-size:13px;font-family:Tahoma;font-weight:bold;color:#000000;background-color:transparent;z-index:40;font-style:inherit;border:0px none BLACK;}
DIV.Text_Arial11 {font-size:11px;font-family:Arial,sans-serif;color:#ffffff;padding:1px;font-weight:normal;font-style:normal;}
DIV.Text_Arial11 {font-size:11px;font-family:Arial,sans-serif;color:#ffffff;padding:1px;font-weight:normal;font-style:normal;}
DIV.Text_Georgia20 {font-size:20px;font-family:Georgia,sans-serif;color:#ffffff;padding:1px;font-weight:bold;font-style:normal;}
DIV.Text_Georgia35 {font-size:35px;font-family:Georgia,sans-serif;color:#ffffff;padding:1px;font-weight:bold;font-style:italic;}
DIV.Text_SS8mod1 {font-size:12px;font-family:Calibri;color:#FFFFFF;padding:1px;font-weight:inherit;font-style:inherit;background-color:transparent;border:0px none #000000;text-align:left;}
DIV.Text_SS23RightJustified {font-size:16px;font-family:Arial;font-weight:bold;color:#ffffff;padding:1px;font-style:inherit;background-color:transparent;border:0px none #000000;text-align:right;}

A.Hlink_NavButtonActive {border:0px none;overflow:hidden;text-align:center;vertical-align:middle;padding:3px 2px 3px 2px;white-space:nowrap;color:#000000;background-color:transparent;font-size:13px;font-family:Tahoma,sans-serif;z-index:40;font-weight:bold;text-decoration:none;font-style:normal;}

DIV.Cod_DeviceInfo {border:0px none #000000;overflow:hidden;background-color:transparent;line-height:inherit !important;}
DIV.Cld_DeviceInfo {text-align:left;position:absolute;left:0px;height:100%;padding:1px;white-space:nowrap;font-size:16px;font-family:Arial;color:#ffffff;font-weight:bold;font-style:inherit;display:none;line-height:inherit !important;}
DIV.Crd_DeviceInfo {text-align:left;position:absolute;height:100%;padding:1px;white-space:nowrap;font-size:16px;font-family:Arial;color:#ffffff;font-weight:bold;font-style:inherit;line-height:inherit !important;}

DIV.Cod_HiddenIPChannel {border:0px none #000000;overflow:hidden;background-color:transparent;visibility:hidden;}
DIV.Cld_HiddenIPChannel {text-align:left;position:absolute;left:0px;height:100%;padding:3px 10px 3px 2px;white-space:nowrap;font-size:11px;font-family:Arial;color:#ffffff;font-weight:bold;font-style:inherit;visibility:hidden;}
DIV.Crd_HiddenIPChannel {text-align:right;position:absolute;right:0px;height:100%;padding:3px 2px 3px 0px;white-space:nowrap;font-size:11px;font-family:Arial;color:#a2c2fc;font-weight:bold;font-style:inherit;visibility:hidden;}
A.Hlink_IPAddress {font-size:16px; font-family:Arial,sans-serif; font-weight:bold; color:#FFFFFF; padding:1px;}
A.Hlink_IPAddress:hover {color:#ff9a00;text-decoration:none;}
DIV.Text_spareblank {font-size:11px;font-family:Arial;color:#FFFFFF;padding:1px;font-weight:bold;font-style:normal;background-color:transparent;border:0px none #000000;text-align:left;}
DIV.Text_xxx {font-size:13px;font-family:Arial;color:#444444;padding:1px;font-weight:bold;font-style:inherit;background-color:transparent;border:0px none #000000;text-align:left;}


DIV.Cod_HiddenDNSChannel {border:0px none #000000;overflow:hidden;background-color:transparent;visibility:hidden;}
DIV.Cld_HiddenDNSChannel {text-align:left;position:absolute;left:0px;height:100%;padding:3px 10px 3px 2px;white-space:nowrap;font-size:11px;font-family:Arial;color:#ffffff;font-weight:bold;font-style:inherit;visibility:hidden;}
DIV.Crd_HiddenDNSChannel {text-align:right;position:absolute;right:0px;height:100%;padding:3px 2px 3px 0px;white-space:nowrap;font-size:11px;font-family:Arial;color:#a2c2fc;font-weight:bold;font-style:inherit;visibility:hidden;}
A.Hlink_DNSAddress {font-size:10px; font-family:Arial,sans-serif; font-weight:bold; color:#FFFFFF; padding:1px;}
A.Hlink_DNSAddress:hover {color:#ff9a00;text-decoration:none;}

A.Fae_RoundedFolder1 {border:1px solid #111111;border-radius:12px; overflow:hidden;text-align:center;padding:3px 2px 3px 2px;white-space:nowrap;color:#ffffff;background-color:buttonshadow;  font-size:12px;font-family:Calibri;font-weight:bold;font-style:inherit;filter: drop-shadow(5px 5px 5px black);}

A.Hlink_Rounded		{ border:1px solid #111111; border-radius:12px; overflow:hidden; text-align:center; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; background-color:#007F00; 
			 font-size:13px; font-family:Tahoma,sans-serif;font-weight:bold; z-index:60; filter: drop-shadow(1px 1px 1px black);}

A.Hlink_Rounded:hover		{color:#9FC5E8;text-decoration:none;}

A.Hlink_RoundedYellow		{ border:1px solid #111111; border-radius:12px; overflow:hidden; text-align:center; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; background-color:#BF9000; 
			 font-size:13px; font-family:Tahoma,sans-serif;font-weight:bold; z-index:60; filter: drop-shadow(1px 1px 1px black);}

A.Hlink_RoundedYellow:hover		{color:#9FC5E8;text-decoration:none;}

A.Hlink_RoundedBlue		{ border:1px solid #111111; border-radius:12px; overflow:hidden; text-align:center; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; background-color:#0B5394; 
			 font-size:13px; font-family:Tahoma,sans-serif;font-weight:bold; z-index:60; filter: drop-shadow(1px 1px 1px black);}

A.Hlink_RoundedBlue:hover		{color:#9FC5E8;text-decoration:none;}

A.Hlink_RoundedGrey		{ border:1px solid #111111; border-radius:12px; overflow:hidden; text-align:center; 
			 padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; background-color:#444444; 
			 font-size:13px; font-family:Tahoma,sans-serif;font-weight:bold; z-index:60; filter: drop-shadow(1px 1px 1px black);}

A.Hlink_RoundedGrey:hover		{color:#9FC5E8;text-decoration:none;}

A.Fae_H5Gr			 {border:0px none; overflow:hidden;text-align:center;padding:3px 2px 3px 2px;white-space:nowrap;color:#FFFFFF;background-color:#6AA84F;  font-size:12px;font-family:Arial;font-weight:bold;font-style:inherit;}

A.Fae_Polygon		{border:0px none;overflow:hidden;text-align:center; letter-spacing:0px; clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
		 padding:3px 2px 3px 2px; white-space:nowrap; color:#FFFFFF; background-color:ButtonShadow;
		 font-size:16px;font-family:Arial,sans-serif;font-weight:bold;}

		 
DIV.Cod10	{ border:0px none; overflow:hidden; background-color:transparent; }
DIV.Cld10	{ text-align:left; position:absolute; left:0px; height:100%; 
			 padding:3px 10px 3px 2px; white-space:nowrap; color:#FFFFFF; font-size:11px; font-weight:bold; font-family:Arial,sans-serif; }
DIV.Crd10	{ text-align:right; position:absolute; right:0px; height:100%; 
			 padding:3px 2px 3px 0px; white-space:nowrap; color:#e0d669; font-size:11px; font-weight:bold; font-family:Arial,sans-serif; }



DIV.Cod_WESPolygon { border:0px none; overflow:hidden; background-color:#BBBBBB; clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%); }
DIV.Cld_WESPolygon {text-align:center;position:absolute;left:0px;height:100%;width:100%;padding:3px 2px 3px 2px;white-space:nowrap;font-size:16px;letter-spacing:0px;font-family:Arial,sans-serif;color:#ffffff;font-weight:bold;}
DIV.Crd_WESPolygon {display:none;padding:3px 2px 3px 2px;}











