/* 
** PloneSoftwareCenter style sheet for CSS2-capable browsers.
**
** Copyright Alexander Limi - http://www.plonesolutions.com
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  */

.portletHalfWidth {
    width: 45%; 
    float: left; 
    margin: 0 1em 1em 0 !important;
}

.portletThirdWidth {
    width: 30%; 
    float: left; 
    margin: 0 1em 1em 0 !important;
}

/* This portlet link selector can be removed once Plone 2.1.3 and later is more common */
.portlet a {
    display: inline;
}


.state-being-discussed {
    color: Black;
}

.state-in-progress {
    color: #9C6E3D;
}

.state-completed {
    color: #205c90;
}

.state-rejected {
    color: #76797c;
}

.state-deferred {
    color: Red;
}

.state-ready-for-merge {
    color: #74AE0B;
}

.poweredBy { 
}

.note {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: thin 0 0 thin;
    margin: 2em;
    padding: 0 0.5em 0 1em;
}

.warning {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: thin 0 0 thin;
    margin: 2em;
    padding: 0 0.5em 0 1em;
    color: red;
}

/*  */
