﻿/*
 *====================
 * BBCode CSS
 *====================
 * Copyright (C) 2009 Antram Technologies, LLC. All Rights Reserved.
 */
 
/* wraps entire quote */ 
.bbcodeQuoteWrapper
{
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

/* wraps inner quote area (the box) */
.bbcodeQuote
{
    margin-left: auto;
    margin-right: auto;
    padding: 5px; 
    border: 1px #cccccc solid; 
    background-color: #fffffc;
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
}

/* the HR tag */
.bbcodeHR
{
	margin:0;
	padding:0;
	color:#cccccc;
	background-color:#cccccc;
	height:1px;
	border: 0px #000000 hidden;
	border-collapse:collapse;
}
