.subprojects_tree li
{
	font-weight: bold;
}

.subprojects_tree li li
{
	font-weight: normal;
	font-size: 94%;
}

ul.root li.hide_child_projects ul.projects,
.subprojects_tree .hide_child_projects ul
{
	display: none;
}

ul.root li a.ellipsis span,
.subprojects_tree a.ellipsis span
{
	display: none;
}

ul.root li a.ellipsis,
.subprojects_tree ul.root li a.ellipsis
{
	background: #cfc url("/assets/plugin_assets/healthsolve_funk/minus-8-ee399540.png") center center no-repeat;
        display: block;
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

ul.root li.hide_child_projects a.ellipsis,
.subprojects_tree .hide_child_projects a.ellipsis
{
	background: #fcc url("/assets/plugin_assets/healthsolve_funk/plus-8-19673500.png") center center no-repeat;
	background-color: #fcc;
}

a.my-project
{
	background: transparent;
	padding-left: 0;
}

#content p a.attachment,
#content li a.attachment
{
	font-weight: bold;
}

#content p a,
#content li a
{
	/*background-color: #dff;*/
	color: #249;
	text-decoration: underline;
}

#content p a:hover,
#content li a:hover
{
	color: #c61a1a;
}

#content p code,
#content li code,
#content th code,
#content td code
{
	background-color: #fdf;
	color: #000;
	border: 1px dotted #dbd;
}

#content li pre code,
#content td pre code
{
	background-color: inherit;
	border: none;
}

#content li .fake-pre
{
	background-color: #fafafa;
	border: 1px solid #dadada;
	margin: 1em 1em 1em 1.6em;
	overflow-x: auto;
	padding: 2px 2px 2px 0;
	width: auto;
	font-family: 'courier new', courier, consolas, 'lucida sans console', 'monotype.com';
	white-space: pre;
	display: block;
}

#content li .fake-pre b,
#content li .fake-pre strong,
#content pre code strong
{
	color: #009;
}

#content li .fake-pre i,
#content li .fake-pre em,
#content pre code em
{
	color: #c00;
	font-weight: bold;
	background-color: #fff;
}

#content p em,
#content li em
{
	background-color: #ffc;
}

a.new,
#content p a.new,
#content li a.new
{
	color: #c00;
}

#content *:target
{
	background-color: #fcc;
	border: 1px solid #f00;
}

#main #content a:target
{
	display: block;
	margin: 8px;
	width: 14px;
	height: 14px;
	background-color: #ff0;
	border-top: 8px solid #ff0;
	border-right: 8px solid #ff0;
	border-bottom: 8px solid #f00;
	border-left: 8px solid #f00;
	border-radius: 8px 8px 8px 0;
	box-shadow: 0 0 16px #999;
}

strong b,
b strong
{
	color: #c00 !important;
}

strong b a,
b strong a
{
	color: #c00 !important;
	text-decoration: underline !important;
}

blockquote 
{
	background-color: #fed;
}

blockquote blockquote
{
	background-color: #dfb;
}

blockquote blockquote blockquote
{
	background-color: #fca;
	color: #333;
}

blockquote blockquote blockquote blockquote
{
	background-color: #bf9;
}

blockquote blockquote blockquote blockquote blockquote
{
        background-color: #fa7;
	color: #000;
}

blockquote blockquote blockquote blockquote blockquote blockquote
{
        background-color: #9f6;
}

blockquote em
{
	background-color: #ff0;
}

