﻿body
{
}

.navbar-inverse .navbar-inner
{
    background-color: #FEFEFE;
    background-image: linear-gradient(to bottom, rgb(254, 254, 254), rgb(255, 255, 255));
    background-repeat: repeat-x;
    border-color: #F5F5F5;
}

.btn.btn-primary
{
    /*NCGA Green*/
    color: rgb(255, 255, 255);
    background-image: -moz-linear-gradient(center top, #009951, #007D43);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009951), to(#007D43));
    background-image: -webkit-linear-gradient(top, #009951, #007D43);
    background-image: -o-linear-gradient(top, #009951, #007D43);
    background-image: linear-gradient(to bottom, #009951, #007D43);
    background-color: rgb(0, 125, 67);
    /*Dark Blue (from their website)*/
    /*color: rgb(255, 255, 255);
    background-image: -moz-linear-gradient(center top, rgb(0, 76, 153), rgb(0, 51, 102));
    background-color: rgb(0, 51, 102);*/
}
