/* Copyright 2015: Thomson Reuters. All Rights Reserved. Proprietary and Confidential information of Thomson Reuters. Disclosure, Use or Reproduction without the written authorization of Thomson Reuters is prohibited. */

/* Color Theme CSS for Branded Dark Blue->Dark Green */
.dominantbackgroundcolor
{
	background-color: #0f436e;
}
.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;
}
