/*
        SubSilver 2
        XS Syntax Highlighter CSS
*/
.postbody .syntax {
        color: #444;
        display: block;
        margin: 5px auto;
        width: 98%;
        border: solid 1px #D0D0D0;
        background-color: #FFF;
        padding: 5px;
        font-size: 1.0em;
        font-family: Courier, 'Courier New', sans-serif;
        line-height: 1.2em;
}
.postbody .syntax-header {
        margin: 0;
        margin-bottom: 5px;
        padding-left: 3px;
        padding-bottom: 3px;
        border-bottom: solid 1px #E0E0E0;
        font-size: 1.0em;
        line-height: 1.2em;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #808080;
}

.syntax-header a:link,
.syntax-header a:visited
{
        color: #666;
        text-decoration: none;
        border-bottom: dotted 1px #666;
}
.syntax-header a:hover,
.syntax-header a:active
{
        color: #FF1010;
        text-decoration: none;
        border-bottom: dotted 1px #FF1010;
}

.syntax-content {
        padding: 0;
}

.syntax-list {
        margin-top: 3px;
        margin-right: 0;
        margin-bottom: 3px;
}

li.syntax-row {
        margin-left: 12px;
        white-space: normal;
        border-top: 1px #E0E0E0 solid;
        color: #BBB;
        wrap-option: emergency;
}
.syntax-row-text {
        color: #444;
}

div.syntax li.syntax-row-highlight {
        color: #FF1010;
        border-color: #D8D8D8;
}

div.syntax li.syntax-row-highlight .syntax-row-text, span.syntax-row-highlight {
        color: #FF1010;
}

li.syntax-row-first {
        border-top: none;
}
/* Mini Table */
.minitable {  
        color: #444;  
        display: block;  
        margin: 5px 20px;  
        border: solid 1px #D0D0D0;  
        background-color: #FFF;  
        font-size: 12px;  
}  
.minitable-header {  
        background: #fff url({T_THEME_PATH}/images/bg_header.gif) top left repeat-x;
        margin: 0;  
        margin-bottom: 5px;  
        padding-left: 5px;  
        padding-top: 7px;
        padding-right: 5px;
        border-bottom: solid 1px #D0D0D0;  
        font-size: 12px;  
        line-height: 1.2em;  
        font-family: Verdana, Arial, Helvetica, sans-serif;  
        font-weight: bold;
        color: #EDEFF4;
        height: 21px;

}  
.minitable-hideme {  
        font-size: 10px;  
        line-height: 1.2em;
        font-family: Verdana, Arial, Helvetica, sans-serif;  
        font-weight: bold;
        color: #EEE;
        float: right;
}
.minitable-hideme a, .minitable-hideme a:visited {
        color: #eee;
        text-decoration: none;
}
.minitable-hideme a:hover {
        color: #fff;
        text-decoration: none;
}
.minitable-contents {  
        padding-left: 5px;  
        padding-right: 5px;  
        padding-bottom: 5px;  
        line-height: 1.5;
        text-align: left;
}  
/* Hide content */
.hide-contents,
.hide-contents .quote-message {
        color: #757575;
        background-color: #F2F2F2;
        border: 2px dotted #DEDEDE;
        text-align: left;
        padding: 5px;
}

