h1 {
    /* margin: 10px 0px 5px 50px; */
    font-size: 21px;
}
h2 {
    font-size: 17px;
}

a {
	text-decoration: none;
}

li {
    font-size: 15px;
    line-height: 150%;
}

#tools {
    width: 94%;
    margin: 25px auto 0;
}

#indicatorTable {
	margin-left: 20px;
}

#indicatorTable .indicatorGroupHeader {
    cursor : pointer;
    padding : 5px 0 5px 25px;
    border-bottom: 1px dotted #333;
}

#indicatorTable .closed{
    background-image: url('../../../images/community/common/arrow_right.png');
    background-repeat: no-repeat;
    background-position: left center;
}

#indicatorTable .open{
    background-image: url('../../../images/community/common/arrow_down.png');
    background-repeat: no-repeat;
    background-position: left center;
}

#indicatorTable .indicatorList{
    margin : 9px 25px;
}

#indicatorTable .indicatorList .indicatorRow{
    padding : 5px 0;
}

#indicatorTable .active{
    color : #008000;
    cursor: pointer;
}

#indicatorTable .inactive{
    color : #ff0000;
    cursor: pointer;
}

#indicatorTable .groupButtons{
	float: right;
}

.indicatorName {
	font-size: 13px;
}

#treeButtons{
    margin : 10px 0;
}

#displayTree{
    margin : 10px 0 25px 0;
}

.saveIndicatorButton{
    width : 20px;
    height : 20px;
    background-image: url('../../../images/community/common/btngraph_acceptMd.png');
    background-repeat: no-repeat;
    float : left;
    margin : 0 10px;
    cursor : pointer;
}

.cancelIndicatorButton{
    width : 20px;
    height : 20px;
    background-image: url('../../../images/community/common/btngraph_cancelMd.png');
    background-repeat: no-repeat;
    float : left;
    margin : 0 10px;
    cursor : pointer;
}
