/******************************************************************************
 *                                                                            *
 *   style.css, v 0.04 2007/03/29 - This is part of xBB library               *
 *   Copyright (C) 2006-2007  Dmitriy Skorobogatov  dima@pc.uz                *
 *                                                                            *
 *   This program is free software; you can redistribute it and/or modify     *
 *   it under the terms of the GNU General Public License as published by     *
 *   the Free Software Foundation; either version 2 of the License, or        *
 *   (at your option) any later version.                                      *
 *                                                                            *
 *   This program is distributed in the hope that it will be useful,          *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of           *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            *
 *   GNU General Public License for more details.                             *
 *                                                                            *
 *   You should have received a copy of the GNU General Public License        *
 *   along with this program; if not, write to the Free Software              *
 *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
 *                                                                            *
 ******************************************************************************/

acronym {
    border-bottom: #303030 1px dotted;
    cursor: help;
}
pre {
    border: #c0e6ff 1px solid;
    background-color: #e0e8ef;
    color: #002;
}
table.bb {
    border-collapse: collapse;
}
table.bb th {
    border: #b0b0b0 1px solid;
    background-color: #ddd;
    color: #555;
}
table.bb td.bb {
    border: #b0b0b0 1px solid;
}
blockquote.bb_quote {
    font-size: 12px;
    letter-spacing: 1px;
    border: #d0d0d0 1px solid;
    background-color: #f6f6f6;
    padding: 5px;
    margin: 1em 0 0 .75em;
}
div.bb_quote_author {
    display: inline-block;
    position: absolute;
    padding: 0 10px;
    margin-top: -18px;
    margin-left: 5px;

    border: #d0d0d0 1px solid;
    border-width: 1px 2px 2px 1px;
    /*margin-top: -1.2em;*/
    /*paddin-left: 5px;*/
    /*padding-right: 5px;*/
    background-color: #f6f6f6;
    /*width: 150px;*/
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
div.bb_quote_author:after {
    content: " писал(а):";
}
div.bb_code {
    border: #d0d0d0 6px double;
    background-color: #f6f6f6;
    color: #404060;
    padding: 5px;
    margin: 1em 0 0 0.8em;
    font-family: Monaco,'Courier New',monospace;
}
div.bb_code_header {
    border: #d0d0d0 1px solid;
    border-width: 1px 2px 2px 1px;
    padding-left: 5px;
    margin-top: -1.6em;
    background-color: #f6f6f6;
    white-space: nowrap;
    font-weight: bold;
    color: #404060;
    text-align: left;
}
span.bb_code_lang:before {
    content: "Код: ";
}
div.bb_code_footer {
    margin: 5px -5px -5px -5px;
    padding: 4px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #a9b8c2;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

/* Стили посветки BBCode: */

code.bb_code {
    font-size: 1em;
    color: #000000;
}
span.bb_spec_char {
    color: #000099;
}
span.bb_mnemonic {
    color: #ff0000;
}
span.bb_tag {
    color: #009900;
}
span.bb_bracket {
    font-weight: bold;
}
span.bb_slash {
    font-weight: normal;
}
span.bb_tagname {
    color: #990099;
}
span.bb_equal {
    color: #999900;
}
span.bb_quote {
    color: #009999;
}
span.bb_attrib_name {
    color: #999900;
}
span.bb_attrib_val {
    color: #009999;
}
span.bb_autolink {
    color: #0000ff;
}

.bbcode-file {
    float: none;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}   
.bbcode-file-icon {
    padding-right: 10px;
}
.bbcode-file-icon img {
    border-width: 0px;    
}    
.bbcode-file-params {
    clear: both;
    font-size: 11px;
}
.bbcode-file-info-title {
    font-weight: bold;
    padding-bottom: 5px;
}
.bbcode-file-info-description {
    font-size: 11px;
    padding-bottom: 5px;
}

.bbcode-video {
    padding-bottom: 10px;
}
.bbcode-video-title {
    float: none;
    clear: both;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.bbcode-ind {
    margin: 0px;
    padding: 0px;
    text-indent: 20px;
}
.bbcode-img,
.bbcode-img-l,
.bbcode-img-r {
    display: block;
    float: none;
    clear: both;    
}
.bbcode-img img,
.bbcode-img-l img,
.bbcode-img-r img {
    border-width: 0px;    
}
.bbcode-img {
}
.bbcode-img-l {
    margin-bottom: 10px;
}
.bbcode-img-r {
    margin-bottom: 10px;
}
.bbcode-img-description {
    padding-top: 5px;
    font-size: 12px;
}
