/* class code 
   hien thi tat ca cac code
*/ 

pre, code {
	font-family:"Courier New", Courier, monospace;
	font-size:10pt;
	width: 560px;
	overflow:hidden;
	height:inherit;
	border:#dedede 1px dotted;
	font-weight: bold;
	color:#676767;
	padding: 18px 3px 3px 3px;
	background: url(../code_bar.jpg) no-repeat;
}


.pre-code {
	padding:0px 0px 0px 0px;
	background:#FFFFFF;
	border:#FFFFFF 0px solid;
	width: 560px;
	overflow:hidden;
	height:inherit;
}

.code {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	font-size:10pt;
}
.code-detail {
	line-height:20px;
}
.code-view {
	font-family:"Courier New", Courier, monospace;
	color:#999999;
	font-size:13pt;
}
.code-green {
	font-family:"Courier New", Courier, monospace;
	color:#00CC00;
}
.code-green-b {
	font-family:"Courier New", Courier, monospace;
	color:#00CC00;
	font-weight:bold;
}
.code-black {
	font-family:"Courier New", Courier, monospace;
	color:	#000000;
}
.code-black-b {
	font-family:"Courier New", Courier, monospace;
	color:	#000000;
	font-weight:bold;
}
.code-pink {
	font-family:"Courier New", Courier, monospace;
	color:#FF33CC;
}
.code-pink-b {
	font-family:"Courier New", Courier, monospace;
	color:#FF33CC;
	font-weight:bold;
}
.code-blue {
	font-family:"Courier New", Courier, monospace;
	color:#0000CC;
}
.code-blue-b {
	font-family:"Courier New", Courier, monospace;
	color:#0000CC;
	font-weight:bold;
}
.code-red {
	font-family:"Courier New", Courier, monospace;
	color:#FF3300;
}
.code-red-b {
	font-family:"Courier New", Courier, monospace;
	color:#FF3300;
	font-weight:bold;
}
.code-yellow {
	font-family:"Courier New", Courier, monospace;
	color:#FF8000;
}
.code-yellow-b {
	font-family:"Courier New", Courier, monospace;
	color:#FF8000;
	font-weight:bold;
}