
/* - portlets.css - */
@media screen {
/*
** Plone style sheet - Portlets
**
** 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 :) */

/* Fallback for edit screen if both columns are hidden */
.managePortletsFallback {
    margin: 0 0 0 1em;
}

/* Main portlet elements */
.portlet {
	background-image: url(../_d/common/bg-portlet-1.gif);
	background-repeat: repeat-y;
}
.portlet {
    margin: 1px 0 1em 0;
    border: none;
}
.portlet a {
    text-decoration: none;
}
.portlet a:hover {
    text-decoration: underline;
}
.portlet a.tile {
    display: block;
}

/* XXX: The two below rules should really be in the rule above, but that makes the items grow/shrink on :hover (navtree) - need to investigate how to make it not do that. ~limi, Dec 2005 */
.portletItem a,
.portletFooter a {
    border-bottom: none;
}

.portletItem a:visited,
.portletFooter a:visited {
    color: #005943;
}
.portletHeader {
    padding: 12px 0 0 12px;
    text-transform: none;
	font-size: 16px;
    font-weight: bold;
	color: #82b500;
    line-height: 1em;
}
.portletHeader a {
    color: #386c00;
}
.portletItem {
    margin: 8px 0 0 12px;
    padding: 0;
	line-height: 1.2em;
}
.portletItem ol {
    margin: 0 0 0 1em;
}
.portletItemDetails {
    text-align: right;
    display: block;
    color: Black;
}
.portletFooter {
    margin: 6px 0 0 12px;
    padding: 0;
    text-align: right;
}

/* Elements that enable layout with rounded corners */
.portletTopLeft {}
.portletTopRight {}
.portletBottomLeft {}
.portletBottomRight {}

/*
** Calendar elements - used in the calendar rendering
*/
.dayPopup {
    background-color: #ffffe1;
    border: 1px solid Black;
    padding: 0.2em;
    position: absolute;
    visibility: hidden;
    width: 12em;
    z-index: 2;
}
.date {
	margin: 0;
	color: #82b500;
}
.datePress {
	margin: 0 0 5px 0;
	color: #82b500;
}
.linksPress {
	margin: 0;
}
.portletCalendar {
    width: 100%;
    margin: 1px 0 1em 0;
    width: 100%;
}
.portletCalendar dt {
    background-color: #dee7ec;
    font-weight: normal;
    text-align: center;
    line-height: 1.6em;
    border-bottom: none;
}
.portletCalendar dd {
    margin: 0;
    padding: 0;
}
.portletCalendar a {
    text-decoration: none;
}
.portletCalendar a:hover {
    text-decoration: none;
}
.ploneCalendar {
    border-collapse: collapse;
    border-spacing:0;
    width: 100%;
}
.ploneCalendar td {
    background-color: transparent;
    width: 14%;
    text-align: center;
    padding: 2px;
}
.ploneCalendar .weekdays th {
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    border-style: solid none;
    text-align: center;
    padding: 2px;
    font-weight: normal;
}
.ploneCalendar .event {
    background-color: #dee7ec;
    font-weight: bold;
}
.ploneCalendar .todayevent {
    background-color: #dee7ec;
    border: 2px solid #ffa500;
    font-weight: bold;
}
.ploneCalendar .todaynoevent {
    border-collapse: collapse;
    border: 2px solid #ffa500;
}

.managePortletsLink {
	margin-top: 1em;
    text-align: center;
    color: #005943;
}
.managePortletsLink a {
    color: #005943;
}

div.portlets-manager div.section {
    padding-top: 1em !important;
}

div.managedPortlet {
    padding-top:0.5em;
    padding-bottom:0.5em;
}

.managedPortlet .portletHeader {
    min-height: 3em !important;
}

.managedPortlet a {
    text-decoration: underline;
}

.managedPortletActions {
    display:block;
    float:right;
}

.managedPortletActions a {
    text-decoration: none;
}

.managedPortletActions a.up,
.managedPortletActions a.down {
    color:blue !important;
}

.managedPortletActions a.delete {
    color:red !important;
}

/* Table of Contents styling - essentially a portlet with smaller fonts and aligned right + limited in width */
.toc {
    float: right;
    width: 30%;
    font-size: 90%;
    margin: 0 0 0.5em 0.5em;
}


.portletPageMain {
	background: none;
    margin: 0;
}
.portletPageMain .portletItem {
    margin: 4px 0 0 9px;
}
.portletPageMain .portletHeader {
    padding: 0 0 0 9px;
    text-transform: none;
	font-size: 16px;
    font-weight: bold;
	color: #82b500;
    line-height: 1em;
}

.portletPageHome {
	background: none;
    margin: 0;
}
.portletPageHome .portletItem {
    margin: 4px 0 0 14px;
}
.portletPageHome .portletHeader {
    padding: 0 0 0 0px;
    text-transform: none;
	font-size: 16px;
    font-weight: bold;
	color: #82b500;
    line-height: 1em;
}


/*  */

}

