/*
 * $Id:$
 * 
 * A CSS file for helping to render content pages
 */

.toc {
    float: right;
    margin: 0px 0px 20px 20px;
    background-color: #E4E4E4;
    border: 1px solid #CCCCCC;
    padding: 10px;
    width: 300px;
}

.toc ul, .toc li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.toc li {
    padding: 5px 0px 5px 10px;
    text-indent: -10px;
}

.toc .selected {
    color: #8A0000;
    font-weight: bold;
}

.toc span, .toc a {
    font-size: 90%;
}


form.pretty, form.pretty input, form.pretty textarea {
    font-size: 11px;
}

form.pretty label {
    float: left;
    width: 150px;
    text-align: right;
    padding-right: 20px;
}

form.pretty .row {
    margin: 10px 0px 10px 0px;
    clear: both;
}

form.pretty input.text {
    width: 200px;
}

form.pretty textarea {
    width: 300px;
    height: 150px;
}

.message-preview {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    width: 800px;
    padding: 20px;
    margin: 0px 0px 20px 0px;
}

.message-preview .from, .message-preview .subject {
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}

.message-preview .from .name, .message-preview .from .email {
    text-decoration: underline;
}

.message-preview .body {
    background-color: white;
    border: 1px solid #CCCCCC;
    padding: 4px;
}