/* Copyright 2013: Thomson Reuters Global Resources. All Rights Reserved. Proprietary and Confidential information of TRGR. Disclosure, Use or Reproduction without the written authorization of TRGR is prohibited. */

/* Color Theme CSS for Branded Dark Blue->Dark Green */
.dominantbackgroundcolor
{
	background-color: #1961a7;
}
.dominantcolor
{
	color: #1961a7;
}
.highlightbackgroundcolor
{
	background-color: #0083BF;
}
.highlightcolor
{
	color: #0083BF;
}
.secondarybackgroundcolor
{
	background-color: #387C2B;
}
.secondarycolor
{
	color: #387C2B;
}
.secondaryhighlightbackgroundcolor
{
	background-color: #78A22F;
}
.secondaryhighlightcolor
{
	color: #78A22F;
}
.titletextcolor
{
	color: White;
}
