@CHARSET "UTF-8";

#sidebarTd, #menu, #header2, #messages, #metaFooter {
    display:none;
}

#contentAndSidebarTable {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

#footer {
	margin-top:1em;
	font-size:95%;
	text-align:center;
	border-top:1px dotted #000000;
}

#header a {
  font-size:30px;
  text-decoration:none;
}

#linktree {
  padding:10px;
  font-size:90%;
}


body {
	font-family:'Verdana','DejaVu Sans';
}

a, body {
  color:#000000;
}

.Details {
  text-align:right;
  font-size:70%;
}



#content {
	font-size:14px;
}

#content h2 {
	border-bottom:2px solid #00101A; 
	padding:10px 10px 5px 10px;
	font-size:130%;
	margin-bottom:5px;
}

#content h2 a {
	text-decoration:none;
}

#content h3 {
	border-bottom:2px solid #00101A; 
	padding:8px 8px 4px 8px;
	font-size:115%;
	margin:8px 5px 8px 8px;
}

#content h3 a {
	text-decoration:none;
}

#content p {
	padding:10px;
}



.sourcecode_linenumbers {
	white-space:pre;
	float:left;
	margin-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:20px;
	text-align:right;
}

.sourcecode_container {
	margin:10px 20px;
	font-family:Lucida Console, DejaVu Sans Mono;
}

.sourcecode {
	float:left;
	white-space:pre;
	padding:5px;
	width:700px;
	color:#000000;
	border:#00101A 1px solid;
	font-size:95%;
	overflow-y:hidden;
}

