/*
** Plone style sheet - Invisible and accessibility-related elements.
**
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

body{
    font: 69% Verdana, sans-serif;
    margin: auto;
    padding: 0;
    background: url(acrw_bg.gif) fixed;
    color: #333;
    width: 842px;
}

#visual-portal-wrapper{
    margin: 20px;
    background-color: white;
    padding: 0;
    border: 1px solid #999;
}

#portal-header{
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid #999;
}

#portal-columns{
    padding:0; 
    margin:0;
}

#portal-column-one{
   width: 160px;
   text-align: left;
   border-right: 1px solid #999;
   padding-left: 10px;
}
#portal-column-content{
  padding-bottom:40px;
}
.portletNavigationTree {
   background-color: #fff;
   padding: 0; 
   list-style: none !important;
   list-style-image: none !important; 
   margin-top: 0.5em;
   font-size:14px;
}

.navTreeCurrentItem {
   background-color: #fff;
   color: #000;
   border: none;
}

.navTreeItem a:hover,
dd.portletItem .navTreeItem a:hover {
background-color: #fff;
color: #000;
border: none;
}

h1 {
font-weight: normal;
border-left: 0px solid #ec001a;
padding: 0 5px;
}
/*  */

