﻿/* COLOUR DESCRIPTIONS
    
    BASE COLOUR hsl(216,37,xxx)
    25% (#283B57) - Very Dark         Backgrounds
    30% (#304769) - Medium Dark       Hightlighing sections
    40% (#405E8C) - Medium            Headings / Grid Headings
    75% (#A8BBD7) - Medium Light      Pager Text
    85% (#CBD6E7) - Medium VLight     Selected Gridview Highligh
    98% (#F8FAFC) - Very Light        Gridview primary column backgrounds
       
----------------------------------------------------------*/
body {	background-color:#283B57;}
.header { background-color: #283B57; /* For browsers that do not support gradients */ 
          background: -webkit-gradient(left,#283B57,#405E8C,#283B57); /* For Safari 4 to 5.1 and Old Chrome */ 
          background: -webkit-linear-gradient(left,#283B57,#405E8C,#283B57); /* For Safari 5.1 to 6.0 */ 
          background: -o-linear-gradient(left,#283B57,#405E8C,#283B57); /* For Opera 11.1 to 12.0 */ 
          background: -moz-linear-gradient(left,#283B57,#405E8C,#283B57); /* For Fx 3.6 to 15 */ 
          background: linear-gradient(to right, #283B57,#405E8C,#283B57); /* Standard syntax */ }
a:link, a:visited {color: #304769;}
a:hover {color: #283B57;}
a:active{color: #283B57;}
h3 { background-color: #405E8C; }
.navcontainer {background-color:#283B57;border-color:#283B57;}
.gridvheader { background-color: #405E8C; }
.gridvcontainer { background-color: #405E8C; }
.gridviewcalendarheader { background: #405E8C; }
.gridvfooter { background: #405E8C; }
.gridvpager { background: #405E8C; }
.gridvsorted { background: #304769; }
.gridvselected { background-color: #CBD6E7; }
.footer { background-color: #283B57; border-color: #283B57; }