#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
#posts IMG    
{    
    max-width: 85%;    
    height: expression(this.height > 100 ? "100px" : true);    
    width: expression(this.width > 100 ? "100px" : true);    
}    

#collapseobj_threadreview IMG {    
    max-width: 85%;    
    height: expression(this.height > 100 ? "100px" : true);    
    width: expression(this.width > 100 ? "100px" : true);    
}
/* ***** 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;
}

