/*
"LIGHT", "PINK" COLOUR SCHEME (331° 84%):

Base colour (LIGHT) (header background)

HSL: 331° 84% 55%
RGB: 237 44 137
Hex: #ED2C89

Very Light (background for large boxes)

HSL: 331° 84% 95%
RGB: 253 232 242
Hex: #FDE8F2

Light (background for medium boxes, header menu and footer):

HSL: 331° 84% 93%
RGB: 252 222 237
Hex: #FCDEED

Slightly Light (link highlight and background for small boxes):

HSL: 331° 84% 90%
RGB: 251 208 229
Hex: #FBD0E5

Medium (link highlight and help GIF):

HSL: 331° 84% 50%
RGB: 235 20 124
Hex: #EB147C

Inverse medium (highlight colour)

HSL: 151° 84% 50%
RGB: 20 235 131
Hex: #14EB83

Dark (link and title text, borders and loading GIF):

HSL: 331° 84% 25%
RGB: 117 10 62
Hex: #750A3E

Inverse Dark (Ns colour):

HSL: 151° 84% 25%
RGB: 10 117 66
Hex: #0A7542

Very Dark (tree text):

HSL: 331° 84% 15%
RGB: 70 6 37
Hex: #460625

*/

.headerBackground
{
  background-color: #ed2c88;
  color: white;
}

.siteVeryLightBackground, .CCESDDisplayTextBox, .RadToolTip
{
  background-color: #FDE8F2 !important;
}

.siteLightBackground, .siteLightBackground select
{
  background-color: #FCDEED !important;
}

.siteSlightlyLightBackground
{
  background-color: #FBD0E5;
}

.siteLightBackground_alt
{
  background-color: #D0D0D0 !important;
}

.siteMessageText
{
	color: Green !important;
}

.siteErrorText
{
	color: Red !important;
}

.siteWarningText
{
	color: purple !important;
}

.siteVeryDarkText, H1, .dgPercentages
{
	color: #460625 !important;
}

.dgNs
{
  color: #0A7542;
}

.siteDarkBackground, .bluespaceline, .bluespaceline2
{
  background-color: #750A3E;
}

.siteDarkBorder, .CCESDDisplayTextBox, .topBorder, .bottomBorder, .welcomeBanner, .RadToolTip
{
	border-color: #750A3E !important;
}

/* this one mustn't be !important otherwise we override the grey for missing values */
.RadGrid_Default a
{
	color: #750A3E;
}

.siteDarkText, H3, H2, A, H2 a, H3 a, A:visited, .hrblue, .CCESDDisplayTextBoxTitle, .copy, .loginTitle H2, .VersionLabel,
.RadTreeView_Default a, .RadTreeView_Default a:visited, .RadTreeView .rtHover span.rtIn, .RadTreeView .rtSelected span.rtIn, .link, .MarginalsOutput_CountryTitle
{
	color: #750A3E !important;
}

.siteLoginText, .logInCopy, .logInCopy a, .logInCopy a:visited
{
	color: white !important;
}

.siteMediumText, .popupLabel
{
	color: #EB147C;
}

a:hover, .RadTreeView_Default a:hover
{
  color: #EB147C !important;
}

.logInCopy a:hover
{
  color: #FBD0E5 !important;
}

.RadTreeView_Default a, .RadTreeView_Default a:visited, .RadToolTip a
{
	color: #750A3E !important;
}

.RadTreeView span.highlighted
{
    background: #14EB83 !important;
}
