
body {
	background-color: 	#e8e8e8;
	color:  			#303030;
	background-image: 	url("/images/layout/background-glow.png");
	background-repeat: 	repeat-x;
	font-family: 		"Lucida Grande", sans-serif;
	font-size: 			11px;
}

a {
	color:				#005bb1;
	text-decoration:	none;
}

ol {
	padding-left:		21px;
}

li {
	padding-bottom:		1em;
}

a:hover {
	color:				#005bb1;
	text-decoration:	underline;
}

.highlight, cite {
	color:				#005bb1;
	font-style: 		normal;
}

.notes {
	font-size:			11px;
	text-align: 		center;
	color:				#878787;
	margin-top:			21px;
	line-height:		16px;
}

.feedback {
	background-color:	#e0e0e0;
	padding:			12px;
	font-size:			12px;
	text-align: 		center;
	color:				#878787;
	margin-top:			40px;
	line-height:		16px;
}

.feedback a {
	color:				#808080;
}

.feedback a:hover {
	text-decoration: 	underline;
}

.contentsection .feedback
{
	background-color: 	#e9e9e9;
}


#masthead {
	margin-left:		auto;
	margin-right:		auto;
	width:				369px;
	text-align: 		center;
}

.contentcontainer {
	width:				652px;
	margin:				30px auto 0px auto;
}


/* the guts */

.contentsection {
	margin-top: 		40px;
	width: 				650px;
	background-color: 	#f5f5f5;
	border:				1px solid #bcbcbc;
	line-height: 		21px;
	padding-top: 		21px;
	padding-bottom: 	21px;
}

.contentsection h3, .contentsection h4 {
	font-family: 		HelveticaNeue, LucidaGrande, sans-serif;
	font-weight: 		bold;
	color: 				#005bb1;
	padding-left: 		21px;
	float: 				left;
	margin-top: 		0px;
	width: 				190px;
	font-size: 			16px;
}

.cl
{
	clear: 				both;
}

.contentsection h4 {
	color: 				#656565;
}

.codesection h3, .codesection h4 {
	float:				none;
	width: 				auto;
}


/* basic table */

.contentsection table {
	border-collapse: 	collapse;
	font-size: 			12px;
	margin-left: 		auto;
	margin-right: 		21px;
	color: 				#636363;
}

.codesection table {
	margin-left: 		21px;
}

.contentsection th {
	text-align: 		left;
	padding: 			8px 12px 8px 12px;
	color: 				#454545;
	background-color:	#e9e9e9 !important;
	background-image: 	url("/images/layout/column-background.png");
	background-repeat: 	repeat-x;
}

.contentsection tr.header {
	border: 			1px solid #bebebe;
}

.contentsection td {
	background-color: 	#eeeeee;
	border: 			1px solid #bebebe;
	padding: 			8px 12px 8px 12px;
}

.contentsection td.highlight {
/*	background-color:	#fbfbfb;*/
}

.contentbody {
	margin-left:		190px;
	color: 				#636363;
	font-size: 			12px;
	padding-right: 		20px;
	padding-left: 		21px;
}

div.credits {
	margin-left:		0px;
	color: 				#636363;
	font-size: 			11px;
	padding: 			10px 20px 20px 211px;
	border-top: 		1px dashed #c0c0c0;
}

.codesection .contentbody {
	margin-left:		0px;
	padding-left: 		21px;
	padding-right: 		190px;
}

.contentbody {
	margin-left:		190px;
	color: 				#636363;
	font-size: 			12px;
	padding-right: 		20px;
	padding-left: 		21px;
}

.contentbody em {	
/*	border-bottom: 		2px solid #ffde00;
	padding-left: 		5px;
	padding-right: 		5px;
	background-color: 	#FBE867;
*/	font-style: 		normal;
	color: 				black;
}

.codeblock {
	background-color: 	#ebebeb;
	border-top: 		1px dashed #959595;
	border-bottom: 		1px dashed #959595;
	padding: 			11px 21px;
	font-size: 			12px;
	font-family: 		Monaco, monospace;
	white-space:		pre;
	margin-bottom: 		42px;
	line-height:		18px;
}

.codeblock em {	
	color:				#005bb1;
	font-style: 		normal;
}

.codeheader {
	background-color: 	#f0f0f0;
	border-top: 		1px solid #b9b9b9;
	padding: 			4px 21px 4px 21px;
	font-size: 			13px;
	font-family: 		Monaco, monospace;
}

.unixbox
{
	width:				400px;
	height:				150px;
	padding:			40px 39px 30px 25px;
	background-image:	url("/images/layout/terminal-bg.png");
	background-repeat:	no-repeat;
	font-family:		Monaco, monospace;
	font-size:			10px;
	color:				black;
	line-height:		14px;
	white-space:		pre;	
	margin-left:		auto;
	margin-right:		auto;
}



