/* ***** panoramaharem ***** */
.bbcquote{
    background: #FFFFFF;
    border: 1px solid #C2CFDF;
    border-top: 4px solid #C2CFDF;
    color: #333366;
    padding: 5px;
    font-size: 12px;
}

.bbcquotetitle{
    font-weight: bold;
    font-size: 10px;
    border: 0px;
    border-bottom: 1px dashed #003366;
    color: #003366;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.bbcphp{
    background: #FFFFFF;
    border: 1px solid #FFCC33;
    border-top: 4px solid #FFCC33;
    color: #333366;
    padding: 5px;
    font-size: 12px;
}

.bbcphptitle{
    font-weight: bold;
    font-size: 10px;
    border: 0px;
    border-bottom: 1px dashed #FF9900;
    color: #FF9900;
    padding-bottom: 3px;
    margin-bottom: 5px;
	
}

.bbchtml{
    background: #FFFFFF;
    border: 1px solid #339900;
    border-top: 4px solid #339900;
    color: #000000;
    padding: 5px;
    font-size: 12px;
}

.bbchtmltitle{
    font-weight: bold;
    font-size: 10px;
    border: 0px;
    border-bottom: 1px dashed #006600;
    color: #006600;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.bbccode{
    background: #FFFFFF;
    border: 1px solid #FF3300;
    border-top: 4px solid #FF3300;
    color: #000000;
    padding: 5px;
    font-size: 12px;
}

.bbccodetitle{
    font-weight: bold;
    font-size: 10px;
    border: 0px;
    border-bottom: 1px dashed #CC0000;
    color: #CC0000;
    padding-bottom: 3px;
    margin-bottom: 5px;
}  

