
/* ----- hicont.css ----- */
@media screen {
* {
  background-color: black !important;
}
p, input, textarea, li, h1, h2, h3, h4, h5, h6, legend, .ploneCalendar td, a, dd, .documentDescription, .portletItemDetails, #portal-breadcrumbs {
  color: white !important;
}
p > a {
  color: #ff0 !important;
}
#portal-logo {
  background: url(http://localhost/logo-hicont.jpg) no-repeat;
}
#portal-logo a {
  background-color: transparent!important;
}
body {
  font-size: 100% !important;
}
#portal-globalnav {
  color: white !important ;
  border-bottom: yellow solid 1px; 
}

#portal-globalnav li a {
  border: black solid 1px;
}

#portal-globalnav li.selected a {
  border: black solid 1px;
  border-bottom: yellow solid 4px;
}

#portal-globalnav li a:hover {
  border: black solid 1px;
  border-bottom: yellow solid 4px;
}

#portal-siteactions li a {
  border: black 1px solid;
}
}

