/**********************************************************/
/*                                                        */
/* colors.css - Cascading Style Sheet                     */
/*                                                        */
/* Copyright: (c) 1998-99,00-03 all rights reserved by :- */
/*                Technical System Services Limited       */
/* Author:     Simon Cleverley                            */
/*                                                        */
/**************{ Version: 2.0 - SC 03/04/03 }**************/

/*********************{ CORPORATE COLOR CLASSES }*********************/

.scarlet {
   color: rgb(80%, 0%, 0%);                               /* #CC0000 */
}
.deepred {
   color: rgb(85%, 16%, 12%);                    /* ARDS red #D82820 */
}
.darkred {
   color: rgb(83%, 13%, 10%);           /* track-action  red #D32119 */
}
.lightred {
   color: rgb(85%, 5%, 4%);                 /* Warrender red #D80C0A */
}
.powderblue {
   color: rgb(30%, 30%, 70%);                   /* ARDS blue #4C4CB2 */
}
.navy {
   color: rgb(7%, 6%, 40%);                  /* Hawkins Navy #110F67 */
}
.darknavy {
   color: rgb(0%, 10%, 35%);                  /* pms281 navy #001858 */
}
.darkblue {
   color: rgb(19%, 22%, 56%);           /* track-action navy #303890 */
}
.lightblue {
   color: rgb(64%, 70%, 82%);                /* Hawkins Blue #A3B3D1 */
}
.royalblue {
   color: rgb(0%, 57%, 100%);         /* Spec Waterlink blue #0091FF */
}
.midblue {
  color: rgb(0%, 32%, 59%);         /* Frame0 Waterlink blue #005398 */
}
.seablue {
   color: rgb(29%, 56%, 82%);                    /* trackday #4B8FD3 */
}
.skyblue {
   color: rgb(57%, 69%, 81%);         /* sutcliffe croftshaw #92B0CE */
}
.faintblue {
   color: rgb(93%, 95%, 97%);         /* sutcliffe croftshaw #EDF2F7 */
}
.fadeblue {
   color: rgb(85%, 87%, 93%);         /* sutcliffe croftshaw #D8DEEE */
}

.faintgreen {
   color: rgb(93%, 97%, 93%);         /* sutcliffe croftshaw #EDF7ED */
}

.khaki {
   color: rgb(80%, 81%, 57%);         /* sutcliffe croftshaw #CCCE92 */
}

.lemonyellow {
   color: rgb(92%, 94%, 45%);         /* sutcliffe croftshaw #ECEF73 */
}

.mauve {
   color: rgb(51%, 46%, 84%);               /* Hawkins Mauve #8375D7 */
}
.icegreen {
   color: rgb(53%, 87%, 87%);             /* H ... Ice Green #88DEDE */
}
.turquoise {
   color: rgb(0%, 74%, 74%);            /* Hawkins Turquoise #00BCBC */
}
.lightgreen {
   color: rgb(38%, 66%, 31%);                  /* ARDS green #60A84F */
}
.mustard {
   color: rgb(89%, 75%, 35%);                /* ARDS mustard #E2BF59 */
}
.orange {
   color: rgb(100%, 40%, 0%);                            /* #FF6600 */
}
.lightorange {
   color: rgb(100%, 72%, 12%);                   /* trackday #FFB81F */
}
.midorange {
   color: rgb(100%, 60%, 0%);                             /* #FF9900 */
}
.darkorange {
   color: rgb(88%, 51%, 33%);                 /* ARDS orange #E08354 */
}
.seagreen {
   color: rgb(60%, 80%, 80%);            /* H ... Grey Green #9ACCCC */
}
.darkgreen {
   color: rgb(0%, 39%, 11%);       /* Frame0 Waterlink green #00900A */
}   
.white {
   color: rgb(100%, 100%, 100%);               /* pure white #000000 */
}
.gray {
   color: rgb(60%, 60%, 60%);                   /* just gray #626262 */
}
.darkgray {
   color: rgb(37%, 37%, 34%);                   /* dark gray #606058 */
}
.deepgray {
   color: rgb(37%, 37%, 34%);                   /* deep grey #606058 */
   font-weight: bold;
}
.lightgray {
   color: rgb(75%, 75%, 75%);           /* track-action grey #C1C1C1 */
}
.fade {
   color: rgb(85%, 85%, 94%);           /* track-action fade #D8D8F0 */
}
.deepfade {
   color: rgb(85%, 85%, 94%);           /* track-action fade #D8D8F0 */
   font-weight: bold;
}

/******************{ PRIMARY COLOURS (RGB - CYMK) }*******************/

.red {
   color: rgb(100%, 0%, 0%);                     /* pure red #FF0000 */
}
.lime {
   color: rgb(0%, 100%, 0%);                   /* pure green #00FF00 */
}
.blue {
   color: rgb(0%, 0%, 100%);                    /* pure blue #0000FF */
}
.yellow {
   color: rgb(100%, 100%, 0%);                /* pure yellow #FFFF00 */
}
.magenta {
   color: rgb(100%, 0%, 100%);               /* pure magenta #FF00FF */
}
.cyan {
   color: rgb(0%, 100%, 100%);                  /* pure cyan #00FFFF */
}

/********************{ TSS - HAUNTEDFISH STYLING }********************/

.purple {
   color: rgb(60%, 10%, 50%);          /* hauntedFish purple #991980 */
}
.green {
   color: rgb(28%, 50%, 28%);           /* hauntedFish green #488048 */
}
.fuchsia {
   color: rgb(94%, 12%, 56%);         /* hauntedFish fuchsia #F02090 */
}

