﻿h1, h2
{
    color: #5c8c79;
}
#divBrand
{
    background: #5c8c79;
    border-bottom: 1px solid #7e859a;
    border-top: 1px solid #bfcce7;
}
#divStrapline
{
    color: #d7e3de;
}
#divStrapline a, #divStrapline a:visited
{
    color: #d7e3de;
    text-decoration: none;
}
#divStrapline a:hover, #divStrapline a:focus
{
    text-decoration: underline;
}
#divNav ul li a:hover, #divNav ul li a:focus
{
    background-color: #5c8c79;
    color: #ffffff;
}
#divNav ul li a.current, #divNav ul li a:visited.current
{
    background-color: #5c8c79;
    color: #ffffff;
}

/* Focus On Partner Specific Styles */
#ulFocusOn a
{
    background: #8899cf url('../../Images/HomePage/focus-on-bg.gif') left repeat-y;
    color: #ffffff;
}
#ulFocusOn li.selected a, #ulFocusOn a:hover
{   
    background: #5c8c79 url('../../Images/HomePage/focus-on-bg.gif') left repeat-y;
}
#divFocusOnText
{
    border: 6px solid #5c8c79;
}

/* Events Calendar Partner Specific Styles */
.whubCalendar table tr td a.hasitems, .whubCalendar table tr td a.hasitems:visited, #divCalendarLegend .hasitems
{
    background-color: #8899cf;
    color: #ffffff;
}
.whubCalendar table tr td a.todayhasitems, .whubCalendar table tr td a.todayhasitems:visited
{
    background-color: #8899cf;
}
.whubCalendar table tr td a.selected, .whubCalendar table tr td a.selected:visited, #divCalendarLegend .selected
{
    background-color: #5c8c79;
}
.whubCalendar table tr td a.todayselected, .whubCalendar table tr td a.todayselected:visited
{
    background-color: #5c8c79;
}
.whubCalendar table tr td a:hover, .whubCalendar table tr td a:focus, .whubCalendar table tr td a.hasitems:hover, .whubCalendar table tr td a.hasitems:focus
{
    background: #5c8c79;
}
