﻿.nav a:visited { color:#444444 ;}
h1, h3, a, a:visited, a:active, .btngy, ul.guide-links-top a, #viewcontitle, .nav a.current, 
.nav a:hover, .nav a:hover > .fa, .nav a:focus > .fa, ol.help-category-list .fa, div.help-menu-item a .fa,
.help-category-list li.opencat .help-list-text, #help-search-res-title,
.help-item a, .help-item a:visited, .help-item a:active,
.nav li:hover > a, .nav a:focus,  .nav a:active, a.help-question-link:hover
{
    color: #C11F6B;
}
.help-category-list .fa, .help-menu-item a .fa {
    color: #C11F6B !important;
}
.help-question-link .fa-circle {
    color: #ddd !important;
}
.pagetools .button {
	border:1px solid #C11F6B;
	color:#C11F6B;
}
.btnb, .btnblue {
	background: #E34F91;
    background-image: -webkit-linear-gradient(top, #E34F91, #C11F6B);
    background-image: -moz-linear-gradient(top, #E34F91, #C11F6B);
    background-image: -ms-linear-gradient(top, #E34F91, #C11F6B);
    background-image: -o-linear-gradient(top, #E34F91, #C11F6B);
    background-image: linear-gradient(to bottom, #E34F91, #C11F6B);
	color:#ffffff;
}.btnb:hover, .btnblue:hover {
	background: #C11F6B;
  background-image: -webkit-linear-gradient(top, #C11F6B, #E34F91);
  background-image: -moz-linear-gradient(top, #C11F6B, #E34F91);
  background-image: -ms-linear-gradient(top, #C11F6B, #E34F91);
  background-image: -o-linear-gradient(top, #C11F6B, #E34F91);
  background-image: linear-gradient(to bottom, #C11F6B, #E34F91);
}.btnb:active, .btnblue:active {
	color:#ffffff;
}.btnb:visited, .btnblue:visited
{
    color: #ffffff;
}
#navbar, .topban {
    background-image: none;
    background-color: #C11F6B;
}
.fxns a:hover > i
{
    color: #C11F6B;
}
#header {
    height: auto;
}
#header .logo {
    min-height: 60px;
    height: auto;
}