/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 *
 *  -- Alexander Limi, http://www.plonesolutions.com
 */
 
/* <!-- compression status: 0 --> (this is for http compression) */
/*  (do not remove this :) */
/*  (not this either :) */


.CellBody {
	margin: 0.3em 0em 0.3em 0em;
	line-height: 1.2em;
}

.CellHeading {
	margin: 0.3em 0em 0.3em 0em;
	line-height: 1.2em;
	font-weight: bold
}

.descriptor2 {
	margin: 0.5em 0em 1em 0em;
	line-height: 1.5em;
}

.descriptor3 {
	margin: 0.5em 0em 1em 0em;
	line-height: 1.5em;
}

.sfia3 {
	color: #298064;
}

.sfia3 h3 {
	color: #298064;
}

img.floatleft {
   float: left;
   margin: 0 1em 1em 0;
}

p.floatright {
  float: right;
  margin-left: 1em;
}

p.floatleft {
   float: left;
   margin-right: 1em;
}

img.floatright {
  float: right;
  margin: 0 0 1em 1em;
}

body { color: #555555; }

a {
  color: #1C99C4;
  text-decoration: underline;
  }

* { text-shadow: none !important; }

#portal-logo {
  width: 172px;
  margin: 1.5em 0 1.5em 25px;
  }

#portal-globalnav { display: none; }

#portal-breadcrumbs {
  border-top: 1px solid #CCCCCC;
  border-bottom: 0;
  padding: 0.5em 25px 0 0;
  margin: 0 0 0 25px;
  color: #888888;
  }

.lastCrumb {
  font-weight: bold;
  }
  
#portal-column-content {
  float: none;
  margin-left: 250px;
  width: auto;
  }
  
#content {
  padding: 0.139em 0 0;
  }

#content .documentContent {
  padding: 0 25px 2em 25px !important;
  }

#portal-column-one {
  padding: 0;
  float: left;
  width: 250px;
  }
  
#portal-searchbox {
  float: right;
  padding: 40px 25px 0 0;
  margin: 0;
  }
  
#portal-siteactions {
  position: absolute;
  top: 5px;
  right: 0;
  }
  
#portal-siteactions li a {
  color: #888888;
  border: 0;
  font-weight: bold;
  }

#portal-siteactions li a:hover {
  color: #CC6828;
  border: 0;
  background: none;
  }
  
.visualColumnHideTwo #portal-column-content #content {
  margin: 0;
  }

#portal-column-one .visualPadding {
  padding: 0;
  }
  
#portlet-navigation-tree {
  border-top: 1px solid #CCCCCC;
  }

#portlet-navigation-tree a {
  text-decoration: none;
  }

#portlet-navigation-tree h5 {display: none; }

#portlet-navigation-tree .portletContent {
  padding: 0;
  }

.portletBody {border: 0; }

.navIcon, .navIconRoot {display: none; }

.navRootItem, .navItem {
  padding: 0;
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  color: #555555;
  font-weight: bold;
  border-width: 0 0 1px 0;
  }
  
#portlet-navigation-tree .navRootItem:hover, #portlet-navigation-tree .navItem:hover {
  border-width: 0 0 1px 0;
  border-color: #CCCCCC;
  background: none;
  color: #CC6828;
  }
  
.navLevel2, .navLevel3, .navLevel4 {
  margin-left: 0;
  font-weight: normal;
  }

.navItemText {
  margin: 0;
  padding: 0.5em 0.25em 0.5em 25px;
  display: block;
  }
  
.navLevel2 .navItemText {
  padding-left: 37px;
  background: #FAFAFA
  }
  
.navLevel3 .navItemText {
  padding-left: 49px;
  background: #F2F2F2;
  }
  
.navLevel4 .navItemText {
  padding-left: 61px;
  background: #EBEBEB;
  }
  
#portlet-navigation-tree .currentNavItem {
  border-width: 0 0 1px 0;
  font-weight: bold;
  color: #CC6828;
  background: none;
  }
  
#portal-footer {
  clear: both;
  background: #ffffff;
  border-bottom: 0;
  border-top: 1px solid #CCCCCC;
  padding: 0.5em 25px 1em;
  text-align: left;
  }
  
h1 {
  color: #CC6828;
  }

h1.documentFirstHeading {
  margin: 0.75em 0 0.35em 0;
  border: 0;
  font-size: 2.5em;
  }
  
h1.sfiafolderHeading {  
  margin: 0 0 0.35em 0;
  border: 0;
  font-size: 2.5em;
  padding: 0.1em 0 0;
  }

p.level {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.81em;
  margin-top: 2.2em;
  letter-spacing: 0.075em;
  }
  
h2 {
  border: 0;
  font-family: "Lucida Grande", Verdana, Lucida, helvestica, Arial, sans-serif;
  color: #CC6828;
  font-size: 1.2em;
  font-weight: bold;
  clear: right;
  }

h3 {
  color: #CC6828;
  font-size: 1em;
  font-weight: bold;
  font-family: "Lucida Grande", Verdana, Lucida, helvestica, Arial, sans-serif;
  }
  
h4 {
  color: #555555;
  font-size: 1em;
  font-weight: bold;
  font-family: "Lucida Grande", Verdana, Lucida, helvestica, Arial, sans-serif;
  margin-botton: 0;
  }
  
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1C99C4 !important;
  }

#strap {
  position: absolute;
  right: 25px;
  top: 52px;
  }
  
pre {
  background: #FAFAFA;
  border: 1px dashed #CCCCCC;
  }
  
.documentByLine {
  clear: none;
  }
  
.comment {
  background: #FAFAFA;
  border: 1px dashed #CCCCCC;
  }
  
.documentActions {
  display: none;
  }


ul {
  list-style-image: url(pix/bullet.gif);
  }

.skillID { color: #888888; font-size: 80%; }

table.overview {
  color: #000;
  border-spacing: 0;
  }

table.overview a {
  color: #000;
  }

table.overview td {
  padding: 1px 3px 2px;
  border-top: 2px solid #fff;
  }

table.overview th {
  color: #fff;
  text-align: left;
  padding: 1px 3px;
  }
  
table.changes th {
  background: #333333;
  color: #fff;
  text-align: left;
  padding: 1px 3px;
  }

table.changes {
  border-spacing: 0;
  }

table.changes td {
  padding: 1px 3px 2px;
  color: #333;
  vertical-align: top;
  border-top: 2px solid #fff;
  }
  
table.strategy td {
  background: #F8B1B2;
  }
  
table.business td {
  background: #E7B3D2;
  }
  
table.solution td {
  background: #FFE9AE;
  }
  
table.service td {
  background: #E8BC98;
  }
  
table.procurement td {
  background: #B1CFE4;
  }
  
table.client td {
  background: #ACC6A7;
  }
  
table.strategy .indicator {
  color: #F91035;
  font-weight: bold;
  }
  
table.business .indicator {
  color: #CE3095;
  font-weight: bold;
  }
  
table.solution .indicator {
  color: #A08305;
  font-weight: bold;
  }
  
table.service .indicator {
  color: #B25A20;
  font-weight: bold;
  }
  
table.procurement .indicator {
  color: #1884AB;
  font-weight: bold;
  }
  
table.client .indicator {
  color: #088c38;
  font-weight: bold;
  }
  
.indicator {
  text-align: center;
  padding: 0 3px;
  }
  
ul.folderContents {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  }
  
p.folderListing {
  margin-top: 0;
  }
  
.searchResults p {
  margin: 1px 0 0 0;
  }

.searchResults h4 {
  margin-top: 6px;
  }

.listingBar {
  padding: 3px 0 0 0;
  border-width: 1px 0 0 0;
  border-color: #cccccc;
  background: transparent;
  }

table.summary th {
  background: #cd6608;
  color: #fff;
  text-align: left;
  padding: 2px 5px 2px;
  }

table.summary {
  border-spacing: 0;
  margin: 10px 0 10px 0;
  }

table.summary td {
  padding: 2px 5px 3px;
  color: #555;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  }

#portal-banner {
  height: 75px;
  margin: 0 0 0 25px;
  background: url(pix/webBanner1296939.png) top left no-repeat;
  }
  

/*  */

/* 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
 
 */





