/*
* NISC GREEN COLORS
*
* #54843F - Foreground
* #91CEA4 - Background
*
*/

a:hover
{
   color: #54843F;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #54843F;
}

input[type="button"], input[type="submit"], button
{
    color: #54843F;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover
{
    background-color: #91CEA4;
    border: 1px solid #54843F;
    background: #91CEA4 url(jqui/images/ui-bg_highlight-soft_25_00a94f_1x100.png) 50% 50% repeat-x;
}

input[type="button"]:active, input[type="submit"]:active, button:active
{
    background-color: #54843F;
    border:1px solid #54843F;
    background: #91CEA4 url(jqui/images/ui-bg_highlight-soft_25_00a94f_1x100.png) 50% 50% repeat-x;
}

a.main_menu_link.headerMenuActive
{
    color: #54843F;
    background-color: #91CEA4;
}

#user_area
{
    color: #54843F;
}

.ui-widget-header .ui-state-default {
    color: #54843F;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #54843F;
}

div.helpMenu.active a {
    color: #54843F;
}
