﻿/* Header BG Colors */
.container_header,
#popup_footer,
.popup_footer
{
    background-color:#2B3239;
}
.section_title h1,
.grid_1 h1 a,
/*.commandbox,*/
.commandbox2,
.footerbuttons,
.footerbuttons2,
.colorbox,
.colorbox2,
.commandboxbottom
{
    background-color:#3A475A;
}

.section_title h1,
.grid_1 h1 a
{
    text-shadow: 0 -1px 1px #123;
}

.grid_1 h1 a:hover { background-color:#45546B; }

.grid_title h1, .grid_title h1, .subsection_title h1 {
    background-color:/*#6D7D8F*/#D3D8DC;
    border-top:1px solid #8695A2;
    border-bottom:1px solid #647482;
    border-left:1px solid #8695A2;
    border-right:1px solid #8695A2;
    color:#000;
    text-shadow: 0 1px 1px #fff;
  }

/* Fonts and Links */
#navtabs .current a span,
.radTabStrip a,
h1.title
{
    color:#2E4965 ;
}

.content a, .content a:active, .content a:visited, .content a:link
{
    color:#3478A0;
}
.content a:hover
{
    color:#3C94B5;
}
.addbar a, .regbar a, a.asphl, .asphl a:active, .asphl a:visited, .asphl a:link {
    color: #244d65;
    text-decoration: underline
}
.addbar a:hover,
.regbar a:hover,
.asphl a:hover,
.asphl,
.rglinklabel,
#navtabs .current a:hover span
{
    color:#3C94B5 ;
}

.btn-csonly
{
    color: #277801 !important;
    font-weight: bold !important;
}
.ui-tooltip, .arrow:after {
    border: 2px solid #3A475A;
  }