/*
** Colour definitions for NANO website.
** Please do not modify.
** Major colour: #EF1B2D (bright red)
** Minor colour: #FBC4C8 (pale red)
** Accent colour: #C1AE00 (dull gold)
** Background colour: #FFF9C1 (pale gold)
*/

#contentPrint link, #contentPrint vlink, #contentPrint a:link, #contentPrint a:visited
 { color: #2244CC; } /* standard sitewide. do not edit. */

link, vlink, a:link, a:visited
 { color: #990000; } /* standard sitewide. do not edit. */

.textNormal
 { background: #f3f3f3; } /* background colour */

alink, a:active, #contentPrint a:active, a:hover, #contentPrint a:hover
 { color: #990000; } /* major colour */

#breadcrumb
 { color: #F3f3f3; background: #005BB7; } /* minor, major colours */

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited
 { color: #FFFFFF; } /* standard sitewide. Use #FFFFFF, #02303F or #FDE39B. */

#breadcrumb alink, #breadcrumb a:active, #breadcrumb a:hover
 { color: #A6D0D0; } /* standard sitewide. Use #FFFFFF, #02303F or #FDE39B. */
 
#leftNav p { border-bottom: 1px solid #DAE9E8;}
#leftNav a {  }
#leftNav a:hover { color:#000000; text-decoration:underline; }

h1, h5, h6, hr
 { color: #005BB7; } /* major colour */

h3, h4
 { color: #6DB1B1; } /* accent colour */
 
h2
 { color: #00B85C; } /* accent colour */

.inputbox, select, option
 { background:#E9F1F4; color:#214A59; } /* standard sitewide. do not edit. */

.tableList th
 { background:#005BB7;
 	color:#E6F2FF; } /* minor colour */
 
.tableList td {
/* { background:#FFFFFF url("/images/td.jpg") top repeat-y;*/
 background: #E6F2FF;
 color:#005BB7;
 border:1px;
 padding: 3px;
 border-bottom:1px solid #005BB7;

 } /* background colour */
