/* /// Base CSS /// */
@import url(/themes/default_base/style.css);

body { background: #d2f0ff url(/themes/default_red/img/bgColor.gif); }
#container { background: #FFF url(/themes/default_red/img/bg.gif) 0 0 repeat-x; }

a { color: #e33728; }
h4 { color: #B72E21; }

#wrapper #header ul#nav li a {
    color: #FFE5E3;
    background: #E16F65 url(/themes/default_red/img/nav_off.gif) top left no-repeat;
}

    #wrapper #header ul#nav li.wide a {
        color: #FFE5E3;
        background: #E16F65 url(/themes/default_red/img/nav_off_wide.gif) top left no-repeat;
    }

#wrapper #header ul#nav li a:hover { background-color: #E18078; }

#wrapper #header ul#nav li a.active { background: url(/themes/default_red/img/nav_on.gif) top left no-repeat; color: #FFF; }
    #wrapper #header ul#nav li.wide a.active { background: url(/themes/default_red/img/nav_on_wide.png) top left no-repeat; color: #FFF; }

#wrapper #header ul#nav li a.active:hover { background: url(/themes/default_red/img/nav_on.gif) top left no-repeat; }
    #wrapper #header ul#nav li.wide a.active:hover { background: url(/themes/default_red/img/nav_on_wide.png) top left no-repeat; }

#footer { background: url(/themes/default_red/img/footerBg.gif) top left repeat-x; }
#footer .inner { color: #b7372b; }
#footer .inner a { color: #b7372b; }

#wrapper #pageHeaderWrapper {
    background: url(/themes/default_red/img/pageHeaderWrapperbg.gif) bottom left repeat-x;
    border-bottom: 1px solid #ffa59d;
}

#wrapper #sidebar img.userPic { background: #FCF5F4; border: 1px solid #e33728; }
#wrapper #sidebar h1 { color: #e33728; }
#wrapper #sidebar h2 { color: #e33728; }
#wrapper #sidebar ul li a { color: #b7372b; }
#wrapper #content h2 { color: #e33728; }
dl.calendarList dd span.day { color: #e33728; }
