/*** style for the test toggle list ***/

#index {
    display: block;
    margin: 10px 0 0;
    padding: 1px 10px 10px;
    width: 75%;
}

#arch-tree {
    font-size: 100%;
}

#arch-tree div {
	border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	background-color:#fff;
}

#arch-tree div:first-child {
	border-top: 1px solid #CCCCCC;
}


#arch-tree h4:hover {
       background-color: #0065a2;
       color: #fff;
       text-decoration:none;
       background-image: url("../icons/arrow-down-small.png");
}

#arch-tree h4.closed {
    background-color: #0065a2;
    background-image: url("../icons/arrow-right-small.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 7px 10px 7px 20px;
    cursor:pointer;
}

#arch-tree h4.opened {
    background-color: #0065a2;
    background-image: url("../icons/arrow-down-small.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 7px 10px 7px 20px;
}

#arch-tree dl {
    border: none !important;
    margin: 0 !important;
    width: 100%;
   display:none;
}

#arch-tree dl dd {
	margin: 0;
    max-height: 160px;
    min-height: 30px;
    padding: 5px 0 5px 7px !important;
    text-indent: 30px;
}

#arch-tree dl dt.greyHeader {
    background-color: #f5f5f5 !important;
}

#arch-tree dl dt.greyHeader h5 {
    font-size: 13px !important;
    font-weight: bold;
    margin: 0 0 4px !important;
    padding: 0;
}

#arch-tree dl dt {
    background: none !important;
    border-top: 1px solid #ccc;
    padding: 10px 0 8px 10px !important;
    text-align: left;
}

#arch-tree dl ul li {
    list-style-image: url("../../icons/bullet-blue.png") !important;
    margin: 5px 0 3px 10px;
}

#arch-tree dl a {
    color: #074a8b !important;
    text-decoration: none !important;
	line-height: 22px;
}

#arch-tree dl a:hover {
    color: #074a8b !important;
    text-decoration: underline !important;
}

#arch-tree .rightCell {
    width: 30%;
    text-align:right;
}

#arch-tree .rightCell a {
    margin-right:10px;
}/* name="composer_info" content="2017-02-02 15:06:08" */
