﻿.StructureWebPartBox
{
	background-color: White;
	border: solid 1px #DADADA;
}
.StructureWebPartBoxInner
{
	background: #DADADA url(images/card_bgr.png) repeat-x center center;
}
.StructureWebPartSeparator
{
	background: #DADADA url(images/line_inner.png) no-repeat center center;
}
.StructureWebPartTreeUl ul.StructureWebPartTreeUlInside
{
	background: transparent url(images/line.png) repeat-y top left;
}
.StructureWebPartTreeUl li.StructureWebPartTreeLiLast
{
	background: transparent url(images/line_last.png) no-repeat top left;
}
.StructureWebPartTreeUl li.StructureWebPartTreeLiBranch
{
	background: transparent url(images/line_branch.png) no-repeat top left;
}
.StructureWebPartBoxImg
{
	background: White url(images/person_bgr.jpg) no-repeat center center;
}
.StructureWebPartBoxTitle
{
	color: #167C00;
}
.StructureWebPartBoxText
{
	color: black;
}
