 /* <!-- compression status: 1 --> (this is for http compression) */
/*  (do not remove this :) */
/*  (not this either :) */

#portal-logo {
  background-color: #006295;
  margin: 0;
  height: 100px;
}

#portal-logo a {
  background: url(logo.png);
  background-repeat: no-repeat;
  padding-top: 100px;
  width: 500px;
}

#portal-siteactions {
  display: none;
}

#portal-siteactions li a {
  color: white;
}

/*
#portal-searchbox {
  display: none;
}
*/

#portal-globalnav {
/*  background-color: #898952;*/
/*  background-color: #99cc00;*/
/*  background-color: #dee7ec;*/
/*  background-color: #cde2a7;*/
/*  background-color: #006295;*/
  background-color: #dee7cc;
}

#portal-globalnav {
  font-weight: bold;
  font-size: 1.25em;
}

#portal-globalnav li {
  border-top: 0px;
  border-bottom: 0px;
  border-right: 1px solid #99aa00;
/*  border-left: 1px solid #99cc00;*/
  border-collapse: collapse;

}

#portal-globalnav li a {
  margin-right: 0px;
  border: none;
}

#portal-globalnav li.selected a {
  margin: 0px;
}

#portal-globalnav li.plain a {
  margin: 0px;
}

#portal-globalnav li.plain a:hover {
  color: #436976;
  margin: 0px;
}

#portal-personaltools .portalNotLoggedIn {
  display: none;
}

#portal-breadcrumbs {
  background-color: White;
  display: none;
}

h1.imported {
  display: none;
}

.link-external {
     background: inherit;
     background-image: none; /* being explicit */
     padding: 0;
}

.plain table {
  border: none;
}

.plain table td {
  border: none;
}

/*  */

/* DOCUMENTATION ON PRE-DEFINED PROPERTIES FROM PLONE */

 /* You can insert colors and other variables from Plone's 
    base_properties by doing:
    
    & dtml-variableName ; (without the spaces, excluded here to not make it render)
    
    Example:
    
    myLink {
        color: & dtml-fontColor ;   (again, without the spaces)
    }
 
   This means you can generate your own elements that use Plone's defaults,
   and respect any customizations people have done. See base_properties for
   the default values.
 
   These are the available properties:
   
   logoName - the file name of the portal logo. 
   
   fontFamily - the font family used for all text that is not headers
   
   fontBaseSize - the base font size that everything is calculated from
   
   fontColor - the main font color
   
   backgroundColor - the background color 
   
   linkColor - the color used on normal links

   linkActiveColor - color used on active links

   linkVisitedColor - color used on visited links
   
   borderWidth - the width of most borders in Plone
   
   borderStyle - the style of the border lines, normally solid
   
   borderStyleAnnotations - style of border lines on comments etc
   
   globalBorderColor - the border color used on the main tabs, the portlets etc
   
   globalBackgroundColor - background color for the selected tabs, portlet headings etc
   
   globalFontColor - the color of the font in the tabs and in portlet headings
   
   headingFontFamily - font family for h1/h2/h3/h4/h5/h6 headlines.
   
   headingFontBaseSize - the base size used when calculating the different headline sizes
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   textTransform - whether to lowercase text in portlets, tabs etc.
   
   evenRowBackgroundColor - the background color of even rows in listings
   
   oddRowBackgroundColor - the background color of even rows in listings
   
   notifyBorderColor - border color of notification elements like the status message, the calendar focus
   
   notifyBackgroundColor - background color of notification elements like the status message, the calendar focus
   
   discreetColor:string=#999999
   helpBackgroundColor:string=#ffffe1
 
 */