﻿.site-gradient-up
{
    background: #e6e8e3;
    background: -moz-linear-gradient(top,  #e6e8e3 0%, #daddd5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e8e3), color-stop(100%,#daddd5));
    background: -webkit-linear-gradient(top,  #e6e8e3 0%,#daddd5 100%);
    background: -o-linear-gradient(top,  #e6e8e3 0%,#daddd5 100%);
    background: -ms-linear-gradient(top,  #e6e8e3 0%,#daddd5 100%);
    background: linear-gradient(to bottom,  #e6e8e3 0%,#daddd5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e8e3', endColorstr='#daddd5',GradientType=0 );    
}

#site-root .header, #site-header .header
{    
    color: #0171BB;
    border-bottom: 1px solid #0171BB;
}

#top-nav-bar .nav > li.active > a 
{
    background-color: #a8af9d;
}

#site-root .header-logo, #site-header .header-logo 
{
    width: 79px;
    height: 39px;
}

#top-nav-bar .nav > li > a,
.side-nav-bar > ul > li > a
{
    color: #0171BB;
    font-weight: bold;
}

#top-nav-bar .nav > li.active > a,
.side-nav-bar > ul > li.active > a
{
    color: #0171BB;
    text-shadow: none;
    background-color: #a8af9d;
}

#top-nav-bar .nav > li > a:focus, #top-nav-bar .nav > li > a:hover,
.side-nav-bar > ul > li > a:focus, .side-nav-bar > ul > li > a:hover
{
    color: #555;
    text-shadow: none;
}

#top-nav-bar .nav > li.active > a:hover,
.side-nav-bar > ul > li.active > a:hover  
{
    color: #555;    
}

#top-nav-bar .nav > li.active.dropdown.open > a 
{
    color: #0171BB;
}

#top-nav-bar .nav > li > a:hover, .nav > li > a:focus ,
.side-nav-bar > ul > li > a:hover, .side-nav-bar > ul > li > a:focus 
{
    text-decoration: none;
    background-color: #a8af9d;
}

div#right-header-area a, div#right-header-area a:focus, div#right-header-area a:hover
{
    color: #0171BB;
}

#appFrame-header .header-logo.chronic-care-iq-small
{
	display: none;
}


