
body{
    font-family: serif;
    font-size: 1em;
}

a{
    color : #3366DD;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.property {
    color : #3366CC;
    font-family: serif;
    font-size: 1.2em;
    font-weight: bold;
}

.comment {
    background: #EEEEEE;
    color : #555555;
    font-family: serif;
    font-size: 0.9em;
    font-weight: normal;
    padding: 10px;
    border-radius: 15px;
    border-style: solid;
    border-color: #EEEEEE;
}



.treeView {
	margin: 0;
        padding: 10;
}
.treeView ul {
        margin: 0 0 0 -1.2em;
        padding: 0 0 4 1.2em;
}
.treeView ul ul {
        background: rgba(0, 0, 0, 0) url("tree-empty.png") repeat-y scroll left center;
}
.treeView li.lastChild > ul {
        background-image: none;
}
.treeView li {
        background: rgba(0, 0, 0, 0) no-repeat scroll left top;
        cursor: auto;
        list-style-image: url("button.png");
        list-style-position: inside;
        margin: 0;
        padding: 0;
}
.treeView li.collapsibleListOpen {
        cursor: pointer;
        list-style-image: url("button-open.png");
}
.treeView li.collapsibleListClosed {
        cursor: pointer;
        list-style-image: url("button-closed.png");
}
.treeView li li {
        background-image: url("tree-middle.png");
        padding-left: 1.2em;
}
.treeView li.lastChild {
        background-image: url("tree-last.png");
}
.treeView li.collapsibleListOpen {
        background-image: url("tree-middle.png");
}
.treeView li.collapsibleListOpen.lastChild {
        background-image: url("tree-last.png");
}
.treeView li .leaf {
        list-style-type: none;
        list-style-image: none;
}

.class {
        background-image : url("class.svg");
        background-repeat : no-repeat;
        background-position : left center;
        padding-left : 22;
}

.interface {
        background-image : url("interface.svg");
        background-repeat : no-repeat;
        background-position : left center;
        padding-left : 22;
}

.abstract {
        background-image : url("abstract.svg");
        background-repeat : no-repeat;
        background-position : left center;
        padding-left : 22;
}