
.codetitle, .htmltitle, .phptitle, .quotetitle, .spoilertitle,  .commenttitle  {
	border : 1px solid #666666;
	font-size : 10px;
	color : #333333;
	padding : 5px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 7px;
	border-bottom : 0px;
}


.codetitle {
	background : #FFE37F url('../images/bbcode_code.gif') no-repeat 100% 50%;
}

.htmltitle {
	background : #FFE37F url('../images/bbcode_code.gif') no-repeat 100% 50%;
}

.phptitle {
	background : #FFE37F url('../images/bbcode_php.gif') no-repeat 100% 50%;
}

.quotetitle {
	background : #FFE37F url('../images/bbcode_quote.gif') no-repeat 100% 50%;
}

.spoilertitle {
	background : #FFE37F ; /*url('../images/bbcode_spoiler.gif') no-repeat 100% 50%;*/
}

.commenttitle {
	background : #FFE37F;
	padding : 2px 5px 1px 5px;
	height: 18px;
}

.codediv, .htmldiv, .phpdiv, .quotediv, .spoilerdiv, .commentdiv {
	background : #FFF3C3;
	/*display:block;*/
	clear:both;
	border : 1px solid #666666;
	font-size : 12px;
	color : #333333;
	/*border-top : 0px;*/
	padding : 5px;
	padding-top : 2px;
	overflow:auto;

	width : 90%;
	text-align : left;
	margin-bottom : 5px;
}

.commentdiv{
	overflow: visible;
}

.quotediv, .spoilerdiv, .commentdiv {
	font-family : Verdana, Arial, sans-serif;

}

.codediv, .htmldiv, .phpdiv {
	font-family : Courier, "Courier New", sans-serif;
}

.spoilerdiv {
	color : #FFF3C3 !important; /*same as background*/
}

a.codelink:link {
	text-decoration : none;
	color : #9aef9e;
}
a.codelink:visited {
	text-decoration : none;
	color : #9aef9e;
}
a.codelink:hover {
	text-decoration : none;
	color : #4ae352;
}





