	<!--
	/* $Header$ */
	/*	CSS file for the new layout of WebEDI V2_3	*/

	/*	Used Colors:
			#000033	- dark blue color used for normal text of the workspace
				CSS: BODY.gui, guiText, guiTextBold; guiTextUserName; guiButton; guiLabel, guiDynamicOutput; guiTextValue, guiTextValueRight, guiTextValueRightBold
			#375073 - dark blue color used for background of group
				CSS: guiBaseABC, guiBaseABCCell, guiBaseABCSelected, guiBaseABCCellSelected
			#aabbcf - blue color used in group head and info row. Defined in background images.
				CSS: tabWS, infoBackLoginName
			#D4DEEA - light blue color used for background of the workspace
				CSS: BODY.gui
			#E8E4D4 - beige color of panel and of ok popup messages
				CSS: BODY.messageBody
			#edeadd - beige color used for light borders on boxes
				CSS: guiBoxTop
			#000000 - black color for text in input fields
				CSS: guiInputMandatory, guiTabSelected, guiTextArea
			#FFFFFF - white color for text on dark backgrounds
				CSS: guiGroupName, guiTextArea, guiDynamicGroupName
			#333333 - dark gray color used in Group head (medium blue backgrounds) 
					  and menus (head and foot)
				CSS: guiGroupLink, guiGroupEntryCount, guiColumnHead, guiInput, guiSmallText, guiTextArea
			#666666 - light grey color for text in disabled textarea and for dimmed links
				CSS: guiInput, guiTextArea, a[disabled]
			#ffe4ae - light orange color used for mandatory fields
				CSS: guiInputMandatory, guiTextArea
			#b9c7d7 - light blue for background of info row
				CSS: BODY.guiInfo
			#9cafc6 - Used in begin of info row.
				CSS: infoBackBegin
			##d6dfef - light blue; background of tabbed pane and Workspace
				CSS: TABLE.guiTabbedPane
			#CC0000 - red color for hover effect on links (text)
				CSS: a:hover
			#4D5766 - text on inactive tabs of tabbed panes
				CSS: guiTab
			#DDD8C2 - button background color; at the same time color of dark rows (gif)
				CSS: guiButton
			#C7BFA0 - dark brown color used in darkrow gifs
				CSS: guiThinLine
	*/

	/*	General definitions - always overide color and size!! */
	BODY, P {
		font-family: 		Arial, Helvetica, sans-serif;
		font-weight: 		normal;
		text-decoration: 	none;
		font-size: 			12px;
		color: 				#000033;
		overflow:auto;
	}

	A, TD {
		font-family: 		Arial, Helvetica, sans-serif;
		font-weight: 		normal;
		text-decoration: 	none;
		font-size: 			12px;
		color: 				#000033;
	}

	/*	Hover effect: text gets red on mouse over */
	A:hover {
		color: 				#CC0000;
	}
	/* "Dimmed" link text and no select icon for disabled links */
	A[disabled] {
		color: 				#666666;
		cursor:             default;
	}
	/*	No hover effect for disabled links */
	A[disabled]:hover {
		color: 				#666666;
		cursor:             default;
	}

	/* No mouse pointer for disabled images */
	IMG[disabled] {
		cursor:             default;
	}

	/* Styles for the BODYs of the framework */
	BODY.guiHead {
		font-family: Arial, Helvetica, sans-serif;
	}
	BODY.guiInfo {
		font-family: Arial, Helvetica, sans-serif;
		margin-left:0; margin-top:0; margin-bottom:0; margin-right: 0;
		background-color:#b9c7d7;
		overflow:hidden;
	}
	BODY.guiWorkspace {
		font-family: Arial, Helvetica, sans-serif;
		background-color:	#d6dfef;
	}
	BODY.guiFoot {
		font-family: Arial, Helvetica, sans-serif;
		background-repeat:repeat-x;
		margin-top:0px;
	}

	TABLE.guiWorkspace {
		padding-left:		14px;
		padding-right:		14px;
		padding-top:		10px;
		padding-bottom:		10px;
	}

	TABLE.guiTabbedPane {
		background-color:	#d6dfef;
		padding-left:		14px;
		padding-right:		14px;
		padding-top:		10px;
		padding-bottom:		10px;
	}	

	.guiButton { 
		background-color:	#DDD8C2;
		color: 				#000033; 
		font-size: 			12px; 
		text-decoration: 	none;
	}

	.guiPath { 
		color: 				#000033; 
		font-size: 			12px;
		font-weight: 		bold; 
		text-decoration: 	none; 
		white-space:		nowrap
	}
	
	.guiPathLink { 
		color: 				#000033; 
		font-size: 			12px;
		text-decoration: 	none; 
		white-space:		nowrap
	}
	
	.guiGroupName {
		font-size: 			13px; 
		font-weight: 		bold; 
		color: 				#FFFFFF;
	}

	.guiFctGroupName{
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
	}

	.guiGroupLink { 
		font-size: 			12px; 
		font-weight: 		normal;  
		color: 				#333333;
		text-decoration: 	none;
	}

	/* Small font for the table entry counter 
	   in guiGroupBegin.dsp */
	.guiGroupEntryCount { 
		font-size: 			11px; 
		font-weight: 		normal;  
		color: 				#333333;
		padding-top:		2px;
	}
	
	.guiBoxTop {
		font-size: 			12px;
		color: 				#333333; 
		line-height: 		13px;
		white-space:		nowrap;
		border-top-width:	1px;
		border-top-color:	#edeadd;
		border-top-style:	solid;
	}
	
	.guiColumnHead {
		font-size: 			12px;
		color: 				#333333; 
		line-height: 		13px;
		white-space:		nowrap;
	}
	
	.guiColumnHeadXL {
		font-size: 			12px;
		color: 				#333333; 
		line-height: 		17px;
		white-space:		nowrap;
	}
	
	.guiLabel { 
		color: 				#706B57; 
		font-size: 			12px; 
		text-decoration: 	none;
		padding-right:		8px;
		padding-top:		2px;
		vertical-align:		top;
		white-space:		nowrap;
	}
	
	.guiTextValue { 
		color: 				#000033; 
		font-size: 			12px; 
		text-decoration: 	none;
		padding-top:		2px;
	}

	.guiText { 
		color: 				#000033; 
		font-size: 			12px; 
		text-decoration: 	none;
		padding-bottom:		2px;
	}
	
	.guiTextValueRight { 
		color: 				#000033; 
		font-size: 			12px; 
		text-decoration: 	none;
		padding-top:		2px;
		vertical-align:		top;
		text-align:			right;
	}

	.guiTextValueRightBold { 
		color: 				#000033; 
		font-size: 			12px; 
		text-decoration: 	none;
		padding-top:		2px;
		vertical-align:		top;
		text-align:			right;
		font-weight:		bold;
	}

	.guiTextDimmed { 
		color: 				#aabbcf;
		font-size: 			12px; 
		text-decoration: 	none;
	}
	
	.guiSmallText { 
		font-size: 			11px;
		color: 				#333333; 
		text-decoration: 	none; 
		line-height: 		13px;
	}
	
	.guiTextUserName { 
		font-size: 			11px; 
		font-weight: 		normal; 
		color: 				#000033; 
		text-decoration: 	none;
	}
	
	.guiTextBold { 
		color: 				#000033; 
		font-size: 			12px;
		font-weight: 		bold; 
		text-decoration: 	none; 
	}

	.guiTextNew { 
		color: 				#336699; 
		font-size: 			12px;
		font-weight: 		normal; 
		text-decoration: 	none; 
	}
	
	.guiTextOK { 
		color: 				#336600;
		font-size: 			12px;
		font-weight: 		normal; 
		text-decoration: 	none; 
	}
	

	.guiTextError { 
		color: 				red; 
		font-size: 			13px;
		font-weight: 		bold; 
		text-decoration: 	none; 
	}
	
	.guiTextarea { 
		color: 				#333333; 
		background-color: 	#FFFFFF;
		font-size: 			12px;
		font-weight: 		normal; 
	}

	.guiTextareaDisabled {
		color: 				#666666;
		background-color: 	transparent;
		font-size: 			12px;
		font-weight: 		normal; 
	}

	.guiTextareaReadOnly {
		color: 				#333333; 
		background-color: 	transparent;
		font-size: 			12px;
		font-weight: 		normal; 
	}

	.guiTextareaMandatory { 
		color: 				#000000; 
		background-color: 	#ffe4ae;
		font-size: 			12px;
		font-weight: 		normal; 
	}

	.guiInput { 
		color: 				#333333; 
		background-color: 	#FFFFFF;
		font-size: 			12px;
		font-weight: 		normal; 
		line-height: 		12px;	
	}
	
	.guiInputRight { 
		color: 				#333333; 
		background-color: 	#FFFFFF;
		font-size: 			12px;
		font-weight: 		normal; 
		line-height: 		12px;	
		text-align:			right;
	}

	.guiInputMandatory { 
		color: 				#000000; 
		background-color: 	#ffe4ae;
		font-size: 			12px;
		font-weight: 		normal; 
		line-height: 		12px;	
	}

	.guiInputMandatoryRight { 
		color: 				#000000; 
		background-color: 	#ffe4ae;
		font-size: 			12px;
		font-weight: 		normal; 
		line-height: 		12px;	
		text-align:			right;
	}

	.guiInputReadOnly {
		color: 				#333333; 
		background-color: 	transparent;
		font-size: 			12px;
		font-weight: 		normal; 
		line-height: 		12px;	
	}

	.guiInputReadOnlyRight {
		color: 				#333333; 
		background-color: 	transparent;
		font-size: 			12px;
		font-weight: 		normal; 
		line-height: 		12px;	
		text-align:			right;
	}

	.guiInputError { 
		color: 				#000000; 
		background-color: 	red;
		font-size: 			12px;
		font-weight: 		normal; 
		line-height: 		12px;	
	}

	.guiInputDisabled {
		color: 				#666666;
		background-color: 	transparent;
		font-size: 			12px;
		font-weight: 		normal; 
		line-height: 		12px;	
	}

	.guiInputDisabledRight {
		color: 				#666666;
		background-color: 	transparent;
		font-size: 			12px;
		font-weight: 		normal; 
		line-height: 		12px;	
		text-align:			right;
	}

	.guiDynamicGroupName {
		font-family: 		Arial, Helvetica, sans-serif;
		font-size: 			13px; 
		font-weight: 		bold; 
		color: 				#FFFFFF;
		background-color: 	transparent;
		border-color: 		transparent;
		border-style: 		none;
	}

	.guiDynamicOutput {
		font-family: 		Arial, Helvetica, sans-serif;
		color: 				#000033;
		background-color: 	transparent;
		border-color: 		transparent;
		border-style: 		none;
		font-size: 			12px;
		font-weight: 		normal; 
		line-height: 		12px;	
	}

	.guiDynamicOutputRight {
		font-family: 		Arial, Helvetica, sans-serif;
		color: 				#000033;
		background-color: 	transparent;
		border-color: 		transparent;
		border-style: 		none;
		font-size: 			12px;
		font-weight: 		normal; 
		line-height: 		12px;	
		text-align:			right;
	}

	.guiSubtitle {
		color: 				#000033; 
		font-size: 			13px;
		font-weight: 		bold;
		text-decoration:	none;
		padding-bottom:		4px;
	} 

	.guiSubtitleOnBg {
		font-size: 12px;
		font-weight: bold;
		color: #003366;
		padding-left:		5px;
		background-color:	#e1dcc7;
	} 

	.guiTab { 
		font-size:			12px; 
		color:				#4D5766; 
		line-height:		20px;  
		text-decoration:	none;
	}

	.guiTabSelected { 
		font-size:			12px; 
		color:				#000000; 
		line-height:		20px;
	}	

	/* new Style definitions for a leaner layout */
	/* nameing conventions violated because dark/light is a parameter of the api */
	.guidarkRowTable {
		background-color: #DDD8C2;
	}
	/* All images in a row should be in the middle */
	table tr.guiDarkRowTable td img {
		vertical-align: middle;
	}
	.guiRowSplitter {
		background-color: #C7BFA0;
	}
	.guilightRowTable {
		background-color: #E8E4D4;
	}
	/* All images in a row should be in the middle */
	table tr.guiLightRowTable td img {
		vertical-align: middle;
	}
	.guidarkRowTableSplit {
		background-repeat:repeat-y;
		background-image: url(images_axway/darkRowSplit.gif);
	}
	.guilightRowTableSplit {
		background-repeat:repeat-y;
		background-image: url(images_axway/lightRowSplit.gif);
	}
	.guilightRowTableStart {
		background-repeat:repeat-y;
		background-image: url(images_axway/lightRowBegin.gif);
	}
	.guidarkrowTableStart {
		background-repeat:repeat-y;
		background-image: url(images_axway/darkRowBegin.gif);
	}
	.guilightRowTableStartSmall {
		background-repeat:repeat-y;
		background-image: url(images_axway/lightRowBeginSmall.gif);
	}
	.guidarkrowTableStartSmall {
		background-repeat:repeat-y;
		background-image: url(images_axway/darkRowBeginSmall.gif);
	}
	.guidarkrowTableEnd {
		background-repeat:repeat-y;
		background-position:right;
		background-image: url(images_axway/darkRowEnd.gif);
	}
	.guilightRowTableEnd {
		background-repeat:repeat-y;
		background-position:right;
		background-image: url(images_axway/lightRowEnd.gif);
	}

	/* Elements from the old layout */
	.welcomeHead {
		font-size:			16px;
		font-weight:		bold;
		color:				#000033;
		text-decoration:	none;
	}
	.welcomeText {
		font-size:			12px;
		font-weight:		bold;
		color:				#000033;
		background-color:	#aabbcf;
		text-decoration:	none;
	}
	.welcomeMenuText {
		font-size:			12px;
		font-weight:		bold;
		color:				#000033;
		text-decoration:	none;
	}
	.welcomeMenuTextDimmed {
		font-size:			12px;
		font-weight:		bold;
		color:				#aabbcf;
	}
	.infoText {
		font-size:			12px;
		font-weight:		bold;
		color:				#000033;
		text-decoration:	none;
	}
	.infoBackLoginName{
		background-color:	#aabbcf;
	}
	.infoBackBegin{
		background-color:	#9cafc6;
	}
	.tabWS{
		background-color:	#aabbcf;
	}


	/* Styles only used in AdminApp: */
	.guiBaseABC {
		font-size:			12px;
		font-weight:		normal;
		color:				#000033;
		text-decoration:	none;
	}
	.guiBaseABCCell {
		border-color: 		#375073; 
		border-width: 		1px; 
		border-style: 		solid;
		width:				18px;
		height:				18px;
		text-align:			center;
	}
	.guiBaseABCSelected  { 
		font-size: 			12px; 
		font-weight: 		normal; 
		color: 				#FFFFFF; 
		text-decoration: 	none;
	}
	.guiBaseABCCellSelected {
		background-color:	#375073;
		width:				18px;
		height:				18px;
		text-align:			center;
	}
/* Styles for (error-)messages */
	.messageOkay { 
		font-size: 			12px; 
		color: 				#003300; 
		text-decoration: 	none; 
	}
	.messageError { 
		font-size: 			12px; 
		color: 				red; 
		text-decoration: 	none; 
	}
	.messageText { 
		font-size: 			12px; 
		color: 				#000000; 
		text-decoration: 	none;
	}
	BODY.messageBody {
		font-family: 		Arial, Helvetica, sans-serif;
		background-color:	#E8E4D4; 
	}

	/*  a thin line */
	.guiThinLine {
		background-color:	#C7BFA0;
		height:1px;
	}	
	.guiHeaderRowBegin       {border-right:1px solid #505A66; white-space:nowrap; border-top:1px solid #BdC9D9; border-bottom:1px solid #505a66; border-left:1px solid #9cAfC6;  background-color:#9cAfC6; line-height:45px; width:19px;}
	.guiHeaderRowCell        {border-right:1px solid #505a66; border-top:1px solid #BdC9D9; border-bottom:1px solid #505a66; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; line-height:45px; }
	.guiHeaderRowCelllft     {border-right:1px solid #505a66; text-align:left   ; border-top:1px solid #BdC9D9; border-bottom:1px solid #505a66; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; line-height:45px; }
	.guiHeaderRowCellrht     {border-right:1px solid #505a66; text-align:right  ; border-top:1px solid #BdC9D9; border-bottom:1px solid #505a66; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; line-height:45px; }
	.guiHeaderRowCellctr     {border-right:1px solid #505a66; text-align:center ; border-top:1px solid #BdC9D9; border-bottom:1px solid #505a66; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; line-height:45px; }
	.guiHeaderRowMgnLft      {border-right:1px solid #505A66; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666; border-left:1px solid #9cAfC6;  background-color:#9cAfC6; height:30px; }
	.guiHeaderRowMgnLftSmall {border-top:1px solid #BdC9D9; border-bottom:1px solid #666666; border-left:1px solid #9cAfC6; background-color:#9cAfC6; }
	.guiHeaderRowItmLft      {border-right:1px solid #505A66; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }
	.guiHeaderRowItmMdl      {border-right:1px solid #505A66; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }
	.guiHeaderRowItmRht      {border-right:1px solid #505A66; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }
	.guiHeaderRowMgnRht      {border-right:1px solid #505A66; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666;  background-color:#9cAfC6; }
	.guiHeaderRowItmLftlft   {border-right:1px solid #505A66; text-align:left   ; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }
	.guiHeaderRowItmLftrht   {border-right:1px solid #505A66; text-align:right  ; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }
	.guiHeaderRowItmLftctr   {border-right:1px solid #505A66; text-align:center ; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }
	.guiHeaderRowItmMdllft   {border-right:1px solid #505A66; text-align:left   ; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }
	.guiHeaderRowItmMdlrht   {border-right:1px solid #505A66; text-align:right  ; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }
	.guiHeaderRowItmMdlctr   {border-right:1px solid #505A66; text-align:center ; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }
	.guiHeaderRowItmRhtlft   {border-right:1px solid #505A66; text-align:left   ; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }
	.guiHeaderRowItmRhtrht   {border-right:1px solid #505A66; text-align:right  ; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }
	.guiHeaderRowItmRhtctr   {border-right:1px solid #505A66; text-align:center ; border-top:1px solid #BdC9D9; border-bottom:1px solid #666666; border-left:1px solid #BdC9D9;  padding-left:9px; padding-right:9px; background-color:#9cAfC6; height:30px; font-size:12px; color:#333333; white-space:nowrap; }

	.guiLeftBorder    { border-left:1px solid #F2F0e7; }
	.guiRightBorder   { border-right:1px solid #808080; }
					  
	.guiNotRightCell  { border-right:1px solid #C7BFA0; }
	.textAlignLeft    { text-align:left; }
	.textAlignRight   { text-align:right; }
	.textAlignCenter  { text-align:center; }

	.guiRowSeparatePrevious { border-top:1px solid #C7BFA0; }
	.guiRowItm        { white-space:nowrap;  padding-left:9px; padding-right:9px; line-height:20px; font-size:12px; color:#000033; text-decoration:none; Empty-Cells: show;}
					    
	.guiGroupEnd      { border-bottom:1px solid #C7BFA0; text-align:center ; white-space:nowrap;  line-height:20px; font-size:12px; color:#000033; font-weight:bold; text-decoration:none; }
	.guiGroupEnddark  { text-align:center ; white-space:nowrap; border-bottom:1px solid #C7BFA0;  background-color:#DDD8C2; font-size:12px; color:#000033; font-weight:bold; text-decoration:none; }
	.guiGroupEndlight { text-align:center ; white-space:nowrap;  background-color:#E8E4D4; font-size:12px; color:#000033; font-weight:bold; text-decoration:none; }
	
	DIV.loginPanel { position:relative;top:200px; width:400px; height:400px; margin:0px auto; }
	DIV.top { width:400px; position:relative; top:0px; float:left; }
	IMG.titleTopBegin { width:10px; height:10px; float:left }
	IMG.titleTop { width:220px; height:10px; float:left }
	IMG.titleTopEnd { height:10px; width:42px; float:left }
	IMG.spacer { width:20px; height:10px; float:left; }
	IMG.spacerInfo { width:10px; height:37px; float:left; }

	DIV.bottom { position:relative; width:400px; top:0px; float:left; }
	IMG.titleBottomStart{ width:10px; height:35px; float:left; }
	DIV.titleLogon { background-image:url(images_axway/titleBottomDark.gif); width:220px; height:35px; float:left}
	IMG.titleBottomLight{ height:35px; float:left; }
	IMG.titleBottomChange{ height:35px; float:left; }
	IMG.titleBottomLightMiddle{ width:100px; height:35px; float:left; }
	IMG.titleBottomEnd{height:35px; float:left; }

	DIV.panelTop { position:relative; width:400px; top:0px; float:left;}
	IMG.panelTopBegin { width:10px; height:20px; float:left } 
	IMG.panelTop { width:377px; height:20px; float:left } 
	IMG.panelTopEnd { width:10px; height:20px; float:left } 

	DIV.panel { position:relative; width:400px; top:0px; float:left;}
	IMG.panelBegin { position:relative; width:10px; height:130px; float:left } 
	IMG.panel { position:relative; width:377px; height:130px; float:left } 
	IMG.panelEnd { position:relative; width:10px; height:130px; float:left } 

	DIV.username { 	position:absolute; 
			background-image:url(images_axway/panel.gif); 
			height:30px; width:260px; 
			top:10px; left:10px; 
			float:right;
			z-index:1;
			text-align:right;}
	DIV.password { 	position:absolute; 
			background-image:url(images_axway/panel.gif); 
			height:30px; width:260px; 
			top:46px; left:10px; 
			z-index:1;
			text-align:right;}
	DIV.checkbox { 	position:absolute; 
			background-image:url(images_axway/panel.gif); 
			height:30px; width:140px; 
			top:78px; left:10px; 
			text-align:right;
			z-index:1}
	DIV.submit { 	position:absolute; 
			background-image:url(images_axway/panel.gif); 
			height:30px; width:100px; 
			top:108px; left:120px; 
			text-align:right;
			z-index:1}
	IMG.fish { 	position:absolute; 
			top:10px; left:280px; 
			z-index:2;}

	DIV.panelFoot { position:relative; width:400px; top:0px; float:left; }
	IMG.panelFootBegin { height:20px; float:left } 
	IMG.panelFoot  { height:20px; width:367px; float:left } 
	IMG.panelFootEnd { width:10px; height:20px; float:left } 
	DIV.infoBackBegin {
		position:absolute;
		top:0px;
		left:0px;
		width:15px;
		height:37px;
		background-color:	#9cafc6;
	}
	DIV.infoBackLoginName {
		position:absolute;
		top:0px;
		left:15px;
		width:125px;
		height:37px;
		background-color: #aabbcf;
	}
	DIV.infoGuiText {
		position:absolute;
		top:0px;
		left:140px;
		width:100px;
		height:20px;
	}
	DIV.headLogo {
		position:absolute;
		top:0px;
		left:15px;
		height:50px;
		width:123px;
	}
	DIV.headFAQ {
		position:absolute;	
		top:0px;
		right:140px;
		height:55px;
		width:50px;
		text-align:center;
	}
	DIV.headContact {
		position:absolute;
		top:0px;
		right:80px;
		height:55px;
		width:50px;
		text-align:center;
	}
	DIV.headHelp {
		position:absolute;
		top:0px;
		right:20px;
		height:55px;
		width:50px;
		text-align:center;
	}
	
	.dataInput {
			position:absolute;
			top:0px;
			left:0px;
			width:	0px;
			height:	0px;
		}
	.dataOutput {
			position:absolute;
			top:0px;
			left:0px;
			width:	0px;
			height:	0px;
	}
	.dataPersistent {
			position:absolute;
			top:0px;
			left:0px;
			width:	0px;
			height:	0px;
	}
	
	
	TABLE.mainTable {
			position:absolute;
			table-layout:fixed;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
			border-spacing:0px;
			border-collapse:collapse;
			overflow:auto;
	}
	HTML { margin:0px; }
	TD.mainHead { height:57px; padding:0px;}
	TD.mainInfo { height:37px; padding:0px;}
	TD.mainNavPath { height:37px;padding:0px;}
	TD.mainWorkspace { height:100%;padding:0px;} 
	TD.mainFoot { height:60px;padding:0px;}
	IFRAME.head { max-height:57px;width:100%; padding:0px; border:0px;}
	IFRAME.info {  max-height:37px; width:100%; margin:0px; padding:0px; border:0px;}
	IFRAME.navPath { max-height:37px;width:100%; padding:0px;}
	IFRAME.workspace { height:100%;width:100%; padding:0px; border:0px;}
	IFRAME.foot { max-height:60px; width:100%; padding:0px; border:0px;}
	DIV.adHeadTop {position:absolute; top:0px; left: 0px; height:50px;padding:0px;}
	.spacer {
		margin:3px 0;
		padding-top: 3px;} 
	.logo {
		float:left; 
		padding-left:8px;}