/******************************************************************************
 *                                                                            *
 *   style.css, v 0.01 2007/03/08 - 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 *
 *                                                                            *
 ******************************************************************************/
/* Другие стили элементов BBCode */

div.php {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 5px;
    border-color: #a9b8c2;
    border-width: 1px;
    border-style: solid;
    color: #006600;
    font-family: Monaco,'Courier New',monospace;
    background-color: #fafafa;
}
div.bb_quote_author {
	color: #FFFFCC;
	font-weight:bold;
	margin-bottom:3px;
}div.bb_quote_author:after {
    content: " ...";
	font-weight:normal;
}
div.bb_quote {
	color: #FFCCCC;
	padding:7px;
	background-color: #000000;
	filter: alpha(opacity=25);
	moz-opacity: 0.25;
	opacity: 0.25;
	border:solid 1px #4B3E32;
}