/* Application CSS Colours

  Version Modified By     Date       Reason
  1.2     Cbrunini (SAGE) 08-07-2019 Added selected colours 
  1.1     SHughes (SAGE)  29-11-2018 add colours for workflow Stages
  1.1     SHughes (SAGE)  11-09-2018 Add definitions for colouring interactive grids.
  1.0     SHughes (SAGE)  29-08-2018 Initial Version
*/
.t-Button--blue
,.t-Button--blue-selected:hover {
  color:#0000FF !important; /* html_colour Blue Colours-Blue */
  background-color:white !important;
  box-shadow:0 0 0 1px #0000FF inset !important;
}

.t-Button--blue:hover 
,.t-Button--blue-selected {
  color:white !important;
  background-color:#0000FF !important; /* html_colour Blue Colours-Blue */
  box-shadow:0 0 0 1px #0000FF inset !important;
}
.t-Button--cadetblue
,.t-Button--cadetblue-selected:hover {
  color:#5F9EA0 !important; /* html_colour Blue Colours-CadetBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #5F9EA0 inset !important;
}

.t-Button--cadetblue:hover
,.t-Button--cadetblue-selected {
  color:white !important;
  background-color:#5F9EA0 !important; /* html_colour Blue Colours-CadetBlue */
  box-shadow:0 0 0 1px #5F9EA0 inset !important;
}
.t-Button--cornflowerblue
,.t-Button--cornflowerblue-selected:hover {
  color:#6495ED !important; /* html_colour Blue Colours-CornflowerBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #6495ED inset !important;
}

.t-Button--cornflowerblue:hover
,.t-Button--cornflowerblue-selected {
  color:white !important;
  background-color:#6495ED !important; /* html_colour Blue Colours-CornflowerBlue */
  box-shadow:0 0 0 1px #6495ED inset !important;
}
.t-Button--darkblue
,.t-Button--darkblue-selected:hover {
  color:#00008B !important; /* html_colour Blue Colours-DarkBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #00008B inset !important;
}

.t-Button--darkblue:hover
,.t-Button--darkblue-selected {
  color:white !important;
  background-color:#00008B !important; /* html_colour Blue Colours-DarkBlue */
  box-shadow:0 0 0 1px #00008B inset !important;
}
.t-Button--deepskyblue {
  color:#00BFFF !important; /* html_colour Blue Colours-DeepSkyBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #00BFFF inset !important;
}

.t-Button--deepskyblue:hover
,.t-Button--deepskyblue-selected {
  color:white !important;
  background-color:#00BFFF !important; /* html_colour Blue Colours-DeepSkyBlue */
  box-shadow:0 0 0 1px #00BFFF inset !important;
}
.t-Button--dodgerblue {
  color:#1E90FF !important; /* html_colour Blue Colours-DodgerBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #1E90FF inset !important;
}

.t-Button--dodgerblue:hover
,.t-Button--dodgerblue-selected {
  color:white !important;
  background-color:#1E90FF !important; /* html_colour Blue Colours-DodgerBlue */
  box-shadow:0 0 0 1px #1E90FF inset !important;
}
.t-Button--lightblue {
  color:#ADD8E6 !important; /* html_colour Blue Colours-LightBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #ADD8E6 inset !important;
}

.t-Button--lightblue:hover
,.t-Button--lightblue-selected {
  color:white !important;
  background-color:#ADD8E6 !important; /* html_colour Blue Colours-LightBlue */
  box-shadow:0 0 0 1px #ADD8E6 inset !important;
}
.t-Button--lightskyblue {
  color:#87CEFA !important; /* html_colour Blue Colours-LightSkyBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #87CEFA inset !important;
}

.t-Button--lightskyblue:hover
,.t-Button--lightskyblue-selected {
  color:white !important;
  background-color:#87CEFA !important; /* html_colour Blue Colours-LightSkyBlue */
  box-shadow:0 0 0 1px #87CEFA inset !important;
}
.t-Button--lightsteelblue {
  color:#B0C4DE !important; /* html_colour Blue Colours-LightSteelBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #B0C4DE inset !important;
}

.t-Button--lightsteelblue:hover
,.t-Button--lightsteelblue-selected {
  color:white !important;
  background-color:#B0C4DE !important; /* html_colour Blue Colours-LightSteelBlue */
  box-shadow:0 0 0 1px #B0C4DE inset !important;
}
.t-Button--mediumblue {
  color:#0000CD !important; /* html_colour Blue Colours-MediumBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #0000CD inset !important;
}

.t-Button--mediumblue:hover
,.t-Button--mediumblue-selected {
  color:white !important;
  background-color:#0000CD !important; /* html_colour Blue Colours-MediumBlue */
  box-shadow:0 0 0 1px #0000CD inset !important;
}
.t-Button--midnightblue {
  color:#191970 !important; /* html_colour Blue Colours-MidnightBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #191970 inset !important;
}

.t-Button--midnightblue:hover
,.t-Button--midnightblue-selected {
  color:white !important;
  background-color:#191970 !important; /* html_colour Blue Colours-MidnightBlue */
  box-shadow:0 0 0 1px #191970 inset !important;
}
.t-Button--navy {
  color:#000080 !important; /* html_colour Blue Colours-Navy */
  background-color:white !important;
  box-shadow:0 0 0 1px #000080 inset !important;
}

.t-Button--navy:hover
,.t-Button--navy-selected {
  color:white !important;
  background-color:#000080 !important; /* html_colour Blue Colours-Navy */
  box-shadow:0 0 0 1px #000080 inset !important;
}
.t-Button--powderblue {
  color:#B0E0E6 !important; /* html_colour Blue Colours-PowderBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #B0E0E6 inset !important;
}

.t-Button--powderblue:hover
,.t-Button--powderblue-selected {
  color:white !important;
  background-color:#B0E0E6 !important; /* html_colour Blue Colours-PowderBlue */
  box-shadow:0 0 0 1px #B0E0E6 inset !important;
}
.t-Button--royalblue {
  color:#4169E1 !important; /* html_colour Blue Colours-RoyalBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #4169E1 inset !important;
}

.t-Button--royalblue:hover
,.t-Button--royalblue-selected {
  color:white !important;
  background-color:#4169E1 !important; /* html_colour Blue Colours-RoyalBlue */
  box-shadow:0 0 0 1px #4169E1 inset !important;
}
.t-Button--skyblue {
  color:#87CEEB !important; /* html_colour Blue Colours-SkyBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #87CEEB inset !important;
}

.t-Button--skyblue:hover
,.t-Button--skyblue-selected {
  color:white !important;
  background-color:#87CEEB !important; /* html_colour Blue Colours-SkyBlue */
  box-shadow:0 0 0 1px #87CEEB inset !important;
}
.t-Button--steelblue {
  color:#4682B4 !important; /* html_colour Blue Colours-SteelBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #4682B4 inset !important;
}

.t-Button--steelblue:hover
,.t-Button--steelblue-selected {
  color:white !important;
  background-color:#4682B4 !important; /* html_colour Blue Colours-SteelBlue */
  box-shadow:0 0 0 1px #4682B4 inset !important;
}
.t-Button--bisque {
  color:#FFE4C4 !important; /* html_colour Brown Colours-Bisque */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFE4C4 inset !important;
}

.t-Button--bisque:hover
,.t-Button--bisque-selected {
  color:white !important;
  background-color:#FFE4C4 !important; /* html_colour Brown Colours-Bisque */
  box-shadow:0 0 0 1px #FFE4C4 inset !important;
}
.t-Button--blanchedalmond {
  color:#FFEBCD !important; /* html_colour Brown Colours-BlanchedAlmond */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFEBCD inset !important;
}

.t-Button--blanchedalmond:hover
,.t-Button--blanchedalmond-selected {
  color:white !important;
  background-color:#FFEBCD !important; /* html_colour Brown Colours-BlanchedAlmond */
  box-shadow:0 0 0 1px #FFEBCD inset !important;
}
.t-Button--brown {
  color:#A52A2A !important; /* html_colour Brown Colours-Brown */
  background-color:white !important;
  box-shadow:0 0 0 1px #A52A2A inset !important;
}

.t-Button--brown:hover
,.t-Button--brown-selected {
  color:white !important;
  background-color:#A52A2A !important; /* html_colour Brown Colours-Brown */
  box-shadow:0 0 0 1px #A52A2A inset !important;
}
.t-Button--burlywood {
  color:#DEB887 !important; /* html_colour Brown Colours-BurlyWood */
  background-color:white !important;
  box-shadow:0 0 0 1px #DEB887 inset !important;
}

.t-Button--burlywood:hover
,.t-Button--cadeburlywoodtblue-selected {
  color:white !important;
  background-color:#DEB887 !important; /* html_colour Brown Colours-BurlyWood */
  box-shadow:0 0 0 1px #DEB887 inset !important;
}
.t-Button--chocolate {
  color:#D2691E !important; /* html_colour Brown Colours-Chocolate */
  background-color:white !important;
  box-shadow:0 0 0 1px #D2691E inset !important;
}

.t-Button--chocolate:hover
,.t-Button--chocolate-selected {
  color:white !important;
  background-color:#D2691E !important; /* html_colour Brown Colours-Chocolate */
  box-shadow:0 0 0 1px #D2691E inset !important;
}
.t-Button--cornsilk {
  color:#FFF8DC !important; /* html_colour Brown Colours-Cornsilk */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFF8DC inset !important;
}

.t-Button--cornsilk:hover
,.t-Button--cornsilk-selected {
  color:white !important;
  background-color:#FFF8DC !important; /* html_colour Brown Colours-Cornsilk */
  box-shadow:0 0 0 1px #FFF8DC inset !important;
}
.t-Button--goldenrod {
  color:#DAA520 !important; /* html_colour Brown Colours-GoldenRod */
  background-color:white !important;
  box-shadow:0 0 0 1px #DAA520 inset !important;
}

.t-Button--goldenrod:hover
,.t-Button--goldenrod-selected {
  color:white !important;
  background-color:#DAA520 !important; /* html_colour Brown Colours-GoldenRod */
  box-shadow:0 0 0 1px #DAA520 inset !important;
}
.t-Button--maroon {
  color:#800000 !important; /* html_colour Brown Colours-Maroon */
  background-color:white !important;
  box-shadow:0 0 0 1px #800000 inset !important;
}

.t-Button--maroon:hover
,.t-Button--maroon-selected {
  color:white !important;
  background-color:#800000 !important; /* html_colour Brown Colours-Maroon */
  box-shadow:0 0 0 1px #800000 inset !important;
}
.t-Button--navajowhite {
  color:#FFDEAD !important; /* html_colour Brown Colours-NavajoWhite */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFDEAD inset !important;
}

.t-Button--navajowhite:hover
,.t-Button--navajowhite-selected {
  color:white !important;
  background-color:#FFDEAD !important; /* html_colour Brown Colours-NavajoWhite */
  box-shadow:0 0 0 1px #FFDEAD inset !important;
}
.t-Button--olive {
  color:#808000 !important; /* html_colour Brown Colours-Olive */
  background-color:white !important;
  box-shadow:0 0 0 1px #808000 inset !important;
}

.t-Button--olive:hover
,.t-Button--olive-selected {
  color:white !important;
  background-color:#808000 !important; /* html_colour Brown Colours-Olive */
  box-shadow:0 0 0 1px #808000 inset !important;
}
.t-Button--rosybrown {
  color:#BC8F8F !important; /* html_colour Brown Colours-RosyBrown */
  background-color:white !important;
  box-shadow:0 0 0 1px #BC8F8F inset !important;
}

.t-Button--rosybrown:hover
,.t-Button--rosybrown-selected {
  color:white !important;
  background-color:#BC8F8F !important; /* html_colour Brown Colours-RosyBrown */
  box-shadow:0 0 0 1px #BC8F8F inset !important;
}
.t-Button--saddlebrown {
  color:#8B4513 !important; /* html_colour Brown Colours-SaddleBrown */
  background-color:white !important;
  box-shadow:0 0 0 1px #8B4513 inset !important;
}

.t-Button--saddlebrown:hover
,.t-Button--saddlebrown-selected {
  color:white !important;
  background-color:#8B4513 !important; /* html_colour Brown Colours-SaddleBrown */
  box-shadow:0 0 0 1px #8B4513 inset !important;
}
.t-Button--sandybrown {
  color:#F4A460 !important; /* html_colour Brown Colours-SandyBrown */
  background-color:white !important;
  box-shadow:0 0 0 1px #F4A460 inset !important;
}

.t-Button--sandybrown:hover
,.t-Button--sandybrown-selected {
  color:white !important;
  background-color:#F4A460 !important; /* html_colour Brown Colours-SandyBrown */
  box-shadow:0 0 0 1px #F4A460 inset !important;
}
.t-Button--sienna {
  color:#A0522D !important; /* html_colour Brown Colours-Sienna */
  background-color:white !important;
  box-shadow:0 0 0 1px #A0522D inset !important;
}

.t-Button--sienna:hover
,.t-Button--sienna-selected {
  color:white !important;
  background-color:#A0522D !important; /* html_colour Brown Colours-Sienna */
  box-shadow:0 0 0 1px #A0522D inset !important;
}
.t-Button--tan {
  color:#D2B48C !important; /* html_colour Brown Colours-Tan */
  background-color:white !important;
  box-shadow:0 0 0 1px #D2B48C inset !important;
}

.t-Button--tan:hover
,.t-Button--tan-selected {
  color:white !important;
  background-color:#D2B48C !important; /* html_colour Brown Colours-Tan */
  box-shadow:0 0 0 1px #D2B48C inset !important;
}
.t-Button--wheat {
  color:#F5DEB3 !important; /* html_colour Brown Colours-Wheat */
  background-color:white !important;
  box-shadow:0 0 0 1px #F5DEB3 inset !important;
}

.t-Button--wheat:hover
,.t-Button--wheat-selected {
  color:white !important;
  background-color:#F5DEB3 !important; /* html_colour Brown Colours-Wheat */
  box-shadow:0 0 0 1px #F5DEB3 inset !important;
}
.t-Button--aqua {
  color:#00FFFF !important; /* html_colour Cyan Colors-Aqua */
  background-color:white !important;
  box-shadow:0 0 0 1px #00FFFF inset !important;
}

.t-Button--aqua:hover
,.t-Button--aqua-selected {
  color:white !important;
  background-color:#00FFFF !important; /* html_colour Cyan Colors-Aqua */
  box-shadow:0 0 0 1px #00FFFF inset !important;
}
.t-Button--aquamarine {
  color:#7FFFD4 !important; /* html_colour Cyan Colors-Aquamarine */
  background-color:white !important;
  box-shadow:0 0 0 1px #7FFFD4 inset !important;
}

.t-Button--aquamarine:hover
,.t-Button--aquamarine-selected {
  color:white !important;
  background-color:#7FFFD4 !important; /* html_colour Cyan Colors-Aquamarine */
  box-shadow:0 0 0 1px #7FFFD4 inset !important;
}
.t-Button--cyan {
  color:#00FFFF !important; /* html_colour Cyan Colors-Cyan */
  background-color:white !important;
  box-shadow:0 0 0 1px #00FFFF inset !important;
}

.t-Button--cyan:hover
,.t-Button--cyan-selected {
  color:white !important;
  background-color:#00FFFF !important; /* html_colour Cyan Colors-Cyan */
  box-shadow:0 0 0 1px #00FFFF inset !important;
}
.t-Button--darkturquoise {
  color:#00CED1 !important; /* html_colour Cyan Colors-DarkTurquoise */
  background-color:white !important;
  box-shadow:0 0 0 1px #00CED1 inset !important;
}

.t-Button--darkturquoise:hover
,.t-Button--darkturquoise-selected {
  color:white !important;
  background-color:#00CED1 !important; /* html_colour Cyan Colors-DarkTurquoise */
  box-shadow:0 0 0 1px #00CED1 inset !important;
}
.t-Button--lightcyan {
  color:#E0FFFF !important; /* html_colour Cyan Colors-LightCyan */
  background-color:white !important;
  box-shadow:0 0 0 1px #E0FFFF inset !important;
}

.t-Button--lightcyan:hover
,.t-Button--lightcyan-selected {
  color:white !important;
  background-color:#E0FFFF !important; /* html_colour Cyan Colors-LightCyan */
  box-shadow:0 0 0 1px #E0FFFF inset !important;
}
.t-Button--mediumturquoise {
  color:#48D1CC !important; /* html_colour Cyan Colors-MediumTurquoise */
  background-color:white !important;
  box-shadow:0 0 0 1px #48D1CC inset !important;
}

.t-Button--mediumturquoise:hover
,.t-Button--mediumturquoise-selected {
  color:white !important;
  background-color:#48D1CC !important; /* html_colour Cyan Colors-MediumTurquoise */
  box-shadow:0 0 0 1px #48D1CC inset !important;
}
.t-Button--paleturquoise {
  color:#AFEEEE !important; /* html_colour Cyan Colors-PaleTurquoise */
  background-color:white !important;
  box-shadow:0 0 0 1px #AFEEEE inset !important;
}

.t-Button--paleturquoise:hover
,.t-Button--paleturquoise-selected {
  color:white !important;
  background-color:#AFEEEE !important; /* html_colour Cyan Colors-PaleTurquoise */
  box-shadow:0 0 0 1px #AFEEEE inset !important;
}
.t-Button--turquoise {
  color:#40E0D0 !important; /* html_colour Cyan Colors-Turquoise */
  background-color:white !important;
  box-shadow:0 0 0 1px #40E0D0 inset !important;
}

.t-Button--turquoise:hover
,.t-Button--turquoise-selected {
  color:white !important;
  background-color:#40E0D0 !important; /* html_colour Cyan Colors-Turquoise */
  box-shadow:0 0 0 1px #40E0D0 inset !important;
}
.t-Button--chartreuse {
  color:#7FFF00 !important; /* html_colour Green Colours-Chartreuse */
  background-color:white !important;
  box-shadow:0 0 0 1px #7FFF00 inset !important;
}

.t-Button--chartreuse:hover
,.t-Button--chartreuse-selected {
  color:white !important;
  background-color:#7FFF00 !important; /* html_colour Green Colours-Chartreuse */
  box-shadow:0 0 0 1px #7FFF00 inset !important;
}
.t-Button--darkcyan {
  color:#008B8B !important; /* html_colour Green Colours-DarkCyan */
  background-color:white !important;
  box-shadow:0 0 0 1px #008B8B inset !important;
}

.t-Button--darkcyan:hover
,.t-Button--darkcyan-selected {
  color:white !important;
  background-color:#008B8B !important; /* html_colour Green Colours-DarkCyan */
  box-shadow:0 0 0 1px #008B8B inset !important;
}
.t-Button--darkgreen {
  color:#006400 !important; /* html_colour Green Colours-DarkGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #006400 inset !important;
}

.t-Button--darkgreen:hover
,.t-Button--darkgreen-selected {
  color:white !important;
  background-color:#006400 !important; /* html_colour Green Colours-DarkGreen */
  box-shadow:0 0 0 1px #006400 inset !important;
}
.t-Button--darkolivegreen {
  color:#556B2F !important; /* html_colour Green Colours-DarkOliveGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #556B2F inset !important;
}

.t-Button--darkolivegreen:hover
,.t-Button--darkolivegreen-selected {
  color:white !important;
  background-color:#556B2F !important; /* html_colour Green Colours-DarkOliveGreen */
  box-shadow:0 0 0 1px #556B2F inset !important;
}
.t-Button--darkseagreen {
  color:#8FBC8F !important; /* html_colour Green Colours-DarkSeaGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #8FBC8F inset !important;
}

.t-Button--darkseagreen:hover
,.t-Button--darkseagreen-selected {
  color:white !important;
  background-color:#8FBC8F !important; /* html_colour Green Colours-DarkSeaGreen */
  box-shadow:0 0 0 1px #8FBC8F inset !important;
}
.t-Button--forestgreen {
  color:#228B22 !important; /* html_colour Green Colours-ForestGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #228B22 inset !important;
}

.t-Button--forestgreen:hover
,.t-Button--forestgreen-selected  {
  color:white !important;
  background-color:#228B22 !important; /* html_colour Green Colours-ForestGreen */
  box-shadow:0 0 0 1px #228B22 inset !important;
}
.t-Button--green
,.t-Button--green-selected:hover {
  color:#008000 !important; /* html_colour Green Colours-Green */
  background-color:white !important;
  box-shadow:0 0 0 1px #008000 inset !important;
}

.t-Button--green:hover
,.t-Button--green-selected {
  color:white !important;
  background-color:#008000 !important; /* html_colour Green Colours-Green */
  box-shadow:0 0 0 1px #008000 inset !important;
}
.t-Button--greenyellow {
  color:#ADFF2F !important; /* html_colour Green Colours-GreenYellow */
  background-color:white !important;
  box-shadow:0 0 0 1px #ADFF2F inset !important;
}

.t-Button--greenyellow:hover
,.t-Button--greenyellow-selected {
  color:white !important;
  background-color:#ADFF2F !important; /* html_colour Green Colours-GreenYellow */
  box-shadow:0 0 0 1px #ADFF2F inset !important;
}
.t-Button--lawngreen {
  color:#7CFC00 !important; /* html_colour Green Colours-LawnGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #7CFC00 inset !important;
}

.t-Button--lawngreen:hover
,.t-Button--lawngreen-selected {
  color:white !important;
  background-color:#7CFC00 !important; /* html_colour Green Colours-LawnGreen */
  box-shadow:0 0 0 1px #7CFC00 inset !important;
}
.t-Button--lightgreen {
  color:#90EE90 !important; /* html_colour Green Colours-LightGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #90EE90 inset !important;
}

.t-Button--lightgreen:hover
,.t-Button--lightgreen-selected {
  color:white !important;
  background-color:#90EE90 !important; /* html_colour Green Colours-LightGreen */
  box-shadow:0 0 0 1px #90EE90 inset !important;
}
.t-Button--lightseagreen {
  color:#20B2AA !important; /* html_colour Green Colours-LightSeaGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #20B2AA inset !important;
}

.t-Button--lightseagreen:hover
,.t-Button--lightseagreen-selected {
  color:white !important;
  background-color:#20B2AA !important; /* html_colour Green Colours-LightSeaGreen */
  box-shadow:0 0 0 1px #20B2AA inset !important;
}
.t-Button--lime {
  color:#00FF00 !important; /* html_colour Green Colours-Lime */
  background-color:white !important;
  box-shadow:0 0 0 1px #00FF00 inset !important;
}

.t-Button--lime:hover
,.t-Button--lime-selected {
  color:white !important;
  background-color:#00FF00 !important; /* html_colour Green Colours-Lime */
  box-shadow:0 0 0 1px #00FF00 inset !important;
}
.t-Button--limegreen {
  color:#32CD32 !important; /* html_colour Green Colours-LimeGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #32CD32 inset !important;
}

.t-Button--limegreen:hover
,.t-Button--limegreen-selected {
  color:white !important;
  background-color:#32CD32 !important; /* html_colour Green Colours-LimeGreen */
  box-shadow:0 0 0 1px #32CD32 inset !important;
}
.t-Button--mediumaquamarine {
  color:#66CDAA !important; /* html_colour Green Colours-MediumAquaMarine */
  background-color:white !important;
  box-shadow:0 0 0 1px #66CDAA inset !important;
}

.t-Button--mediumaquamarine:hover
,.t-Button--mediumaquamarine-selected {
  color:white !important;
  background-color:#66CDAA !important; /* html_colour Green Colours-MediumAquaMarine */
  box-shadow:0 0 0 1px #66CDAA inset !important;
}
.t-Button--mediumseagreen {
  color:#3CB371 !important; /* html_colour Green Colours-MediumSeaGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #3CB371 inset !important;
}

.t-Button--mediumseagreen:hover
,.t-Button--mediumseagreen-selected {
  color:white !important;
  background-color:#3CB371 !important; /* html_colour Green Colours-MediumSeaGreen */
  box-shadow:0 0 0 1px #3CB371 inset !important;
}
.t-Button--mediumspringgreen {
  color:#00FA9A !important; /* html_colour Green Colours-MediumSpringGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #00FA9A inset !important;
}

.t-Button--mediumspringgreen:hover
,.t-Button--mediumspringgreen-selected {
  color:white !important;
  background-color:#00FA9A !important; /* html_colour Green Colours-MediumSpringGreen */
  box-shadow:0 0 0 1px #00FA9A inset !important;
}
.t-Button--olivedrab {
  color:#6B8E23 !important; /* html_colour Green Colours-OliveDrab */
  background-color:white !important;
  box-shadow:0 0 0 1px #6B8E23 inset !important;
}

.t-Button--olivedrab:hover
,.t-Button--olivedrab-selected {
  color:white !important;
  background-color:#6B8E23 !important; /* html_colour Green Colours-OliveDrab */
  box-shadow:0 0 0 1px #6B8E23 inset !important;
}
.t-Button--palegreen {
  color:#98FB98 !important; /* html_colour Green Colours-PaleGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #98FB98 inset !important;
}

.t-Button--palegreen:hover
,.t-Button--palegreen-selected {
  color:white !important;
  background-color:#98FB98 !important; /* html_colour Green Colours-PaleGreen */
  box-shadow:0 0 0 1px #98FB98 inset !important;
}
.t-Button--seagreen {
  color:#2E8B57 !important; /* html_colour Green Colours-SeaGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #2E8B57 inset !important;
}

.t-Button--seagreen:hover
,.t-Button--seagreen-selected {
  color:white !important;
  background-color:#2E8B57 !important; /* html_colour Green Colours-SeaGreen */
  box-shadow:0 0 0 1px #2E8B57 inset !important;
}
.t-Button--springgreen {
  color:#00FF7F !important; /* html_colour Green Colours-SpringGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #00FF7F inset !important;
}

.t-Button--springgreen:hover
,.t-Button--springgreen-selected {
  color:white !important;
  background-color:#00FF7F !important; /* html_colour Green Colours-SpringGreen */
  box-shadow:0 0 0 1px #00FF7F inset !important;
}
.t-Button--teal {
  color:#008080 !important; /* html_colour Green Colours-Teal */
  background-color:white !important;
  box-shadow:0 0 0 1px #008080 inset !important;
}

.t-Button--teal:hover
,.t-Button--teal-selected {
  color:white !important;
  background-color:#008080 !important; /* html_colour Green Colours-Teal */
  box-shadow:0 0 0 1px #008080 inset !important;
}
.t-Button--yellowgreen {
  color:#9ACD32 !important; /* html_colour Green Colours-YellowGreen */
  background-color:white !important;
  box-shadow:0 0 0 1px #9ACD32 inset !important;
}

.t-Button--yellowgreen:hover
,.t-Button--yellowgreen-selected {
  color:white !important;
  background-color:#9ACD32 !important; /* html_colour Green Colours-YellowGreen */
  box-shadow:0 0 0 1px #9ACD32 inset !important;
}
.t-Button--black {
  color:#000000 !important; /* html_colour Grey Colors-Black */
  background-color:white !important;
  box-shadow:0 0 0 1px #000000 inset !important;
}

.t-Button--black:hover
,.t-Button--black-selected {
  color:white !important;
  background-color:#000000 !important; /* html_colour Grey Colors-Black */
  box-shadow:0 0 0 1px #000000 inset !important;
}
.t-Button--darkgray {
  color:#A9A9A9 !important; /* html_colour Grey Colors-DarkGray */
  background-color:white !important;
  box-shadow:0 0 0 1px #A9A9A9 inset !important;
}

.t-Button--darkgray:hover
,.t-Button--darkgray-selected {
  color:white !important;
  background-color:#A9A9A9 !important; /* html_colour Grey Colors-DarkGray */
  box-shadow:0 0 0 1px #A9A9A9 inset !important;
}
.t-Button--darkslategray {
  color:#2F4F4F !important; /* html_colour Grey Colors-DarkSlateGray */
  background-color:white !important;
  box-shadow:0 0 0 1px #2F4F4F inset !important;
}

.t-Button--darkslategray:hover
,.t-Button--darkslategray-selected {
  color:white !important;
  background-color:#2F4F4F !important; /* html_colour Grey Colors-DarkSlateGray */
  box-shadow:0 0 0 1px #2F4F4F inset !important;
}
.t-Button--dimgray {
  color:#696969 !important; /* html_colour Grey Colors-DimGray */
  background-color:white !important;
  box-shadow:0 0 0 1px #696969 inset !important;
}

.t-Button--dimgray:hover
,.t-Button--dimgray-selected {
  color:white !important;
  background-color:#696969 !important; /* html_colour Grey Colors-DimGray */
  box-shadow:0 0 0 1px #696969 inset !important;
}
.t-Button--gainsboro {
  color:#DCDCDC !important; /* html_colour Grey Colors-Gainsboro */
  background-color:white !important;
  box-shadow:0 0 0 1px #DCDCDC inset !important;
}

.t-Button--gainsboro:hover
,.t-Button--gainsboro-selected {
  color:white !important;
  background-color:#DCDCDC !important; /* html_colour Grey Colors-Gainsboro */
  box-shadow:0 0 0 1px #DCDCDC inset !important;
}
.t-Button--gray {
  color:#808080 !important; /* html_colour Grey Colors-Gray */
  background-color:white !important;
  box-shadow:0 0 0 1px #808080 inset !important;
}

.t-Button--gray:hover
,.t-Button--gray-selected {
  color:white !important;
  background-color:#808080 !important; /* html_colour Grey Colors-Gray */
  box-shadow:0 0 0 1px #808080 inset !important;
}
.t-Button--lightgray {
  color:#D3D3D3 !important; /* html_colour Grey Colors-LightGray */
  background-color:white !important;
  box-shadow:0 0 0 1px #D3D3D3 inset !important;
}

.t-Button--lightgray:hover
,.t-Button--lightgray-selected {
  color:white !important;
  background-color:#D3D3D3 !important; /* html_colour Grey Colors-LightGray */
  box-shadow:0 0 0 1px #D3D3D3 inset !important;
}
.t-Button--lightslategray {
  color:#778899 !important; /* html_colour Grey Colors-LightSlateGray */
  background-color:white !important;
  box-shadow:0 0 0 1px #778899 inset !important;
}

.t-Button--lightslategray:hover
,.t-Button--lightslategray-selected {
  color:white !important;
  background-color:#778899 !important; /* html_colour Grey Colors-LightSlateGray */
  box-shadow:0 0 0 1px #778899 inset !important;
}
.t-Button--silver {
  color:#C0C0C0 !important; /* html_colour Grey Colors-Silver */
  background-color:white !important;
  box-shadow:0 0 0 1px #C0C0C0 inset !important;
}

.t-Button--silver:hover
,.t-Button--silver-selected {
  color:white !important;
  background-color:#C0C0C0 !important; /* html_colour Grey Colors-Silver */
  box-shadow:0 0 0 1px #C0C0C0 inset !important;
}
.t-Button--slategray {
  color:#708090 !important; /* html_colour Grey Colors-SlateGray */
  background-color:white !important;
  box-shadow:0 0 0 1px #708090 inset !important;
}

.t-Button--slategray:hover
,.t-Button--slategray-selected {
  color:white !important;
  background-color:#708090 !important; /* html_colour Grey Colors-SlateGray */
  box-shadow:0 0 0 1px #708090 inset !important;
}
.t-Button--coral {
  color:#FF7F50 !important; /* html_colour Orange colours-Coral */
  background-color:white !important;
  box-shadow:0 0 0 1px #FF7F50 inset !important;
}

.t-Button--coral:hover
,.t-Button--coral-selected {
  color:white !important;
  background-color:#FF7F50 !important; /* html_colour Orange colours-Coral */
  box-shadow:0 0 0 1px #FF7F50 inset !important;
}
.t-Button--darkorange {
  color:#FF8C00 !important; /* html_colour Orange colours-DarkOrange */
  background-color:white !important;
  box-shadow:0 0 0 1px #FF8C00 inset !important;
}

.t-Button--darkorange:hover
,.t-Button--darkorange-selected {
  color:white !important;
  background-color:#FF8C00 !important; /* html_colour Orange colours-DarkOrange */
  box-shadow:0 0 0 1px #FF8C00 inset !important;
}
.t-Button--orange
,.t-Button--orange-selected:hover {
  color:#FFA500 !important; /* html_colour Orange colours-Orange */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFA500 inset !important;
}

.t-Button--orange:hover
,.t-Button--orange-selected {
  color:white !important;
  background-color:#FFA500 !important; /* html_colour Orange colours-Orange */
  box-shadow:0 0 0 1px #FFA500 inset !important;
}
.t-Button--orangered {
  color:#FF4500 !important; /* html_colour Orange colours-OrangeRed */
  background-color:white !important;
  box-shadow:0 0 0 1px #FF4500 inset !important;
}

.t-Button--orangered:hover
,.t-Button--orangered-selected {
  color:white !important;
  background-color:#FF4500 !important; /* html_colour Orange colours-OrangeRed */
  box-shadow:0 0 0 1px #FF4500 inset !important;
}
.t-Button--tomato {
  color:#FF6347 !important; /* html_colour Orange colours-Tomato */
  background-color:white !important;
  box-shadow:0 0 0 1px #FF6347 inset !important;
}

.t-Button--tomato:hover
,.t-Button--tomato-selected {
  color:white !important;
  background-color:#FF6347 !important; /* html_colour Orange colours-Tomato */
  box-shadow:0 0 0 1px #FF6347 inset !important;
}
.t-Button--deeppink {
  color:#FF1493 !important; /* html_colour Pink Colors-DeepPink */
  background-color:white !important;
  box-shadow:0 0 0 1px #FF1493 inset !important;
}

.t-Button--deeppink:hover
,.t-Button--deeppink-selected {
  color:white !important;
  background-color:#FF1493 !important; /* html_colour Pink Colors-DeepPink */
  box-shadow:0 0 0 1px #FF1493 inset !important;
}
.t-Button--hotpink {
  color:#FF69B4 !important; /* html_colour Pink Colors-HotPink */
  background-color:white !important;
  box-shadow:0 0 0 1px #FF69B4 inset !important;
}

.t-Button--hotpink:hover
,.t-Button--hotpink-selected {
  color:white !important;
  background-color:#FF69B4 !important; /* html_colour Pink Colors-HotPink */
  box-shadow:0 0 0 1px #FF69B4 inset !important;
}
.t-Button--lightpink {
  color:#FFB6C1 !important; /* html_colour Pink Colors-LightPink */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFB6C1 inset !important;
}

.t-Button--lightpink:hover
,.t-Button--lightpink-selected {
  color:white !important;
  background-color:#FFB6C1 !important; /* html_colour Pink Colors-LightPink */
  box-shadow:0 0 0 1px #FFB6C1 inset !important;
}
.t-Button--mediumvioletred {
  color:#C71585 !important; /* html_colour Pink Colors-MediumVioletRed */
  background-color:white !important;
  box-shadow:0 0 0 1px #C71585 inset !important;
}

.t-Button--mediumvioletred:hover
,.t-Button--mediumvioletred-selected {
  color:white !important;
  background-color:#C71585 !important; /* html_colour Pink Colors-MediumVioletRed */
  box-shadow:0 0 0 1px #C71585 inset !important;
}
.t-Button--palevioletred {
  color:#DB7093 !important; /* html_colour Pink Colors-PaleVioletRed */
  background-color:white !important;
  box-shadow:0 0 0 1px #DB7093 inset !important;
}

.t-Button--palevioletred:hover
,.t-Button--palevioletred-selected {
  color:white !important;
  background-color:#DB7093 !important; /* html_colour Pink Colors-PaleVioletRed */
  box-shadow:0 0 0 1px #DB7093 inset !important;
}
.t-Button--pink {
  color:#FFC0CB !important; /* html_colour Pink Colors-Pink */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFC0CB inset !important;
}

.t-Button--pink:hover
,.t-Button--pink-selected {
  color:white !important;
  background-color:#FFC0CB !important; /* html_colour Pink Colors-Pink */
  box-shadow:0 0 0 1px #FFC0CB inset !important;
}
.t-Button--blueviolet {
  color:#8A2BE2 !important; /* html_colour Purple colours-BlueViolet */
  background-color:white !important;
  box-shadow:0 0 0 1px #8A2BE2 inset !important;
}

.t-Button--blueviolet:hover
,.t-Button--blueviolet-selected {
  color:white !important;
  background-color:#8A2BE2 !important; /* html_colour Purple colours-BlueViolet */
  box-shadow:0 0 0 1px #8A2BE2 inset !important;
}
.t-Button--darkmagenta {
  color:#8B008B !important; /* html_colour Purple colours-DarkMagenta */
  background-color:white !important;
  box-shadow:0 0 0 1px #8B008B inset !important;
}

.t-Button--darkmagenta:hover
,.t-Button--darkmagenta-selected {
  color:white !important;
  background-color:#8B008B !important; /* html_colour Purple colours-DarkMagenta */
  box-shadow:0 0 0 1px #8B008B inset !important;
}
.t-Button--darkorchid {
  color:#9932CC !important; /* html_colour Purple colours-DarkOrchid */
  background-color:white !important;
  box-shadow:0 0 0 1px #9932CC inset !important;
}

.t-Button--darkorchid:hover
,.t-Button--darkorchid-selected {
  color:white !important;
  background-color:#9932CC !important; /* html_colour Purple colours-DarkOrchid */
  box-shadow:0 0 0 1px #9932CC inset !important;
}
.t-Button--darkslateblue {
  color:#483D8B !important; /* html_colour Purple colours-DarkSlateBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #483D8B inset !important;
}

.t-Button--darkslateblue:hover
,.t-Button--darkslateblue-selected {
  color:white !important;
  background-color:#483D8B !important; /* html_colour Purple colours-DarkSlateBlue */
  box-shadow:0 0 0 1px #483D8B inset !important;
}
.t-Button--darkviolet {
  color:#9400D3 !important; /* html_colour Purple colours-DarkViolet */
  background-color:white !important;
  box-shadow:0 0 0 1px #9400D3 inset !important;
}

.t-Button--darkviolet:hover
,.t-Button--darkviolet-selected {
  color:white !important;
  background-color:#9400D3 !important; /* html_colour Purple colours-DarkViolet */
  box-shadow:0 0 0 1px #9400D3 inset !important;
}
.t-Button--fuchsia {
  color:#FF00FF !important; /* html_colour Purple colours-Fuchsia */
  background-color:white !important;
  box-shadow:0 0 0 1px #FF00FF inset !important;
}

.t-Button--fuchsia:hover
,.t-Button--fuchsia-selected {
  color:white !important;
  background-color:#FF00FF !important; /* html_colour Purple colours-Fuchsia */
  box-shadow:0 0 0 1px #FF00FF inset !important;
}
.t-Button--indigo  {
  color:#4B0082 !important; /* html_colour Purple colours-Indigo  */
  background-color:white !important;
  box-shadow:0 0 0 1px #4B0082 inset !important;
}

.t-Button--indigo :hover
,.t-Button--indigo-selected {
  color:white !important;
  background-color:#4B0082 !important; /* html_colour Purple colours-Indigo  */
  box-shadow:0 0 0 1px #4B0082 inset !important;
}
.t-Button--lavender {
  color:#E6E6FA !important; /* html_colour Purple colours-Lavender */
  background-color:white !important;
  box-shadow:0 0 0 1px #E6E6FA inset !important;
}

.t-Button--lavender:hover
,.t-Button--lavender-selected {
  color:white !important;
  background-color:#E6E6FA !important; /* html_colour Purple colours-Lavender */
  box-shadow:0 0 0 1px #E6E6FA inset !important;
}
.t-Button--magenta {
  color:#FF00FF !important; /* html_colour Purple colours-Magenta */
  background-color:white !important;
  box-shadow:0 0 0 1px #FF00FF inset !important;
}

.t-Button--magenta:hover
,.t-Button--magenta-selected {
  color:white !important;
  background-color:#FF00FF !important; /* html_colour Purple colours-Magenta */
  box-shadow:0 0 0 1px #FF00FF inset !important;
}
.t-Button--mediumorchid {
  color:#BA55D3 !important; /* html_colour Purple colours-MediumOrchid */
  background-color:white !important;
  box-shadow:0 0 0 1px #BA55D3 inset !important;
}

.t-Button--mediumorchid:hover
,.t-Button--mediumorchid-selected {
  color:white !important;
  background-color:#BA55D3 !important; /* html_colour Purple colours-MediumOrchid */
  box-shadow:0 0 0 1px #BA55D3 inset !important;
}
.t-Button--mediumpurple {
  color:#9370DB !important; /* html_colour Purple colours-MediumPurple */
  background-color:white !important;
  box-shadow:0 0 0 1px #9370DB inset !important;
}

.t-Button--mediumpurple:hover
,.t-Button--mediumpurple-selected {
  color:white !important;
  background-color:#9370DB !important; /* html_colour Purple colours-MediumPurple */
  box-shadow:0 0 0 1px #9370DB inset !important;
}
.t-Button--mediumslateblue {
  color:#7B68EE !important; /* html_colour Purple colours-MediumSlateBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #7B68EE inset !important;
}

.t-Button--mediumslateblue:hover
,.t-Button--mediumslateblue-selected {
  color:white !important;
  background-color:#7B68EE !important; /* html_colour Purple colours-MediumSlateBlue */
  box-shadow:0 0 0 1px #7B68EE inset !important;
}
.t-Button--orchid {
  color:#DA70D6 !important; /* html_colour Purple colours-Orchid */
  background-color:white !important;
  box-shadow:0 0 0 1px #DA70D6 inset !important;
}

.t-Button--orchid:hover
,.t-Button--orchid-selected {
  color:white !important;
  background-color:#DA70D6 !important; /* html_colour Purple colours-Orchid */
  box-shadow:0 0 0 1px #DA70D6 inset !important;
}
.t-Button--plum {
  color:#DDA0DD !important; /* html_colour Purple colours-Plum */
  background-color:white !important;
  box-shadow:0 0 0 1px #DDA0DD inset !important;
}

.t-Button--plum:hover
,.t-Button--plum-selected {
  color:white !important;
  background-color:#DDA0DD !important; /* html_colour Purple colours-Plum */
  box-shadow:0 0 0 1px #DDA0DD inset !important;
}
.t-Button--purple {
  color:#800080 !important; /* html_colour Purple colours-Purple */
  background-color:white !important;
  box-shadow:0 0 0 1px #800080 inset !important;
}

.t-Button--purple:hover
,.t-Button--purple-selected {
  color:white !important;
  background-color:#800080 !important; /* html_colour Purple colours-Purple */
  box-shadow:0 0 0 1px #800080 inset !important;
}
.t-Button--rebeccapurple {
  color:#663399 !important; /* html_colour Purple colours-RebeccaPurple */
  background-color:white !important;
  box-shadow:0 0 0 1px #663399 inset !important;
}

.t-Button--rebeccapurple:hover
,.t-Button--rebeccapurple-selected {
  color:white !important;
  background-color:#663399 !important; /* html_colour Purple colours-RebeccaPurple */
  box-shadow:0 0 0 1px #663399 inset !important;
}
.t-Button--slateblue {
  color:#6A5ACD !important; /* html_colour Purple colours-SlateBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #6A5ACD inset !important;
}

.t-Button--slateblue:hover
,.t-Button--slateblue-selected {
  color:white !important;
  background-color:#6A5ACD !important; /* html_colour Purple colours-SlateBlue */
  box-shadow:0 0 0 1px #6A5ACD inset !important;
}
.t-Button--thistle {
  color:#D8BFD8 !important; /* html_colour Purple colours-Thistle */
  background-color:white !important;
  box-shadow:0 0 0 1px #D8BFD8 inset !important;
}

.t-Button--thistle:hover
,.t-Button--thistle-selected {
  color:white !important;
  background-color:#D8BFD8 !important; /* html_colour Purple colours-Thistle */
  box-shadow:0 0 0 1px #D8BFD8 inset !important;
}
.t-Button--violet {
  color:#EE82EE !important; /* html_colour Purple colours-Violet */
  background-color:white !important;
  box-shadow:0 0 0 1px #EE82EE inset !important;
}

.t-Button--violet:hover
,.t-Button--violet-selected {
  color:white !important;
  background-color:#EE82EE !important; /* html_colour Purple colours-Violet */
  box-shadow:0 0 0 1px #EE82EE inset !important;
}
.t-Button--crimson {
  color:#DC143C !important; /* html_colour Red Colours-Crimson */
  background-color:white !important;
  box-shadow:0 0 0 1px #DC143C inset !important;
}

.t-Button--crimson:hover
,.t-Button--crimson-selected {
  color:white !important;
  background-color:#DC143C !important; /* html_colour Red Colours-Crimson */
  box-shadow:0 0 0 1px #DC143C inset !important;
}
.t-Button--darkred {
  color:#8B0000 !important; /* html_colour Red Colours-DarkRed */
  background-color:white !important;
  box-shadow:0 0 0 1px #8B0000 inset !important;
}

.t-Button--darkred:hover
,.t-Button--darkred-selected {
  color:white !important;
  background-color:#8B0000 !important; /* html_colour Red Colours-DarkRed */
  box-shadow:0 0 0 1px #8B0000 inset !important;
}
.t-Button--darksalmon {
  color:#E9967A !important; /* html_colour Red Colours-DarkSalmon */
  background-color:white !important;
  box-shadow:0 0 0 1px #E9967A inset !important;
}

.t-Button--darksalmon:hover
,.t-Button--darksalmon-selected {
  color:white !important;
  background-color:#E9967A !important; /* html_colour Red Colours-DarkSalmon */
  box-shadow:0 0 0 1px #E9967A inset !important;
}
.t-Button--firebrick {
  color:#B22222 !important; /* html_colour Red Colours-FireBrick */
  background-color:white !important;
  box-shadow:0 0 0 1px #B22222 inset !important;
}

.t-Button--firebrick:hover
,.t-Button--firebrick-selected {
  color:white !important;
  background-color:#B22222 !important; /* html_colour Red Colours-FireBrick */
  box-shadow:0 0 0 1px #B22222 inset !important;
}
.t-Button--indianred  {
  color:#CD5C5C !important; /* html_colour Red Colours-IndianRed  */
  background-color:white !important;
  box-shadow:0 0 0 1px #CD5C5C inset !important;
}

.t-Button--indianred :hover
,.t-Button--indianred-selected {
  color:white !important;
  background-color:#CD5C5C !important; /* html_colour Red Colours-IndianRed  */
  box-shadow:0 0 0 1px #CD5C5C inset !important;
}
.t-Button--lightcoral {
  color:#F08080 !important; /* html_colour Red Colours-LightCoral */
  background-color:white !important;
  box-shadow:0 0 0 1px #F08080 inset !important;
}

.t-Button--lightcoral:hover
,.t-Button--lightcoral-selected {
  color:white !important;
  background-color:#F08080 !important; /* html_colour Red Colours-LightCoral */
  box-shadow:0 0 0 1px #F08080 inset !important;
}
.t-Button--lightsalmon {
  color:#FFA07A !important; /* html_colour Red Colours-LightSalmon */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFA07A inset !important;
}

.t-Button--lightsalmon:hover
,.t-Button--lightsalmon-selected {
  color:white !important;
  background-color:#FFA07A !important; /* html_colour Red Colours-LightSalmon */
  box-shadow:0 0 0 1px #FFA07A inset !important;
}
.t-Button--red
,.t-Button--red-selected:hover {
  color:#FF0000 !important; /* html_colour Red Colours-Red */
  background-color:white !important;
  box-shadow:0 0 0 1px #FF0000 inset !important;
}

.t-Button--red:hover
,.t-Button--red-selected {
  color:white !important;
  background-color:#FF0000 !important; /* html_colour Red Colours-Red */
  box-shadow:0 0 0 1px #FF0000 inset !important;
}
.t-Button--salmon {
  color:#FA8072 !important; /* html_colour Red Colours-Salmon */
  background-color:white !important;
  box-shadow:0 0 0 1px #FA8072 inset !important;
}

.t-Button--salmon:hover
,.t-Button--salmon-selected {
  color:white !important;
  background-color:#FA8072 !important; /* html_colour Red Colours-Salmon */
  box-shadow:0 0 0 1px #FA8072 inset !important;
}
.t-Button--aliceblue {
  color:#F0F8FF !important; /* html_colour White Colours-AliceBlue */
  background-color:white !important;
  box-shadow:0 0 0 1px #F0F8FF inset !important;
}

.t-Button--aliceblue:hover
,.t-Button--aliceblue-selected {
  color:white !important;
  background-color:#F0F8FF !important; /* html_colour White Colours-AliceBlue */
  box-shadow:0 0 0 1px #F0F8FF inset !important;
}
.t-Button--antiquewhite {
  color:#FAEBD7 !important; /* html_colour White Colours-AntiqueWhite */
  background-color:white !important;
  box-shadow:0 0 0 1px #FAEBD7 inset !important;
}

.t-Button--antiquewhite:hover
,.t-Button--antiquewhite-selected {
  color:white !important;
  background-color:#FAEBD7 !important; /* html_colour White Colours-AntiqueWhite */
  box-shadow:0 0 0 1px #FAEBD7 inset !important;
}
.t-Button--azure {
  color:#F0FFFF !important; /* html_colour White Colours-Azure */
  background-color:white !important;
  box-shadow:0 0 0 1px #F0FFFF inset !important;
}

.t-Button--azure:hover
,.t-Button--azure-selected {
  color:white !important;
  background-color:#F0FFFF !important; /* html_colour White Colours-Azure */
  box-shadow:0 0 0 1px #F0FFFF inset !important;
}
.t-Button--beige {
  color:#F5F5DC !important; /* html_colour White Colours-Beige */
  background-color:white !important;
  box-shadow:0 0 0 1px #F5F5DC inset !important;
}

.t-Button--beige:hover
,.t-Button--beige-selected {
  color:white !important;
  background-color:#F5F5DC !important; /* html_colour White Colours-Beige */
  box-shadow:0 0 0 1px #F5F5DC inset !important;
}
.t-Button--floralwhite {
  color:#FFFAF0 !important; /* html_colour White Colours-FloralWhite */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFFAF0 inset !important;
}

.t-Button--floralwhite:hover
,.t-Button--floralwhite-selected {
  color:white !important;
  background-color:#FFFAF0 !important; /* html_colour White Colours-FloralWhite */
  box-shadow:0 0 0 1px #FFFAF0 inset !important;
}
.t-Button--ghostwhite {
  color:#F8F8FF !important; /* html_colour White Colours-GhostWhite */
  background-color:white !important;
  box-shadow:0 0 0 1px #F8F8FF inset !important;
}

.t-Button--ghostwhite:hover
,.t-Button--ghostwhite-selected {
  color:white !important;
  background-color:#F8F8FF !important; /* html_colour White Colours-GhostWhite */
  box-shadow:0 0 0 1px #F8F8FF inset !important;
}
.t-Button--honeydew {
  color:#F0FFF0 !important; /* html_colour White Colours-HoneyDew */
  background-color:white !important;
  box-shadow:0 0 0 1px #F0FFF0 inset !important;
}

.t-Button--honeydew:hover
,.t-Button--honeydew-selected {
  color:white !important;
  background-color:#F0FFF0 !important; /* html_colour White Colours-HoneyDew */
  box-shadow:0 0 0 1px #F0FFF0 inset !important;
}
.t-Button--ivory {
  color:#FFFFF0 !important; /* html_colour White Colours-Ivory */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFFFF0 inset !important;
}

.t-Button--ivory:hover
,.t-Button--ivory-selected {
  color:white !important;
  background-color:#FFFFF0 !important; /* html_colour White Colours-Ivory */
  box-shadow:0 0 0 1px #FFFFF0 inset !important;
}
.t-Button--lavenderblush {
  color:#FFF0F5 !important; /* html_colour White Colours-LavenderBlush */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFF0F5 inset !important;
}

.t-Button--lavenderblush:hover
,.t-Button--lavenderblush-selected {
  color:white !important;
  background-color:#FFF0F5 !important; /* html_colour White Colours-LavenderBlush */
  box-shadow:0 0 0 1px #FFF0F5 inset !important;
}
.t-Button--linen {
  color:#FAF0E6 !important; /* html_colour White Colours-Linen */
  background-color:white !important;
  box-shadow:0 0 0 1px #FAF0E6 inset !important;
}

.t-Button--linen:hover
,.t-Button--linen-selected {
  color:white !important;
  background-color:#FAF0E6 !important; /* html_colour White Colours-Linen */
  box-shadow:0 0 0 1px #FAF0E6 inset !important;
}
.t-Button--mintcream {
  color:#F5FFFA !important; /* html_colour White Colours-MintCream */
  background-color:white !important;
  box-shadow:0 0 0 1px #F5FFFA inset !important;
}

.t-Button--mintcream:hover
,.t-Button--mintcream-selected {
  color:white !important;
  background-color:#F5FFFA !important; /* html_colour White Colours-MintCream */
  box-shadow:0 0 0 1px #F5FFFA inset !important;
}
.t-Button--mistyrose {
  color:#FFE4E1 !important; /* html_colour White Colours-MistyRose */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFE4E1 inset !important;
}

.t-Button--mistyrose:hover
,.t-Button--mistyrose-selected {
  color:white !important;
  background-color:#FFE4E1 !important; /* html_colour White Colours-MistyRose */
  box-shadow:0 0 0 1px #FFE4E1 inset !important;
}
.t-Button--oldlace {
  color:#FDF5E6 !important; /* html_colour White Colours-OldLace */
  background-color:white !important;
  box-shadow:0 0 0 1px #FDF5E6 inset !important;
}

.t-Button--oldlace:hover
,.t-Button--oldlace-selected {
  color:white !important;
  background-color:#FDF5E6 !important; /* html_colour White Colours-OldLace */
  box-shadow:0 0 0 1px #FDF5E6 inset !important;
}
.t-Button--seashell {
  color:#FFF5EE !important; /* html_colour White Colours-SeaShell */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFF5EE inset !important;
}

.t-Button--seashell:hover
,.t-Button--seashell-selected {
  color:white !important;
  background-color:#FFF5EE !important; /* html_colour White Colours-SeaShell */
  box-shadow:0 0 0 1px #FFF5EE inset !important;
}
.t-Button--snow {
  color:#FFFAFA !important; /* html_colour White Colours-Snow */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFFAFA inset !important;
}

.t-Button--snow:hover
,.t-Button--snow-selected {
  color:white !important;
  background-color:#FFFAFA !important; /* html_colour White Colours-Snow */
  box-shadow:0 0 0 1px #FFFAFA inset !important;
}
.t-Button--white {
  color:#FFFFFF !important; /* html_colour White Colours-White */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFFFFF inset !important;
}

.t-Button--white:hover
,.t-Button--white-selected {
  color:grey !important;
  background-color:#FFFFFF !important; /* html_colour White Colours-White */
  box-shadow:0 0 0 1px #FFFFFF inset !important;
}
.t-Button--whitesmoke {
  color:#F5F5F5 !important; /* html_colour White Colours-WhiteSmoke */
  background-color:white !important;
  box-shadow:0 0 0 1px #F5F5F5 inset !important;
}

.t-Button--whitesmoke:hover
,.t-Button--whitesmoke-selected {
  color:white !important;
  background-color:#F5F5F5 !important; /* html_colour White Colours-WhiteSmoke */
  box-shadow:0 0 0 1px #F5F5F5 inset !important;
}
.t-Button--darkkhaki {
  color:#BDB76B !important; /* html_colour Yellow Colours-DarkKhaki */
  background-color:white !important;
  box-shadow:0 0 0 1px #BDB76B inset !important;
}

.t-Button--darkkhaki:hover
,.t-Button--darkkhaki-selected {
  color:white !important;
  background-color:#BDB76B !important; /* html_colour Yellow Colours-DarkKhaki */
  box-shadow:0 0 0 1px #BDB76B inset !important;
}
.t-Button--gold {
  color:#FFD700 !important; /* html_colour Yellow Colours-Gold */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFD700 inset !important;
}

.t-Button--gold:hover
,.t-Button--gold-selected {
  color:white !important;
  background-color:#FFD700 !important; /* html_colour Yellow Colours-Gold */
  box-shadow:0 0 0 1px #FFD700 inset !important;
}
.t-Button--khaki {
  color:#F0E68C !important; /* html_colour Yellow Colours-Khaki */
  background-color:white !important;
  box-shadow:0 0 0 1px #F0E68C inset !important;
}

.t-Button--khaki:hover
,.t-Button--khaki-selected {
  color:white !important;
  background-color:#F0E68C !important; /* html_colour Yellow Colours-Khaki */
  box-shadow:0 0 0 1px #F0E68C inset !important;
}
.t-Button--lemonchiffon {
  color:#FFFACD !important; /* html_colour Yellow Colours-LemonChiffon */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFFACD inset !important;
}

.t-Button--lemonchiffon:hover
,.t-Button--lemonchiffon-selected {
  color:white !important;
  background-color:#FFFACD !important; /* html_colour Yellow Colours-LemonChiffon */
  box-shadow:0 0 0 1px #FFFACD inset !important;
}
.t-Button--lightgoldenrodyellow {
  color:#FAFAD2 !important; /* html_colour Yellow Colours-LightGoldenRodYellow */
  background-color:white !important;
  box-shadow:0 0 0 1px #FAFAD2 inset !important;
}

.t-Button--lightgoldenrodyellow:hover
,.t-Button--lightgoldenrodyellow-selected {
  color:white !important;
  background-color:#FAFAD2 !important; /* html_colour Yellow Colours-LightGoldenRodYellow */
  box-shadow:0 0 0 1px #FAFAD2 inset !important;
}
.t-Button--lightyellow {
  color:#FFFFE0 !important; /* html_colour Yellow Colours-LightYellow */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFFFE0 inset !important;
}

.t-Button--lightyellow:hover
,.t-Button--lightyellow-selected {
  color:white !important;
  background-color:#FFFFE0 !important; /* html_colour Yellow Colours-LightYellow */
  box-shadow:0 0 0 1px #FFFFE0 inset !important;
}
.t-Button--moccasin {
  color:#FFE4B5 !important; /* html_colour Yellow Colours-Moccasin */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFE4B5 inset !important;
}

.t-Button--moccasin:hover
,.t-Button--moccasin-selected {
  color:white !important;
  background-color:#FFE4B5 !important; /* html_colour Yellow Colours-Moccasin */
  box-shadow:0 0 0 1px #FFE4B5 inset !important;
}
.t-Button--palegoldenrod {
  color:#EEE8AA !important; /* html_colour Yellow Colours-PaleGoldenRod */
  background-color:white !important;
  box-shadow:0 0 0 1px #EEE8AA inset !important;
}

.t-Button--palegoldenrod:hover
,.t-Button--palegoldenrod-selected {
  color:white !important;
  background-color:#EEE8AA !important; /* html_colour Yellow Colours-PaleGoldenRod */
  box-shadow:0 0 0 1px #EEE8AA inset !important;
}
.t-Button--papayawhip {
  color:#FFEFD5 !important; /* html_colour Yellow Colours-PapayaWhip */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFEFD5 inset !important;
}

.t-Button--papayawhip:hover
,.t-Button--papayawhip-selected {
  color:white !important;
  background-color:#FFEFD5 !important; /* html_colour Yellow Colours-PapayaWhip */
  box-shadow:0 0 0 1px #FFEFD5 inset !important;
}
.t-Button--peachpuff {
  color:#FFDAB9 !important; /* html_colour Yellow Colours-PeachPuff */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFDAB9 inset !important;
}

.t-Button--peachpuff:hover
,.t-Button--peachpuff-selected {
  color:white !important;
  background-color:#FFDAB9 !important; /* html_colour Yellow Colours-PeachPuff */
  box-shadow:0 0 0 1px #FFDAB9 inset !important;
}
.t-Button--yellow {
  color:#FFFF00 !important; /* html_colour Yellow Colours-Yellow */
  background-color:white !important;
  box-shadow:0 0 0 1px #FFFF00 inset !important;
}

.t-Button--yellow:hover
,.t-Button--yellow-selected {
  color:white !important;
  background-color:#FFFF00 !important; /* html_colour Yellow Colours-Yellow */
  box-shadow:0 0 0 1px #FFFF00 inset !important;
}


/* Definitions to be used when colouring Interactive Grids 
*/
.a-GV-cell.blue {
  background-color:#0000FF !important; /* html_colour Blue Colours-Blue */
}
.a-GV-cell.cadetblue {
  background-color:#5F9EA0 !important; /* html_colour Blue Colours-CadetBlue */
}
.a-GV-cell.cornflowerblue {
  background-color:#6495ED !important; /* html_colour Blue Colours-CornflowerBlue */
}
.a-GV-cell.darkblue {
  background-color:#00008B !important; /* html_colour Blue Colours-DarkBlue */
}
.a-GV-cell.deepskyblue {
  background-color:#00BFFF !important; /* html_colour Blue Colours-DeepSkyBlue */
}
.a-GV-cell.dodgerblue {
  background-color:#1E90FF !important; /* html_colour Blue Colours-DodgerBlue */
}
.a-GV-cell.lightblue {
  background-color:#ADD8E6 !important; /* html_colour Blue Colours-LightBlue */
}
.a-GV-cell.lightskyblue {
  background-color:#87CEFA !important; /* html_colour Blue Colours-LightSkyBlue */
}
.a-GV-cell.lightsteelblue {
  background-color:#B0C4DE !important; /* html_colour Blue Colours-LightSteelBlue */
}
.a-GV-cell.mediumblue {
  background-color:#0000CD !important; /* html_colour Blue Colours-MediumBlue */
}
.a-GV-cell.midnightblue {
  background-color:#191970 !important; /* html_colour Blue Colours-MidnightBlue */
}
.a-GV-cell.navy {
  background-color:#000080 !important; /* html_colour Blue Colours-Navy */
}
.a-GV-cell.powderblue {
  background-color:#B0E0E6 !important; /* html_colour Blue Colours-PowderBlue */
}
.a-GV-cell.royalblue {
  background-color:#4169E1 !important; /* html_colour Blue Colours-RoyalBlue */
}
.a-GV-cell.skyblue {
  background-color:#87CEEB !important; /* html_colour Blue Colours-SkyBlue */
}
.a-GV-cell.steelblue {
  background-color:#4682B4 !important; /* html_colour Blue Colours-SteelBlue */
}
.a-GV-cell.bisque {
  background-color:#FFE4C4 !important; /* html_colour Brown Colours-Bisque */
}
.a-GV-cell.blanchedalmond {
  background-color:#FFEBCD !important; /* html_colour Brown Colours-BlanchedAlmond */
}
.a-GV-cell.brown {
  background-color:#A52A2A !important; /* html_colour Brown Colours-Brown */
}
.a-GV-cell.burlywood {
  background-color:#DEB887 !important; /* html_colour Brown Colours-BurlyWood */
}
.a-GV-cell.chocolate {
  background-color:#D2691E !important; /* html_colour Brown Colours-Chocolate */
}
.a-GV-cell.cornsilk {
  background-color:#FFF8DC !important; /* html_colour Brown Colours-Cornsilk */
}
.a-GV-cell.goldenrod {
  background-color:#DAA520 !important; /* html_colour Brown Colours-GoldenRod */
}
.a-GV-cell.maroon {
  background-color:#800000 !important; /* html_colour Brown Colours-Maroon */
}
.a-GV-cell.navajowhite {
  background-color:#FFDEAD !important; /* html_colour Brown Colours-NavajoWhite */
}
.a-GV-cell.olive {
  background-color:#808000 !important; /* html_colour Brown Colours-Olive */
}
.a-GV-cell.rosybrown {
  background-color:#BC8F8F !important; /* html_colour Brown Colours-RosyBrown */
}
.a-GV-cell.saddlebrown {
  background-color:#8B4513 !important; /* html_colour Brown Colours-SaddleBrown */
}
.a-GV-cell.sandybrown {
  background-color:#F4A460 !important; /* html_colour Brown Colours-SandyBrown */
}
.a-GV-cell.sienna {
  background-color:#A0522D !important; /* html_colour Brown Colours-Sienna */
}
.a-GV-cell.tan {
  background-color:#D2B48C !important; /* html_colour Brown Colours-Tan */
}
.a-GV-cell.wheat {
  background-color:#F5DEB3 !important; /* html_colour Brown Colours-Wheat */
}
.a-GV-cell.aqua {
  background-color:#00FFFF !important; /* html_colour Cyan Colors-Aqua */
}
.a-GV-cell.aquamarine {
  background-color:#7FFFD4 !important; /* html_colour Cyan Colors-Aquamarine */
}
.a-GV-cell.cyan {
  background-color:#00FFFF !important; /* html_colour Cyan Colors-Cyan */
}
.a-GV-cell.darkturquoise {
  background-color:#00CED1 !important; /* html_colour Cyan Colors-DarkTurquoise */
}
.a-GV-cell.lightcyan {
  background-color:#E0FFFF !important; /* html_colour Cyan Colors-LightCyan */
}
.a-GV-cell.mediumturquoise {
  background-color:#48D1CC !important; /* html_colour Cyan Colors-MediumTurquoise */
}
.a-GV-cell.paleturquoise {
  background-color:#AFEEEE !important; /* html_colour Cyan Colors-PaleTurquoise */
}
.a-GV-cell.turquoise {
  background-color:#40E0D0 !important; /* html_colour Cyan Colors-Turquoise */
}
.a-GV-cell.chartreuse {
  background-color:#7FFF00 !important; /* html_colour Green Colours-Chartreuse */
}
.a-GV-cell.darkcyan {
  background-color:#008B8B !important; /* html_colour Green Colours-DarkCyan */
}
.a-GV-cell.darkgreen {
  background-color:#006400 !important; /* html_colour Green Colours-DarkGreen */
}
.a-GV-cell.darkolivegreen {
  background-color:#556B2F !important; /* html_colour Green Colours-DarkOliveGreen */
}
.a-GV-cell.darkseagreen {
  background-color:#8FBC8F !important; /* html_colour Green Colours-DarkSeaGreen */
}
.a-GV-cell.forestgreen {
  background-color:#228B22 !important; /* html_colour Green Colours-ForestGreen */
}
.a-GV-cell.green {
  background-color:#008000 !important; /* html_colour Green Colours-Green */
}
.a-GV-cell.greenyellow {
  background-color:#ADFF2F !important; /* html_colour Green Colours-GreenYellow */
}
.a-GV-cell.lawngreen {
  background-color:#7CFC00 !important; /* html_colour Green Colours-LawnGreen */
}
.a-GV-cell.lightgreen {
  background-color:#90EE90 !important; /* html_colour Green Colours-LightGreen */
}
.a-GV-cell.lightseagreen {
  background-color:#20B2AA !important; /* html_colour Green Colours-LightSeaGreen */
}
.a-GV-cell.lime {
  background-color:#00FF00 !important; /* html_colour Green Colours-Lime */
}
.a-GV-cell.limegreen {
  background-color:#32CD32 !important; /* html_colour Green Colours-LimeGreen */
}
.a-GV-cell.mediumaquamarine {
  background-color:#66CDAA !important; /* html_colour Green Colours-MediumAquaMarine */
}
.a-GV-cell.mediumseagreen {
  background-color:#3CB371 !important; /* html_colour Green Colours-MediumSeaGreen */
}
.a-GV-cell.mediumspringgreen {
  background-color:#00FA9A !important; /* html_colour Green Colours-MediumSpringGreen */
}
.a-GV-cell.olivedrab {
  background-color:#6B8E23 !important; /* html_colour Green Colours-OliveDrab */
}
.a-GV-cell.palegreen {
  background-color:#98FB98 !important; /* html_colour Green Colours-PaleGreen */
}
.a-GV-cell.seagreen {
  background-color:#2E8B57 !important; /* html_colour Green Colours-SeaGreen */
}
.a-GV-cell.springgreen {
  background-color:#00FF7F !important; /* html_colour Green Colours-SpringGreen */
}
.a-GV-cell.teal {
  background-color:#008080 !important; /* html_colour Green Colours-Teal */
}
.a-GV-cell.yellowgreen {
  background-color:#9ACD32 !important; /* html_colour Green Colours-YellowGreen */
}
.a-GV-cell.black {
  background-color:#000000 !important; /* html_colour Grey Colors-Black */
}
.a-GV-cell.darkgray {
  background-color:#A9A9A9 !important; /* html_colour Grey Colors-DarkGray */
}
.a-GV-cell.darkslategray {
  background-color:#2F4F4F !important; /* html_colour Grey Colors-DarkSlateGray */
}
.a-GV-cell.dimgray {
  background-color:#696969 !important; /* html_colour Grey Colors-DimGray */
}
.a-GV-cell.gainsboro {
  background-color:#DCDCDC !important; /* html_colour Grey Colors-Gainsboro */
}
.a-GV-cell.gray {
  background-color:#808080 !important; /* html_colour Grey Colors-Gray */
}
.a-GV-cell.lightgray {
  background-color:#D3D3D3 !important; /* html_colour Grey Colors-LightGray */
}
.a-GV-cell.lightslategray {
  background-color:#778899 !important; /* html_colour Grey Colors-LightSlateGray */
}
.a-GV-cell.silver {
  background-color:#C0C0C0 !important; /* html_colour Grey Colors-Silver */
}
.a-GV-cell.slategray {
  background-color:#708090 !important; /* html_colour Grey Colors-SlateGray */
}
.a-GV-cell.coral {
  background-color:#FF7F50 !important; /* html_colour Orange colours-Coral */
}
.a-GV-cell.darkorange {
  background-color:#FF8C00 !important; /* html_colour Orange colours-DarkOrange */
}
.a-GV-cell.orange {
  background-color:#FFA500 !important; /* html_colour Orange colours-Orange */
}
.a-GV-cell.orangered {
  background-color:#FF4500 !important; /* html_colour Orange colours-OrangeRed */
}
.a-GV-cell.tomato {
  background-color:#FF6347 !important; /* html_colour Orange colours-Tomato */
}
.a-GV-cell.deeppink {
  background-color:#FF1493 !important; /* html_colour Pink Colors-DeepPink */
}
.a-GV-cell.hotpink {
  background-color:#FF69B4 !important; /* html_colour Pink Colors-HotPink */
}
.a-GV-cell.lightpink {
  background-color:#FFB6C1 !important; /* html_colour Pink Colors-LightPink */
}
.a-GV-cell.mediumvioletred {
  background-color:#C71585 !important; /* html_colour Pink Colors-MediumVioletRed */
}
.a-GV-cell.palevioletred {
  background-color:#DB7093 !important; /* html_colour Pink Colors-PaleVioletRed */
}
.a-GV-cell.pink {
  background-color:#FFC0CB !important; /* html_colour Pink Colors-Pink */
}
.a-GV-cell.blueviolet {
  background-color:#8A2BE2 !important; /* html_colour Purple colours-BlueViolet */
}
.a-GV-cell.darkmagenta {
  background-color:#8B008B !important; /* html_colour Purple colours-DarkMagenta */
}
.a-GV-cell.darkorchid {
  background-color:#9932CC !important; /* html_colour Purple colours-DarkOrchid */
}
.a-GV-cell.darkslateblue {
  background-color:#483D8B !important; /* html_colour Purple colours-DarkSlateBlue */
}
.a-GV-cell.darkviolet {
  background-color:#9400D3 !important; /* html_colour Purple colours-DarkViolet */
}
.a-GV-cell.fuchsia {
  background-color:#FF00FF !important; /* html_colour Purple colours-Fuchsia */
}
.a-GV-cell.indigo  {
  background-color:#4B0082 !important; /* html_colour Purple colours-Indigo  */
}
.a-GV-cell.lavender {
  background-color:#E6E6FA !important; /* html_colour Purple colours-Lavender */
}
.a-GV-cell.magenta {
  background-color:#FF00FF !important; /* html_colour Purple colours-Magenta */
}
.a-GV-cell.mediumorchid {
  background-color:#BA55D3 !important; /* html_colour Purple colours-MediumOrchid */
}
.a-GV-cell.mediumpurple {
  background-color:#9370DB !important; /* html_colour Purple colours-MediumPurple */
}
.a-GV-cell.mediumslateblue {
  background-color:#7B68EE !important; /* html_colour Purple colours-MediumSlateBlue */
}
.a-GV-cell.orchid {
  background-color:#DA70D6 !important; /* html_colour Purple colours-Orchid */
}
.a-GV-cell.plum {
  background-color:#DDA0DD !important; /* html_colour Purple colours-Plum */
}
.a-GV-cell.purple {
  background-color:#800080 !important; /* html_colour Purple colours-Purple */
}
.a-GV-cell.rebeccapurple {
  background-color:#663399 !important; /* html_colour Purple colours-RebeccaPurple */
}
.a-GV-cell.slateblue {
  background-color:#6A5ACD !important; /* html_colour Purple colours-SlateBlue */
}
.a-GV-cell.thistle {
  background-color:#D8BFD8 !important; /* html_colour Purple colours-Thistle */
}
.a-GV-cell.violet {
  background-color:#EE82EE !important; /* html_colour Purple colours-Violet */
}
.a-GV-cell.crimson {
  background-color:#DC143C !important; /* html_colour Red Colours-Crimson */
}
.a-GV-cell.darkred {
  background-color:#8B0000 !important; /* html_colour Red Colours-DarkRed */
}
.a-GV-cell.darksalmon {
  background-color:#E9967A !important; /* html_colour Red Colours-DarkSalmon */
}
.a-GV-cell.firebrick {
  background-color:#B22222 !important; /* html_colour Red Colours-FireBrick */
}
.a-GV-cell.indianred  {
  background-color:#CD5C5C !important; /* html_colour Red Colours-IndianRed  */
}
.a-GV-cell.lightcoral {
  background-color:#F08080 !important; /* html_colour Red Colours-LightCoral */
}
.a-GV-cell.lightsalmon {
  background-color:#FFA07A !important; /* html_colour Red Colours-LightSalmon */
}
.a-GV-cell.red {
  background-color:#FF0000 !important; /* html_colour Red Colours-Red */
}
.a-GV-cell.salmon {
  background-color:#FA8072 !important; /* html_colour Red Colours-Salmon */
}
.a-GV-cell.aliceblue {
  background-color:#F0F8FF !important; /* html_colour White Colours-AliceBlue */
}
.a-GV-cell.antiquewhite {
  background-color:#FAEBD7 !important; /* html_colour White Colours-AntiqueWhite */
}
.a-GV-cell.azure {
  background-color:#F0FFFF !important; /* html_colour White Colours-Azure */
}
.a-GV-cell.beige {
  background-color:#F5F5DC !important; /* html_colour White Colours-Beige */
}
.a-GV-cell.floralwhite {
  background-color:#FFFAF0 !important; /* html_colour White Colours-FloralWhite */
}
.a-GV-cell.ghostwhite {
  background-color:#F8F8FF !important; /* html_colour White Colours-GhostWhite */
}
.a-GV-cell.honeydew {
  background-color:#F0FFF0 !important; /* html_colour White Colours-HoneyDew */
}
.a-GV-cell.ivory {
  background-color:#FFFFF0 !important; /* html_colour White Colours-Ivory */
}
.a-GV-cell.lavenderblush {
  background-color:#FFF0F5 !important; /* html_colour White Colours-LavenderBlush */
}
.a-GV-cell.linen {
  background-color:#FAF0E6 !important; /* html_colour White Colours-Linen */
}
.a-GV-cell.mintcream {
  background-color:#F5FFFA !important; /* html_colour White Colours-MintCream */
}
.a-GV-cell.mistyrose {
  background-color:#FFE4E1 !important; /* html_colour White Colours-MistyRose */
}
.a-GV-cell.oldlace {
  background-color:#FDF5E6 !important; /* html_colour White Colours-OldLace */
}
.a-GV-cell.seashell {
  background-color:#FFF5EE !important; /* html_colour White Colours-SeaShell */
}
.a-GV-cell.snow {
  background-color:#FFFAFA !important; /* html_colour White Colours-Snow */
}
.a-GV-cell.white {
  background-color:#FFFFFF !important; /* html_colour White Colours-White */
}
.a-GV-cell.whitesmoke {
  background-color:#F5F5F5 !important; /* html_colour White Colours-WhiteSmoke */
}
.a-GV-cell.darkkhaki {
  background-color:#BDB76B !important; /* html_colour Yellow Colours-DarkKhaki */
}
.a-GV-cell.gold {
  background-color:#FFD700 !important; /* html_colour Yellow Colours-Gold */
}
.a-GV-cell.khaki {
  background-color:#F0E68C !important; /* html_colour Yellow Colours-Khaki */
}
.a-GV-cell.lemonchiffon {
  background-color:#FFFACD !important; /* html_colour Yellow Colours-LemonChiffon */
}
.a-GV-cell.lightgoldenrodyellow {
  background-color:#FAFAD2 !important; /* html_colour Yellow Colours-LightGoldenRodYellow */
}
.a-GV-cell.lightyellow {
  background-color:#FFFFE0 !important; /* html_colour Yellow Colours-LightYellow */
}
.a-GV-cell.moccasin {
  background-color:#FFE4B5 !important; /* html_colour Yellow Colours-Moccasin */
}
.a-GV-cell.palegoldenrod {
  background-color:#EEE8AA !important; /* html_colour Yellow Colours-PaleGoldenRod */
}
.a-GV-cell.papayawhip {
  background-color:#FFEFD5 !important; /* html_colour Yellow Colours-PapayaWhip */
}
.a-GV-cell.peachpuff {
  background-color:#FFDAB9 !important; /* html_colour Yellow Colours-PeachPuff */
}
.a-GV-cell.yellow {
  background-color:#FFFF00 !important; /* html_colour Yellow Colours-Yellow */
}

.a-GV-cell.finalised {
  background-color:#EAFAF1 !important; /* html_colour Workflow Colours-Finalised */
}
.a-GV-cell.current {
  background-color:#FEF9E7 !important; /* html_colour Workflow Colours-AwaitingAction */
}
.a-GV-cell.pending {
  background-color:#E8EFFC !important; /* html_colour Workflow Colours-Future */
}
.a-GV-cell.cancelled {
  background-color:#FFE6FF !important; /* html_colour Workflow Colours-Cancelled */
}
.a-GV-cell.rejected {
  background-color:#FFE6FF !important; /* html_colour Workflow Colours-Rejected */
}


/* Definitions to be used when colouring Media List Icons 
*/

.u-color-blue {
  background-color:#0000FF !important; /* html_colour Blue Colours-Blue */
  color:#ffffff !important;
}
.u-color-cadetblue {
  background-color:#5F9EA0 !important; /* html_colour Blue Colours-CadetBlue */
  color:#ffffff !important;
}
.u-color-cornflowerblue {
  background-color:#6495ED !important; /* html_colour Blue Colours-CornflowerBlue */
  color:#ffffff !important;
}
.u-color-darkblue {
  background-color:#00008B !important; /* html_colour Blue Colours-DarkBlue */
  color:#ffffff !important;
}
.u-color-deepskyblue {
  background-color:#00BFFF !important; /* html_colour Blue Colours-DeepSkyBlue */
  color:#ffffff !important;
}
.u-color-dodgerblue {
  background-color:#1E90FF !important; /* html_colour Blue Colours-DodgerBlue */
  color:#ffffff !important;
}
.u-color-lightblue {
  background-color:#ADD8E6 !important; /* html_colour Blue Colours-LightBlue */
  color:#000000 !important;
}
.u-color-lightskyblue {
  background-color:#87CEFA !important; /* html_colour Blue Colours-LightSkyBlue */
  color:#000000 !important;
}
.u-color-lightsteelblue {
  background-color:#B0C4DE !important; /* html_colour Blue Colours-LightSteelBlue */
  color:#000000 !important;
}
.u-color-mediumblue {
  background-color:#0000CD !important; /* html_colour Blue Colours-MediumBlue */
  color:#ffffff !important;
}
.u-color-midnightblue {
  background-color:#191970 !important; /* html_colour Blue Colours-MidnightBlue */
  color:#ffffff !important;
}
.u-color-navy {
  background-color:#000080 !important; /* html_colour Blue Colours-Navy */
  color:#ffffff !important;
}
.u-color-powderblue {
  background-color:#B0E0E6 !important; /* html_colour Blue Colours-PowderBlue */
  color:#ffffff !important;
}
.u-color-royalblue {
  background-color:#4169E1 !important; /* html_colour Blue Colours-RoyalBlue */
  color:#ffffff !important;
}
.u-color-skyblue {
  background-color:#87CEEB !important; /* html_colour Blue Colours-SkyBlue */
  color:#ffffff !important;
}
.u-color-steelblue {
  background-color:#4682B4 !important; /* html_colour Blue Colours-SteelBlue */
  color:#ffffff !important;
}
.u-color-bisque {
  background-color:#FFE4C4 !important; /* html_colour Brown Colours-Bisque */
  color:#ffffff !important;
}
.u-color-blanchedalmond {
  background-color:#FFEBCD !important; /* html_colour Brown Colours-BlanchedAlmond */
  color:#ffffff !important;
}
.u-color-brown {
  background-color:#A52A2A !important; /* html_colour Brown Colours-Brown */
  color:#ffffff !important;
}
.u-color-burlywood {
  background-color:#DEB887 !important; /* html_colour Brown Colours-BurlyWood */
  color:#ffffff !important;
}
.u-color-chocolate {
  background-color:#D2691E !important; /* html_colour Brown Colours-Chocolate */
  color:#ffffff !important;
}
.u-color-cornsilk {
  background-color:#FFF8DC !important; /* html_colour Brown Colours-Cornsilk */
  color:#ffffff !important;
}
.u-color-goldenrod {
  background-color:#DAA520 !important; /* html_colour Brown Colours-GoldenRod */
  color:#ffffff !important;
}
.u-color-maroon {
  background-color:#800000 !important; /* html_colour Brown Colours-Maroon */
  color:#ffffff !important;
}
.u-color-navajowhite {
  background-color:#FFDEAD !important; /* html_colour Brown Colours-NavajoWhite */
  color:#ffffff !important;
}
.u-color-olive {
  background-color:#808000 !important; /* html_colour Brown Colours-Olive */
  color:#ffffff !important;
}
.u-color-rosybrown {
  background-color:#BC8F8F !important; /* html_colour Brown Colours-RosyBrown */
  color:#ffffff !important;
}
.u-color-saddlebrown {
  background-color:#8B4513 !important; /* html_colour Brown Colours-SaddleBrown */
  color:#ffffff !important;
}
.u-color-sandybrown {
  background-color:#F4A460 !important; /* html_colour Brown Colours-SandyBrown */
  color:#ffffff !important;
}
.u-color-sienna {
  background-color:#A0522D !important; /* html_colour Brown Colours-Sienna */
  color:#ffffff !important;
}
.u-color-tan {
  background-color:#D2B48C !important; /* html_colour Brown Colours-Tan */
  color:#ffffff !important;
}
.u-color-wheat {
  background-color:#F5DEB3 !important; /* html_colour Brown Colours-Wheat */
  color:#ffffff !important;
}
.u-color-aqua {
  background-color:#00FFFF !important; /* html_colour Cyan Colors-Aqua */
  color:#ffffff !important;
}
.u-color-aquamarine {
  background-color:#7FFFD4 !important; /* html_colour Cyan Colors-Aquamarine */
  color:#ffffff !important;
}
.u-color-cyan {
  background-color:#00FFFF !important; /* html_colour Cyan Colors-Cyan */
  color:#ffffff !important;
}
.u-color-darkturquoise {
  background-color:#00CED1 !important; /* html_colour Cyan Colors-DarkTurquoise */
  color:#ffffff !important;
}
.u-color-lightcyan {
  background-color:#E0FFFF !important; /* html_colour Cyan Colors-LightCyan */
  color:#000000 !important;
}
.u-color-mediumturquoise {
  background-color:#48D1CC !important; /* html_colour Cyan Colors-MediumTurquoise */
  color:#ffffff !important;
}
.u-color-paleturquoise {
  background-color:#AFEEEE !important; /* html_colour Cyan Colors-PaleTurquoise */
  color:#ffffff !important;
}
.u-color-turquoise {
  background-color:#40E0D0 !important; /* html_colour Cyan Colors-Turquoise */
  color:#ffffff !important;
}
.u-color-chartreuse {
  background-color:#7FFF00 !important; /* html_colour Green Colours-Chartreuse */
  color:#ffffff !important;
}
.u-color-darkcyan {
  background-color:#008B8B !important; /* html_colour Green Colours-DarkCyan */
  color:#ffffff !important;
}
.u-color-darkgreen {
  background-color:#006400 !important; /* html_colour Green Colours-DarkGreen */
  color:#ffffff !important;
}
.u-color-darkolivegreen {
  background-color:#556B2F !important; /* html_colour Green Colours-DarkOliveGreen */
  color:#ffffff !important;
}
.u-color-darkseagreen {
  background-color:#8FBC8F !important; /* html_colour Green Colours-DarkSeaGreen */
  color:#ffffff !important;
}
.u-color-forestgreen {
  background-color:#228B22 !important; /* html_colour Green Colours-ForestGreen */
  color:#ffffff !important;
}
.u-color-green {
  background-color:#008000 !important; /* html_colour Green Colours-Green */
  color:#ffffff !important;
}
.u-color-greenyellow {
  background-color:#ADFF2F !important; /* html_colour Green Colours-GreenYellow */
  color:#ffffff !important;
}
.u-color-lawngreen {
  background-color:#7CFC00 !important; /* html_colour Green Colours-LawnGreen */
  color:#ffffff !important;
}
.u-color-lightgreen {
  background-color:#90EE90 !important; /* html_colour Green Colours-LightGreen */
  color:#000000 !important;
}
.u-color-lightseagreen {
  background-color:#20B2AA !important; /* html_colour Green Colours-LightSeaGreen */
  color:#000000 !important;
}
.u-color-lime {
  background-color:#00FF00 !important; /* html_colour Green Colours-Lime */
  color:#ffffff !important;
}
.u-color-limegreen {
  background-color:#32CD32 !important; /* html_colour Green Colours-LimeGreen */
  color:#ffffff !important;
}
.u-color-mediumaquamarine {
  background-color:#66CDAA !important; /* html_colour Green Colours-MediumAquaMarine */
  color:#ffffff !important;
}
.u-color-mediumseagreen {
  background-color:#3CB371 !important; /* html_colour Green Colours-MediumSeaGreen */
  color:#ffffff !important;
}
.u-color-mediumspringgreen {
  background-color:#00FA9A !important; /* html_colour Green Colours-MediumSpringGreen */
  color:#ffffff !important;
}
.u-color-olivedrab {
  background-color:#6B8E23 !important; /* html_colour Green Colours-OliveDrab */
  color:#ffffff !important;
}
.u-color-palegreen {
  background-color:#98FB98 !important; /* html_colour Green Colours-PaleGreen */
  color:#ffffff !important;
}
.u-color-seagreen {
  background-color:#2E8B57 !important; /* html_colour Green Colours-SeaGreen */
  color:#ffffff !important;
}
.u-color-springgreen {
  background-color:#00FF7F !important; /* html_colour Green Colours-SpringGreen */
  color:#ffffff !important;
}
.u-color-teal {
  background-color:#008080 !important; /* html_colour Green Colours-Teal */
  color:#ffffff !important;
}
.u-color-yellowgreen {
  background-color:#9ACD32 !important; /* html_colour Green Colours-YellowGreen */
  color:#ffffff !important;
}
.u-color-black {
  background-color:#000000 !important; /* html_colour Grey Colors-Black */
  color:#ffffff !important;
}
.u-color-darkgray {
  background-color:#A9A9A9 !important; /* html_colour Grey Colors-DarkGray */
  color:#ffffff !important;
}
.u-color-darkslategray {
  background-color:#2F4F4F !important; /* html_colour Grey Colors-DarkSlateGray */
  color:#ffffff !important;
}
.u-color-dimgray {
  background-color:#696969 !important; /* html_colour Grey Colors-DimGray */
  color:#ffffff !important;
}
.u-color-gainsboro {
  background-color:#DCDCDC !important; /* html_colour Grey Colors-Gainsboro */
  color:#ffffff !important;
}
.u-color-gray {
  background-color:#808080 !important; /* html_colour Grey Colors-Gray */
  color:#ffffff !important;
}
.u-color-lightgray {
  background-color:#D3D3D3 !important; /* html_colour Grey Colors-LightGray */
  color:#000000 !important;
}
.u-color-lightslategray {
  background-color:#778899 !important; /* html_colour Grey Colors-LightSlateGray */
  color:#000000 !important;
}
.u-color-silver {
  background-color:#C0C0C0 !important; /* html_colour Grey Colors-Silver */
  color:#ffffff !important;
}
.u-color-slategray {
  background-color:#708090 !important; /* html_colour Grey Colors-SlateGray */
  color:#ffffff !important;
}
.u-color-coral {
  background-color:#FF7F50 !important; /* html_colour Orange colours-Coral */
  color:#ffffff !important;
}
.u-color-darkorange {
  background-color:#FF8C00 !important; /* html_colour Orange colours-DarkOrange */
  color:#ffffff !important;
}
.u-color-orange {
  background-color:#FFA500 !important; /* html_colour Orange colours-Orange */
  color:#ffffff !important;
}
.u-color-orangered {
  background-color:#FF4500 !important; /* html_colour Orange colours-OrangeRed */
  color:#ffffff !important;
}
.u-color-tomato {
  background-color:#FF6347 !important; /* html_colour Orange colours-Tomato */
  color:#ffffff !important;
}
.u-color-deeppink {
  background-color:#FF1493 !important; /* html_colour Pink Colors-DeepPink */
  color:#ffffff !important;
}
.u-color-hotpink {
  background-color:#FF69B4 !important; /* html_colour Pink Colors-HotPink */
  color:#ffffff !important;
}
.u-color-lightpink {
  background-color:#FFB6C1 !important; /* html_colour Pink Colors-LightPink */
  color:#000000 !important;
}
.u-color-mediumvioletred {
  background-color:#C71585 !important; /* html_colour Pink Colors-MediumVioletRed */
  color:#ffffff !important;
}
.u-color-palevioletred {
  background-color:#DB7093 !important; /* html_colour Pink Colors-PaleVioletRed */
  color:#ffffff !important;
}
.u-color-pink {
  background-color:#FFC0CB !important; /* html_colour Pink Colors-Pink */
  color:#ffffff !important;
}
.u-color-blueviolet {
  background-color:#8A2BE2 !important; /* html_colour Purple colours-BlueViolet */
  color:#ffffff !important;
}
.u-color-darkmagenta {
  background-color:#8B008B !important; /* html_colour Purple colours-DarkMagenta */
  color:#ffffff !important;
}
.u-color-darkorchid {
  background-color:#9932CC !important; /* html_colour Purple colours-DarkOrchid */
  color:#ffffff !important;
}
.u-color-darkslateblue {
  background-color:#483D8B !important; /* html_colour Purple colours-DarkSlateBlue */
  color:#ffffff !important;
}
.u-color-darkviolet {
  background-color:#9400D3 !important; /* html_colour Purple colours-DarkViolet */
  color:#ffffff !important;
}
.u-color-fuchsia {
  background-color:#FF00FF !important; /* html_colour Purple colours-Fuchsia */
  color:#ffffff !important;
}
.u-color-indigo  {
  background-color:#4B0082 !important; /* html_colour Purple colours-Indigo  */
  color:#ffffff !important;
}
.u-color-lavender {
  background-color:#E6E6FA !important; /* html_colour Purple colours-Lavender */
  color:#ffffff !important;
}
.u-color-magenta {
  background-color:#FF00FF !important; /* html_colour Purple colours-Magenta */
  color:#ffffff !important;
}
.u-color-mediumorchid {
  background-color:#BA55D3 !important; /* html_colour Purple colours-MediumOrchid */
  color:#ffffff !important;
}
.u-color-mediumpurple {
  background-color:#9370DB !important; /* html_colour Purple colours-MediumPurple */
  color:#ffffff !important;
}
.u-color-mediumslateblue {
  background-color:#7B68EE !important; /* html_colour Purple colours-MediumSlateBlue */
  color:#ffffff !important;
}
.u-color-orchid {
  background-color:#DA70D6 !important; /* html_colour Purple colours-Orchid */
  color:#ffffff !important;
}
.u-color-plum {
  background-color:#DDA0DD !important; /* html_colour Purple colours-Plum */
  color:#ffffff !important;
}
.u-color-purple {
  background-color:#800080 !important; /* html_colour Purple colours-Purple */
  color:#ffffff !important;
}
.u-color-rebeccapurple {
  background-color:#663399 !important; /* html_colour Purple colours-RebeccaPurple */
  color:#ffffff !important;
}
.u-color-slateblue {
  background-color:#6A5ACD !important; /* html_colour Purple colours-SlateBlue */
  color:#ffffff !important;
}
.u-color-thistle {
  background-color:#D8BFD8 !important; /* html_colour Purple colours-Thistle */
  color:#ffffff !important;
}
.u-color-violet {
  background-color:#EE82EE !important; /* html_colour Purple colours-Violet */
  color:#ffffff !important;
}
.u-color-crimson {
  background-color:#DC143C !important; /* html_colour Red Colours-Crimson */
  color:#ffffff !important;
}
.u-color-darkred {
  background-color:#8B0000 !important; /* html_colour Red Colours-DarkRed */
  color:#ffffff !important;
}
.u-color-darksalmon {
  background-color:#E9967A !important; /* html_colour Red Colours-DarkSalmon */
  color:#ffffff !important;
}
.u-color-firebrick {
  background-color:#B22222 !important; /* html_colour Red Colours-FireBrick */
  color:#ffffff !important;
}
.u-color-indianred  {
  background-color:#CD5C5C !important; /* html_colour Red Colours-IndianRed  */
  color:#ffffff !important;
}
.u-color-lightcoral {
  background-color:#F08080 !important; /* html_colour Red Colours-LightCoral */
  color:#000000 !important;
}
.u-color-lightsalmon {
  background-color:#FFA07A !important; /* html_colour Red Colours-LightSalmon */
  color:#000000 !important;
}
.u-color-red {
  background-color:#FF0000 !important; /* html_colour Red Colours-Red */
  color:#ffffff !important;
}
.u-color-salmon {
  background-color:#FA8072 !important; /* html_colour Red Colours-Salmon */
  color:#ffffff !important;
}
.u-color-aliceblue {
  background-color:#F0F8FF !important; /* html_colour White Colours-AliceBlue */
  color:#ffffff !important;
}
.u-color-antiquewhite {
  background-color:#FAEBD7 !important; /* html_colour White Colours-AntiqueWhite */
  color:#ffffff !important;
}
.u-color-azure {
  background-color:#F0FFFF !important; /* html_colour White Colours-Azure */
  color:#ffffff !important;
}
.u-color-beige {
  background-color:#F5F5DC !important; /* html_colour White Colours-Beige */
  color:#ffffff !important;
}
.u-color-floralwhite {
  background-color:#FFFAF0 !important; /* html_colour White Colours-FloralWhite */
  color:#ffffff !important;
}
.u-color-ghostwhite {
  background-color:#F8F8FF !important; /* html_colour White Colours-GhostWhite */
  color:#ffffff !important;
}
.u-color-honeydew {
  background-color:#F0FFF0 !important; /* html_colour White Colours-HoneyDew */
  color:#ffffff !important;
}
.u-color-ivory {
  background-color:#FFFFF0 !important; /* html_colour White Colours-Ivory */
  color:#ffffff !important;
}
.u-color-lavenderblush {
  background-color:#FFF0F5 !important; /* html_colour White Colours-LavenderBlush */
  color:#ffffff !important;
}
.u-color-linen {
  background-color:#FAF0E6 !important; /* html_colour White Colours-Linen */
  color:#ffffff !important;
}
.u-color-mintcream {
  background-color:#F5FFFA !important; /* html_colour White Colours-MintCream */
  color:#ffffff !important;
}
.u-color-mistyrose {
  background-color:#FFE4E1 !important; /* html_colour White Colours-MistyRose */
  color:#ffffff !important;
}
.u-color-oldlace {
  background-color:#FDF5E6 !important; /* html_colour White Colours-OldLace */
  color:#ffffff !important;
}
.u-color-seashell {
  background-color:#FFF5EE !important; /* html_colour White Colours-SeaShell */
  color:#ffffff !important;
}
.u-color-snow {
  background-color:#FFFAFA !important; /* html_colour White Colours-Snow */
  color:#ffffff !important;
}
.u-color-white {
  background-color:#FFFFFF !important; /* html_colour White Colours-White */
  color:#000000 !important;
}
.u-color-whitesmoke {
  background-color:#F5F5F5 !important; /* html_colour White Colours-WhiteSmoke */
  color:#ffffff !important;
}
.u-color-awaitingaction {
  background-color:#FEF9E7 !important; /* html_colour Workflow-AwaitingAction */
  color:#FFFFFF !important;
}
.u-color-cancelled {
  background-color:#FFE6FF !important; /* html_colour Workflow-Cancelled */
  color:#FFFFFF !important;
}
.u-color-draft {
  background-color:#FFFFFF !important; /* html_colour Workflow-Draft */
  color:#800080 !important;
}
.u-color-finalised {
  background-color:#EAFAF1 !important; /* html_colour Workflow-Finalised */
  color:#FFFFFF !important;
}
.u-color-future {
  background-color:#E8EFFC !important; /* html_colour Workflow-Future */
  color:#FFFFFF !important;
}
.u-color-darkkhaki {
  background-color:#BDB76B !important; /* html_colour Yellow Colours-DarkKhaki */
  color:#ffffff !important;
}
.u-color-gold {
  background-color:#FFD700 !important; /* html_colour Yellow Colours-Gold */
  color:#ffffff !important;
}
.u-color-khaki {
  background-color:#F0E68C !important; /* html_colour Yellow Colours-Khaki */
  color:#ffffff !important;
}
.u-color-lemonchiffon {
  background-color:#FFFACD !important; /* html_colour Yellow Colours-LemonChiffon */
  color:#ffffff !important;
}
.u-color-lightgoldenrodyellow {
  background-color:#FAFAD2 !important; /* html_colour Yellow Colours-LightGoldenRodYellow */
  color:#000000 !important;
}
.u-color-lightyellow {
  background-color:#FFFFE0 !important; /* html_colour Yellow Colours-LightYellow */
  color:#000000 !important;
}
.u-color-moccasin {
  background-color:#FFE4B5 !important; /* html_colour Yellow Colours-Moccasin */
  color:#ffffff !important;
}
.u-color-palegoldenrod {
  background-color:#EEE8AA !important; /* html_colour Yellow Colours-PaleGoldenRod */
  color:#ffffff !important;
}
.u-color-papayawhip {
  background-color:#FFEFD5 !important; /* html_colour Yellow Colours-PapayaWhip */
  color:#ffffff !important;
}
.u-color-peachpuff {
  background-color:#FFDAB9 !important; /* html_colour Yellow Colours-PeachPuff */
  color:#ffffff !important;
}
.u-color-yellow {
  background-color:#FFFF00 !important; /* html_colour Yellow Colours-Yellow */
  color:#ffffff !important;
}
.u-color-cosmos {
  background-color:#FFD6D6 !important; 
  color:#000000 !important;
}
.u-color-caramel {
  background-color:#FFDA97 !important; 
  color:#000000 !important;
}
.u-color-Tara {
  background-color:#E4FFDF !important; 
  color:#000000 !important;
}



/* EOF */