
A:link, A:visited	{ text-decoration: none; color: Black; } 
A:Hover				{ background: black; color: White }
A:Active			{ background: black; color: White }


body 
{	
	font-family: Verdana, Arial, SansSerif;
}

.Container
 {
	background-color: white;
	font-family: Verdana, Arial, SansSerif;
 }

.Logo
 {
	font-weight: bold;
	font-size: x-large;
	color: white;
	font-style: italic;
	background-color:  #558097;
 }
.Logocc
 {
	font-size:  xx-small;
 }
 
.Menu
{
	font-weight: bold;
	font-size: x-small;
	background-color: #fde26f; 
}
 
.MenuItem
 {
 }
 
.HeadingBar
{
	background-image: url(../Image/L4NMenuArrow.gif);
	background-color: #558097;
	font-size: small;
	font-weight: normal;
	color: white;
}

/* Styleshees for tables */
.ArrayContainer
/* .ArrayContainer: Used in the div capsulating the table */
{

}
.Array
/* .Array: Used on the table */
{
 	font-size: x-small;
	Background-color: #EEEEEE;	
}	
.ArrayHeaderItem
/* .ArrayHeaderItem: Used on the header items in the table */
{
	font-size: x-small;
	color: black;
	font-weight: bold;
	background-color:  #9db9c8;
	text-align: center;
}	
.ArrayItemNormal
/* ArrayItemNormal: Used on items in line 1, 3, 5 ..... */
{
	font-size: x-small;
 	background-color:#EEEEEE; 
 	color:Black;
}
.ArrayItemAternating
/* ArrayItemAlternating: Used on items in line 2, 4, 6 ..... */
{
	font-size: x-small;
	background-color: #dcdcdc; 
	color:Black;
}	


.SmArray
/* .SmArray: Array with smaller font Used on the table */
{
 	font-size: xx-small; 
	Background-color: #EEEEEE;	
}	
.SmArrayHeaderItem
/* .ArrayHeaderItem: Used on the header items in the table */
{
	font-size: xx-small;
	color: black;
	background-color:  #9db9c8;
}	
.SmArrayItemNormal
/* ArrayItemNormal: Used on items in line 1, 3, 5 ..... */
{
	font-size: xx-small;
 	background-color:#EEEEEE; 
 	color:Black;
}
.SmArrayItemSelected
/* ArrayItemSelected: Selected row ..... */
{
	font-size: xx-small;
	color: black;
	background-color:  #9db9c8;
}
.SmArrayItemAternating
/* ArrayItemAlternating: Used on items in line 2, 4, 6 ..... */
{
	font-size: xx-small;
	background-color:#dcdcdc; 
	color:Black;
}	
.SmArrayPager
{
	font-size: xx-small;
	color: black;
	background-color:  #9db9c8;
}

.PanelContainer
{
	font-size: xx-small;
	background-color: #dcdcdc;
	color: Black;
}

.PanelContainerTable
{
}	

.PanelItemData
{
 	font-size:  xx-small; 
 	background-color:#EEEEEE; 
 	color:Black;
	font-family: Verdana, Arial, SansSerif;
}

.PanelItemLabel
{
	font-size: xx-small; 
	font-weight: bold;
	background-color:#dcdcdc; 
	color:Black;
	font-family: Verdana, Arial, SansSerif;
}	

.Footing
{
 	border-color: #9db9c8;
	background-color:  #9db9c8;
	font-size: xx-small;
}


.AboutTextPanel
{
 	font-size: x-small; 
 	background-color:#EEEEEE; 
 	color:Black;
}	

.ErrorMessage
{
 	font-size: x-small; 
 	color:Red;
}	

.HelpPanel
{
	font-family: Verdana, Arial, SansSerif;
 	background-color:#EEEEEE; 
 	border-color: #9db9c8;
 	
}	
.HelpText
{
	font-family: Verdana, Arial, SansSerif;
 	font-size: xx-small; 
 	color:Black;
}


