﻿/*=================================================

    FIND & REPLACE

    COLORS :

    -   #003dae - [heading bg][sub-heading border][]
    -   #3174ef - [nav link non-selected][sub-heading bg][table-subheading bg & border]
    -   #c0d6ff - [table-subheading link]

==================================================*/



body 
{
    background-image: url(../img/header_bg.gif);    
    background-repeat:repeat-x;
}

#context .heading 
{
    background-color:#003dae;
    color:#FFF;    
}

#header .menu .navigation ul li a 
{
    background-color:#3174ef; 
    color:#FFF;   
    border:1px solid #3174ef;
    border-bottom:none;
}
h2.tblHeading 
{
    background-color:#3174ef;
    border-top:1px solid #003dae;
    border-bottom:1px solid #003dae;
}
/*
.tblView thead tr td, .tblView thead tr th 
{
    background-color:#003dae;
    color:#FFF;
    border:1px solid #c0d6ff;
}
.tblView thead tr td a, .tblView thead tr th a 
{
    color:#c0d6ff;
}

.tblView tr td, .tblView tr th 
{
    border:1px solid #c0d6ff;
}*/