@import url(../../../stylesheets/application.css);
.current-project { color: #333333; }
#top-menu #loggedas { color: #333333; }
body{ color:#333333; background:#f9f9f9; }
#sidebar { background: #c2e05e; }
#sidebar h3, #sidebar a { color: #333333 !important; }
#header a { color: #333333 !important; }
#header h1 { color: #333333; }
#top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #c2e05e; }
#top-menu a { font-weight: bold; color: #333333 }
#header { background: #fff; height:5.8em; padding: 10px 0 0 0; }
#header h1 { margin-left: 6px; }
#quick-search { margin-right: 6px; }
#main-menu { background-color: #fff; left: 0; border-top: 1px solid #fff; width: 100%; }
#main-menu li { margin: 0; padding: 0; }
#main-menu li a { background-color: #fff; border-right: 1px solid #fff; font-size: 90%; padding: 4px 8px 4px 8px; font-weight: bold; }
#main-menu li a:hover { background-color: #96c21b; color: #333333; }
#main-menu li a.selected, #main-menu li a.selected:hover { color: #96c21b; }
#main-menu li a.new-object { background-color:#96c21b; }
#content, #main.nosidebar #content {
    background: #fff;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}
#main-menu .menu-children {
  border-right: 1px solid #96c21b;
  border-bottom: 1px solid #96c21b;
  border-left: 1px solid #96c21b;
}
#main-menu .menu-children li a { border-right: none; }
#main-menu .menu-children li a:hover { background-color: #96c21b }

#footer { background-color: #c2e05e; border: 0; color: #fff;}
#footer a { color: #fff; font-weight: bold; }

#main { font:90% Verdana,Tahoma,Arial,sans-serif; background: #f9f9f9; }
#main a { font-weight: bold; color: #8db818;}
#main a:hover { color: #96c21b; text-decoration: underline; }
#content { background: #fff; }
#content .tabs ul { bottom:-1px; }

h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#333333; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
h2, .wiki h1 { letter-spacing:-1px; }
h4 { border-bottom: dotted 1px #c0c0c0; }

#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
    background-position: 0% 40%;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 3px;
}

#top-menu a.home { background-image: url(../images/home.png); }
#top-menu a.my-page { background-image: url(../../../images/user.png); }
#top-menu a.projects { background-image: url(../../../images/projects.png); }
#top-menu a.administration { background-image: url(../images/wrench.png); }
#top-menu a.help { background-image: url(../../../images/help.png); }

#project-jump .drdn-items>a:hover {
    background-color: #8db818;
}

@media screen and (max-width: 899px) {
  #header { background-color: #c2e05e !important;}
  .flyout-menu { background-color: #8db818 !important; }
  .flyout-menu h3 { background-color: #8db818 !important; border: none !important; color: #333333 !important; }
}
