
* {
	font-family: sans-serif;	
	font-size: 12pt;
}


body {
	margin: 0px;
	padding-bottom: 30px;
	width: 100%;
	height: 100%;
		
	/* temp */
	background-color: #fff;
	
	/*background-repeat: no-repeat;
	background-position: 190px 20px;*/
	overflow-x: hidden;
}

div#centerBody {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

div#tocContainer {
	clear: both;
	line-height: 1.6em;
	padding: 4px 10px 4px 10px;
	margin: 14px 20px 25px 20px;
}


div.tocSection img.favicon {
	margin: 0px 5px -2px 14px;
}

div.feedEntryRow {
	clear: both;	
	overflow: visible;
}

div.feedEntry {
	position: relative;
	border: 1px solid #fff;
	background-color: #fff;
	min-height: 155px;
	padding: 2px 40px 0px 60px;
}

div.newEntry .entryTitle, div#toc a.new:link {
	background-color: #ff8;
}

div.feedEntry img.favicon {
	margin: 0px 6px -2px 0px;
}

div.feedEntryBody {
	line-height: 1.3em;
	font-size: 11pt;
	padding-left: 30px;
}

.entryTitle, .tocTitle {
	font-size: 14pt;
	font-weight: bold;	
}

div.feedEntryRow a:link, div#toc a:link {
	color: #00f;	
	text-decoration: none;
	border-bottom: 1px solid #aaf;
}

div.feedEntryRow a:visited, div#toc a:visited {
	color: #77d;	
	text-decoration: none;
	border-bottom: 1px solid #aaf;	
}

div.entryGap {
	clear: both;
	height: 16px;
	margin-bottom: 14px;
	border-bottom: 3px solid #ddd;
}

div.codeSample {
	width: 100%;
	border: 1px solid #bbb;
	padding: 3px;
	background-color: #eee;
	overflow: auto;	
}

.error {
	font-weight: bold;
	color: #b00;	
}


