body {
	font-family : arial, helvetica,sans-serif;
	font-size: 12px;
	margin : 0px;
	/*
	border-left: 8px solid #a9ac99;
	border-right: 8px solid #a9ac99;
	*/
	text-align: left;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin: 5px 0px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}


blockquote {
	border-left: 5px solid #E0E0C8; 
	margin: 1.3em 1em; 
	padding: 0.5em 1em;
	background: #F5F5EE;
}

pre {
	border-left: 5px solid #E0E0C8;
	margin: 1.3em 1em; 
	padding: 0.5em 1em;
	background: #F5F5EE;
	overflow: auto;
}


a img {
	border: none;
}

a { 
	color: #993300;
	text-decoration: underline;
}

a:visited { 
}

a:hover { 
	background-color: #F6E5DC;
}

.strong {
	font-weight: bold;
}


/*
	divs
*/

#top {
	font-family: "Georgia", "Times New Roman", serif; 
	color: #000000;
	font-size: 11px;
	background-color: #F5F5EE;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #E0E0D0;
}

#top-header {
	font-weight: bold;
	font-size: 32px;
	color: #2E5B83;
	margin-top: 0;
}

#top-description {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#top a:visited {
	text-decoration: none;
}

#top a:hover {
	text-decoration: underline;
	background-color: #F5F5EE;
}

#menu {
	float: left;
	margin-left : 10px;
	margin-top : 10px;
	width : 165px;
}

#main {
	margin-left : 180px;
	padding : 10px;
}

#main-individual {
	padding : 10px;
}

/*
	entries
*/

.entry {
	margin: 10px 0 40px 0; 
}

.entry-navigation {
	text-align: center;
}

.entry-header {
	font-size: 24px;
	line-height: 94%;
	letter-spacing: -1.5px; 
	margin: 0px;
	font-weight: normal;
}

.entry-header a:visited {
	text-decoration: none;
}


.entry-title {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-size: 16px;
	font-weight: normal;
	color: #bbbbbb;
}


.entry-title-date {
	font-weight: bold;
	color: #aaaaaa;
}

.trackbacks-info,
.entry-content {
	color: #000000;
	padding: 5px 15px 0px 0px;
	background: #ffffff;
	font-size: 13px;
	margin: 0;
}

.trackback-footer,
.comment-footer,
.comments-open-footer,
.entry-footer {
	line-height: 1.4em;
	margin: 10px 0 0 0;
	text-align: left;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
	color: #005577;
	margin: 15px 0;
	font-weight: bold;
}

.trackbacks,
.comments {
	margin: 0;
}

#trackbacks-info p { 
	text-align: center; 
}

#trackbacks-info,
.comment,
.trackback,
.comments-open {
	color: #595949;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 5px 15px;
	background: #f7f7f0;
	border: 1px solid #f0f0e0;
}

#comment-text { 
	width: 550px;
}

#comment-author,
#comment-email,
#comment-url,
#comment-text,
.input-text,
.search-text,
.button {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	padding: 1px 0 1px 2px;
	vertical-align: middle;
}

/*
	modules
*/

.module {
	font-size: 12px; 
	padding-top: 10px;
	line-height: 1.3em;
}

.module-header {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #993300;
	margin: 0 0 10px 0;
	padding: 2px;
}

.module-header a:link, .module-header a:visited, .module-header a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #993300;
}

.module-header a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #993300;
}

.module-content {
	margin: 0 0 20px 0;
	text-align: left;
}

.module-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}

.module-list li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.module-list li a:link, .module-header li a:visited, .module-header li a:hover {
	text-decoration: underline;
}

.module-list li a:hover {
	background-color: #F6E5DC;
}

.disclaimer {
	font-style: italic;
}

.lopsided {
	font-style: italic;
}

.fixed-width {
	font-family: courier new;
}




/* Main style for the table */

.dp-highlighter
{
	font-family: "Courier New" , Courier, mono;
	font-size: 12px;
	border: 1px solid #2B91AF;
	background-color: #fff;
	width: 99%;
	overflow: auto;
	margin: 18px 0px 18px 0px;
}

.dp-highlighter .bar
{
	padding-left: 45px;
}

.dp-highlighter.collapsed .bar, .dp-highlighter.nogutter .bar
{
	padding-left: 0px;
}

.dp-highlighter ol
{
	margin: 0px 0px 1px 45px; /* 1px bottom margin seems to fix occasional Firefox scrolling */
	padding: 0px;
	color: #2B91AF;
}

.dp-highlighter.nogutter ol
{
	list-style-type: none;
	margin-left: 0px;
}

.dp-highlighter ol li, .dp-highlighter .columns div
{
	border-left: 3px solid #6CE26C;
	background-color: #fff;
	padding-left: 10px;
	line-height: 14px;
}

.dp-highlighter.nogutter ol li, .dp-highlighter.nogutter .columns div
{
	border: 0;
}

.dp-highlighter .columns
{
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div
{
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt
{
	background-color: #f8f8f8;
}

.dp-highlighter ol li span
{
	color: Black;
}

/* Adjust some properties when collapsed */

.dp-highlighter.collapsed ol
{
	margin: 0px;
}

.dp-highlighter.collapsed ol li
{
	display: none;
}

/* Additional modifications when in print-view */

.dp-highlighter.printing 
{
	border: none;
}

.dp-highlighter.printing .tools
{
	display: none !important;
}

.dp-highlighter.printing li
{
	display: list-item !important;
}

/* Styles for the tools */

.dp-highlighter .tools
{
	padding: 3px 8px 3px 10px;
	border-bottom: 1px solid #2B91AF;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
}

.dp-highlighter.collapsed .tools
{
	border-bottom: 0;
}

.dp-highlighter .tools a
{
	font-size: 9px;
	color: gray;
	text-decoration: none;
	margin-right: 10px;
}

.dp-highlighter .tools a:hover
{
	color: red;
	text-decoration: underline;
}

/* About dialog styles */

.dp-about { background-color: #fff; margin: 0px; padding: 0px; }
.dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
.dp-about td { padding: 10px; vertical-align: top; }
.dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
.dp-about .title { color: red; font-weight: bold; }
.dp-about .para { margin: 0 0 4px 0; }
.dp-about .footer { background-color: #ECEADB; border-top: 1px solid #fff; text-align: right; }
.dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; width: 60px; height: 22px; }

/* Language specific styles */

.dp-c {}
.dp-c .comment-dp { color: green; }
.dp-c .string { color: blue; }
.dp-c .preprocessor { color: gray; }
.dp-c .keyword { color: blue; }
.dp-c .vars { color: #d00; }

.dp-xml {}
.dp-xml .cdata { color: #ff1493; }
.dp-xml .comments-dp { color: green; }
.dp-xml .tag { font-weight: bold; color: blue; }
.dp-xml .tag-name { color: black; font-weight: bold; }
.dp-xml .attribute { color: red; }
.dp-xml .attribute-value { color: blue; }

.dp-cpp {}
.dp-cpp .comment-dp { color: #888; }
.dp-cpp .string { color: red; }
.dp-cpp .preprocessor { color: #CD00CD; font-weight: bold; }
.dp-cpp .keyword { color: #5697D9; font-weight: bold; }
.dp-cpp .datatypes { color: #2E8B57; font-weight: bold; }
