﻿#container
{
	width: 850px;
	margin: 0;
}

#container #pagetitle
{
	width: 850px;
	font-size: 20px;
	font-weight: bold;
	clear: both;
	margin: 0 auto 10px auto;
	text-align: center;
}

#leftcontent
{
	float: left;
	clear: left;
	width: 290px;
	margin: 0 10px 0 0;
	text-align: left;
}

#leftcontent ul
{
	margin: 0;
	padding: 0 0 0 14px;
	list-style-position: outside;
}

#leftcontent ul li
{
	padding: 0 0 5px 0;
}

#rightcontent
{
	float: right;
	clear: right;
	width: 500px;
	text-align: left;
}

/*
Source code columns

*/
#sourcecontent
{
	clear: both;
	width: 850px;
	padding: 5px 0 0 0;
}

#sourceleft
{
	float: left;
	clear: left;
	width: 225px;
	margin: 0 10px 0 0;
	text-align: left;
	border: solid 1px #660000;
}

#sourceright
{	
	float: right;
	clear: right;
	width: 606px;
	text-align: left;
}

.sourceheader
{
	background-color: #660000;
	font-weight: bold;
	padding: 1px 3px;
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
}

.sourcetreeview td img
{
	display: none;
}

.sourcetreeview td a img
{
	display: inline;
}