.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 a.ellipsis
{
	background: #cfc url(../images/minus-8.png) center center no-repeat;
        display: block;
	float: left;
	margin: 3px 5px 0 0;
	width: 16px;
	height: 16px;
}

ul.root li.hide_child_projects a.ellipsis,
.subprojects_tree .hide_child_projects a.ellipsis
{
	background: #fcc url(../images/plus-8.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
{
	background-color: #fdf;
	color: #000;
	border: 1px dotted #dbd;
}

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

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

