/* 
** Plone Help Center 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.
**
*/

/*  */

.link-expand {
    background: transparent url(https://puredata.info/arrowDown.gif) 4px 5px no-repeat;
    padding: 1px 0px 1px 16px;
    display: block;
    font-size: 85%;
    float: right;
}

.faqMarker {
    list-style-type: square;
    list-style-image: url(https://puredata.info/faq_icon.gif);
}

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

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

/* Section index */
table.sectionIndex {
    float: right;
    background: White;
    border-collapse: collapse;
    border-left: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    font-size: 85%;
    margin: 0.5em 0em 1em 1em;
}
.sectionIndex th {
    background: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    border-right: 1px solid #8cacbb;
    font-weight: normal;
    padding: 0.25em 1em;
    text-transform: lowercase;
}
.sectionIndex td {
    border-right: 1px solid #8cacbb;
    padding: 0.25em 1em;
}

.sectionIndex a {
    text-decoration: none;
}

.sectionIndex a:hover {
    text-decoration: underline;
}


/* Box with info about a tutorial, displayed on a tutorial page */
.tutorialAbout {
    display: inline;
    float: right;
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid;
    font-size: 85%;
    margin: 0.5em 0 0.5em 0.5em;
    padding: 1em;
    width: 10em;
    clear: right;
    text-align: center;
}

/* Jump box for reference manual indexes */
.jumpBox {
    float: right;
    text-align: right;
}

/* Image flagging outdated items in listings */
.outdatedMarker {
    
}

/* States for things */
.state-hidden {
    color: red;
}

.state-in-progress {
    color: #74AE0B;
}

.state-obsolete {
    color: #cccccc;
}

/*  */