/* codebox header */
.my_codebox_header {
	width: 100%;
/* 	border: 1px solid silver; */
/* 	border-bottom: 0; */
	font-weight: bold;
  text-align: center;
	background: #F3F8D7 url(../images/arrow-square.gif) no-repeat right 5px;
	color: #000000;
}

.my_codebox_header.folded {
	background-position: right -51px;
}

.my_codebox_header .code_title {
	font-family: tahoma, arial, verdana;
}

/* codebox */
.my_codebox {
	background-color: #f9f9f9;
/*	border: 1px solid silver;*/
	margin-bottom: 1.5em;
	float: none;
	clear: none;
	font-size: 12px;
	line-height: 1.333;
}

.my_codebox table {
  width: 100% ;
	border-collapse: collapse;
	border: none;
	margin: 0px;
	table-layout: fixed;
}

.my_codebox td {
  vertical-align: top;
	padding: 2px 4px;
}

.my_codebox td.line_numbers {
	text-align: right;
	background-color: #def;
	color: #666;
	border-right: 1px solid #B0BEC7;
	width: 25px;
}

.my_codebox pre {
	margin: 0;
}

.my_codebox div {
	overflow: auto;
}

.code {
  font-family: monospace;
}

.code pre {
	overflow: auto;
}