/*  $Id: style.css 1922 2008-02-19 11:54:59Z bert $ */

#rnddoc {
}

#rnddoc label {
    display: inline;
    font-size: 1em;
    font-weight: bold;
    margin: 2px 0;
}

#rnddoc label:before {
    content: url("/modules/rnddoc/pnimages/bullet.gif");
    margin-right: 0.5em;
}

#rnddoc .mandatory:after {
    content: "*";
    color: red;
    margin-left: 0.5em;
}

#rnddoc input,
#rnddoc select,
#rnddoc textarea {
    margin: 3px 0;
}

#rnddoc .formborder {
    border: 1px solid #ccc;
    padding: 5px;
    width: 80%;
}

#rnddoc input:focus,
#rnddoc select:focus,
#rnddoc form .formborder:focus,
#content textarea:focus {
    border-color: #ccc;
    background-color: #eee;
}

#rnddoc textarea {
    width: 99%;
}

#rnddoc .custom-advice {
    color: red;
}

#rnddoc-admin {
    /* do not delete this */
}

#rnddoc-admin .footer {
    font-size: 0.8em;
    text-align: center;
}

#rnddoc-admin .headerlink {
    width: 33%;
    float: left;
    text-align: center;
}

#rnddoc-admin .error {
    color: red;
}

#rnddoc-admin .delete {
    text-align: center;
}

#rnddoc-admin td {
    padding: 0.3em 0 0.3em 0.5em;
    vertical-align: top;
}

