<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General comments: 
All comments, except where noted, added by Joan Michaeli, 22 May 2000.
Font sizes are percentages, so that Portal displays according to user's choice of sizes.
 */
BODY
{
	background-color :   #84C1DB;
	Font-Family : Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

/* Layout of header - appears above the masthead.*/
.HeaderImage  
{
	background-image: url(../RTS_HTML_Pages/RTS_General/images/portal-header.png);
	background-repeat: no-repeat;
	height: 112px;
	width: 100%;
}
.HeaderGreetingFont  
{
	Font-Family : Arial, Helvetica, sans-serif;
	Font-Size : 10pt;
	Text-align : right;
	Font-Weight : bold;
	Color : #FFFFFF;
}

P	 
{
			Text-Align : Left ;
			Font-Family :  Arial, Helvetica, sans-serif ;
			Font-Size : 75% ;
}

H1
{
			Text-Align : Center ;
			Font-Family :  Arial, Helvetica, sans-serif ;
			Font-Size : 100% ;
}

H2
{
			Text-Align : Left ;
			Font-Family :  Arial, Helvetica, sans-serif ;
			Font-Size : 75% ;
			Color : #666666 ;
}

H3
{
			Text-Align : Left ;
			Font-Family :  Arial, Helvetica, sans-serif ;
			Font-Size : 70% ;
}

H4
{
			Text-Align : Left ;
			Font-Family :  Arial, Helvetica, sans-serif ;
			Font-Size : 65% ;
}

:link
{
			Color : #00848E ;
			Text-Decoration : None
}

:active
{
			Color : #00848E ;
			Text-Decoration : None
}

:visited
{
			Color : #00848E ;
			Text-Decoration : None
}

A:hover
{
			Color : #0062A0 ;
			Text-Decoration : None
}
		
/* Used for labels of fields. Not bold. */
.TinyFont	 
{
		Text-Align : Left ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 70% ;
		Font-Weight : Normal ;
		color: black;
}

.TableBodyFont	 
{
		Text-Align : Left ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Normal ;
		Text-align : left ;
		Color : #262626
}

.TableBodyFontRed	 
{
		Text-Align : Left ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Normal ;			
		Text-align : left ;
		Color : #339966 ;
}

.TableBodyFontPurple	 
{
		Text-Align : Left ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Normal ;
		Text-align : left ;
		Color : #9933CC ;
}

.TableBodyFontPurple:visited	 
{
		Text-Align : Left ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Normal ;
		Text-align : left ;
		Color : #9933CC ;
}

.TableBodyFontBlue	 
{
		Text-Align : Left ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Normal ;
		Text-align : left ;
		Color : #003399 ;
}			

/* Used for labels of fields, but where right aligned is needed. */
.TableBodyFontRight	 
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Normal ;
		vertical-align : top ;
		Text-align : right ;
		Color : #262626;
}

/* Used for labels of fields, but center aligned. */
.TableBodyFontCenter	 
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Normal ;
		vertical-align : top ;
		Text-align : center ;
		Color : #262626;
}

/* Closed by Yana for Symbol
Used for labels of fields, but center aligned. 
.MultiLingual	 {
			
			Color : Black
		}
*/		
		
/* This should be the style used for all text labels. */
.TableBodyFontBold	 
{
		white-space : nowrap ;
		Text-Align : Left ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Bold ;
		vertical-align : top ;
		Color : #262626;
}

/* Font for headings of tables ("grids"). */
.TableHeadingFont	 
{
		white-space : nowrap ;
		Text-Align : Center ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Bold ;
		Color : #262626;
}
		
/* We use nested tables for displaying transaction pages. The outermost table is given a background color */
.TableBackground	 
{
		background-color: #CEE3E9;
}

/* New color for outermost table! */
.NewTableBackground	 
{
		background-color: #E2F1F3
}
		
/* Added by Yefim,04/04/00: This class used by "grey line" separator in Portal Results
screens.
Created to support a workaround for the following problem: in Netscape this line (&lt;IMG&gt;) 
does not reach the end of the row - only one point is drawn. So, &lt;TD&gt; that contain the gray
IMG must be of TableRowsSeparator class.
*/
.TableRowsSeparator 	
{
	/* gray, like color of the image RTS_General/images/Gray2.gif */
		background-Color : #ffffff ; 
}
		
/* Old system for displaying tabs. Will be replaced by new design. */
.TabTop	 
{
		Text-Align : Center ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Bold ;
		Color : #FFFFFF ;
		Background-Color : #666666
}

/* Old system for displaying tabs. Will be replaced by new design. */
.TabUnderneath	 
{
		Text-Align : Center ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Normal ;
		Color : #666666 ;
}

/* Used to draw line around set of fields. Not only does it not work in Netscape 4.7, Netscape cannot display page if it's included.

 .FieldsetHeading	 {
			white-space : nowrap ;
			Text-Align : Left ;
			Font-Family :  Arial, Helvetica, sans-serif ;
			Font-Size : 75% ;
			color: black;
			Font-Weight : Bold
		}
*/

/* Used for font of title bar of page - without any background. */
.WindowHeading 
{
		Text-Align : Left ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 100% ;
		Font-Weight : Bold ;
		Color: #000000;
}
			
/* New title bar of page - without any background. */
.WindowHeadingCentered 
{
		Text-Align : Center ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 90% ;
		/**text-decoration : underline;**/
		color: #800000;
		Font-Weight : Bold ;
}			

/* Makes font color green. Used in cases where we want the user name/call number/part number or anything else to stand out from the rest of the title. */
.WindowHeadingGreen 
{
		Text-Align : Left ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 100% ;
		Font-Weight : Bold ;
		Color : #408080 ;
}

/* Same as previous, but purple. */
.WindowHeadingPurple 
{
		Text-Align : Left ;
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 100% ;
		Font-Weight : Bold ;
		Color : #660066 ;
}
			
/* Very small font, used for "Object X to X of X" sentence. */
.DisplayNumbers 
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 65% ;
		color: #262626;
/* 18/10/00 Joan: Italic removed from style. */
/*		Font-Style : Oblique  */
}

.DisplayNumbersRed 
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 65% ;
/* 18/10/00 Joan: Italic removed from style. */
/*		Font-Style : Oblique  */
		Color : #339966 ;
}

.DisplayNumbersPurple 
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 65% ;
/* 18/10/00 Joan: Italic removed from style. */
/*		Font-Style : Oblique  */
		Color : #9933CC ;
}

.DisplayNumbersBlue 
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 65% ;
/* 18/10/00 Joan: Italic removed from style. */
/*		Font-Style : Oblique  */
		Color : #003399 ;
}
				
.DisplayNumbersGray 
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 65% ;
/* 18/10/00 Joan: Italic removed from style. */
/*		Font-Style : Oblique  */
		Color : #C0C0C0 ;
}
				
/* General style to center align text. Not sure whether this is in use. */
.BodyCenter 
{
		Text-Align : Center
}

/* Used for font of default style buttons. 18/10/00 Joan: Changed to be like ButtonFontBlue - in case some files weren't updated. */
.ButtonFont 
{
/*			Font-Family : Comic Sans MS, sans-serif ;
			Font-Size : 80% ; 
			Text-Align : Center ;
			color: black;
			vertical-align : middle ;
			}
*/
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 80% ;
		Text-Align : Center ;
		vertical-align : middle ;
		background-color : #B0E5FF ;
}

/* Used for new style buttons. Note the background color (works only in IE). */
.ButtonFontBlue 
{
		Font-Family : Arial, Helvetica, sans-serif;
		Font-Size : 80% ;
		Text-Align : Center ;
		vertical-align : middle ;
		background-color : #84C1DB;
}				

/* Used in old Finder only. */
.ShowMeFont 
{
		Font-Family : Arial, Helvetica, sans-serif ;
		Font-Size : 80% ;
		Text-Align : Center
}

.TableBorders 
{
		Border-top : 1px solid #666666 ;
		Border-bottom : 1px solid #666666 ;
		Border-left : 1px solid #666666 ;
		Border-right : 1px solid #666666 
}
			
.NewTableBorders 
{
		Border-top : 1px solid #dff7fe ;
		Border-bottom : 3px ridge #66ccff ;
		Border-left : 1px solid #dff7fe ;
		Border-right : 3px ridge #66ccff 
}
			
.TableBorderAndBg 
{
		/** background-color: #dff7fe; **/
		background-color: #E2F1F3 ; 
		/** Border-top : 1px solid #dff7fe ; **/
		
}
			
/* Used in Service Process for specific pages which show good and faulty parts quantities. */
.GoodParts	 
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Normal ;
		vertical-align : top ;
		Text-align : center ;
		Color : #3333FF
}

/* Used in Service Process for specific pages which show good and faulty part quantities. */
.FaultyParts
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Weight : Normal ;
		vertical-align : top ;
		Text-align : center ;
		Color : #C00000
}

/* Used for link to online help. */
.QuestionMark
{
		Text-Align : Right ;
		Font-Family : Times New Roman, Times, serif ;
		Font-Size : 100% ;
		Font-Weight : Bold ;
		Color : #33667F ;
		background-color : #ebfafe ;
}
		
/* Used in new Finder. */
.SearchButtonArea 
{
		/**background-color: #33ccff;**/
	
}

/* Used in Community pages to work around design issue of . */
.BackgroundCommunity	 
{
		background-color: #E2F1F3;
}

/* Not a button! Used for links. */
.SmallButton 
{
		Font-Family : serif ;
		font-style : italic;
		Font-Size : 15px ; 
/* closed by Yana 18 oct 2000 for bug 18611 */
/*		Text-Align : left ;	*/
		vertical-align : middle ;
/* 18/10/00 Joan: Changed to default link color (blue). */
		/*	color: #0099ff; */
		color: #0000FF;
		background-color:#E2F1F3;
		border:0;
		text-decoration : underline;
/*	17 JUL 2002 Timir: the next property added for BE_24766 fixing	*/
		Cursor : hand ;
}
		
/* Used registration pages where users see error messages if they enter wrong data. */
.ErrorMessage
{
		Font-Family :  Arial, Helvetica, sans-serif;
		Font-Size : 75%;
		Color : red;
		Font-Weight: bold;
}

/* Used in certain pages where it's not suitable that links should behave like links! */	
A.scriptTrigger, 
A:LINK.scriptTrigger, 
A:VISITED.scriptTrigger,
A:HOVER.scriptTrigger, 
A:ACTIVE.scriptTrigger
{
		text-decoration : none;
		color: black;
		cursor : default;
}

/* This style does not appear in any file in Service Hub 2! (Apart from this one.) Presumably used to overwrite text only, and to take other attributes from nearest style (as cascading works). */
.rightAlignedText 
{
		text-align: right;
}

/* This style does not appear in any file in Service Hub 2! (Apart from this one.) */
.disabledControl 
{
		background-color : Gray;
}
 
/* This style does not appear in any file in Service Hub 2! (Apart from this one.) */
.enabledControl 
{
		background-color : White;
}

/* Used to create the layers for the log in pages. The design problem here was that the ViryaNet image allowed any text to be placed on the right-hand side (in a white space). To place the text correctly, two layers were created, outerLayer and nestedLayer. The image was placed in the outLayer div, and the text in the nestedLayer div. This means that the text is not hard-coded in the image. */
DIV.outerLayer
{
		visibility : visible;
		overflow : visible;
		position : absolute;
		top : 5%;
		left : 20%;
		width : 500;
		height : 400;
		z-index : 10;
}

/* See previous comment. */
DIV.nestedLayer
{
		Text-Align : Center ;
		Font-Family : Geometr415 Blk BT, sans-serif ;
		Font-Size : 16pt ;
		Font-Weight : normal ;
		Color : #427B7B ;
		margin-bottom : 0em;
		padding-bottom : 0em;
		visibility : visible;
		overflow : visible;
		position : absolute;
		top : 160;
		left : 39%;
		width : 250;
		z-index : 20;
}

/* See previous. Needed to display correctly in Netscape. */
DIV.nestedLayerNetscape
{
		Text-Align : Center ;
		Font-Family : Geometr415 Blk BT, sans-serif ;
		Font-Size : 16pt ;
		Font-Weight : normal ;
		Color : #427B7B ;
		margin-bottom : 0em;
		padding-bottom : 0em;
		visibility : visible;
		overflow : visible;
		position : absolute;
		top : 150;
		left : 20%;
		width : 250;
		z-index : 20;
}

/*This type used to create the menu */
DIV.menuLayer
{
		visibility : hidden;
		overflow : hidden;
		position : absolute;
		top : 10%;
		left : 85%;
		width : 500;
		height : 400;
		z-index : 10;
}

/*Used in footer of Channel pages. */
.Separator
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Color : #FFFFFF ;
		Font-Weight : Bold ;
}

.MultiLingual:hover 
{
		color : #FF0000 ;
		text-decoration : underline ;
} 
	
/*
 *   PortalScheme_BLUE.css
 */
.HeaderGreetingFont  
{
		Font-Family : Arial, Helvetica, sans-serif;
		Font-Size : 9pt;
		Text-align : left;
		Font-Weight : bold;
		Color : #FFFFFF;
}

.HeaderLayout,
A.HeaderLayout:link, 
A.HeaderLayout:visited  
{
	Text-align : center;
	Font-variant : small-caps;
	Font-size : 8pt;
	color: #262626;
	text-decoration: none;
	Text-align : left;
}

A.HeaderLayout:hover 
{
	Text-align : center ;
	Font-variant : small-caps ;
	Font-weight : bold ;
	font-size: 8pt;
	color: #0062A0;
	text-decoration: underline; 
}

A.WinletBody:link	
{
		color : #00848E ;
		text-decoration : underline ;
}	

A.WinletBody:hover	
{
		color : #FF0000 ;
		text-decoration : underline ;
}	

A.WinletBody:visited	
{
		color : #0062A0 ;
		text-decoration : underline ;
}	

.WinletBodyFont  
{
		Font-Size : 80%;
}

A.WinletBodyFont:link	
{
		color : #00848E ;
		text-decoration : underline ;
}	

A.WinletBodyFont:hover	
{
		color : #0062A0 ;
		text-decoration : underline ;
}	

A.WinletBodyFont:visited	
{
		color : #00848E ;
		text-decoration : underline ;
}	

.WinletBodyFontBold  
{
		Font-Family : Arial, Helvetica, sans-serif;
		font-weight : bold;
}

.WinletLink  
{
		Font-Family : Arial, Helvetica, sans-serif;
		Font-Size : 80%;
}

A.WinletLink:link	
{
		color : #00848E ;
		text-decoration : underline ;
}	

A.WinletLink:hover	
{
		color : #0062A0 ;
		text-decoration : underline ;
}	

A.WinletLink:visited	
{
		color : #00848E ;
		text-decoration : underline ;
}	

.WinletLinkFont  
{
		Font-Family : Arial, Helvetica, sans-serif;
		Font-Size : 80%;
}

A.WinletLinkFont:link	
{
		color : #00848E ;
		text-decoration : underline ;
}	

A.WinletLinkFont:hover	
{
		color : #0062A0 ;
		text-decoration : underline ;
}	

A.WinletLinkFont:visited	
{
		color : #00848E ;
		text-decoration : underline ;
}	

.WinletLinkFontBold  
{
		Font-Family : Arial, Helvetica, sans-serif;
		Font-Size : 80%;
		font-weight: bold;
}

/* Font for Channel sub-menu bar. */
.WinletSubTitle  
{
		Font-Family : Arial, Helvetica, sans-serif;
		Font-Size : 80%;
		font-weight : bold;
		Text-align : left;
		margin : 5em;
}

/* Font for main tab in page. */
.WinletTabFontFront 
{
		color: #0062A0; 
		font-weight: bold; 
		font-size: 9pt; 
/*	background-image : url(tfront_c.gif); */
}

/* Font for secondary tabs in page. */
A.WinletTabFontBack:active,
A.WinletTabFontBack:visited,	
A.WinletTabFontBack, 
.WinletTabFontBack 
{
		color: #FFFFFF ; 
		text-decoration : none; 
		font-size: 9pt; 
		Cursor : hand ;
/*	background-image : url(tback_c.gif); */
}

/* Font for Channel menu bar. */
.WinletTitle  
{
		Font-Family : Arial, Helvetica, sans-serif;
		Font-Size : 9pt;
		font-weight : bold;
		Text-align : left;
		margin : 0em; 
		color : #0062A0;
/*	background-image : url(wtitle_c.gif);*/
}

/* Color of font when channel is hidden. */
.WinletTitleHiddenFont  
{
		Font-Family : Arial, Helvetica, sans-serif;
		Font-Size : 9pt;
		font-weight : bold;
		Text-align : left;
		margin : 0em; 
		color : #FFFFFF;
}

/* Used for new style buttons. Note the background color (works only in IE). */
.ButtonFontBlue 
{
		Font-Family : Arial, Helvetica, sans-serif ;
		Font-Size : 80% ;
		Text-Align : Center ;
		vertical-align : middle ;
		background-color : #E2F1F3 ;
}				

/* Not a button! Used for links. */
/* 18/10/00 Joan: Deleted because repeat of style!  */
/*.SmallButton 
{
		Font-Family : Arial, Helvetica, sans-serif ;
		font-style : italic ;
		Font-Size : 80% ; 
		Text-Align : left ;
		vertical-align : middle ;
/* 18/10/00 Joan: Changed to default link color (blue). */
		/*	color: #0099ff; */
/*		color: #0000FF;
		border:0 ;
		text-decoration : underline ;
		background-color : #CCFFFF;
}
*/

/* Menu colors and fonts */
.selectedMenu	
{
		Background-Color : highlight ;
		color : white ;
		Cursor : hand ;
		Font-Family : Arial, Helvetica, sans-serif ;
		Text-align : left ;
		Font-weight : bold ;
		Font-size : 8pt ;
		color: #ffffff ;
		text-decoration: none ;
}

.nonSelectedMenu
{
		Background-Color : #E2F1F3;
		Cursor : hand ;
		Font-Family : Arial, Helvetica, sans-serif;
		Text-align : left ;
		Font-weight : bold ;
		Font-size : 8pt ;
		color: #262626 ;
		text-decoration: none ;
}
		
/* Not a button! Used for links. */
.LinkFont 
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Style : italic;
		Text-Align : left ;	
		Color: #0000FF;
		Text-Decoration : underline;
}
	
A.LinkFont:link	
{
		Font-Family :  Arial, Helvetica, sans-serif ;
		Font-Size : 75% ;
		Font-Style : italic;
		Text-Align : left ;	
		Color: #00848E;
		Text-Decoration : underline;
}	

A.LinkFont:hover	
{
		Color: #0062A0 ;
		Text-Decoration : underline;
}	

A.LinkFont:visited	
{
		Color: #00848E;
		Text-Decoration : underline;
}

.btn
{
	Font-Family : Arial, Helvetica, sans-serif;
	Font-Size : 75%;
	Text-Align : center;
	padding: 2px;
	Color : #FFFFFF;
	font-weight: bold;
	border: 1px solid;
	border-color: #7F9DB9 #0062A0 #0062A0 #7F9DB9;
	cursor: hand;
	background-image: url(../images/btn_bg.gif);
	padding: 0 .5em;
	width: 0;  /* IE table-cell margin fix */
    overflow: visible;
} 

.TopBar
{
	Font-Size : 8px ;
}

.MandatoryAsteriskPrompt	 
{
	vertical-align : top ;
	color: #C00000 ;
	text-indent: 3pt ;
}

.Prompt	 
{
	vertical-align : middle;
	Font-Size : 80%;
	color : #262626;
	text-indent : 7pt;
	text-align: left;
}

.ResultTable 
{
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 18px;
	padding-left: 5px;
	vertical-align: top;
}

/* Instead of TableHeadingFont */
.GridHeading
{
	vertical-align : top ;			
	Font-Weight : Bold ;
	Font-Size : 80% ;
	Color: #262626;
/*	text-indent: 5px; */
}

.TextField
{
	color : #00848E     ;
	vertical-align : top ;
	Font-Size : 80% ;
/*	cursor : hand ;  */
	text-decoration: none;
} 
A.TextField:link, 
A.TextField:visited,
A.TextField:active
{
	color : #00848E     ;
	vertical-align : top ;
	Font-Size : 80% ;
/*	cursor : hand ;  */
	text-decoration: cursor;
}
A.TextField:hover
{
	color : #00848E;
	vertical-align : top;
	Font-Size : 80%;
	/*	cursor : hand ;  */
	text-decoration: underline;
	background-color: #FFFFCC;
}

.StatusBar,
A.StatusBar:visited,
A.StatusBar:active
{
	font-size : 80% ;
	color: #262626; 
	text-indent: 7pt ;
	background-color: #E2F1F3 ;
}

/* Font for link in Status Bar. */
A.StatusBar:link 
{
	color: #00848E;
	text-decoration: underline;
	cursor: hand;
	text-indent: 3pt 
}

/* Font for link in Status Bar. */
A.StatusBar:hover 
{
	color: #0062A0; 
	text-decoration: underline;
	cursor: hand;
	text-indent: 3pt 
}
		
</pre></body></html>