/*
** Plone style sheet for CSS2-capable browsers.
**
** Copyright Alexander Limi - http://www.plonesolutions.com
**
** Additional Plone 2 work:
** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
** Michael Zeltner - http://niij.org
** Geir B�kholt - http://www.plonesolutions.com
**
** All you guys rock :)
**
** 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.
**
*/

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


/*-- Most internal UI styles --*/


.visualCaseSensitive {
text-transform: none;
}
.addFavorite {
vertical-align: bottom;
}
.contentViews {text-transform: lowercase;
border-collapse: collapse;
}
.contentViews li {
display: inline;
}
.contentViews li a {
height: auto;
margin-right: 0.5em;
padding: 0em 1.5em;
z-index: 1;
}


/*
** begin ECMAScript Content Action Menus
*/

.contentActions {text-transform: lowercase;
text-align: right;
padding: 0 0 0 1em;
z-index: 2;
height: 1.6em;
}

.contentActions ul,
.contentActions li {
margin: 0;
list-style: none;
list-style-image: none;
display: inline;
text-align: left;
}

.contentActions ul {
line-height: 1.6em;
padding: 0;
margin: 0;
}
.contentActions li {
float: right;
background-image: url(http://old-stage.motu.com/arrowDownAlternative.gif);
background-repeat: no-repeat;
background-position: center right;
z-index: 4;
padding: 0 0 0 1em;
/*margin: 0 1em 0 0;*/
line-height:1.6em;
}

.menuPosition {
/* The spec says we can't put this on an element with a float (although 
Opera is the only one that cares) and we need it in order to catch 
the position:absolute bubbling up */
position: relative;
}

.actionSingular {
background-image: none !important;
}

.actionItems li {
background-image: none;
}

.contentActions a {
text-decoration: none;
padding: 0 1em 0 0;
}

.contentActions .actionMenu {
visibility: hidden;
z-index: 5;
position: absolute;
top: 0;
right: -1px;
overflow: hidden;
height: auto;
padding: 0;
margin: 1.2em 0 0 0;
}

.actionMenu li {
float: none;
background: none;
display: list-item;
padding: 0 .5em;
margin: 0;
border: 0;
}

.actionMenu li a {
display: block;
white-space: nowrap;
padding: 0 0.5em;
margin: 0.2em 0;
}

.notify {
	background-color:#e3f7fc; 
	color:#D14719; 
    border:.1em solid;
	border-color: #8ed9f6;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:1.1em;
    padding:10px 10px 10px 10px;
    margin:10px;
    cursor: default;
}

.notify-yellow { background: #FFCC80; border-color: #FFCC80; }
.notify-red { background: #ffecec; border-color: #fad9d7; }
.notify-green { background: #e9ffd9; border-color: #D1FAB6; }


/*
** end ECMAScript Content Action Menus
*/

/*  */