
/* ----- PloneRSS.css ----- */
@media all {
/*
 *  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.
 */
 
/* <dtml-with base_properties> (do not remove this :) */
/* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either :) */


.rssTable {

	border: 1px solid black;

}

.rssTable * TH {

	border: 1px solid black;
	padding: 4px;
	background-color: #dee7ec;

}

.rssTable * TD {

	background-color: #ffffe1;
	border: 1px solid black;
	padding: 4px;
}

.rssItem {
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
}

.rssItem * TH {
	background-color: #e0e0e0;
	padding: 3px;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
}

.rssItem * TD {
	padding: 3px;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
}

.rssWarn {
	font-size: 90%;
	font-weight: bold;
	color: blue;
}

/* </dtml-with> */

/* 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
   
   fontSmallSize - used for various elements like buttons and discreet text
   
   discreetColor - the font color of discreet text

   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
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   inputFontColor - the font color used for input elements
   
   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
   
   helpBackgroundColor - background color of information pop-ups (currently not used)
          
 */



}


/* ----- ploneCustom.css ----- */
@media all {
/*
 *  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.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */

/* "Lucida Grande",  */

/* Done in a short-staffed hurry, folks. We'll clean it up, promise. */
/* Banner added August 2013. */

#banner {
 position: absolute;
 background-color: #FFAE3D;
 width: 100%;
 }

#banner-content {
 width: 800px;
 margin: 0 auto;
 padding: 10px;

 }

body {
    font: 94% Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: Black;
    margin: 0;
 padding-top: 70px;
}


#portlet-dogear {
    position: absolute;
    right: 100%;
    top: 0px;
    overflow: visible;
    height: 120px;
    width: 120px;
    margin: 0 -120px 0 0;
    padding: 0;
    z-index: 9999;
    border: none;
    float: none;
}

#portlet-dogear .portletBody {
    border: none;
}

#portal-logo {
    background: url('logo.jpg') no-repeat;
    border: 0;
    margin: 0.75em 0em 0.75em 130px;
    padding: 0;
    height: 120px;
}

#portal-header {
    height: 120px;

}

#portal-siteactions li a {
    background-color: transparent;
    border: 1px solid White;
    color: #76797c;
    height: auto;
    padding: 0.2em;
    margin-right: 0.2em;
    text-decoration: none;
    text-transform: none;
}

#portal-globalnav {
    background-color: transparent;
    padding: 0em 0em 0em 0em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    margin-top: -4.0em;
    height: auto;
    line-height: normal;
    text-align: center;
 
}

#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid;
    color: #436976;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1.25em;
    text-decoration: none;
    text-transform: none;
}

#portal-globalnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    color: #436976;
}

#portal-globalnav li a:hover {
    background-color: #dee7ec;
    border-color: #8cacbb;
    color: #436976;
}

#portal-personaltools {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: #949694;
    border-top-color: #8cacbb;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.6em;
    color: Black;
    padding: 0em 3em 0em 3em;
    margin: 0;
    text-align: right;
    text-transform: none;
    list-style: none;
}

#portal-personaltools li {
    background: transparent url(linkOpaque.gif) center left no-repeat;
    padding-left: 8px;
    color: #6B0000;
    margin-left: 1em;
    display: inline;
}

#portal-personaltools li a {
    text-decoration: none;
    color: #6B0000;
}


#portal-personaltools .portalUser {
    background: transparent url(user.gif) center left no-repeat;
    padding-left: 19px;
}

.link-user {
    background: transparent url(user.gif) 0 1px no-repeat;
    padding: 1px 0px 1px 17px;
}

.link-external {
background: transparent 0px 1px;
padding: 1px 0px 1px 0px;
}

#portal-breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: none;
    line-height: 1.6em;
}

.portletItem {
    margin: 0;
    padding: 1em;
    border: none;
}

dl.portlet {
    border: none;
}

div.portletBody {
    border: none;
}

.portletItemSingle {
    border: none;
}

dd.portletItemLast {
    border: none;
}

dd.portletFooter {
    border: none;
}

.portletHeader {
    background-color: #949694;
    border: none;
    padding: 0em 1em;
    text-transform: none;
    font-weight: normal;
    line-height: 1.6em;
}

#portlet-gplv3 dd {
    padding-left: 0;
    padding-top: 0.2em;
    margin-left: 0;
}
    
.contentViews li a {
    background-color: transparent;
    border: 1px solid #BD5D00;
    border-style: solid;
    color: black;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1em;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
    z-index: 1;
}

.contentViews .selected a {
    background-color: #DEE7EF;
    border-bottom: #BD5D00 1px solid;
    color: black;
}
.contentViews li a:hover {
    background-color: #DEE7EF;
    color: black;
}

.contentActions {
    background-color: #DEE7EF;
    border-left: 1px solid #BD5D00;
    border-right: 1px solid #BD5D00;
    color: black;
    text-transform: none;
}

.contentActions li {
    border-left: 1px solid #BD5D00;;
}


.documentEditable .documentContent {
    border: none;
}


.ploneCalendar th {
    background-color: #949694;
}

.ploneCalendar .weekdays td {
    background-color: #949694;
}

#portal-footer {
    font-size: smaller;
    background-color: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    float: none;
    line-height: normal;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}


#portal-footer p {
    margin: 0;
}

/* Licensing table */

table#gpl-compat-matrix { border-collapse: collapse; }                                                                                           
                                                                                                                                                 
table#gpl-compat-matrix td, th.gpl-matrix-border {                                                                                               
    text-align: center; border: 1px solid black; margin: 0;                                                                                      
    padding: .3em; }                                                                                                                             
                                                                                                                                                 
th.gpl-matrix-license { text-align: right; }                                                                                                     
                                                                                                                                                 
tr.gpl-matrix-use-type { border-top: 2px solid black; }                                                                                          
                                                                                                                                                 
table#gpl-compat-matrix td.ok { background-color: #ccffcc; }                                                                                     
table#gpl-compat-matrix td.mok { background-color: #e4ffcc; }                                                                                    
table#gpl-compat-matrix td.nok { background-color: #dddddd; }                                                                                    

/*  */

/* 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
   
   fontSmallSize - used for various elements like buttons and discreet text
   
   discreetColor - the font color of discreet text

   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
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   inputFontColor - the font color used for input elements
   
   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
   
   helpBackgroundColor - background color of information pop-ups (currently not used)
          
 */
}

