
A:link, A:visited	{ text-decoration: none; color: Black; } 
A:Hover				{ background: black; color: White }
A:Active			{ background: black; color: White }

.Container
{
	margin: 0.5em 0.5em 0.5em 0.5em; 
	/* To expand the width of the L4Ndash page increase the width parameter here: */
	/* But remember to also increase the left: value of the HelpPanel             */
    width: 60em;
}

.HelpPanel
{
 	/* If you expand the width of the L4NDash page in the .Container class, you 
       will also need to increase the left parameter below: */
 	left: 62em; 
 	
 	width: 25em;
 	top: 15px;
 	padding: 0em 1em 1em 1em;
 	border-style:solid;
 	border-width:1px;
 	position:absolute;
}	

body 
{	
	background-color: White;
 	text-decoration: None;
}

td 
{
 font-size:x-small;	
}
h2
{
  font-size: medium;
  text-decoration: underline;
  font-weight: bold;
}

h3
{
  font-size: small;
  font-weight: bold;
  text-decoration: None;
}

h4
{
  font-size: small;
  font-weight: normal;
  font-weight: bold;
}


pre
{
  font-family:Monospace;
  font-size:x-small;
  font-weight: bold;
  	
}


.Logo
{
	text-indent: 1em;
	border-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px; /* 0.5em;*/
	margin-bottom: 2px;
	width: 100%;
	text-align:left;
 }

 .Logocc
{
	position: relative;
	top: 0.3em;
	text-align: right;
}

.Menu
 {
	width: 100%;
	padding-bottom: 2px;
	padding-top: 2px;
 }
 
.MenuItem
 {
	 padding-right: 0.7em; 
	 padding-left: 0.7em; 
	 height: 1.4em;
	 vertical-align:bottom;
	 margin-left: 2px;

 }
 
.HeadingBar
{
	background-position: left center;
	background-repeat:no-repeat;
	width: 100%;
	text-indent: 40px;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-top: 2px;
}

/* Styleshees for tables */
.ArrayContainer
/* .ArrayContainer: Used in the div capsulating the table */
{
  
}
.Array
/* .Array: Used on the table */
{
	border-collapse:collapse;
	width: 100%;
}	
.ArrayHeaderItem
/* .ArrayHeaderItem: Used on the header items in the table */
{
	text-decoration: None;	
}	
.ArrayItemNormal
/* ArrayItemNormal: Used on items in line 1, 3, 5 ..... */
{
 	text-decoration: None;
 	line-height: 1.4;
}
.ArrayItemAternating
/* ArrayItemAlternating: Used on items in line 2, 4, 6 ..... */
{
	text-decoration: None;
	line-height: 1.4;
}	
.Fatal
{
	background-position: left center;
	padding-left: 3em;  /* Firefox hack */
	background-image: url(./Image/LogoFatal.gif);
	width: 5em;
	background-repeat: no-repeat;
	text-align: right;
}	
.Error
{
	background-position: left center;
	padding-left: 3em;  /* Firefox hack */
	background-image: url(./Image/LogoError.gif);
	width: 5em;
	background-repeat: no-repeat;
	text-align: right;
}	
.Warn
{
	background-position: left center;
	padding-left: 3em;  /* Firefox hack */
	background-image: url(./Image/LogoWarn.gif);
	width: 5em;
	background-repeat: no-repeat;
	text-align: right;
}	
.Info
{
	background-position: left center;
	padding-left: 3em;  /* Firefox hack */
	background-image: url(./Image/LogoInfo.gif);
	width: 5em;
	background-repeat: no-repeat;			
	text-align: right;
}	
.Debug
{
	background-position: left center;
	padding-left: 3em;  /* Firefox hack */
	background-image: url(./Image/LogoDebug.gif);
	width: 5em;
	background-repeat: no-repeat;			
	text-align: right;
}	
.SumOk
{
	background-image: url(./Image/LogoOk.gif);
	padding-left: 3em;  /* Firefox hack */
	background-position: left center;
	background-repeat:no-repeat;
	width: 5em;
	text-align: right;

}

.SmArray
/* .SmArray: Array with smaller font Used on the table */
{
	border-collapse:collapse;
	width: 100%;
}	
.SmArrayHeaderItem
/* .ArrayHeaderItem: Used on the header items in the table */
{
	text-decoration: None;	
}	
.SmArrayItemNormal
/* ArrayItemNormal: Used on items in line 1, 3, 5 ..... */
{
 	text-decoration: None;
}
.SmArrayItemSelected
/* ArrayItemSelected: Selected row ..... */
{
	text-decoration: None;	
}
.SmArrayItemAternating
/* ArrayItemAlternating: Used on items in line 2, 4, 6 ..... */
{
	text-decoration: None;
}	
.SmArrayPager
{
	text-decoration: None;	
}

.PanelContainer
{
	width: 100%; 
	text-decoration: None;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.PanelContainerTable
{
	border-collapse:collapse;
	width: 100%;
}	

.PanelItemData
{
 	text-decoration: None;
}

.PanelItemLabel
{
	text-decoration: None;
}	

.Footing
{
 	border-style:solid;
 	border-width:1px;
	margin-top: 2px;
	width: 100%
}
.FootingItemLeft
{
	text-decoration: none;
	text-align: left;
	vertical-align:middle;
	width: 32%;
}	

.FootingItemCenter
{
	text-decoration: none;
	text-align: center;
	vertical-align:middle;
	width: 32%; 
}	
.FootingItemRight
{
	text-decoration: none;
	text-align: right;
	vertical-align:middle;
	width: 32%;
}	


.AboutTextPanel
{
 	text-decoration: None;
 	padding: 1.5em 1.5em 1.5em 2.5em;
}	


.ErrorMessage
{
 	text-decoration: None;
}	


.HelpText
{
 	text-decoration: None;
	
}
