
/* style used on homepage table cells for SHOWCASE : NEWS : QUICKLINKS */
.bckgrdcolour-Eleksen 
	{
	background-color:#FF9F35;
	}

/* style used on page footer */
.bckgrdcolour-PageFooter 
	{
	background-color:#CCCCCC;
	}

/* styles for colour cordinated sections. Applied to the ROOT (current/history) table cells */
.bckgrdcolour-white 
	{
	background-color:#FFFFFF;
	}

/* styles for colour cordinated sections. Applied to the ROOT (current/history) table cells */
.bckgrdcolour-Product 
	{
	background-color:#B2CC77;
	}
	
.bckgrdcolour-ProductNew
	{
	background-color:#CE75B6;
	}


.bckgrdcolour-Technology 
	{
	background-color:#49B5B5;
	}

.bckgrdcolour-DesignForum 
	{
	background-color:#CCCC66;
	}
	
.bckgrdcolour-Partners 
	{
	background-color:#CE75B6;
	}

.bckgrdcolour-News 
	{
	background-color:#6699CC;
	}

.bckgrdcolour-Investors 
	{
	background-color:#8585B1;
	}

/* background colour style for the left side navigation column */
.bckgrdcolour-sidenavigation 
	{
	background-color:#F9F9F9;
	}


/* style used for decorating table rows or columns */
.tbl-FieldHeading
	{
	background-color: #DADADA;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	line-height: 1.3em;
	font-weight: Bold;
	}
	
/* style used for decorating table rows or columns */
.tbl-Field
	{
	background-color: #F9F9F9;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	line-height: 1.3em;
	font-weight: Normal;
	}

/* style used for decorating table rows or columns */
.tbl-topdivideline 
	{
	border-top:#CCCCCC;
	border-top:dotted;
    border-top-color:#CCCCCC;
    border-top-style:dotted;
	border-top-width:1px;
	}

/* style used for decorating table rows or columns */
.tbl-MediumGrey 
	{
	background-color: #DADADA;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	line-height: 1.3em;
	font-weight: normal;
	}
.tbl-DarkGrey 
	{
	background-color: #CCCCCC;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	line-height: 1.3em;
	font-weight: bold;
	}