/* This is a -code suffix for a table category page */

/* Page title */
.componentheading-code, .componentheading-code
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0.4em;
	margin-left: 0pt;
	padding-top: 1pt;
	padding-right: 5pt;
	padding-bottom: 4px;
	padding-left: 0pt;
	font-family: "trebuchet ms",arial,sans-serif;
	font-weight: bold;
	font-size: 180%;
	text-align: right;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	color: #4f4f4f;
	background-color: #f3f3f3;
}


/* spacing between cells, ie has a different way for this */
table.contentpane-code table
{
	border-collapse: separate;
	border-spacing: 0 10px;
}

/* Stolen from .code */
.sectiontableentry1-code td, .sectiontableentry2-code td
{
	border-left: 5px solid rgb(195, 215, 234); 
	padding: 5px 20px 5px 10px;
	background: rgb(240, 240, 240);
	font-family: Courier New,Courier,mono,times new roman;
	line-height: 150%; 
	color: rgb(102, 102, 102);
	margin-bottom: 100px;
}